Jaa


RequestToken.TokenSecret Property

 

Gets or sets the Twitter token secret

Namespace:   Microsoft.Owin.Security.Twitter.Messages
Assembly:  Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)

Syntax

public string TokenSecret { get; set; }
public:
property String^ TokenSecret {
    String^ get();
    void set(String^ value);
}
member TokenSecret : string with get, set
Public Property TokenSecret As String

Property Value

Type: System.String

Returns String.

See Also

RequestToken Class
Microsoft.Owin.Security.Twitter.Messages Namespace

Return to top