Authentication management for the basic authentication scheme AuthGetUniqueRecord returns authentication record for a given unique value i.e. login.
(unique string)
| 81 | |
| 82 | // AuthGetUniqueRecord returns authentication record for a given unique value i.e. login. |
| 83 | AuthGetUniqueRecord(unique string) (t.Uid, auth.Level, []byte, time.Time, error) |
| 84 | // AuthGetRecord returns authentication record given user ID and method. |
| 85 | AuthGetRecord(user t.Uid, scheme string) (string, auth.Level, []byte, time.Time, error) |
| 86 | // AuthAddRecord creates new authentication record |
no outgoing calls