OAuthAuthorizationServerOptions Constructor ()

 

Creates an instance of authorization server options with default values.

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

Syntax

public OAuthAuthorizationServerOptions()
public:
OAuthAuthorizationServerOptions()
new : unit -> OAuthAuthorizationServerOptions
Public Sub New

See Also

OAuthAuthorizationServerOptions Class
Microsoft.Owin.Security.OAuth Namespace

Return to top