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