Class

AWSOsduBaseCredentialProvider

(abstract) AWSOsduBaseCredentialProvider()

Abstract class that provides the common bones for AWS credential providers

Constructor

# abstract new AWSOsduBaseCredentialProvider()

View Source client/aws/baseCredentialProvider.js, line 8

Methods

# async GetCredentials() → {Promise.<Object>|string|string}

Shell method to define the credential provider interface for retrieving credentials

View Source client/aws/baseCredentialProvider.js, line 20

Error

credentials - Promise resolving with Cognito username and password

Promise.<Object>

credentials.username - Cognito username

string

credentials.password - Cognito password

string