Appearance
updateProviderConfig()
updateProviderConfig(
providerId,updatedConfig):Promise<AuthProviderConfig>
Defined in: CloudFireAuth.ts:747
Returns a promise that resolves with the updated AuthProviderConfig corresponding to the provider ID specified. If the specified ID does not exist, an auth/configuration-not-found error is thrown.
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
providerId
string
The provider ID corresponding to the provider config to update.
updatedConfig
The updated configuration.
Returns
Promise<AuthProviderConfig>
A promise that resolves with the updated provider configuration.