-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() }).