OAuthRequestTokenContext Class

Specifies the HTTP header for the bearer authentication scheme.

Inheritance Hierarchy

System.Object
  Microsoft.Owin.Security.Provider.BaseContext
    Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext

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

Syntax

'Declaration
Public Class OAuthRequestTokenContext _
    Inherits BaseContext
'Usage
Dim instance As OAuthRequestTokenContext
public class OAuthRequestTokenContext : BaseContext
public ref class OAuthRequestTokenContext : public BaseContext
type OAuthRequestTokenContext =  
    class 
        inherit BaseContext 
    end
public class OAuthRequestTokenContext extends BaseContext

The OAuthRequestTokenContext type exposes the following members.

Constructors

  Name Description
Public method OAuthRequestTokenContext Initializes a new OAuthRequestTokenContext

Top

Properties

  Name Description
Public property OwinContext (Inherited from BaseContext.)
Public property Request (Inherited from BaseContext.)
Public property Response (Inherited from BaseContext.)
Public property Token The authorization header value

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