Skip to content

listProviderConfigs()

listProviderConfigs(options): Promise<ListProviderConfigResults>

Defined in: CloudFireAuth.ts:686

Returns the list of existing provider configurations matching the filter provided. At most, 100 provider configs can be listed at a time.

SAML and OIDC provider support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP, including pricing and features, see the GCIP documentation.

Parameters

options

AuthProviderConfigFilter

The provider config filter to apply.

Returns

Promise<ListProviderConfigResults>

A promise that resolves with the list of provider configs meeting the filter requirements.