# DeviceInfo

**Kind:** Interface

**Source:** `Frontend/src/app/services/security/factor-authentication.service.ts` (line 6)

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

## Properties

| Property | Type |
|---|---|
| `Language` | `string` |
| `Platform` | `string` |
| `CookiesEnabled` | `boolean` |
| `OsVersion` | `string` |
| `DeviceType` | `'mobile' | 'tablet' | 'desktop'` |
| `OperatingSystem` | `string` |
| `BrowserName` | `string` |
| `BrowserVersion` | `string` |
| `ScreenResolution` | `string` |
| `DeviceFingerprint` | `string` |
| `MachineName` | `string` |
| `UserAgent` | `string` |
| `Timezone` | `string` |
| `TimezoneOffset` | `number` |
| `DeviceId` | `number` |
| `DeviceTypeId` | `number` |
