Class: DBus::Authentication::Anonymous Private
- Defined in:
- lib/dbus/auth.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Anonymous authentication class. dbus.freedesktop.org/doc/dbus-specification.html#auth-mechanisms-anonymous
Instance Method Summary collapse
- #call(_challenge) ⇒ Object private
Methods inherited from Mechanism
Instance Method Details
#call(_challenge) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
42 43 44 |
# File 'lib/dbus/auth.rb', line 42 def call(_challenge) [:MechOk, "Ruby DBus"] end |