OAuthMatchEndpointContext Constructor (IOwinContext, OAuthAuthorizationServerOptions)
Initializes a new instance of the OAuthMatchEndpointContext class
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public OAuthMatchEndpointContext(
IOwinContext context,
OAuthAuthorizationServerOptions options
)
public:
OAuthMatchEndpointContext(
IOwinContext^ context,
OAuthAuthorizationServerOptions^ options
)
new :
context:IOwinContext *
options:OAuthAuthorizationServerOptions -> OAuthMatchEndpointContext
Public Sub New (
context As IOwinContext,
options As OAuthAuthorizationServerOptions
)
Parameters
- context
Type: Microsoft.Owin.IOwinContext
See Also
OAuthMatchEndpointContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top