Versions in this module Expand all Collapse all v0 v0.2.0 Mar 24, 2022 v0.1.1 Jul 23, 2019 Changes in this version + func GetCredentialsWithMFAWithContext(ctx context.Context, cfg aws.Config, token string, duration int64) (*sts.Credentials, error) v0.1.0 Jan 29, 2019 Changes in this version + func GetCredentialsWithMFA(cfg aws.Config, token string, duration int64) (*sts.Credentials, error) + type Authentication interface