Objective:
- When does a refresh token expire?
- What is the lifespan of a refresh token?
Environment:
- Clio's API v4
Additional Information:
Complete information on refresh_tokens and the OAuth process in Clio's API v4 can be found at the following link: https://app.clio.com/api/v4/documentation#section/Authorization-with-OAuth-2.0/Obtaining-Authorization
Answer:
Unlike the access_token, your refresh_token does not expire. Because of this, you must ensure these tokens are securely stored and encrypted.