We have a system in which the administrators of different box accounts give our app the permission to access their company accounts. In Box API documents, we see that the refresh tokens expires
- Till used
- 60 days of inactivity
I want to know about this 2nd limit of 60 days of inactivity. Does this means 60 days of activity on our application part? or on the actual user(administrator) part.. What if the administrator does not log in to her account for 60 days(meanwhile our app is till running).. Will the refresh token expire in that case also?