Class: abstract OtpPostgresEntity
Otp Postgres Entity
Extends
Implements
Constructors
new OtpPostgresEntity()
new OtpPostgresEntity():
OtpPostgresEntity
Returns
Inherited from
CommonPostgresEntity.constructor
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
assignee | ReferenceIdInterface<string> | Should be overwrite by the table it will be assigned to | - |
category | string | Name | - |
dateCreated | Date | Date created. | OtpInterface.dateCreated CommonPostgresEntity.dateCreated |
dateDeleted | AuditDateDeleted | Date deleted. | OtpInterface.dateDeleted CommonPostgresEntity.dateDeleted |
dateUpdated | Date | Date updated. | OtpInterface.dateUpdated CommonPostgresEntity.dateUpdated |
expirationDate | Date | Date it will expire | - |
id | string | - | OtpInterface.id CommonPostgresEntity.id |
passcode | string | Passcode | - |
type | string | Type of the passcode | - |
version | number | Version | OtpInterface.version CommonPostgresEntity.version |