UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

43 lines (42 loc) 1.5 kB
import type { Instance } from '@jbrowse/mobx-state-tree'; declare const HTTPBasicConfigSchema: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{ tokenType: { description: string; type: string; defaultValue: string; }; validateWithHEAD: { description: string; type: string; defaultValue: boolean; }; }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{ name: { description: string; type: string; defaultValue: string; }; description: { description: string; type: string; defaultValue: string; }; authHeader: { description: string; type: string; defaultValue: string; }; tokenType: { description: string; type: string; defaultValue: string; }; domains: { description: string; type: string; defaultValue: never[]; }; }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>; export type HTTPBasicInternetAccountConfigModel = typeof HTTPBasicConfigSchema; export type HTTPBasicInternetAccountConfig = Instance<HTTPBasicInternetAccountConfigModel>; export default HTTPBasicConfigSchema;