Class: DBus::Authentication::ExternalWithoutUid Private

Inherits:
External show all
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.

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

Instance Method Summary collapse

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.



63
64
65
# File 'lib/dbus/auth.rb', line 63

def call(_challenge)
  [:MechContinue, nil]
end

#nameObject

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.



59
60
61
# File 'lib/dbus/auth.rb', line 59

def name
  "EXTERNAL"
end