TouchAccessTokenByID updates the updated time of the given access token to the current time.
(ctx context.Context, id int64)
| 110 | // TouchAccessTokenByID updates the updated time of the given access token to |
| 111 | // the current time. |
| 112 | TouchAccessTokenByID(ctx context.Context, id int64) error |
| 113 | |
| 114 | // GetUserByID returns the user with given ID. It returns |
| 115 | // database.ErrUserNotExist when not found. |