Class RefreshToken

java.lang.Object
com.glowmart.shop_management.entity.RefreshToken

@Entity public class RefreshToken extends Object
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 Details

    • RefreshToken

      public RefreshToken()