Package com.example.seraphine.model
Class ConfirmationToken
java.lang.Object
com.example.seraphine.model.ConfirmationToken
The class is a model for the ConfirmationToken entity.
- Author:
- Loc Bui Nhien
-
Constructor Summary
ConstructorsConstructorDescriptionConfirmationToken
(String token, LocalDateTime createdAt, LocalDateTime expiresAt, User appUser) Constructor -
Method Summary
-
Constructor Details
-
ConfirmationToken
public ConfirmationToken(String token, LocalDateTime createdAt, LocalDateTime expiresAt, User appUser) Constructor
-