1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/GoogleWorkspace/GetTokenByCode.txt

6 lines
257 B
Plaintext
Raw Normal View History

2025-06-27 11:47:43 +03:00
 ClientID = FunctionParameters["Google_ClientID"];
ClientSecret = FunctionParameters["Google_ClientSecret"];
Code = FunctionParameters["Google_Code"];
Result = OPI_GoogleWorkspace.GetTokenByCode(ClientID, ClientSecret, Code);