close
The Wayback Machine - https://web.archive.org/web/20190723103705/https://firebase.google.com/docs/reference/unity/class/firebase/auth/additional-user-info
Go to console

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.
UserName
string
The name of the user.

Public functions

Dispose()
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

string ProviderId

The provider identifier.

UserName

string UserName

The name of the user.

Public functions

Dispose

void Dispose()