Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extension methods to add Authorization Server capabilities to an OWIN pipeline
Inheritance Hierarchy
System.Object
Owin.OAuthAuthorizationServerExtensions
Namespace: Owin
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class OAuthAuthorizationServerExtensions
'Usage
public static class OAuthAuthorizationServerExtensions
[ExtensionAttribute]
public ref class OAuthAuthorizationServerExtensions abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type OAuthAuthorizationServerExtensions = class end
public final class OAuthAuthorizationServerExtensions
The OAuthAuthorizationServerExtensions type exposes the following members.
Methods
| 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 |
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.
.jpeg)
.gif)