Table of Contents

Class AzureWebAppTwitterIdentityProvider

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the Twitter identity provider settings for an Azure web app.

public class AzureWebAppTwitterIdentityProvider : AzureWebAppIdentityProviderBase
Inheritance
AzureWebAppTwitterIdentityProvider

Constructors

AzureWebAppTwitterIdentityProvider()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureWebAppTwitterIdentityProvider class.

public AzureWebAppTwitterIdentityProvider()

Properties

ConsumerKey

Gets or sets the Twitter consumer key.

public string ConsumerKey { get; set; }

Property Value

string

ConsumerSecretSettingName

Gets or sets the app setting name that contains the Twitter consumer secret.

public string ConsumerSecretSettingName { get; set; }

Property Value

string

IsConfigured

Gets whether the identity provider is configured.

public override bool IsConfigured { get; }

Property Value

bool