Skip to content

TOTP#

TOTP 节点提供了一种生成 TOTP(基于时间的一次性密码)的方法。

¥The TOTP node provides a way to generate a TOTP (time-based one-time password).

Credentials

请参阅 TOTP 凭证 以了解有关设置身份验证的指导。

¥Refer to TOTP credentials for guidance on setting up authentication.

节点参数#

¥Node parameters

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

使用这些参数配置此节点。

¥Configure this node with these parameters.

用于连接的凭据#

¥Credential to connect with

选择或创建节点要使用的 TOTP 凭证

¥Select or create a TOTP credential for the node to use.

操作#

¥Operation

目前仅支持“生成密钥”操作。

¥Generate Secret is the only operation currently supported.

节点选项#

¥Node options

使用这些选项进一步配置节点。

¥Use these Options to further configure the node.

算法#

¥Algorithm

选择要使用的 HMAC 哈希算法。默认值为 SHA1。

¥Select the HMAC hashing algorithm to use. Default is SHA1.

数字#

¥Digits

输入生成的代码的位数。默认为 6

¥Enter the number of digits in the generated code. Default is 6.

周期#

¥Period

输入 TOTP 的有效秒数。默认为 30

¥Enter how many seconds the TOTP is valid for. Default is 30.

模板和示例#

¥Templates and examples

Template widget placeholder.