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