FirebaseAdmin.Auth.ImportUserRecordArgs

Represents a user account to be imported to Firebase Auth via the AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) API.

Summary

Must contain at least a user ID string.

Properties

CustomClaims
IReadOnlyDictionary< string, object >
Gets or sets the custom claims.
Disabled
bool
Gets or sets the disabled value, null signifies that it was not specified.
DisplayName
string
Gets or sets the display name of the user.
Email
string
Gets or sets the email address of the user.
EmailVerified
bool
Gets or sets if the email was verified, null signifies that it was not specified.
PasswordHash
byte[]
Gets or sets the password hash.
PasswordSalt
byte[]
Gets or sets the password salt.
PhoneNumber
string
Gets or sets phone number of the user.
PhotoUrl
string
Gets or sets the photo URL.
Uid
string
Gets or sets the user ID of the user.
UserMetadata
Gets or sets the user metadata.
UserProviders
IEnumerable< UserProvider >
Gets or sets the user providers.

Properties

CustomClaims

IReadOnlyDictionary< string, object > CustomClaims

Gets or sets the custom claims.

Disabled

bool Disabled

Gets or sets the disabled value, null signifies that it was not specified.

DisplayName

string DisplayName

Gets or sets the display name of the user.

Email

string Email

Gets or sets the email address of the user.

EmailVerified

bool EmailVerified

Gets or sets if the email was verified, null signifies that it was not specified.

PasswordHash

byte[] PasswordHash

Gets or sets the password hash.

PasswordSalt

byte[] PasswordSalt

Gets or sets the password salt.

PhoneNumber

string PhoneNumber

Gets or sets phone number of the user.

PhotoUrl

string PhotoUrl

Gets or sets the photo URL.

Uid

string Uid

Gets or sets the user ID of the user.

UserMetadata

UserMetadata UserMetadata

Gets or sets the user metadata.

UserProviders

IEnumerable< UserProvider > UserProviders

Gets or sets the user providers.