add_token
Create and configure a new OTP token with customizable parameters like secret key, issuer, account, type, algorithm, and period for secure authentication.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account | Yes | Account for the OTP token | |
algorithm | No | SHA1 | |
counter | No | Counter value for HOTP tokens | |
digits | No | Number of digits in the OTP code | |
issuer | Yes | Issuer of the OTP token | |
period | No | Time period for TOTP tokens in seconds | |
secret | Yes | Secret key Base32 | |
type | No | TOTP |