SDK
ConnectionAuth
An object containing the auth data for an integration that's using hosted auth.
Properties
typerequired
string
The type of auth. Currently we only support oauth2
.
accessTokenrequired
string
The access token that will be used to authenticate requests to the integration.
scopes
string[]
The scopes that were granted by the user during the auth process.
additionalFields
Record<string, string>
Any additional fields that were returned by the integration during the auth process.
Was this page helpful?