probely_generate_totp
Generate a TOTP code from a secret seed to satisfy two-factor authentication during login sequence recording. Returns the current code and its remaining validity in seconds.
Instructions
Generate a TOTP code from a secret/seed. Use this when recording login sequences that require 2FA. Returns the current TOTP code and its remaining validity in seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | ||
| algorithm | No | SHA1 | |
| digits | No | ||
| period | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||