Authentication
==============

Classes for the DBus `authentication protocol
<https://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol>`_
for use with :class:`MessageBus <dbus_fast.message_bus.BaseMessageBus>`
implementations.

.. autoclass:: dbus_fast.auth.Authenticator

.. autoclass:: dbus_fast.auth.AuthExternal
.. autoclass:: dbus_fast.auth.AuthAnonymous
