Language
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.
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext<OAuthAuthorizationServerOptions>
Microsoft.Owin.Security.Provider.EndpointContext<OAuthAuthorizationServerOptions>
Microsoft.Owin.Security.OAuth.OAuthMatchEndpointContext
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
'Declaration
Public Class OAuthMatchEndpointContext _
Inherits EndpointContext(Of OAuthAuthorizationServerOptions)
'Usage
Dim instance As OAuthMatchEndpointContext
public class OAuthMatchEndpointContext : EndpointContext<OAuthAuthorizationServerOptions>
public ref class OAuthMatchEndpointContext : public EndpointContext<OAuthAuthorizationServerOptions^>
type OAuthMatchEndpointContext =
class
inherit EndpointContext<OAuthAuthorizationServerOptions>
end
public class OAuthMatchEndpointContext extends EndpointContext<OAuthAuthorizationServerOptions>
The OAuthMatchEndpointContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
OAuthMatchEndpointContext |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
IsAuthorizeEndpoint | |
![]() |
IsRequestCompleted | True if the request should not be processed further by other components. (Inherited from EndpointContext<TOptions>.) |
![]() |
IsTokenEndpoint | |
![]() |
Options | (Inherited from BaseContext<TOptions>.) |
![]() |
OwinContext | (Inherited from BaseContext<TOptions>.) |
![]() |
Request | (Inherited from BaseContext<TOptions>.) |
![]() |
Response | (Inherited from BaseContext<TOptions>.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MatchesAuthorizeEndpoint | |
![]() |
MatchesNothing | |
![]() |
MatchesTokenEndpoint | |
![]() |
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.) |
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.
.gif)
.gif)
.gif)