class DBus::Authentication::ExternalWithoutUid

A variant of EXTERNAL that doesn't say our UID. Seen busctl do this and it worked across a container boundary.

Public Instance Methods

call(_challenge) click to toggle source
# File lib/dbus/auth.rb, line 62
def call(_challenge)
  [:MechContinue, nil]
end
name() click to toggle source
# File lib/dbus/auth.rb, line 58
def name
  "EXTERNAL"
end