Stay organized with collections
Save and categorize content based on your preferences.
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.UserRecordArgs Class Reference\n\nFirebaseAdmin.Auth.UserRecordArgs\n=================================\n\nA specification for creating or updating user accounts.\n\nSummary\n-------\n\n| ### Properties ||\n|---------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------|\n| [Disabled](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a8b78f79728c43cf17076e3b5f3f68c3b) | `bool` Gets or sets a value indicating whether the user account should be disabled by default or not. |\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_user_record_args_1af27eb0b3bc32a0bc10abda5120a614a3) | `string` Gets or sets the display name of the user account. |\n| [Email](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a11df32831124d07b747a04cdcd9b2166) | `string` Gets or sets the email address of the user. |\n| [EmailVerified](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a0d8a74ed67c9b2c0be6f3cf59673cb62) | `bool` Gets or sets a value indicating whether the user email address has been verified or not. |\n| [Password](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a979981a6c4cdd9e62bf9d4ac632e5b3c) | `string` Gets or sets the password of the user. |\n| [PhoneNumber](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a35b116f952ae29cf6d4290f88678b3b5) | `string` Gets or sets the phone number of the user. |\n| [PhotoUrl](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a8fc69b502d0c6d85705f3bb8ac4403e4) | `string` Gets or sets the photo URL of the user. |\n| [Uid](#class_firebase_admin_1_1_auth_1_1_user_record_args_1a9bdf5f5f65290dd168021d52b916d9d1) | `string` Gets or sets the user ID of the account. |\n\nProperties\n----------\n\n### Disabled\n\n```text\nbool Disabled\n``` \nGets or sets a value indicating whether the user account should be disabled by default or not. \n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the display name of the user account. \n\n### Email\n\n```text\nstring Email\n``` \nGets or sets the email address of the user. \n\n### EmailVerified\n\n```text\nbool EmailVerified\n``` \nGets or sets a value indicating whether the user email address has been verified or not. \n\n### Password\n\n```text\nstring Password\n``` \nGets or sets the password of the user. \n\n### PhoneNumber\n\n```text\nstring PhoneNumber\n``` \nGets or sets the phone number of the user. \n\n### PhotoUrl\n\n```text\nstring PhotoUrl\n``` \nGets or sets the photo URL of the user. \n\n### Uid\n\n```text\nstring Uid\n``` \nGets or sets the user ID of the account."]]