D-Bus 1.14.10
|
"Subclass" of DBusAuth for client side More...
Data Fields | |
DBusAuth | base |
Parent class. More... | |
DBusList * | mechs_to_try |
Mechanisms we got from the server that we're going to try using. More... | |
DBusString | guid_from_server |
GUID received from server. More... | |
"Subclass" of DBusAuth for client side
Definition at line 199 of file dbus-auth.c.
DBusAuth DBusAuthClient::base |
Parent class.
Definition at line 201 of file dbus-auth.c.
DBusString DBusAuthClient::guid_from_server |
GUID received from server.
Definition at line 205 of file dbus-auth.c.
DBusList* DBusAuthClient::mechs_to_try |
Mechanisms we got from the server that we're going to try using.
Definition at line 203 of file dbus-auth.c.