Authentication¶
Classes for the DBus authentication protocol for us with MessageBus implementations.
- class dbus_fast.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_fast.auth.AuthExternal¶
An authenticator class for the external auth protocol for use with the
MessageBus.
- class dbus_fast.auth.AuthAnnonymous¶
An authenticator class for the annonymous auth protocol for use with the
MessageBus.