Click or drag to resize

IOAuthTokenSecret Method

Sets OAuth token secret (oauth_token_secret).

Namespace:  Limilabs.Client.Authentication
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IOAuth TokenSecret(
	string tokenSecret
)

Parameters

tokenSecret
Type: SystemString
Token secret to set.

Return Value

Type: IOAuth
This OAuth object.
See Also