class DBus::Authentication::External
Class
for ‘external’ type authentication. dbus.freedesktop.org/doc/dbus-specification.html#auth-mechanisms-external
Public Instance Methods
Source
# File lib/dbus/auth.rb, line 51 def call(_challenge) [:MechOk, Process.uid.to_s] end
Performs the authentication.