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

stringDisplayName

Gets the display name associated with the user, if any.

Email

stringEmail

Gets email associated with the user, if any.

PhotoUrl

System.UriPhotoUrl

Gets the photo url associated with the user, if any.

ProviderId

stringProviderId

Gets the provider ID for the user (For example, "Facebook").

UserId

stringUserId

Gets the unique user ID for the user.