UserProviderRequest class
User provider data to include when importing a user.
Constructors
Properties
- displayName → String?
-
The display name for the linked provider.
final
- email → String?
-
The email for the linked provider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber → String?
-
The phone number for the linked provider.
final
- photoURL → String?
-
The photo URL for the linked provider.
final
- providerId → String
-
The linked provider ID (for example, "google.com" for the Google provider).
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → String
-
The user identifier for the linked provider.
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