OAuthRequestTokenContext Class
Specifies the HTTP request header for the bearer authentication scheme.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Inheritance Hierarchy
System.Object
Microsoft.Owin.Security.Provider.BaseContext
Microsoft.Owin.Security.OAuth.OAuthRequestTokenContext
Syntax
public class OAuthRequestTokenContext : BaseContext
public ref class OAuthRequestTokenContext : BaseContext
type OAuthRequestTokenContext =
class
inherit BaseContext
end
Public Class OAuthRequestTokenContext
Inherits BaseContext
Constructors
Name | Description | |
---|---|---|
OAuthRequestTokenContext(IOwinContext, String) | Initializes a new OAuthRequestTokenContext |
Properties
Name | Description | |
---|---|---|
OwinContext | (Inherited from BaseContext.) |
|
Request | (Inherited from BaseContext.) |
|
Response | (Inherited from BaseContext.) |
|
Token | The authorization header value |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
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
Microsoft.Owin.Security.OAuth Namespace
Return to top