Jaa


RequestToken.Token Property

 

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