LoginResponse

data class LoginResponse(val sessid: String) : ReceivedResult

A login response received by the socket connection

Parameters

sessid

the session ID provided after logging in.

Constructors

Link copied to clipboard
constructor(sessid: String)

Properties

Link copied to clipboard
@SerializedName(value = "sessid")
val sessid: String