Click or drag to resize

GmailOAuth Constructor (String, String)

Creates new GmailOAuth object.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public GmailOAuth(
	string consumerKey,
	string consumerSecret
)

Parameters

consumerKey
Type: SystemString
Consumer key.
consumerSecret
Type: SystemString
Consumer secret.
See Also