ListProviderConfigResults interface
Stay organized with collections
Save and categorize content based on your preferences.
The response interface for listing provider configs. This is only available when listing all identity providers' configurations via BaseAuth.listProviderConfigs().
Signature:
export interface ListProviderConfigResults
Properties
ListProviderConfigResults.pageToken
The next page token, if available.
Signature:
pageToken?: string;
ListProviderConfigResults.providerConfigs
The list of providers for the specified type in the current page.
Signature:
providerConfigs: AuthProviderConfig[];
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-07-29 UTC.
[null,null,["Last updated 2022-07-29 UTC."],[],[],null,["The response interface for listing provider configs. This is only available when listing all identity providers' configurations via [BaseAuth.listProviderConfigs()](./firebase-admin.auth.baseauth.md#baseauthlistproviderconfigs).\n\n**Signature:** \n\n export interface ListProviderConfigResults \n\nProperties\n\nListProviderConfigResults.pageToken\n\nThe next page token, if available.\n\n**Signature:** \n\n pageToken?: string;\n\nListProviderConfigResults.providerConfigs\n\nThe list of providers for the specified type in the current page.\n\n**Signature:** \n\n providerConfigs: AuthProviderConfig[];"]]