API Docs / Schemas / ConnectionCredentialsResponse

ConnectionCredentialsResponse

Response containing OAuth credentials for a connection

Properties

Name Type Description
accessTokenstring

The OAuth access token

The OAuth access token

clientIdstring

The OAuth client ID

The OAuth client ID

baseUrlstring

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"
}

Used By Operations