Class AzureWebAppGoogleIdentityProvider
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the Google identity provider settings for an Azure web app.
public class AzureWebAppGoogleIdentityProvider : AzureWebAppIdentityProviderBase
- Inheritance
-
AzureWebAppGoogleIdentityProvider
Constructors
AzureWebAppGoogleIdentityProvider()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebAppGoogleIdentityProvider class.
public AzureWebAppGoogleIdentityProvider()
Properties
ClientIdentifier
Gets or sets the Google client identifier.
public string ClientIdentifier { get; set; }
Property Value
ClientSecretSettingName
Gets or sets the app setting name that contains the Google client secret.
public string ClientSecretSettingName { get; set; }
Property Value
IsConfigured
Gets whether the identity provider is configured.
public override bool IsConfigured { get; }