BoxUserCredential_1_1_0
BoxUserCredential_1_1_0 Document
Connector-specific user credential policies for the Box connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
access_token |
string |
OAuth access token[Private] |
string |
OAuth email identifier claim |
|
max_upload |
integer |
[Private] |
refresh_token |
string |
OAuth refresh token[Private] |
scopes |
array of string |
OAuth scopes associated with this access token |
sub |
string |
OAuth subject identifier claim |
token_expiry |
string <date-time> |
OAuth access token expiration time |
{
"DATA_TYPE": "box_user_credential_policies#1.1.0",
"access_token": "string",
"email": "string",
"max_upload": 0,
"refresh_token": "string",
"scopes": [
"box_readwrite"
],
"sub": "string",
"token_expiry": "2019-08-24T14:15:22Z"
}