GenSecret generates a new secret, if appropriate.
(rec *Rec)
| 263 | |
| 264 | // GenSecret generates a new secret, if appropriate. |
| 265 | GenSecret(rec *Rec) ([]byte, time.Time, error) |
| 266 | |
| 267 | // DelRecords deletes (or disables) all authentication records for the given user. |
| 268 | DelRecords(uid types.Uid) error |
no outgoing calls