AWSCredentialsProvider class abstract

An interface for providing AWS credentials instance.

Method getCredentials will be called by AWS4Signer class every time it signs a request. Classes implementing this interface can utilize that fact to refresh the credentials if necessary.

See AWSStaticCredentialsProvider for sample implementation.

Implementers

Constructors

AWSCredentialsProvider()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getCredentials() → AWSCredentials
Returns credentials instance or throws an exception.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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