Firebase.Auth.UserInfoInterface

Interface implemented by each identity provider.

Summary

Inheritance

Inherits from: Firebase.Auth.IUserInfo, SystemIDisposable
Direct Known Subclasses:Firebase.Auth.FirebaseUser

Constructors and Destructors

UserInfoInterface()

Properties

DisplayName
string
Email
string
PhoneNumber
string
Gets the phone number for the user, in E.164 format.
PhotoUrl
System.Uri
Gets the photo url associated with the user, if any.
ProviderId
string
UserId
string
phone_number
string
Deprecated. Please use PhoneNumber instead.

Public functions

Dispose()
void
Dispose(bool disposing)
virtual void

Properties

DisplayName

string DisplayName

Email

string Email

PhoneNumber

string PhoneNumber

Gets the phone number for the user, in E.164 format.

PhotoUrl

System.Uri PhotoUrl

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

ProviderId

string ProviderId

UserId

string UserId

phone_number

string phone_number

Deprecated. Please use PhoneNumber instead.

Gets the phone number for the user, in E.164 format.

Public functions

Dispose

void Dispose()

Dispose

virtual void Dispose(
  bool disposing
)

UserInfoInterface

 UserInfoInterface()