Package api.mpba.rastvdmy.entity
Class AccessToken
java.lang.Object
api.mpba.rastvdmy.entity.AccessToken
- All Implemented Interfaces:
 Serializable
This class represents an access token for a user in the system.
 It contains the token string, expiration date, and the associated user profile.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
AccessToken
public AccessToken() 
 -