The MfaStepUpWebAuthnOptionsResponseDto object
Example
{
"transit_token": "string",
"options": {}
}Properties
transit_token *stringSealed 5-min token carrying the WebAuthn nonce. Must be returned to /verify exactly.
options *any object`PublicKeyCredentialRequestOptions` for navigator.credentials.get(). Shape per the WebAuthn Level 2 spec.