FirebaseAdmin.Auth.Providers.AuthProviderConfigArgs< T >

This is an abstract class.

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.

Details
Template Parameters
T
Type of AuthProviderConfig that can be created or updated using this argument type.

Inheritance

Direct Known Subclasses:FirebaseAdmin.Auth.Providers.OidcProviderConfigArgs, FirebaseAdmin.Auth.Providers.SamlProviderConfigArgs

Properties

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

Properties

DisplayName

string DisplayName

Gets or sets 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 or sets a value indicating whether the provider configuration is enabled or disabled.

A user cannot sign in using a disabled provider.

ProviderId

string ProviderId

Gets or sets 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..