FirebaseAdmin. Auth. UserRecordArgs
A specification for creating or updating user accounts.
Summary
Properties | |
|---|---|
Disabled | boolGets or sets a value indicating whether the user account should be disabled by default or not. |
DisplayName | stringGets or sets the display name of the user account. |
Email | stringGets or sets the email address of the user. |
EmailVerified | boolGets or sets a value indicating whether the user email address has been verified or not. |
Password | stringGets or sets the password of the user. |
PhoneNumber | stringGets or sets the phone number of the user. |
PhotoUrl | stringGets or sets the photo URL of the user. |
Uid | stringGets 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.
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.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.