Multiple-Use Refresh Token
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件のコメント