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
id *string (uuid)type *enum: "totp" | "webauthn"label *stringenrolled_at *string (date-time)last_used_at *string (date-time)Last time this factor satisfied a challenge. `null` until the first use.