When using the authorization flow is there a way to increase the refresh token TTL to be more than a week?
I have seen with other OAuth implementations that the refresh token TTL is refreshed or increased every time the access token is used.
The advantage of this is that a regular user of the api will not need to re-authorise weekly
Thanks,