Class: SelfSDK::Messages::AuthenticationResp
- Inherits:
-
AuthenticationMessage
- Object
- Base
- AuthenticationMessage
- SelfSDK::Messages::AuthenticationResp
- 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
-
#initialize(messaging) ⇒ AuthenticationResp
constructor
A new instance of AuthenticationResp.
Methods inherited from AuthenticationMessage
Methods inherited from Base
#accepted?, #encrypt_message, #errored?, #rejected?, #request, #send_message, #unauthorized?, #validate!
Constructor Details
permalink #initialize(messaging) ⇒ AuthenticationResp
Returns a new instance of AuthenticationResp.
11 12 13 14 |
# File 'lib/messages/authentication_resp.rb', line 11 def initialize(messaging) @typ = MSG_TYPE super end |