Record Class IdU1CommandPasswordUpdate

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.cb.IdU1CommandPasswordUpdate
Record Components:
fieldPassword - The new password.
fieldPasswordConfirm - The password confirmation.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBProtocolMessageType, com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdUType, ProtocolIdUv1Type

public record IdU1CommandPasswordUpdate(com.io7m.cedarbridge.runtime.api.CBString fieldPassword, com.io7m.cedarbridge.runtime.api.CBString fieldPasswordConfirm) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdUv1Type
A request to update the user's password.