API Reference
Rockets Core API
nestjs-otp
classes
OtpPostgresEntity

Class: abstract OtpPostgresEntity

Otp Postgres Entity

Extends

Implements

Constructors

new OtpPostgresEntity()

new OtpPostgresEntity(): OtpPostgresEntity

Returns

OtpPostgresEntity

Inherited from

CommonPostgresEntity.constructor

Properties

PropertyTypeDescriptionInherited from
assigneeReferenceIdInterface<string>Should be overwrite by the table it will be assigned to-
categorystringName-
dateCreatedDateDate created.OtpInterface.dateCreated CommonPostgresEntity.dateCreated
dateDeletedAuditDateDeletedDate deleted.OtpInterface.dateDeleted CommonPostgresEntity.dateDeleted
dateUpdatedDateDate updated.OtpInterface.dateUpdated CommonPostgresEntity.dateUpdated
expirationDateDateDate it will expire-
idstring-OtpInterface.id CommonPostgresEntity.id
passcodestringPasscode-
typestringType of the passcode-
versionnumberVersionOtpInterface.version CommonPostgresEntity.version