Firebase. Auth. FirebaseUser
Summary
Inheritance
Inherits from: Firebase.Auth.IUserInfo, SystemIDisposable
Properties |
|
|---|---|
DisplayName
|
string
|
Email
|
string
|
IsAnonymous
|
bool
|
IsEmailVerified
|
bool
|
PhotoUrl
|
System.Uri
The photo url associated with the user, if any.
|
ProviderData
|
global::System.Collections.Generic.IEnumerable< IUserInfo >
|
ProviderId
|
string
|
RefreshToken
|
string
|
UserId
|
string
|
Public functions |
|
|---|---|
DeleteAsync()
|
|
Dispose()
|
void
|
LinkWithCredentialAsync(Credential credential)
|
|
ReauthenticateAsync(Credential credential)
|
|
ReloadAsync()
|
|
SendEmailVerificationAsync()
|
|
TokenAsync(bool forceRefresh)
|
System.Threading.Tasks.Task< string >
|
UnlinkAsync(string provider)
|
|
UpdateEmailAsync(string email)
|
|
UpdatePasswordAsync(string password)
|
|
UpdateUserProfileAsync(UserProfile profile)
|
|
Properties
DisplayName
string DisplayName
string Email
IsAnonymous
bool IsAnonymous
IsEmailVerified
bool IsEmailVerified
PhotoUrl
System.Uri PhotoUrl
The photo url associated with the user, if any.
ProviderData
global::System.Collections.Generic.IEnumerable< IUserInfo > ProviderData
ProviderId
string ProviderId
RefreshToken
string RefreshToken
UserId
string UserId
Public functions
DeleteAsync
System.Threading.Tasks.Task DeleteAsync()
Dispose
void Dispose()
LinkWithCredentialAsync
System.Threading.Tasks.Task< FirebaseUser > LinkWithCredentialAsync( Credential credential )
ReauthenticateAsync
System.Threading.Tasks.Task ReauthenticateAsync( Credential credential )
ReloadAsync
System.Threading.Tasks.Task ReloadAsync()
SendEmailVerificationAsync
System.Threading.Tasks.Task SendEmailVerificationAsync()
TokenAsync
System.Threading.Tasks.Task< string > TokenAsync( bool forceRefresh )
UnlinkAsync
System.Threading.Tasks.Task< FirebaseUser > UnlinkAsync( string provider )
UpdateEmailAsync
System.Threading.Tasks.Task UpdateEmailAsync( string email )
UpdatePasswordAsync
System.Threading.Tasks.Task UpdatePasswordAsync( string password )
UpdateUserProfileAsync
System.Threading.Tasks.Task UpdateUserProfileAsync( UserProfile profile )

