UNPKG

@jbrowse/plugin-authentication

Version:

JBrowse 2 Authentication

38 lines (37 loc) 1.35 kB
import type { Instance } from 'mobx-state-tree'; declare const ExternalTokenConfigSchema: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ validateWithHEAD: { description: string; type: string; defaultValue: boolean; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/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("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "internetAccountId">>, undefined>>; export type ExternalTokenInternetAccountConfigModel = typeof ExternalTokenConfigSchema; export type ExternalTokenInternetAccountConfig = Instance<ExternalTokenInternetAccountConfigModel>; export default ExternalTokenConfigSchema;