Hello,
I am authenticating with the Box API via JWT using a Client Credentials Grant (https://developer.box.com/guides/authentication/jwt/without-sdk/#client-credentials-grant). The response looks like below:
{"access_token":"<REDACTED>","expires_in":4102,"restricted_to":[],"token_type":"bearer"}
What is unit is the expires_in field? Are these the seconds until the access_token expires?