Share via


OAuthTokenEndpointContext Class

Inheritance Hierarchy

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

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

Syntax

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

The OAuthTokenEndpointContext type exposes the following members.

Constructors

  Name Description
Public method OAuthTokenEndpointContext

Top

Properties

  Name Description
Public property AdditionalResponseParameters
Public property Identity
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 Properties
Public property Request (Inherited from BaseContext<TOptions>.)
Public property Response (Inherited from BaseContext<TOptions>.)
Public property TokenEndpointRequest
Public property TokenIssued

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 Issue
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