Click or drag to resize

GoogleApi Constructor (OAuthToken, OAuthToken)

Creates new instance of this class.

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

Parameters

consumer
Type: Limilabs.Client.Authentication.GoogleOAuthToken
Consumer token.
accessToken
Type: Limilabs.Client.Authentication.GoogleOAuthToken
Access token.
See Also