Stay organized with collections
Save and categorize content based on your preferences.
FirebaseAdmin.Auth.Multitenancy.TenantsPage
Contains a collection of tenants.
Summary
Properties
|
NextPageToken
|
string
Gets the token representing the next page of tenants.
|
Tenants
|
Gets the tenants included in the current page.
|
Properties
NextPageToken
string NextPageToken
Gets the token representing the next page of tenants.
Null if there are no more pages.
Tenants
IEnumerable< Tenant > Tenants
Gets the tenants included in the current page.
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.TenantsPage\n\nContains a collection of tenants.\n\nSummary\n\nProperties \n\nNextPageToken \n\n```text\nstring NextPageToken\n``` \nGets the token representing the next page of tenants.\n\nNull if there are no more pages. \n\nTenants \n\n```text\nIEnumerable\u003c Tenant \u003e Tenants\n``` \nGets the tenants included in the current page."]]