문제

We are working on a project that uses Asana's API for integration. When a user authorizes the app to use Asana, we get the access token which is valid for an hour. In addition to that we also get a refresh token that can be used to renew the access token in future.

Could you please let us know how long will that refresh token stay valid for?

도움이 되었습니까?

해결책

Refresh tokens are valid for 10 years, or until the user explicitly revokes the authorization.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top