Click or drag to resize

OAuthToken Constructor

Creates new OAuthToken object.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public OAuthToken(
	string token,
	string tokenSecret
)

Parameters

token
Type: SystemString
OAuth token.
tokenSecret
Type: SystemString
OAuth token secret.
See Also