# Functions

IsErrCredentialsNotFound returns true if the error was caused by not having a set of credentials in a store.
LookupCredentials lookup an existing set of credentials and validate it.
SaveCredentials save the user credentials.

# Variables

CredsLabel saml2aws credentials should be labeled as such in credentials stores that allow labelling.
CurrentHelper the currently configured credentials helper.
ErrCredentialsNotFound returned when the credential can't be located in the native store.

# Structs

Credentials holds the information shared between saml2aws and the credentials store.

# Interfaces

Helper is the interface a credentials store helper must implement.