The schema is of type object
.
Was this page helpful?
{
"jwtDuration": {
"amount": 123,
"unit": "days"
},
"hCaptcha": {
"enabled": true,
"secretKey": "<string>",
"siteKey": "<string>"
},
"mfa": {
"enabled": true,
"required": true,
"availableMethods": [
"totp"
],
"methods": [
{
"type": "totp",
"enabled": true,
"allowBackupCodes": true
}
],
"actions": [
{
"action": "wallet.waas.sign",
"required": true
}
]
},
"auth": {
"storage": [
"localstorage"
]
},
"externalAuth": {
"enabled": true,
"iss": "An example name",
"aud": "An example name",
"jwksUrl": "<string>",
"cookieName": "An example name"
}
}