Click or drag to resize

GmailOAuth.GetAccessToken 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: System.String
oauth_verifier url parameter.
See Also