OAuthMatchEndpointContext Methods
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MatchesAuthorizeEndpoint() | Sets the endpoint type to authorize endpoint. |
![]() |
MatchesNothing() | Sets the endpoint type to neither authorize nor token. |
![]() |
MatchesTokenEndpoint() | Sets the endpoint type to token endpoint. |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
RequestCompleted() | Prevents the request from being processed further by other components. IsRequestCompleted becomes true after calling.(Inherited from EndpointContext<TOptions>.) |
![]() |
ToString() | (Inherited from Object.) |
See Also
OAuthMatchEndpointContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top