WebAuthnRegisterFinishRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnRegisterFinishRequestBody.jsonattestationResponserequired
Raw PublicKeyCredential JSON returned by navigator.credentials.create()
challengeIdstringrequired
namestringrequired
User-supplied label, e.g. 'Yubikey 5C'
WebAuthnRegisterFinishRequestBody
{
"$schema": "https://example.com/schemas/WebAuthnRegisterFinishRequestBody.json",
"challengeId": "string",
"name": "string"
}