AuthenticateWithReason is the same as Authenticate, except it provides the reason for failure.
(password string)
| 93 | |
| 94 | // AuthenticateWithReason is the same as Authenticate, except it provides the reason for failure. |
| 95 | AuthenticateWithReason(password string) (bool, string) |
| 96 | |
| 97 | // GetSessionUUID returns the UUID that a session to match to be a valid session. |
| 98 | GetSessionUUID() string |