AuthAddRecord creates new authentication record
(user t.Uid, scheme, unique string, authLvl auth.Level, secret []byte, expires time.Time)
| 85 | AuthGetRecord(user t.Uid, scheme string) (string, auth.Level, []byte, time.Time, error) |
| 86 | // AuthAddRecord creates new authentication record |
| 87 | AuthAddRecord(user t.Uid, scheme, unique string, authLvl auth.Level, secret []byte, expires time.Time) error |
| 88 | // AuthDelScheme deletes an existing authentication scheme for the user. |
| 89 | AuthDelScheme(user t.Uid, scheme string) error |
| 90 | // AuthDelAllRecords deletes all records of a given user. |
no outgoing calls