Click or drag to resize

GmailOAuthSetAccessToken Method

Sets access token. Typically you don't need to use this method, as GetAccessToken(String) methods retrieves access token for you.

Namespace:  Limilabs.Client.Authentication.Google
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void SetAccessToken(
	OAuthToken accessToken
)

Parameters

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