How to use refresh token

Created by Qiang Zheng, Modified on Thu, 21 Dec, 2023 at 1:15 PM by Qiang Zheng

Refresh token needs to be requested with scope "user_api.full_access offline_access


the cURL example on how to use it


curl --location --request POST 'https://clp-accept-identityserver.saltoks.com/connect/token' \--header 'Content-Type: application/x-www-form-urlencoded' \--header 'Authorization: Bearer access_token' \--data-urlencode 'grant_type=refresh_token' \--data-urlencode 'client_id=client_id' \--data-urlencode 'refresh_token=refresh_token'

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article