mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-02-28 21:19:42 +00:00
Fix JS Doc deletion
This commit is contained in:
parent
b8a2d113f0
commit
077b523bd6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue