Skip to content

refresh_token

Adrian Gortzak edited this page Nov 8, 2019 · 1 revision

Refresh the access_token

import valueguard

...

vgClient.renew_access_token()

Raw request

# POST
https://api.valueguard.se/oauth/token?client_id=api&grant_type=refresh_token&refresh_token={REFRESH_TOKEN}
Clone this wiki locally