CognitoCredentials class

Constructors

CognitoCredentials(String _identityPoolId, CognitoUserPool _pool, {String? region, String? userPoolId})

Properties

accessKeyId String?
getter/setter pair
expireTime int?
getter/setter pair
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?
getter/setter pair
sessionToken String?
getter/setter pair
userIdentityId String?
getter/setter pair

Methods

getAwsCredentials(dynamic token, [String? authenticator]) Future<void>
Get AWS Credentials for authenticated user
getGuestAwsCredentialsId() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetAwsCredentials() Future<void>
Reset AWS Credentials; removes Identity Id from local storage
toString() String
A string representation of this object.
inherited

Operators

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