generate_otp
Generate Time-based One-Time Password (TOTP) codes for two-factor authentication using a secret key, configurable digits, and time period.
Instructions
Generate Time-based One-Time Password (TOTP) codes
Input Schema
TableJSON 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 |