ExpiredJwtException
class ExpiredJwtException(val header: JwtHeader, val claims: JwtPayload, message: String) : JwtException(source)
Thrown when a JWT's exp (expiration time) claim indicates the token has already expired.
Thrown when a JWT's exp (expiration time) claim indicates the token has already expired.