class DBus::Authentication::External

Class for 'external' type authentication. dbus.freedesktop.org/doc/dbus-specification.html#auth-mechanisms-external

Public Instance Methods

call(_challenge) click to toggle source

Performs the authentication.

# File lib/dbus/auth.rb, line 51
def call(_challenge)
  [:MechOk, Process.uid.to_s]
end