Firebase. Auth. IUserInfo
Interface implemented by each identity provider.
Summary
Inheritance
Direct Known Subclasses:Firebase.Auth.UserInfoInterface
Properties |
|
---|---|
DisplayName
|
string
Gets the display name associated with the user, if any.
|
Email
|
string
Gets email associated with the user, if any.
|
PhotoUrl
|
System.Uri
Gets the photo url associated with the user, if any.
|
ProviderId
|
string
Gets the provider ID for the user (For example, "Facebook").
|
UserId
|
string
Gets the unique user ID for the user.
|
Properties
DisplayName
string DisplayName
Gets the display name associated with the user, if any.
string Email
Gets email associated with the user, if any.
PhotoUrl
System.Uri PhotoUrl
Gets the photo url associated with the user, if any.
ProviderId
string ProviderId
Gets the provider ID for the user (For example, "Facebook").
UserId
string UserId
Gets the unique user ID for the user.