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.
Gets or sets the Twitter token
Namespace: Microsoft.Owin.Security.Twitter.Messages
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.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
RequestToken Class
Microsoft.Owin.Security.Twitter.Messages Namespace
Return to top