package
1.17.62
Repository: https://github.com/aws/aws-sdk-go-v2.git
Documentation: pkg.go.dev

# Functions

New returns a new AWS Single Sign-On (AWS SSO) credential provider.
NewSSOTokenProvider returns an initialized SSOTokenProvider that will periodically refresh the SSO token cached stored in the cachedTokenFilepath.
StandardCachedTokenFilepath returns the filepath for the cached SSO token file, or error if unable get derive the path.

# Constants

ProviderName is the name of the provider used to specify the source of credentials.

# Structs

InvalidTokenError is the error type that is returned if loaded token has expired or is otherwise invalid.
Options is the Provider options structure.
Provider is an AWS credential provider that retrieves temporary AWS credentials by exchanging an SSO login token.
SSOTokenProvider provides an utility for refreshing SSO AccessTokens for Bearer Authentication.
SSOTokenProviderOptions provides the options for configuring the SSOTokenProvider.

# Interfaces

CreateTokenAPIClient provides the interface for the SSOTokenProvider's API client for calling CreateToken operation to refresh the SSO token.
GetRoleCredentialsAPIClient is a API client that implements the GetRoleCredentials operation.