AuthUserInfo extension type
User info that is part of the AuthUserRecord
.
- on
- Implemented types
- Available extensions
Properties
- displayName → String
-
The display name for the linked provider.
no setter
- email → String
-
The email for the linked provider.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumber → String
-
The phone number for the linked provider.
no setter
- photoUrl → String
-
The photo URL for the linked provider.
no setter
- providerId → String
-
The linked provider ID (for example, "google.com" for the Google provider).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → String
-
The user identifier for the linked provider.
no setter
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