1. Docs
  2. API Reference
  3. MfaStepUpWebAuthnOptionsResponseDto

The MfaStepUpWebAuthnOptionsResponseDto object

Example

{
  "transit_token": "string",
  "options": {}
}

Properties

  • transit_tokenstring*

    Sealed 5-min token carrying the WebAuthn nonce. Must be returned to /verify exactly.

  • optionsany object*

    `PublicKeyCredentialRequestOptions` for navigator.credentials.get(). Shape per the WebAuthn Level 2 spec.