Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 4.17 KB

Session.md

File metadata and controls

12 lines (9 loc) · 4.17 KB

Session

Fields

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%"
}
]
}