Record Class IdACommandMailTest

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandMailTest
Record Components:
address - The target address
token - The token to be placed in the email
All Implemented Interfaces:
com.io7m.hibiscus.api.HBCommandType, com.io7m.hibiscus.api.HBMessageType, IdACommandType<IdAResponseMailTest>, IdAMessageType, IdProtocolMessageType

public record IdACommandMailTest(IdEmail address, IdShortHumanToken token) extends Record implements IdACommandType<IdAResponseMailTest>
A request to send a test email to an address.