BaseInternetAccount
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
packages/core/pluggableElementTypes/models/baseInternetAccountConfig.ts
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: [],
}