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