1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-23 22:05:15 +02:00
Files
OpenIntegrations/docs/en/md/Google_Workspace/Public/Get-token-by-code.md
2024-06-04 21:55:01 +03:00

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%