mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-26 05:37:27 +02:00
663 B
663 B
sidebar_position |
---|
3 |
Refresh token
Updates the v2 token using the refresh_token
Function RefreshToken(Val Parameters = "") Export
Parameter | CLI option | Type | Description |
---|---|---|---|
Parameters | --auth | Structure Of String | Auth data or path to .json file |
Returns: Map Of KeyAndValue - serialized JSON response from Twitter
Parameters = GetTwitterAuthData();
Result = OPI_Twitter.RefreshToken(Parameters);
oint twitter RefreshToken --auth %auth%