Field | Type | Required | Description | Example |
---|---|---|---|---|
ConsumerMetadata |
ConsumerMetadata | ➖ | The metadata of the consumer. This is used to display the consumer in the sidebar. This is optional, but recommended. | |
RedirectUri |
string | ➖ | The URL to redirect the user to after the session has been configured. | https://mysaas.com/dashboard |
Settings |
SessionSettings | ➖ | Settings to change the way the Vault is displayed. | |
Theme |
Theme | ➖ | Theming options to change the look and feel of Vault. | |
CustomConsumerSettings |
Dictionary<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%" } ] } |