OAuthRequestTokenContext Constructor (IOwinContext, String)
Initializes a new OAuthRequestTokenContext
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public OAuthRequestTokenContext(
IOwinContext context,
string token
)
public:
OAuthRequestTokenContext(
IOwinContext^ context,
String^ token
)
new :
context:IOwinContext *
token:string -> OAuthRequestTokenContext
Public Sub New (
context As IOwinContext,
token As String
)
Parameters
context
Type: Microsoft.Owin.IOwinContextOWIN environment
token
Type: System.StringThe authorization header value.
See Also
OAuthRequestTokenContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top