Firebase.Auth.AdditionalUserInfo

Additional user data returned from an identity provider.

Summary

Inheritance

Inherits from: SystemIDisposable

Properties

Profile
global::System.Collections.Generic.IDictionary< string, object >
Additional identity-provider specific information.
ProviderId
string
The provider identifier.
UpdatedCredential
UserName
string
The name of the user.

Public functions

Dispose()
void
Dispose(bool disposing)
void

Properties

Profile

global::System.Collections.Generic.IDictionary<string,object>Profile

Additional identity-provider specific information.

Most likely a hierarchical key-value mapping, like a parsed JSON file.

ProviderId

stringProviderId

The provider identifier.

UpdatedCredential

CredentialUpdatedCredential

UserName

stringUserName

The name of the user.

Public functions

Dispose

voidDispose()

Dispose

voidDispose(booldisposing)