ProviderUserIdentifierType class

A container for information about an identity provider for a user pool.

Constructors

ProviderUserIdentifierType({String? providerAttributeName, String? providerAttributeValue, String? providerName})

Properties

hashCode int
The hash code for this object.
no setterinherited
providerAttributeName String?
The name of the provider attribute to link to, for example, NameID.
final
providerAttributeValue String?
The value of the provider attribute to link to, for example, xxxxx_account.
final
providerName String?
The name of the provider, for example, Facebook, Google, or Login with Amazon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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