WebAuthnLoginBeginRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/WebAuthnLoginBeginRequestBody.jsonloginChallengeIdstringrequired
mfaToken returned by /v1/auth/login
WebAuthnLoginBeginRequestBody
{
"$schema": "https://example.com/schemas/WebAuthnLoginBeginRequestBody.json",
"loginChallengeId": "string"
}