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
OpenSettingsBasicAuthScheme
The authentication scheme for Basic Authentication in OpenSettings.
public const string OpenSettingsBasicAuthScheme = "OpenSettingsBasicAuth"
Field Value
OpenSettingsCookieScheme
The authentication scheme for Cookie-based Authentication in OpenSettings.
public const string OpenSettingsCookieScheme = "OpenSettingsCookieScheme"
Field Value
OpenSettingsOAuth2Scheme
The authentication scheme for OAuth2 Authentication in OpenSettings.
public const string OpenSettingsOAuth2Scheme = "OpenSettingsOAuth2"
Field Value
PackVersionName
The name used to represent the pack version in OpenSettings.
public const string PackVersionName = "PackVersion"
Field Value
PackVersionScoreName
The name used to represent the pack version score in OpenSettings.
public const string PackVersionScoreName = "PackVersionScore"