@aws-sdk/token-providers

FromSsoInit Interface

Members

Name
Type
Details
clientConfig any
configFilepath string
The path at which to locate the ini config file. Defaults to the value of the AWS_CONFIG_FILE environment variable (if defined) or ~/.aws/config otherwise.
filepath string
The path at which to locate the ini credentials file. Defaults to the value of the AWS_SHARED_CREDENTIALS_FILE environment variable (if defined) or ~/.aws/credentials otherwise.
ignoreCache boolean
Configuration files are normally cached after the first time they are loaded. When this property is set, the provider will always reload any configuration files loaded before.
logger Logger
For credential resolution trace logging.
profile string
The configuration profile to use.

Full Signature

export interface FromSsoInit extends SourceProfileInit, CredentialProviderOptions