Class: abstract OtpSqliteEntity
Otp Sqlite Entity
Extends
Implements
Constructors
new OtpSqliteEntity()
new OtpSqliteEntity():
OtpSqliteEntity
Returns
Inherited from
CommonSqliteEntity.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.dateCreatedCommonSqliteEntity.dateCreated | 
| dateDeleted | AuditDateDeleted | Date deleted. | OtpInterface.dateDeletedCommonSqliteEntity.dateDeleted | 
| dateUpdated | Date | Date updated. | OtpInterface.dateUpdatedCommonSqliteEntity.dateUpdated | 
| expirationDate | Date | Date it will expire | - | 
| id | string | - | OtpInterface.idCommonSqliteEntity.id | 
| passcode | string | Passcode | - | 
| type | string | Type of the passcode | - | 
| version | number | Version | OtpInterface.versionCommonSqliteEntity.version |