OAuthRequestTokenContext.Token Property
The authorization header value
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string Token { get; set; }
public:
property String^ Token {
String^ get();
void set(String^ value);
}
member Token : string with get, set
Public Property Token As String
Property Value
Type: System.String
Returns String.
See Also
OAuthRequestTokenContext Class
Microsoft.Owin.Security.OAuth Namespace
Return to top