OneDriveUserCredentialPolicies_1_0_0
OneDriveUserCredentialPolicies_1_0_0 Document
Connector-specific user credential policies for the OneDrive 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] |
scopes |
array of string |
OAuth scopes associated with the access token |
sub |
string |
OAuth subject identifier claim |
tid |
string |
|
token_expiry |
string <date-time> |
OAuth access token expiration time |
{
"DATA_TYPE": "onedrive_user_credential_policies#1.0.0",
"access_token": "string",
"email": "string",
"refresh_token": "string",
"scopes": [
"openid",
"email",
"profile",
"offline_access",
"files.readwrite.all"
],
"sub": "string",
"tid": "string",
"token_expiry": "2019-08-24T14:15:22Z"
}