Authorization Property
OAuth 2.0 Authorization Token.
Syntax
char* GetAuthorization();
int SetAuthorization(char* lpszAuthorization);
Default Value
""
Remarks
This service supports authentication via OAuth 2.0. First, perform OAuth authentication using the OAuth class or
a separate process. Once complete you should have an authorization string which looks like:
Bearer ya29.AHES6ZSZEJzATdZYjeihDn5W-VrXSsxEZu5p0pclxGdKKQAssign this value to the Authorization property before attempting any operations. Consult the Google documentation for this particular service for more information about supported scope values and more details on OAuth authentication.
Data Type
String