This method will create a new UGoogleSheetsWebToken object and authenticate it for you provided the information in InTokenInfo is correct.
This token is used to authenticate all Google Sheets operations using information from your Google Service Account.
Please note that tokens are only valid for as long as is specified in InTokenInfo, up to 1 hour, if authenticated.
It's usually best practice to generate a new token for each operation you want to execute for a very short timespan until expiration (30 seconds or fewer).
|
In
Exec
|
|
|
In Token Info
Google Sheets Token Info Structure
|
A struct containing parameters for creating a Java Web Token. Generate one using your Google Service Account's private key file or input the information yourself. |
|
Operation Params
Google Sheets Operation Params Structure
|
Generic request operation parameters |
|
Call on Complete
Delegate (by ref)
|
This delegate will be called when the operation completes and tell you whether or not it was successful and return the response as a UGoogleSheetsWebToken object. |
|
Out
Exec
|