generate_totp
Generate a TOTP token from a base32 secret or otpauth URI, producing a time-based one-time password for authentication.
Instructions
Generate a TOTP token from a secret or otpauth URI.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| output | No | Output format | json |
| secretOrUri | Yes | TOTP secret (base32) or otpauth:// URI |