Class: SelfSDK::Messages::AuthenticationResp

Inherits:
AuthenticationMessage show all
Defined in:
lib/messages/authentication_resp.rb

Constant Summary collapse

MSG_TYPE =
"identities.authenticate.resp"

Instance Attribute Summary

Attributes inherited from Base

#description, #exp_timeout, #expires, #fields, #from, #from_device, #id, #input, #intermediary, #payload, #status, #sub, #to, #to_device, #typ

Instance Method Summary collapse

Methods inherited from AuthenticationMessage

#parse

Methods inherited from Base

#accepted?, #encrypt_message, #errored?, #rejected?, #request, #send_message, #unauthorized?, #validate!

Constructor Details

#initialize(messaging) ⇒ AuthenticationResp

Returns a new instance of AuthenticationResp.

[View source]

11
12
13
14
# File 'lib/messages/authentication_resp.rb', line 11

def initialize(messaging)
  @typ = MSG_TYPE
  super
end