GetUserSession returns the session token for given token
(userId, key string)
| 42 | SetUserSession(userId, key, token string, expiration int64) error |
| 43 | // GetUserSession returns the session token for given token |
| 44 | GetUserSession(userId, key string) (string, error) |
| 45 | // DeleteUserSession deletes the user session |
| 46 | DeleteUserSession(userId, key string) error |
| 47 | // DeleteAllSessions deletes all the sessions from the session store |
no outgoing calls