| java.lang.Object | |
| ↳ | com.google.firebase.auth.multitenancy.Tenant |
Contains metadata associated with a Firebase tenant.
Instances of this class are immutable and thread safe.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | Tenant.CreateRequest | A specification class for creating a new tenant. | |||||||||
| class | Tenant.UpdateRequest | A class for updating the attributes of an existing tenant. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Tenant() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getDisplayName() | ||||||||||
| String | getTenantId() | ||||||||||
| boolean | isEmailLinkSignInEnabled() | ||||||||||
| boolean | isPasswordSignInAllowed() | ||||||||||
| Tenant.UpdateRequest |
updateRequest()
Returns a new
Tenant.UpdateRequest, which can be used to update the attributes of this tenant. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a new Tenant.UpdateRequest, which can be used to update the attributes of this tenant.
Tenant.UpdateRequest instance.