Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
When enabled, all SDK requests to this environment will be blocked.
Show child attributes
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": "https://website-sample.com",
"cookieName": "An example name"
},
"environmentLocked": true,
"notifications": {
"waasPrivateKeyExport": true,
"waasSignedTransaction": true
}
}