Credentials class
AWS credentials for API authentication.
Constructors
- Credentials({required String accessKeyId, required DateTime expiration, required String secretAccessKey, required String sessionToken})
- Credentials.fromXml(XmlElement elem)
-
factory
Properties
- accessKeyId → String
-
The access key ID that identifies the temporary security credentials.
final
- expiration → DateTime
-
The date on which the current credentials 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
- secretAccessKey → String
-
The secret access key that can be used to sign requests.
final
- sessionToken → String
-
The token that users must pass to the service API to use the temporary
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