CognitoIdentityCredentialsProvider class
- Mixed-in types
- Annotations
Constructors
- CognitoIdentityCredentialsProvider({required String poolId, required String region})
-
const
-
CognitoIdentityCredentialsProvider.fromJson(Map<
String, Object?> json) -
factory
Properties
Methods
-
copyWith(
{String? poolId, String? region}) → CognitoIdentityCredentialsProvider -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
Serializes
this
as a JSON object.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited