Click or drag to resize

GmailOAuthGetAccessToken Method

Contacts Google to exchange an authorized request token for an access token.

Namespace: Limilabs.Client.Authentication.Google
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
public void GetAccessToken(
	string oauthVerifier
)

Parameters

oauthVerifier  String
oauth_verifier url parameter.
See Also