ClientLogin

data class ClientLogin(user: String?, password: String?) : HandshakeMessage

Client login message containing authentication data.

Core should respond with either ClientLoginAck or ClientLoginReject.

Constructors

Link copied to clipboard
fun ClientLogin(user: String?, password: String?)

Properties

Link copied to clipboard
val password: String?

Password of the core account

Link copied to clipboard
val user: String?

Username of the core account