OAuthMatchEndpointContext Class

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
Public method OAuthMatchEndpointContext

Top

Properties

  Name Description
Public property IsAuthorizeEndpoint
Public property IsRequestCompleted True if the request should not be processed further by other components. (Inherited from EndpointContext<TOptions>.)
Public property IsTokenEndpoint
Public property Options (Inherited from BaseContext<TOptions>.)
Public property OwinContext (Inherited from BaseContext<TOptions>.)
Public property Request (Inherited from BaseContext<TOptions>.)
Public property Response (Inherited from BaseContext<TOptions>.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MatchesAuthorizeEndpoint
Public method MatchesNothing
Public method MatchesTokenEndpoint
Protected method MemberwiseClone (Inherited from Object.)
Public method RequestCompleted Prevents the request from being processed further by other components. IsRequestCompleted becomes true after calling. (Inherited from EndpointContext<TOptions>.)
Public method 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.

See Also

Reference

Microsoft.Owin.Security.OAuth Namespace