GoogleDriveOAuthInternetAccount
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
plugins/authentication/src/GoogleDriveOAuthModel/configSchema.ts
GoogleDriveOAuthInternetAccount - Slots
slot: authEndpoint
authEndpoint: {
description: 'the authorization code endpoint of the internet account',
type: 'string',
defaultValue: 'https:
}
slot: scopes
scopes: {
description: 'optional scopes for the authorization call',
type: 'string',
defaultValue: 'https:
}
slot: domains
domains: {
description:
'array of valid domains the url can contain to use this account',
type: 'stringArray',
defaultValue: ['drive.google.com"'],
}
slot: responseType
responseType: {
description: 'the type of response from the authorization endpoint',
type: 'string',
defaultValue: 'token',
}
GoogleDriveOAuthInternetAccount - Derives from
baseConfiguration: OAuthConfigSchema