Closed thomasdarimont closed 1 month ago
At first thought the --refresh parameter looks like it would obtain a new token, but apparently refresh just means update the current token. I suggest changing the name to --force or --update and use --refresh for grant_type=refresh_token.
refresh
--force
--update
--refresh
grant_type=refresh_token
At first thought the --refresh parameter looks like it would obtain a new token, but apparently
refresh
just means update the current token. I suggest changing the name to--force
or--update
and use--refresh
forgrant_type=refresh_token
.