OAuthDefaults Class
Default values used by authorization server and bearer authentication.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.OAuth.OAuthDefaults
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public NotInheritable Class OAuthDefaults
'Usage
public static class OAuthDefaults
public ref class OAuthDefaults abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type OAuthDefaults = class end
public final class OAuthDefaults
The OAuthDefaults type exposes the following members.
Fields
Name | Description | |
---|---|---|
AuthenticationType | Default value for AuthenticationType property in the OAuthBearerAuthenticationOptions and OAuthAuthorizationServerOptions. |
Top
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.