Share via


TwitterCredentials.AccessTokenSecret Property

 

Gets or sets the access token secret for the current user.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Security
Assembly:  Microsoft.WindowsAzure.Mobile.Service (in Microsoft.WindowsAzure.Mobile.Service.dll)

Syntax

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

Property Value

Type: System.String

See Also

TwitterCredentials Class
Microsoft.WindowsAzure.Mobile.Service.Security Namespace

Return to top