Skip to main content

GoogleDriveOAuthInternetAccount

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

Also note: this document represents the config API for the current released version of jbrowse. If you are not using the current version, please cross reference the markdown files in our repo of the checked out git tag

Source code

GitHub page

Docs

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