Description
As per the documentation, I see that refresh token is valid for 15 years.
I would like to know if there are any other ways in which refresh token can be expired?
- If user resets the password, will refresh token get expire? And will user need to re-auth the app again?
- If user does similar activities like above (more than just changing the settings) will refresh token get expire?
- If I make sure that, I am always using the latest refresh token to get new access token, will this API always work irrespective of user activities mentioned in point 1 and 2?
