1. Docs
  2. API Reference
  3. MfaFactorResponseDto

The MfaFactorResponseDto object

Example

{
  "id": "00000000-0000-0000-0000-000000000000",
  "type": "totp",
  "label": "iPhone 15",
  "enrolled_at": "2026-04-20T12:00:00.000Z",
  "last_used_at": "2026-04-20T12:00:00.000Z"
}

Properties

  • idstring (uuid)*
  • typeenum: "totp" | "webauthn"*
  • labelstring*
  • enrolled_atstring (date-time)*
  • last_used_atstring (date-time)*

    Last time this factor satisfied a challenge. `null` until the first use.