Stay organized with collections
Save and categorize content based on your preferences.
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 |
|
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.
.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-04-04 UTC.
[null,null,["Last updated 2024-04-04 UTC."],[],[],null,["FirebaseAdmin.Auth.Providers.AuthProviderConfigArgs\\\u003c T \\\u003e\n\n\n**This is an abstract class.**\n\nThe base auth provider configuration interface.\n\nSummary\n\n[Auth](/docs/reference/admin/dotnet/namespace/firebase-admin/auth#namespace_firebase_admin_1_1_auth) provider configuration support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP, including pricing and features, see the [GCIP documentation](https://cloud.google.com/identity-platform).\n\n\u003cbr /\u003e\n\nInheritanceDirect Known Subclasses:[FirebaseAdmin.Auth.Providers.OidcProviderConfigArgs](/docs/reference/admin/dotnet/class/firebase-admin/auth/providers/oidc-provider-config-args), [FirebaseAdmin.Auth.Providers.SamlProviderConfigArgs](/docs/reference/admin/dotnet/class/firebase-admin/auth/providers/saml-provider-config-args)\n\nProperties \n\nDisplayName \n\n```text\nstring DisplayName\n``` \nGets or sets the user-friendly display name of the configuration.\n\nThis name is also used as the provider label in the Cloud Console. \n\nEnabled \n\n```text\nbool Enabled\n``` \nGets or sets a value indicating whether the provider configuration is enabled or disabled.\n\nA user cannot sign in using a disabled provider. \n\nProviderId \n\n```text\nstring ProviderId\n``` \nGets or sets the provider ID defined by the developer.\n\nFor an OIDC provider, this is always prefixed by `oidc.`. For a SAML provider, this is always prefixed by `saml.`."]]