TOTP

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

Credentials

Refer to TOTP credentials for guidance on setting up authentication.

Operations

Generate Secret

Options

Select Add Option to view and add node options.

You can choose:

  • Algorithm : the HMAC hashing algorithm. Default is SHA1.
  • Digits : number of digits in the generated code. Default is 6.
  • Period : how many seconds the TOTP is valid for. Default is 30 seconds.

Related resources