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