You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-23 22:05:15 +02:00
630 B
630 B
sidebar_position
| sidebar_position |
|---|
| 2 |
Get token by code
Gets token by code from browser authorization
Function GetTokenByCode(Val ClientID, Val ClientSecret, Val Code) Export
| Parameter | CLI option | Type | Destination |
|---|---|---|---|
| ClientID | --id | String | Client ID |
| ClientSecret | --secret | String | Client secret |
| Code | --code | String | Code from browser |
Returns: Key-Value Pair - serialized JSON response from Google
oint google GetTokenByCode --id %id% --secret %secret% --code %code%