Tenant

public final class Tenant extends Object

Contains metadata associated with a Firebase tenant.

Instances of this class are immutable and thread safe.

Nested Class Summary

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 Constructor Summary

Tenant()

Public Method Summary

String
String
boolean
boolean
Tenant.UpdateRequest
updateRequest()
Returns a new Tenant.UpdateRequest, which can be used to update the attributes of this tenant.

Inherited Method Summary

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