BaseInternetAccount
Auto-generated config schema for the current JBrowse release — see the config guide for concepts. Built into JBrowse core. View source.
Overview
the "base" internet account type
BaseInternetAccount - Identifier
Every BaseInternetAccount has a unique internetAccountId, a required top-level
field that identifies it (not one of the config slots below).
Related links
- Extended by: ExternalTokenInternetAccount
- Extended by: HTTPBasicInternetAccount
- Extended by: OAuthInternetAccount
- Guide: Authentication
- Guide: Pluggable elements
Config slots
BaseInternetAccount is a shared base schema, not a type you name in a config.
Set these slots on one of the configs under Extended by above, each of which
lists them as inherited and shows the shape in its own example. Slot types
(fileLocation, frozen, ...) are explained in the
config slot types reference. Slots a base
configuration contributes are listed here too, so this table is the whole
surface.
| Slot | Description |
|---|---|
namestring = '' | descriptive name of the internet account |
descriptionstring = '' | a description of the internet account |
authHeaderstring = 'Authorization' | request header for credentials |
tokenTypestring = '' | a custom name for a token to include in the header |
domainsstringArray = [] | array of valid domains the url can contain to use this account |