dbus-fast/docs/source/authentication.rst

10 lines
373 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.AuthAnonymous