Skip to main content

WebAuthnRegisterBeginResponseBody

$schemauri

A URL to the JSON Schema for this object.

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

PublicKeyCredentialCreationOptions per W3C WebAuthn

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