Skip to main content

DropboxOAuthInternetAccount

Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info

Source file

plugins/authentication/src/DropboxOAuthModel/configSchema.ts

DropboxOAuthInternetAccount - Slots

slot: authEndpoint

authEndpoint: {
description: 'the authorization code endpoint of the internet account',
type: 'string',
defaultValue: 'https:
}

slot: tokenEndpoint

tokenEndpoint: {
description: 'the token endpoint of the internet account',
type: 'string',
defaultValue: 'https:
}

slot: needsPKCE

needsPKCE: {
description: 'boolean to indicate if the endpoint needs a PKCE code',
type: 'boolean',
defaultValue: true,
}

slot: domains

domains: {
description:
'array of valid domains the url can contain to use this account',
type: 'stringArray',
defaultValue: [
'addtodropbox.com',
'db.tt',
'dropbox.com',
'dropboxapi.com',
'dropboxbusiness.com',
'dropbox.tech',
'getdropbox.com',
],
}

DropboxOAuthInternetAccount - Derives from

baseConfiguration: OAuthConfigSchema