Click or drag to resize

Gmail2LeggedOAuth Constructor

Creates new Gmail2LeggedOAuth object.

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

Parameters

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