Versions in this module Expand all Collapse all v0 v0.1.0 Mar 6, 2023 Changes in this version + func New(opts Options) (string, error) + func ParseKey(s string) ([]byte, error) + type Options struct + Algorithm string + Digits int + Period int64 + Secret string + UnixTime int64 + func ParseURI(u string) (Options, error)