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 | |
---|---|---|
AuthenticationType | The default value used for OpenIdConnectAuthenticationOptions.AuthenticationType |
|
Caption | The default value for OpenIdConnectAuthenticationOptions.Caption. |
|
CookiePrefix | The prefix used to provide a default OpenIdConnectAuthenticationOptions.CookieName |
|
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