Interface: UserEntityInterface
Identifiable by id.
See
https://en.wikipedia.org/wiki/Reference_(computer_science) (opens in a new tab)
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
active | boolean | - | UserInterface.active |
dateCreated | Date | - | UserInterface.dateCreated |
dateDeleted | AuditDateDeleted | - | UserInterface.dateDeleted |
dateUpdated | Date | - | UserInterface.dateUpdated |
email | string | - | UserInterface.email |
id | string | - | UserInterface.id |
passwordHash | null | string | Hashed password | PasswordStorageInterface.passwordHash |
passwordSalt | null | string | Salt used to hash password | PasswordStorageInterface.passwordSalt |
username | string | - | UserInterface.username |
version | number | - | UserInterface.version |