SecureFieldsConfig
type SecureFieldsConfig =
| SecureFieldsHostedFieldsConfig
| SecureFieldsHostedFormConfig;
Configuration for the Vault SDK Adapter.
There are two modes, discriminated by mode:
- SecureFieldsHostedFieldsConfig (
'hosted_fields', the default) — you place and lay out each card field yourself, giving each one a target element. - SecureFieldsHostedFormConfig (
'hosted_form') — the SDK renders a complete card form into a single container for you.