Record Class IdUCommandEmailRemovePermit

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.IdUCommandEmailRemovePermit
Record Components:
token - The email address
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdProtocolMessageType, IdUCommandType<IdUResponseEmailRemovePermit>, IdUMessageType

public record IdUCommandEmailRemovePermit(IdToken token) extends Record implements IdUCommandType<IdUResponseEmailRemovePermit>
A request to complete an email address challenge.