Skip to main content
June 14, 2019
Solved

Refresh Token is not working

  • June 14, 2019
  • 1 reply
  • 0 views

After switching to client_credential flow, my refresh token integration is no longer working. Please help!

Best answer by API_User

Refresh Token API is not needed for authentication via client_credential flow. You need to re-invoke /oauth2/v1/token API to fetch new valid access token when your old access token expires after 60 mins.

1 reply

API_UserAuthorAnswer
June 14, 2019

Refresh Token API is not needed for authentication via client_credential flow. You need to re-invoke /oauth2/v1/token API to fetch new valid access token when your old access token expires after 60 mins.