Click or drag to resize

GmailOAuth Constructor (OAuthToken)

Creates new GmailOAuth object.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public GmailOAuth(
	OAuthToken consumerToken
)

Parameters

consumerToken
Type: Limilabs.Client.Authentication.GoogleOAuthToken
Consumer token (consumer key and consumer secret).
See Also