Record Class IdFMPasswordUpdateData

java.lang.Object
java.lang.Record
com.io7m.idstore.server.service.templating.IdFMPasswordUpdateData
Record Components:
htmlTitle - The HTML title
pageHeaderTitle - The page header title
requestId - The request ID
All Implemented Interfaces:
IdFMDataModelType

public record IdFMPasswordUpdateData(String htmlTitle, String pageHeaderTitle, UUID requestId) extends Record implements IdFMDataModelType
Data for the password update screen template.