Gets OAuth token secret.

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public string TokenSecret { get; private set; }
Visual Basic
Public Property TokenSecret As String
	Get
	Private Set
Visual C++
public:
property String^ TokenSecret {
	String^ get ();
	private: void set (String^ value);
}

See Also