Skip to content

createProviderConfig()

createProviderConfig(config): Promise<AuthProviderConfig>

Defined in: CloudFireAuth.ts:767

Returns a promise that resolves with the newly created AuthProviderConfig when the new provider configuration is created.

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

config

AuthProviderConfig

The provider configuration to create.

Returns

Promise<AuthProviderConfig>

A promise that resolves with the created provider configuration.