Forum Discussion

API_User's avatar
API_User
Level 9
6 years ago

Refresh Token is not working

After switching to client_credential flow, my refresh token integration is no longer working. Please help!
  • API_User's avatar
    6 years ago

    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.