Skip to content

Totp

Node: totp · Full type: n8n-nodes-base.totp · Version: 1

Credentials

totpApi (alias: @totp)

CREDENTIAL @totp = totpApi "My Totp"

Operations

generateSecret

Parameter Type Default Details
options collection {} keys: algorithm, digits, period

Parameter Details

options children:

Parameter Type Default Details
algorithm options "SHA1" SHA1, SHA224, SHA256, SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHA384, ... (9 total)
digits number 6
period number 30

Example

NODE "totp" @totp AS "Totp" {
  operation: "generateSecret"
}