API Reference
Rockets Core API
nestjs-user
interfaces
UserEntityInterface

Interface: UserEntityInterface

Identifiable by id.

See

https://en.wikipedia.org/wiki/Reference_(computer_science) (opens in a new tab)

Extends

Properties

PropertyTypeDescriptionInherited from
activeboolean-UserInterface.active
dateCreatedDate-UserInterface.dateCreated
dateDeletedAuditDateDeleted-UserInterface.dateDeleted
dateUpdatedDate-UserInterface.dateUpdated
emailstring-UserInterface.email
idstring-UserInterface.id
passwordHashnull | stringHashed passwordPasswordStorageInterface.passwordHash
passwordSaltnull | stringSalt used to hash passwordPasswordStorageInterface.passwordSalt
usernamestring-UserInterface.username
versionnumber-UserInterface.version