Need to save 2.0 auth refresh token after expires

Access tokens expire after 30 minutes. Your app can refresh an access token without user interaction by using a refresh token. Need to save refresh token in iparams page. Any suggestion how to manage refresh token for each 30 minutes.

1 Like

Hi @ajay,

Refresh token will be automatically refreshed along with access token after an access tokens expire. There’s no effort required from the app side. The platform will take care of it behind-the-scenes.

Do you face any issues with the OAuth mechanism after the access token expiration?

1 Like