Firebase.
Interface implemented by each identity provider.
Summary
Inheritance
Direct Known Subclasses:Firebase.Auth.UserInfoInterface| Properties | |
|---|---|
| DisplayName | stringGets the display name associated with the user, if any.  | 
| Email | stringGets email associated with the user, if any.  | 
| PhotoUrl | System.UriGets the photo url associated with the user, if any.  | 
| ProviderId | stringGets the provider ID for the user (For example, "Facebook").  | 
| UserId | stringGets 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.