Constructor
# abstract new AWSOsduBaseCredentialProvider()
Methods
# async GetCredentials() → {Promise.<Object>|string|string}
Shell method to define the credential provider interface for retrieving credentials
Error
credentials - Promise resolving with Cognito username and password
Promise.<Object>
credentials.username - Cognito username
string
credentials.password - Cognito password
string