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().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# ListProviderConfigResults interface\n\nThe 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----------\n\n| Property | Type | Description |\n|----------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|-------------------------------------------------------------------|\n| [pageToken](./firebase-admin.auth.listproviderconfigresults.md#listproviderconfigresultspagetoken) | string | The next page token, if available. |\n| [providerConfigs](./firebase-admin.auth.listproviderconfigresults.md#listproviderconfigresultsproviderconfigs) | [AuthProviderConfig](./firebase-admin.auth.md#authproviderconfig)\\[\\] | The list of providers for the specified type in the current page. |\n\nListProviderConfigResults.pageToken\n-----------------------------------\n\nThe next page token, if available.\n\n**Signature:** \n\n pageToken?: string;\n\nListProviderConfigResults.providerConfigs\n-----------------------------------------\n\nThe list of providers for the specified type in the current page.\n\n**Signature:** \n\n providerConfigs: AuthProviderConfig[];"]]