Skip to main content
Question

Multiple-Use Refresh Token

  • May 22, 2025
  • 1 reply
  • 28 views

Forum|alt.badge.img

We are developing a web app which has integrations with multiple file sharing platforms, and are adding Box. We typically store a refresh token with each document, which may be used many times to generate new access tokens when needed. It seems the Box refresh token is single-use. Is there a way to obtain a multiple-use refresh token?

This would avoid an expensive database query (updating every Box document's refresh token), which would also create potential race conditions - essentially, using a single-use refresh token would likely force us to make major changes. Not a catastrophic issue, but a multiple-use refresh token would be ideal.

1 reply

Forum|alt.badge.img

Hello, we only support single use refresh tokens.