LumiSoft Net Help
GetAccessToken Method (verificationCode)
NamespacesLumiSoft.Net.AUTHAUTH_Gmail_OAuth1_3legGetAccessToken(String)
Gets Gmail access token.
Declaration Syntax
C#Visual BasicVisual C++F#
public void GetAccessToken(
	string verificationCode
)
Public Sub GetAccessToken ( 
	verificationCode As String
)
public:
void GetAccessToken(
	String^ verificationCode
)
member GetAccessToken : 
        verificationCode : string -> unit 
Parameters
verificationCode (String)
Google provided verfification code on authorization Url.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when verificationCode is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.
InvalidOperationExceptionIs raised when this method is called in invalid state.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119