WebAuthnLoginFinishRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnLoginFinishRequestBody.jsonassertionResponserequired
loginChallengeIdstringrequired
trustDeviceboolean
When true, grant this device a 30-day trust so subsequent logins can skip the MFA prompt
webauthnChallengeIdstringrequired
WebAuthnLoginFinishRequestBody
{
"$schema": "https://example.com/schemas/WebAuthnLoginFinishRequestBody.json",
"assertionResponse": {},
"loginChallengeId": "string",
"trustDevice": true,
"webauthnChallengeId": "string"
}