class

Sellia::Protocol::Messages::AuthOk

Inherits Sellia::Protocol::Message / MessagePack::Serializable / Reference / Object

Successful authentication response

Constructors

Successful authentication response

Source
new(account_id : String, limits : Hash(String, Int64) = {} of String => Int64)
Source

Instance methods

account_id
Source
account_id=(account_id : String)
Source
limits
Source
limits=(limits : Hash(String, Int64))
Source
type

Abstract method that each message type must implement

Source
type=(type : String)
Source