Pudu programming language
Menu
API reference

Std.App.Totp.config

1 declaration

fn

config: Bytes -> Str -> Str -> Std.App.Totp.TotpConfig

This is a callable function.

What it does

Initializes standard TOTP configuration with 6 digits, 30-second interval, and 1-step skew tolerance.

Read the signature

  • The text after the name is the type checked by Pudu.
  • Read arrows from left to right: inputs come first, and the final type is returned.

Back to Std.App.TotpSearch related declarations