Authenticate

data class Authenticate(val apiKey: String) : Command.Request

Constructors

Link copied to clipboard
constructor(apiKey: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun serialize(): ByteArray
Link copied to clipboard
open override fun toString(): String