Table | cm_totp_tokens |
---|---|
Description | TOTP Tokens |
Plugin | Privacy IDEA Authenticator |
Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
privacy_idea_authenticator_id | integer, foreign key | Privacy IDEA Authenticator ID | cm_privacy_idea_authenticators:id | |
co_person_id | integer, primary key | CO Person ID | cm_co_people:id | |
serial | varchar(80) | Token serial, as issued by privacyIDEA server | ||
confirmed | boolean | Whether this token has been confirmed by validating a TOTP code |
|