CognitoIdentityId class

Constructors

CognitoIdentityId(String _identityPoolId, CognitoUserPool _pool, {String? authenticator, String? token})

Properties

hashCode int
The hash code for this object.
no setterinherited
identityId String?
getter/setter pair
loginParam Map<String, String?>?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIdentityId() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeIdentityId() Future<String?>
Remove AWS Identity Id from storage
toString() String
A string representation of this object.
inherited

Operators

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