Skip to main content
Version: 8.2405.x.x RR

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 attributeJava data type(max. size), defaultsDescription
recovery_code_idLong, not NULLPrimary key that uniquely identifies each recovery code.
credential_idLong, not NULLForeign key that links to information in the table TIDMA_CREDENTIAL.
codeString(127), not NULLEncrypted recovery code.
usage_dateDate, nullableUsage date of the code.