Package com.sanctionco.thunder.models
Class Email
java.lang.Object
com.sanctionco.thunder.models.Email
Represents an email address, providing access to the email address,
verification status, and verification token.
- See Also:
User
-
Constructor Details
-
Email
Constructs a new email with the given address, verified status, and verification token.- Parameters:
address- the email's addressverified- whether the email address has been verifiedverificationToken- the email's verification token used to verify the email address
-
-
Method Details