Record Class IdSecUserActionEmailAddBegin

java.lang.Object
java.lang.Record
com.io7m.idstore.server.security.IdSecUserActionEmailAddBegin
Record Components:
user - The user
activeVerificationCount - The number of in-progress email verifications the user already has
All Implemented Interfaces:
IdSecActionType, IdSecUserActionType

public record IdSecUserActionEmailAddBegin(IdUser user, long activeVerificationCount) extends Record implements IdSecUserActionType
A request to add an email address to a user.