Hi Everyone.
According to documentation : Access tokens have a 1 hour lifespan. When the refresh flow is taken, Canvas will update the access token to a new value, reset the expiration timer, and return the new access token as part of the response
But I have a question.
What lifespan of refresh token ?
Thnaks
Refresh tokens do not have an expiry. They will last until the access token is deleted.