UserPoolClientDescription class
The description of the user pool client.
Constructors
- UserPoolClientDescription({String? clientId, String? clientName, String? userPoolId})
-
UserPoolClientDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
- clientId → String?
-
The ID of the client associated with the user pool.
final
- clientName → String?
-
The client name from the user pool client description.
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 for the user pool where you want to describe the user pool
client.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited