Table of Contents

Class Constants

Namespace
OpenSettings
Assembly
OpenSettings.dll

Provides constant values for authentication schemes and pack version metadata used in OpenSettings.

public static class Constants
Inheritance
Constants
Inherited Members

Fields

EmbeddedIndexHtmlFileNamespace

The current embedded index html file namespace for the OpenSettings Spa.

public const string EmbeddedIndexHtmlFileNamespace = "OpenSettings.AspNetCore.Spa.open_settings_spa_dist.browser.index.html"

Field Value

string

OpenSettingsBasicAuthScheme

The authentication scheme for Basic Authentication in OpenSettings.

public const string OpenSettingsBasicAuthScheme = "OpenSettingsBasicAuth"

Field Value

string

OpenSettingsCookieScheme

The authentication scheme for Cookie-based Authentication in OpenSettings.

public const string OpenSettingsCookieScheme = "OpenSettingsCookieScheme"

Field Value

string

OpenSettingsOAuth2Scheme

The authentication scheme for OAuth2 Authentication in OpenSettings.

public const string OpenSettingsOAuth2Scheme = "OpenSettingsOAuth2"

Field Value

string

PackVersionName

The name used to represent the pack version in OpenSettings.

public const string PackVersionName = "PackVersion"

Field Value

string

PackVersionScoreName

The name used to represent the pack version score in OpenSettings.

public const string PackVersionScoreName = "PackVersionScore"

Field Value

string