DropboxUserCredentialPolicies_1_0_0
DropboxUserCredentialPolicies_1_0_0 Document
Connector-specific user credential policies for the Dropbox connector
Name |
Type |
Description |
DATA_TYPE |
string |
Type of this document |
access_token |
string |
OAuth access token[Private] |
string |
OAuth email claim |
|
refresh_token |
string |
OAuth refresh token[Private] |
root_info |
Root path namespace for Dropbox API requests[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": "dropbox_user_credential_policies#1.0.0",
"access_token": "string",
"email": "string",
"refresh_token": "string",
"root_info": {},
"scopes": [
"profile",
"openid",
"email",
"account_info.read",
"files.metadata.write",
"files.metadata.read",
"files.content.write",
"files.content.read"
],
"sub": "string",
"token_expiry": "2019-08-24T14:15:22Z"
}