test_totp
Verifies a TOTP secret by generating the current code and optionally validates it against a provided 6-digit code.
Instructions
Verify TOTP secret by generating a current code and optionally checking against expected value
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credentialId | Yes | Credential ID with totp_secret in extra fields | |
| expectedCode | No | Optional 6-digit code to verify against |