mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-05-21 14:36:33 -04:00
Fix JS Doc deletion
This commit is contained in:
@@ -184,6 +184,7 @@ class TokenManager {
|
||||
* @param {import('express').Request} req
|
||||
* @param {import('express').Response} res
|
||||
* @param {boolean} noGracePeriod - whether to skip the grace period
|
||||
* @returns {Promise<{ accessToken:string, refreshToken:string }>}
|
||||
*/
|
||||
async rotateTokensForSession(session, user, req, res, noGracePeriod = false) {
|
||||
// Generate new tokens
|
||||
|
||||
Reference in New Issue
Block a user