Table

cm_totp_tokens

Description

TOTP Tokens

PluginPrivacy IDEA Authenticator

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


privacy_idea_authenticator_idinteger, foreign keyPrivacy IDEA Authenticator IDcm_privacy_idea_authenticators:id
co_person_idinteger, primary keyCO Person IDcm_co_people:id

serial

varchar(80)

Token serial, as issued by privacyIDEA server



confirmedbooleanWhether this token has been confirmed by validating a TOTP code
  • true: The token is confirmed
  • false: The token is not confirmed

  • No labels