TwitterAuthenticatedContext.AccessTokenSecret Property
Gets the Twitter access token secret
Namespace: Microsoft.Owin.Security.Twitter
Assembly: Microsoft.Owin.Security.Twitter (in Microsoft.Owin.Security.Twitter.dll)
Syntax
public string AccessTokenSecret { get; private set; }
public:
property String^ AccessTokenSecret {
String^ get();
private: void set(String^ value);
}
member AccessTokenSecret : string with get, private set
Public Property AccessTokenSecret As String
Get
Private Set
End Property
Property Value
Type: System.String
Returns String.
See Also
TwitterAuthenticatedContext Class
Microsoft.Owin.Security.Twitter Namespace
Return to top