4.4.2.6. Paper Token

The token type paper lets you print out a list of OTP values, which you can use to authenticate and cross of the list.

The paper token is based on the HOTP. I.e. you need to use one value after the other.

4.4.2.6.1. Customization

4.4.2.6.1.1. CSS

You can customize the look and feel of the printed paper token. You may change the style sheep papertoken.css which is only loaded for printing.

4.4.2.6.1.3. OTP Table

If you want to change the complete layout of the table you need to overwrite the file static/components/token/views/token.enrolled.paper.html. The scope variable {{ enrolledToken.otps }} contains an object with the complete OTP value list.