Class RefreshToken
java.lang.Object
com.glowmart.shop_management.entity.RefreshToken
Represents a refresh token in the authentication system.
This entity stores refresh tokens that are issued to users during login. Refresh tokens are used to obtain new access tokens without requiring the user to re-authenticate. Each token is associated with a specific user and has an expiration date to ensure security.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RefreshToken
public RefreshToken()
-