OAuthAuthorizationServerExtensions Class
Extension methods to add Authorization Server capabilities to an OWIN pipeline
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
The OAuthAuthorizationServerExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | UseOAuthAuthorizationServer | 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 |
Show:

