# TrustedLoginDevice

**Kind:** Class

**Source:** `Frontend/src/app/models/person/person.model.ts` (line 142)

**Part of:** [Frontend](subsystem-frontend-src-app)

## Properties

| Property | Type |
|---|---|
| `Id` | `number` |
| `UserName` | `string` |
| `MachineName` | `string` |
| `IsTrustedMachine` | `boolean` |
| `FirstLoginDate` | `Date` |

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Imported by (3)

- `DoubleWayAuthenticationComponent` — `Frontend/src/app/components/configuration/double-way-authentication/double-way-authentication.component.ts`:1
- `MyProfileComponent` — `Frontend/src/app/components/security/my-profile/my-profile.component.ts`:1
- `PersonService` — `Frontend/src/app/services/person/person.service.ts`:1
