AuthenticationDefaults class

Default values for authentication schemes.

public static class AuthenticationDefaults

Public Members

name description
const ApiKeyDisplayName Default display name for API Key authentication.
const ApiKeySchemeName API key authentication scheme name.
const BasicDisplayName Default display name for Basic authentication.
const BasicSchemeName Basic authentication scheme name.
const BearerDisplayName Default display name for Bearer authentication.
const BearerSchemeName Bearer authentication scheme name.
const CookiesDisplayName Cookies authentication display name.
const CookiesSchemeName Cookies authentication scheme name.
const DigestDisplayName Default display name for Digest authentication.
const DigestSchemeName Digest authentication scheme name.
const GitHubDisplayName Default display name for GitHub authentication.
const GitHubSchemeName GitHub authentication scheme name.
const JwtBearerDisplayName Default display name for JWT Bearer authentication.
const JwtBearerSchemeName JWT Bearer authentication scheme name.
const NtisplayName Default display name for NTLM authentication.
const NtLmSchemeName NTLM authentication scheme name.
const OAuth2DisplayName Default display name for OAuth2 authentication.
const OAuth2SchemeName OAuth2 authentication scheme name.
const OidcDisplayName Default display name for OpenID Connect authentication.
const OidcSchemeName OIDC authentication scheme name.
const WindowsDisplayName Default display name for Windows authentication.
const WindowsSchemeName Windows authentication scheme name.

See Also