Recovery code
The TIDMA_RECOVERY_CODE table holds the specific attributes of the recovery code credential. The table is an extension of the TIDMA_CREDENTIAL base table in All credentials, which lists attributes that are valid for all credentials.
Database table TIDMA_RECOVERY_CODE
DB attribute | Java data type(max. size), defaults | Description |
---|---|---|
recovery_code_id | Long, not NULL | Primary key that uniquely identifies each recovery code. |
credential_id | Long, not NULL | Foreign key that links to information in the table TIDMA_CREDENTIAL. |
code | String(127), not NULL | Encrypted recovery code. |
usage_date | Date, nullable | Usage date of the code. |