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!

No, access tokens do not expire at this time.

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

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.