Record Class IdFMEmailVerificationData

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.templating.IdFMEmailVerificationData
Record Components:
productTitle - The product title
verification - The verification
host - The host
userAgent - The user agent
linkAllow - The link to allow verification
linkDeny - The link to deny verification
All Implemented Interfaces:
IdFMDataModelType

public record IdFMEmailVerificationData(String productTitle, IdEmailVerification verification, String host, String userAgent, Optional<URI> linkAllow, URI linkDeny) extends Record implements IdFMDataModelType
Data for email verification templates.