Firebase. Auth. UserInfoInterface
Interface implemented by each identity provider.
Summary
Inheritance
Inherits from: Firebase.Auth.IUserInfo, SystemIDisposableDirect 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
|
Public functions |
|
---|---|
Dispose()
|
void
|
Dispose(bool disposing)
|
virtual void
|
Properties
DisplayName
string DisplayName
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
Public functions
Dispose
void Dispose()
Dispose
virtual void Dispose( bool disposing )
UserInfoInterface
UserInfoInterface()