generate_otp
Generate time-based one-time passwords (TOTP) from a base32 secret key, with configurable digit length and time period.
Instructions
Generate Time-based One-Time Password (TOTP) codes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | Base32 encoded secret key | |
| digits | No | Number of digits in the code | |
| period | No | Time period in seconds |