Click or drag to resize

GmailOAuth(String, String) Constructor

Creates new GmailOAuth object.

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

Parameters

consumerKey  String
Consumer key.
consumerSecret  String
Consumer secret.
See Also