POST /api/interaction/bind-mfa

POST /api/interaction/bind-mfa
application/json

Body object Required

One of:

Responses

POST /api/interaction/bind-mfa
curl \
 -X POST https://[tenant_id].logto.app/api/interaction/bind-mfa \
 -H "Content-Type: application/json" \
 -d '{"type":"string","code":"string"}'
{
  "type": "string",
  "code": "string"
}
{
  "type": "string",
  "id": "string",
  "rawId": "string",
  "response": {
    "clientDataJSON": "string",
    "attestationObject": "string",
    "authenticatorData": "string",
    "transports": [
      "usb"
    ],
    "publicKeyAlgorithm": 42.0,
    "publicKey": "string"
  },
  "authenticatorAttachment": "cross-platform",
  "clientExtensionResults": {
    "appid": true,
    "crepProps": {
      "rk": true
    },
    "hmacCreateSecret": true
  }
}
{
  "type": "string"
}