Appearance
cloudfire-auth / ListProviderConfigResults
Interface: ListProviderConfigResults
Defined in: types/firebase-admin/auth-config.ts:216
The response interface for listing provider configs. This is only available when listing all identity providers' configurations via CloudFireAuth.listProviderConfigs.
Properties
pageToken?
optionalpageToken:string
Defined in: types/firebase-admin/auth-config.ts:224
The next page token, if available.
providerConfigs
providerConfigs:
AuthProviderConfig[]
Defined in: types/firebase-admin/auth-config.ts:220
The list of providers for the specified type in the current page.