API Reference
Rockets Core API
nestjs-otp
classes
OtpSqliteEntity

Class: abstract OtpSqliteEntity

Otp Sqlite Entity

Extends

Implements

Constructors

new OtpSqliteEntity()

new OtpSqliteEntity(): OtpSqliteEntity

Returns

OtpSqliteEntity

Inherited from

CommonSqliteEntity.constructor

Properties

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