Vasco Digipass token
The TIDMA_VASCO_DP_TOKEN table holds the attributes used by the Vasco Digipass token. Its data is not versioned due to the size of the data blocks, and changes are very often applied to them.
The TIDMA_VASCO_DP_TOKEN 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_VASCO_DP_TOKEN
DB attribute | Java data type (max. size), defaults | Description |
---|---|---|
auth_mode | String(2), not NULL | The authentication use case the data block is used for. |
credential_id | Long, not NULL | Foreign key that links to information in the table TIDMA_CREDENTIAL |
data | String(1000), not NULL | The Vasco Digipass data block. |
vasco_dp_token_id | Long, not NULL | Primary key (uniquely identifies each individual credential) |