FirebaseAdmin.Auth.Providers.AuthProviderConfig

The base Auth provider configuration interface.

Summary

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

Inheritance

Direct Known Subclasses:FirebaseAdmin.Auth.Providers.OidcProviderConfig, FirebaseAdmin.Auth.Providers.SamlProviderConfig

Properties

DisplayName
string
Gets the user-friendly display name of the configuration.
Enabled
bool
Gets a value indicating whether the provider configuration is enabled or disabled.
ProviderId
string
Gets the provider ID defined by the developer.

Properties

DisplayName

string DisplayName

Gets the user-friendly display name of the configuration.

This name is also used as the provider label in the Cloud Console.

Enabled

bool Enabled

Gets a value indicating whether the provider configuration is enabled or disabled.

A user cannot sign in using a disabled provider.

ProviderId

string ProviderId

Gets the provider ID defined by the developer.

For an OIDC provider, this is always prefixed by oidc.. For a SAML provider, this is always prefixed by saml..