Instead of a user name and password, Access Tokens are the credentials used to represent the authenticated user to the Box servers.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
Token Object
OAuth 2.0 authentication
When an Access Token is requested using OAuth 2.0, an Access Token and Refresh Token pair are returned.access_token), as well
as the Refresh Token (refresh_token) that can be used to request a new Access
Token when the current one expires (expires_in).
Server authentication
When an Access Token is requested using JWT or Client Credentials Grant, only an Access Token is returned:access_token).
Because a Refresh Token is not returned, you must request a new token when the
Access Token expires (expires_in) using the .