Gets Gmail access token.
Declaration Syntax
C# | Visual Basic | Visual 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
Exception | Condition |
---|---|
ArgumentNullException | Is raised when verificationCode is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
InvalidOperationException | Is raised when this method is called in invalid state. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119