Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.Multitenancy.TenantArgs
Arguments for creating and updating tenants.
Summary
Properties
|
DisplayName
|
string
Gets or sets the tenant display name.
|
EmailLinkSignInEnabled
|
bool
Gets or sets a value indicating whether the email link sign-in is enabled.
|
PasswordSignUpAllowed
|
bool
Gets or sets a value indicating whether the email sign-in provider is enabled.
|
Properties
DisplayName
string DisplayName
Gets or sets the tenant display name.
EmailLinkSignInEnabled
bool EmailLinkSignInEnabled
Gets or sets a value indicating whether the email link sign-in is enabled.
PasswordSignUpAllowed
bool PasswordSignUpAllowed
Gets or sets a value indicating whether the email sign-in provider is enabled.
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.Multitenancy.TenantArgs Class Reference\n\nFirebaseAdmin.Auth.Multitenancy.TenantArgs\n==========================================\n\nArguments for creating and updating tenants.\n\nSummary\n-------\n\n| ### Properties ||\n|------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|\n| [DisplayName](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_tenant_args_1ad6f5b4d9aa3b84f64c2543fa4c09aefc) | `string` Gets or sets the tenant display name. |\n| [EmailLinkSignInEnabled](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_tenant_args_1ac022d1a015d9b8634360faf43f248bd4) | `bool` Gets or sets a value indicating whether the email link sign-in is enabled. |\n| [PasswordSignUpAllowed](#class_firebase_admin_1_1_auth_1_1_multitenancy_1_1_tenant_args_1ab72c42cf2e20aa53202bcf68d06e67b4) | `bool` Gets or sets a value indicating whether the email sign-in provider is enabled. |\n\nProperties\n----------\n\n### DisplayName\n\n```text\nstring DisplayName\n``` \nGets or sets the tenant display name. \n\n### EmailLinkSignInEnabled\n\n```text\nbool EmailLinkSignInEnabled\n``` \nGets or sets a value indicating whether the email link sign-in is enabled. \n\n### PasswordSignUpAllowed\n\n```text\nbool PasswordSignUpAllowed\n``` \nGets or sets a value indicating whether the email sign-in provider is enabled."]]