Std.App.Totp.config
1 declaration
fn
config: Bytes -> Str -> Str -> Std.App.Totp.TotpConfigThis 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.
