ConnectionCredentialsResponse
Response containing OAuth credentials for a connection
Properties
| Name | Type | Description |
|---|---|---|
| accessToken | string | The OAuth access token |
The OAuth access token | ||
| clientId | string | The OAuth client ID |
The OAuth client ID | ||
| baseUrl | string | The SharePoint/OneDrive base URL for the file picker |
The SharePoint/OneDrive base URL for the file picker | ||
JSON Example
{
"accessToken": "string",
"clientId": "string",
"baseUrl": "string"
}