Click or drag to resize

GoogleApi(OAuthToken, OAuthToken) Constructor

Creates new instance of this class.

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public GoogleApi(
	OAuthToken consumer,
	OAuthToken accessToken
)

Parameters

consumer  OAuthToken
Consumer token.
accessToken  OAuthToken
Access token.
See Also