Class: OBS::WebSocket::Protocol::Responses::GetAuthRequired
- Inherits:
-
OBS::WebSocket::Protocol::Response
- Object
- ServerMessage
- OBS::WebSocket::Protocol::Response
- OBS::WebSocket::Protocol::Responses::GetAuthRequired
- Defined in:
- lib/obs/websocket/protocol.rb
Overview
Instance Attribute Summary collapse
-
#auth_required ⇒ Boolean
readonly
authRequired
field. -
#challenge ⇒ String?
readonly
challenge
field. -
#salt ⇒ String?
readonly
salt
field.
Method Summary
Methods inherited from OBS::WebSocket::Protocol::Response
Constructor Details
This class inherits a constructor from OBS::WebSocket::Protocol::Response
Instance Attribute Details
#auth_required ⇒ Boolean (readonly)
Returns authRequired
field.
3446 |
# File 'lib/obs/websocket/protocol.rb', line 3446 def auth_required; get_field("authRequired", Types::Boolean); end |