Packages

TOTP (Time-based One-Time Password) for Gleam

Current section

Files

Jump to
totally include totally_TOTPConfig.hrl
Raw

include/totally_TOTPConfig.hrl

-record(totp_config, {
secret :: bitstring(),
time :: integer(),
period :: integer(),
digits :: integer(),
algorithm :: totally:totp_algorithm(),
issuer :: binary(),
account :: binary()
}).