Access tokens expire and refresh tokens

Hi!

This questions were asked few times already, but I can’t find answers for them in the doc:

  1. Does access token expire?
  2. Is there any use for refresh token?

Thanks for your help!

1 Like

No, access tokens do not expire at this time.

No, the refresh token isn’t needed due to the above at this time.

2 Likes

I would recommend storing the refresh tokens just in case. If you don’t and expiring tokens are added, you’ll have to send all your users through the OAuth flow again.

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.