CognitoIdentityProvider class

A provider representing an Amazon Cognito user pool and its client ID.

Constructors

CognitoIdentityProvider({String? clientId, String? providerName, bool? serverSideTokenCheck})
CognitoIdentityProvider.fromJson(Map<String, dynamic> json)
factory

Properties

clientId String?
The client ID for the Amazon Cognito user pool.
final
hashCode int
The hash code for this object.
no setterinherited
providerName String?
The provider name for an Amazon Cognito user pool. For example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverSideTokenCheck bool?
TRUE if server-side token validation is enabled for the identity provider’s token.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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