Description Usage Arguments Value References Examples
Implementation of the Time-based One-Time Password algorithm.
1 | totp(key, interval = 30, digits = 6)
|
key |
The secret key. |
interval |
The interval of time in seconds. |
digits |
The number of digits of the return. |
An integer with digits
digits.
https://en.wikipedia.org/wiki/Time-based_One-time_Password_algorithm
1 | rotp::totp("asdf")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.