WebAuthnVerifyFinishRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnVerifyFinishRequestBody.jsonassertionResponserequired
Raw PublicKeyCredential JSON returned by navigator.credentials.get()
challengeIdstringrequired
WebAuthnVerifyFinishRequestBody
{
"$schema": "https://example.com/schemas/WebAuthnVerifyFinishRequestBody.json",
"challengeId": "string"
}