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)

Inheritance Hierarchy

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

Syntax

public static class OpenIdConnectAuthenticationDefaults
public ref class OpenIdConnectAuthenticationDefaults abstract sealed 
[<AbstractClass>]
[<Sealed>]
type OpenIdConnectAuthenticationDefaults = class end
Public NotInheritable Class OpenIdConnectAuthenticationDefaults

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AuthenticationType

The default value used for OpenIdConnectAuthenticationOptions.AuthenticationType

System_CAPS_pubfieldSystem_CAPS_static Caption

The default value for OpenIdConnectAuthenticationOptions.Caption.

System_CAPS_pubfieldSystem_CAPS_static CookiePrefix

The prefix used to provide a default OpenIdConnectAuthenticationOptions.CookieName

System_CAPS_pubfieldSystem_CAPS_static RedirectUriUsedForCodeKey

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

Thread Safety

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

See Also

Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top