Versions in this module Expand all Collapse all v1 v1.0.0 Jun 1, 2021 Changes in this version + type HOTP struct + Counter int64 + Digits int + Secret string + func (hotp *HOTP) Generate() (string, error) + type TOTP struct + Algorithm string + Digits int + Period int64 + Secret string + UnixTime int64 + func (totp *TOTP) Generate() (string, error)