Click or drag to resize

Gmail2LeggedOAuth Constructor

Creates new Gmail2LeggedOAuth object.

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

Parameters

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