Sets OAuth token secret (oauth_token_secret).

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

Syntax

C#
IOAuth TokenSecret(
	string tokenSecret
)
Visual Basic
Function TokenSecret ( _
	tokenSecret As String _
) As IOAuth
Visual C++
IOAuth^ TokenSecret(
	String^ tokenSecret
)

Parameters

tokenSecret
Type: System..::..String

[Missing <param name="tokenSecret"/> documentation for "M:Limilabs.Client.Authentication.IOAuth.TokenSecret(System.String)"]

Return Value

This OAuth object.

See Also