dbus-fast/docs/source/authentication.rst
2022-09-09 08:45:49 -05:00

10 lines
374 B
ReStructuredText

Authentication
==============
Classes for the DBus `authentication protocol <https://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol>`_ for us with :class:`MessageBus <dbus_fast.message_bus.BaseMessageBus>` implementations.
.. autoclass:: dbus_fast.auth.Authenticator
.. autoclass:: dbus_fast.auth.AuthExternal
.. autoclass:: dbus_fast.auth.AuthAnnonymous