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
id *string (uuid)environment_id *string (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.
labelstringShort human-readable label derived from the User-Agent at issuance time (e.g. 'Mozilla/5.0 ...'). Truncated to 100 chars.
ip_addressstringIP the cookie was issued from.
created_at *string (date-time)last_seen_at *string (date-time)Bumped on every login that presents this cookie successfully.
expires_at *string (date-time)