Skip to main content

WebAuthnLoginBeginRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/WebAuthnLoginBeginRequestBody.json
loginChallengeIdstringrequired

mfaToken returned by /v1/auth/login

WebAuthnLoginBeginRequestBody
{
"$schema": "https://example.com/schemas/WebAuthnLoginBeginRequestBody.json",
"loginChallengeId": "string"
}