Credentials class
Credentials for the provided identity ID.
Constructors
- Credentials({String? accessKeyId, DateTime? expiration, String? secretKey, String? sessionToken})
-
Credentials.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessKeyId → String?
-
The Access Key portion of the credentials.
final
- expiration → DateTime?
-
The date at which these credentials will expire.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretKey → String?
-
The Secret Access Key portion of the credentials
final
- sessionToken → String?
-
The Session Token portion of the credentials
final
Methods
-
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