Record Class IdFMEmailPasswordResetData

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.templating.IdFMEmailPasswordResetData
Record Components:
productTitle - The product title
reset - The reset
host - The host
userAgent - The user agent
linkConfirm - The link to confirm and select a new password
All Implemented Interfaces:
IdFMDataModelType

public record IdFMEmailPasswordResetData(String productTitle, IdUserPasswordReset reset, String host, String userAgent, URI linkConfirm) extends Record implements IdFMDataModelType
Data for email password reset templates.