FirebaseAdmin. Auth. IUserInfo
A collection of standard profile information for a user.
Summary
Used to expose profile information returned by an identity provider.
Inheritance
Direct Known Subclasses:FirebaseAdmin.Auth.ProviderUserInfo, FirebaseAdmin.Auth.UserRecord
Properties |
|
---|---|
DisplayName
|
string
Gets the user's display name, if available.
|
Email
|
string
Gets the user's email address, if available.
|
PhoneNumber
|
string
Gets the user's phone number, if available.
|
PhotoUrl
|
string
Gets the user's photo URL, if available.
|
ProviderId
|
string
Gets the ID of the identity provider.
|
Uid
|
string
Gets the user's unique ID assigned by the identity provider.
|
Properties
DisplayName
string DisplayName
Gets the user's display name, if available.
Otherwise null.
string Email
Gets the user's email address, if available.
Otherwise null.
PhoneNumber
string PhoneNumber
Gets the user's phone number, if available.
Otherwise null.
PhotoUrl
string PhotoUrl
Gets the user's photo URL, if available.
Otherwise null.
ProviderId
string ProviderId
Gets the ID of the identity provider.
This can be a short domain name (e.g. google.com) or the identifier of an OpenID identity provider.
Uid
string Uid
Gets the user's unique ID assigned by the identity provider.