public final class

Tenant

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.multitenancy.Tenant

Class Overview

Contains metadata associated with a Firebase tenant.

Instances of this class are immutable and thread safe.

Summary

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

Public Constructors

public Tenant ()

Public Methods

public String getDisplayName ()

public String getTenantId ()

public boolean isEmailLinkSignInEnabled ()

public boolean isPasswordSignInAllowed ()

public Tenant.UpdateRequest updateRequest ()

Returns a new Tenant.UpdateRequest, which can be used to update the attributes of this tenant.

Returns