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