Authentication

Classes for the DBus authentication protocol for us with MessageBus implementations.

class dbus_next.auth.Authenticator

The base class for authenticators for MessageBus authentication.

In the future, the library may allow extending this class for custom authentication protocols.

Seealso

https://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol

class dbus_next.auth.AuthExternal

An authenticator class for the external auth protocol for use with the MessageBus.

Sealso

https://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol

class dbus_next.auth.AuthAnnonymous

An authenticator class for the annonymous auth protocol for use with the MessageBus.

Sealso

https://dbus.freedesktop.org/doc/dbus-specification.html#auth-protocol