Skip to main content

HTTPBasicInternetAccount

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

Source file

plugins/authentication/src/HTTPBasicModel/configSchema.ts

HTTPBasicInternetAccount - Slots

slot: tokenType

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

slot: validateWithHEAD

validateWithHEAD: {
description: 'validate the token with a HEAD request before using it',
type: 'boolean',
defaultValue: true,
}

HTTPBasicInternetAccount - Derives from

baseConfiguration: BaseInternetAccountConfig