WebAuthnVerifyBeginResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnVerifyBeginResponseBody.jsonchallengeIdstringrequired
publicKeyrequired
PublicKeyCredentialRequestOptions per W3C WebAuthn
WebAuthnVerifyBeginResponseBody
{
"$schema": "https://example.com/schemas/WebAuthnVerifyBeginResponseBody.json",
"challengeId": "string"
}