Field | Type | Required | Description | Example |
---|---|---|---|---|
consumerMetadata |
Optional<ConsumerMetadata> | ➖ | The metadata of the consumer. This is used to display the consumer in the sidebar. This is optional, but recommended. | |
redirectUri |
Optional<String> | ➖ | The URL to redirect the user to after the session has been configured. | https://mysaas.com/dashboard |
settings |
Optional<SessionSettings> | ➖ | Settings to change the way the Vault is displayed. | |
theme |
Optional<Theme> | ➖ | Theming options to change the look and feel of Vault. | |
customConsumerSettings |
Map<String, Object> | ➖ | Custom consumer settings that are passed as part of the session. | { "feature_flag_1": true, "tax_rates": [ { "id": "6", "label": "6%" }, { "id": "21", "label": "21%" } ] } |