CognitoUserPoolConfig class

Describes an Amazon Cognito user pool configuration.

Constructors

CognitoUserPoolConfig({required String awsRegion, required String userPoolId, String? appIdClientRegex})
CognitoUserPoolConfig.fromJson(Map<String, dynamic> json)
factory

Properties

appIdClientRegex String?
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
final
awsRegion String
The AWS Region in which the user pool was created.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userPoolId String
The user pool ID.
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