AWSCredentialsProviderChain class abstract base

Attempts to load AWS credentials from a chain of credentials providers, in order.

Implemented types
Mixed in types
Implementers

Constructors

AWSCredentialsProviderChain()
Attempts to load AWS credentials from a chain of credentials providers, in order.
const

Properties

chain List<AWSCredentialsProvider>
The chain of AWSCredentialsProvider to iterate through.
no setter
hashCode int
The hash code for this object.
no setterinherited
logger AWSLogger
The logger for this class.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeName String
The string value of runtimeType, saving a runtime lookup and preventing obfuscation during web compilation.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieve() Future<AWSCredentials>
Retrieves AWS credentials.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited