OAuthDefaults Class

 

Default values used by authorization server and bearer authentication.

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

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.OAuth.OAuthDefaults

Syntax

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static AuthenticationType

Default value for AuthenticationType property in the OAuthBearerAuthenticationOptions and OAuthAuthorizationServerOptions.

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.OAuth Namespace

Return to top