Skip to main content

WebAuthnVerifyBeginResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/WebAuthnVerifyBeginResponseBody.json
challengeIdstringrequired
publicKeyrequired

PublicKeyCredentialRequestOptions per W3C WebAuthn

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