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.26106.1555
Syntax
public void SetAccessToken(
	OAuthToken accessToken
)

Parameters

accessToken  OAuthToken
Access token.
See Also