FirebaseAdmin.
  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 | boolGets or sets the disabled value, null signifies that it was not specified.  | 
| DisplayName | stringGets or sets the display name of the user.  | 
| Email | stringGets or sets the email address of the user.  | 
| EmailVerified | boolGets 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 | stringGets or sets phone number of the user.  | 
| PhotoUrl | stringGets or sets the photo URL.  | 
| Uid | stringGets 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.
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.