Current section
Files
Jump to
Current section
Files
include/totally_TotpConfig.hrl
-record(totp_config, {
secret :: bitstring(),
time :: gleam@time@timestamp:timestamp(),
period :: integer(),
last_use :: gleam@time@timestamp:timestamp(),
digits :: totally:digits(),
algorithm :: totally:totp_algorithm(),
issuer :: binary(),
account :: binary()
}).