Class RevokedTokenEntity
java.lang.Object
com.example.blogs.app.api.auth.entity.RevokedTokenEntity
Revoked JWT token entity with automatic timestamp tracking and expiration indexing.
Stores hashed refresh tokens that have been explicitly revoked before their natural expiration.
Includes an index on expires_at to optimize scheduled cleanup operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RevokedTokenEntity
public RevokedTokenEntity()
-