Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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