If the token becomes invalid, it will result in an exception being returned.
In addition, expire_time is also incorrect, the correct term should be
expire_time: new Date().valueOf() + expiresIn*1000 || 0,
Hi, I'll check and fix that