Kind: Class
Source: Frontend/src/app/models/person/person.model.ts (line 142)
Part of: Frontend
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:1MyProfileComponent—Frontend/src/app/components/security/my-profile/my-profile.component.ts:1PersonService—Frontend/src/app/services/person/person.service.ts:1
Was this page helpful?