Skip to main content

BaseInternetAccount

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

the "base" internet account type

BaseInternetAccount - Identifier

slot: explicitIdentifier

BaseInternetAccount - Slots

slot: name

name: {
description: 'descriptive name of the internet account',
type: 'string',
defaultValue: '',
}

slot: description

description: {
description: 'a description of the internet account',
type: 'string',
defaultValue: '',
}

slot: authHeader

authHeader: {
description: 'request header for credentials',
type: 'string',
defaultValue: 'Authorization',
}

slot: tokenType

tokenType: {
description: 'a custom name for a token to include in the header',
type: 'string',
defaultValue: '',
}

slot: domains

domains: {
description:
'array of valid domains the url can contain to use this account',
type: 'stringArray',
defaultValue: [],
}