Package com.example.blogs.app.api.auth.exception
package com.example.blogs.app.api.auth.exception
-
Exception ClassesClassDescriptionThrown when a database error occurs while checking if a token has been revoked.Thrown when a database error occurs during scheduled cleanup of expired revoked tokens.Thrown when JWT token claims cannot be parsed due to invalid format or signature.Thrown when a database error occurs while attempting to persist a revoked token.Thrown when authentication credentials are invalid.Thrown when attempting to revoke a token that has already been revoked.Thrown when a request fails authorization due to invalid, expired, or missing authentication credentials.