Authentication¶
Classes for the DBus authentication protocol for us with MessageBus implementations.
-
class
dbus_next.auth.Authenticator¶ The base class for authenticators for
MessageBusauthentication.In the future, the library may allow extending this class for custom authentication protocols.
-
class
dbus_next.auth.AuthExternal¶ An authenticator class for the external auth protocol for use with the
MessageBus.
-
class
dbus_next.auth.AuthAnnonymous¶ An authenticator class for the annonymous auth protocol for use with the
MessageBus.