Search code examples
box-api

How long will the access_token expire? Or is there a refresh_token?


I want to develop an app to store my content, but I don't want the user got auth every time? I just wonder how long will the access_token will be expired or is there any refresh_token?


Solution

  • The auth_tokens in our current system won't expire.

    (note that if and when we switch to standard OAuth, this will obviously change)