PUT /api/interaction/mfa
Body object Required
PUT /api/interaction/mfa
curl \
-X PUT https://[tenant_id].logto.app/api/interaction/mfa \
-H "Content-Type: application/json" \
-d '{"type":"string","code":"string"}'
Request examples
Object-1 (generated)
{
"type": "string",
"code": "string"
}
{
"type": "string",
"id": "string",
"rawId": "string",
"authenticatorAttachment": "cross-platform",
"clientExtensionResults": {
"appid": true,
"crepProps": {
"rk": true
},
"hmacCreateSecret": true
},
"response": {
"clientDataJSON": "string",
"authenticatorData": "string",
"signature": "string",
"userHandle": "string"
}
}
{
"type": "string",
"code": "string"
}