1. Docs
  2. API Reference
  3. MfaWebAuthnEnrollOptionsResponseDto

The MfaWebAuthnEnrollOptionsResponseDto object

Example

{
  "enrollment_token": "string",
  "options": {}
}

Properties

  • enrollment_tokenstring*

    Opaque short-lived (5 min) sealed token carrying the WebAuthn challenge nonce. Must be returned to /mfa/webauthn/enroll/verify exactly.

  • optionsany object*

    `PublicKeyCredentialCreationOptions` JSON to pass to `navigator.credentials.create()`. Shape per the WebAuthn Level 2 spec; key fields: `rp`, `user`, `challenge`, `pubKeyCredParams`, `excludeCredentials`, `authenticatorSelection`.