OpenIdConnectAuthenticationDefaults Class

 

Default values related to OpenIdConnect authentication middleware

Namespace:   Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

System::Object
  Microsoft.Owin.Security.OpenIdConnect::OpenIdConnectAuthenticationDefaults

public ref class OpenIdConnectAuthenticationDefaults abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAuthenticationType

The default value used for OpenIdConnectAuthenticationOptions.AuthenticationType

System_CAPS_pubfieldSystem_CAPS_staticCaption

The default value for OpenIdConnectAuthenticationOptions.Caption.

System_CAPS_pubfieldSystem_CAPS_staticCookiePrefix

The prefix used to provide a default OpenIdConnectAuthenticationOptions.CookieName

System_CAPS_pubfieldSystem_CAPS_staticRedirectUriUsedForCodeKey

The property for the RedirectUri that was used when asking for a 'authorizationCode'

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: