OAuthAuthorizationServerExtensions Class

 

Extension methods to add Authorization Server capabilities to an OWIN pipeline

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

System::Object
  Owin::OAuthAuthorizationServerExtensions

[ExtensionAttribute]
public ref class OAuthAuthorizationServerExtensions abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticUseOAuthAuthorizationServer(IAppBuilder^, OAuthAuthorizationServerOptions^)

Adds OAuth2 Authorization Server capabilities to an OWIN web application. This middleware performs the request processing for the Authorize and Token endpoints defined by the OAuth2 specification. See also http://tools.ietf.org/html/rfc6749

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

Return to top
Show: