OAuthMatchEndpointContext Properties
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Properties
Name | Description | |
---|---|---|
![]() |
IsAuthorizeEndpoint | Gets whether or not the endpoint is an OAuth authorize endpoint. |
![]() |
IsRequestCompleted | True if the request should not be processed further by other components.(Inherited from EndpointContext<TOptions>.) |
![]() |
IsTokenEndpoint | Gets whether or not the endpoint is an OAuth token endpoint. |
![]() |
Options | (Inherited from BaseContext<TOptions>.) |
![]() |
OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() |
Request | (Inherited from BaseContext<TOptions>.) |
![]() |
Response | (Inherited from BaseContext<TOptions>.) |
See Also
OAuthMatchEndpointContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top