ClientSession

@Serializable
data class ClientSession(val clientSessionId: String, val token: String)

Client sesstion.

Constructors

Link copied to clipboard
constructor(clientSessionId: String, token: String)

Properties

Link copied to clipboard
@SerialName(value = "client_session_id")
val clientSessionId: String
Link copied to clipboard
@SerialName(value = "token")
val token: String