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.23341.1754
Syntax
public void GetAccessToken(
	string oauthVerifier
)

Parameters

oauthVerifier
Type: SystemString
oauth_verifier url parameter.
See Also