1. Docs
  2. API Reference
  3. MfaTrustedDeviceResponseDto

The MfaTrustedDeviceResponseDto object

Example

{
  "id": "00000000-0000-0000-0000-000000000000",
  "environment_id": "00000000-0000-0000-0000-000000000000",
  "label": "string",
  "ip_address": "string",
  "created_at": "2026-04-20T12:00:00.000Z",
  "last_seen_at": "2026-04-20T12:00:00.000Z",
  "expires_at": "2026-04-20T12:00:00.000Z"
}

Properties

  • idstring (uuid)*
  • environment_idstring (uuid)*

    Environment this device was trusted under. The cookie satisfies the MFA gate only for this env; logging into a different env's surface always requires a fresh challenge.

  • labelstring

    Short human-readable label derived from the User-Agent at issuance time (e.g. 'Mozilla/5.0 ...'). Truncated to 100 chars.

  • ip_addressstring

    IP the cookie was issued from.

  • created_atstring (date-time)*
  • last_seen_atstring (date-time)*

    Bumped on every login that presents this cookie successfully.

  • expires_atstring (date-time)*