Skip to main content

WebAuthnVerifyFinishRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/WebAuthnVerifyFinishRequestBody.json
assertionResponserequired

Raw PublicKeyCredential JSON returned by navigator.credentials.get()

challengeIdstringrequired
WebAuthnVerifyFinishRequestBody
{
"$schema": "https://example.com/schemas/WebAuthnVerifyFinishRequestBody.json",
"challengeId": "string"
}