Versions in this module Expand all Collapse all v0 v0.20.5 Dec 19, 2022 v0.20.4 Dec 19, 2022 Changes in this version + type Validator interface + Check func(user t.Uid, resp string) (string, error) + Delete func(user t.Uid) error + Init func(jsonconf string) error + PreCheck func(cred string, params map[string]interface{}) (string, error) + Remove func(user t.Uid, value string) error + Request func(user t.Uid, cred, lang, resp string, tmpToken []byte) (bool, error) + ResetSecret func(cred, scheme, lang string, tmpToken []byte, params map[string]interface{}) error