Versions in this module Expand all Collapse all v0 v0.2.0 Jul 30, 2026 v0.1.0 Jul 22, 2026 Changes in this version + type Provider struct + func NewProvider() *Provider + func (Provider) GenerateSecret(issuer, accountName string) (secret, otpauthURL string, err error) + func (Provider) MatchStep(code, secret string) (step int64, ok bool) + func (Provider) Validate(code, secret string) bool