OAuthAuthorizeEndpointContext Class

Represents the authorize endpoint context of the authentication.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext<OAuthAuthorizationServerOptions>
    Microsoft.Owin.Security.Provider.EndpointContext<OAuthAuthorizationServerOptions>
      Microsoft.Owin.Security.OAuth.OAuthAuthorizeEndpointContext

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Class OAuthAuthorizeEndpointContext _
    Inherits EndpointContext(Of OAuthAuthorizationServerOptions)
'Usage
Dim instance As OAuthAuthorizeEndpointContext
public class OAuthAuthorizeEndpointContext : EndpointContext<OAuthAuthorizationServerOptions>
public ref class OAuthAuthorizeEndpointContext : public EndpointContext<OAuthAuthorizationServerOptions^>
type OAuthAuthorizeEndpointContext =  
    class 
        inherit EndpointContext<OAuthAuthorizationServerOptions>
    end
public class OAuthAuthorizeEndpointContext extends EndpointContext<OAuthAuthorizationServerOptions>

The OAuthAuthorizeEndpointContext type exposes the following members.

Constructors

  Name Description
Public method OAuthAuthorizeEndpointContext Initializes a new instance of the OAuthAuthorizeEndpointContext class.

Top

Properties

  Name Description
Public property IsRequestCompleted True if the request should not be processed further by other components. (Inherited from EndpointContext<TOptions>.)
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.)
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