Record Class IdUCommandLogin

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.IdUCommandLogin
Record Components:
userName - The username
password - The password
metadata - Extra metadata included with the request
All Implemented Interfaces:
com.io7m.hibiscus.api.HBMessageType, IdProtocolMessageType, IdUCommandType<IdUResponseLogin>, IdUMessageType

public record IdUCommandLogin(IdName userName, String password, Map<String,String> metadata) extends Record implements IdUCommandType<IdUResponseLogin>
A request to log in.