FirebaseAdmin.Auth.UserRecordArgs

A specification for creating or updating user accounts.

Summary

Properties

Disabled
bool
Gets or sets a value indicating whether the user account should be disabled by default or not.
DisplayName
string
Gets or sets the display name of the user account.
Email
string
Gets or sets the email address of the user.
EmailVerified
bool
Gets or sets a value indicating whether the user email address has been verified or not.
Password
string
Gets or sets the password of the user.
PhoneNumber
string
Gets or sets the phone number of the user.
PhotoUrl
string
Gets or sets the photo URL of the user.
Uid
string
Gets or sets the user ID of the account.

Properties

Disabled

bool Disabled

Gets or sets a value indicating whether the user account should be disabled by default or not.

DisplayName

string DisplayName

Gets or sets the display name of the user account.

Email

string Email

Gets or sets the email address of the user.

EmailVerified

bool EmailVerified

Gets or sets a value indicating whether the user email address has been verified or not.

Password

string Password

Gets or sets the password of the user.

PhoneNumber

string PhoneNumber

Gets or sets the phone number of the user.

PhotoUrl

string PhotoUrl

Gets or sets the photo URL of the user.

Uid

string Uid

Gets or sets the user ID of the account.