Click or drag to resize

GmailOAuth(OAuthToken) Constructor

Creates new GmailOAuth object.

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

Parameters

consumerToken  OAuthToken
Consumer token (consumer key and consumer secret).
See Also