Generate TOTP codes from authenticator apps (Google Authenticator, Microsoft Authenticator, Authy) for 2FA.Documentation Index
Fetch the complete documentation index at: https://docs.optexity.com/llms.txt
Use this file to discover all available pages before exploring further.
If you are looking for 2FA codes from Email or Slack, please refer to the Two-Factor Authentication Integration documentation.
Get Your TOTP Secret
Follow this guide to extract your TOTP secret: TOTP Secret Extraction GuideDirect TOTP Secret
Provide the TOTP secret directly insecure_parameters:
| Property | Type | Default | Description |
|---|---|---|---|
totp_secret | str | Required | Base32-encoded TOTP secret |
digits | int | 6 | Number of digits in code |