ClientLogin
data class ClientLogin(user: String?, password: String?) : HandshakeMessage
Content copied to clipboard
Client login message containing authentication data.
Core should respond with either ClientLoginAck or ClientLoginReject.