Record Class IdEmailVerification

java.lang.Object
java.lang.Record
com.io7m.idstore.model.IdEmailVerification
Record Components:
user - The user
email - The email address
tokenPermit - The verification token to permit the operation
tokenDeny - The verification token to deny the operation
operation - The operation
expires - The expiration date

public record IdEmailVerification(UUID user, IdEmail email, IdToken tokenPermit, IdToken tokenDeny, IdEmailVerificationOperation operation, OffsetDateTime expires) extends Record
An email verification operation.