Versions in this module Expand all Collapse all v1 v1.0.0 Sep 29, 2024 Changes in this version + func Token(ctx context.Context, options ...Option) (*token, error) + type Config struct + type Option func(*Config) error + func DisableCache(disableCache bool) Option + func Duration(s string) Option + func Profile(profile string) Option + func RoleArn(roleArn string) Option + func SerialNumber(sNum string) Option + func SourceProfile(sourceProfile string) Option + func TokenCode(tokenCode string) Option