Click or drag to resize

IOAuthToken Method

Sets OAuth token (oauth_token).

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

Parameters

token
Type: SystemString
Token to set.

Return Value

Type: IOAuth
This OAuth object.
See Also