POST /api/interaction/verification/webauthn-authentication
POST /api/interaction/verification/webauthn-authentication
curl \
-X POST https://[tenant_id].logto.app/api/interaction/verification/webauthn-authentication
Response examples (200)
{
"challenge": "string",
"timeout": 42.0,
"rpId": "string",
"allowCredentials": [
{
"type": "string",
"id": "string",
"transports": [
"usb"
]
}
],
"userVerification": "required",
"extensions": {
"appid": "string",
"credProps": true,
"hmacCreateSecret": true
}
}