Browse By Tags

  • How to get the refresh token when existing token expires using the expired token.

    We have one application which utilizes ARAS REST API token authentication using username and password .We are facing issue once the access token expires (in our case it's 3600 secs) we need to refresh that token without the need of user to sign-in again…