signal callback delegate or function to connect
bool callback(gio.iostream.IOStream stream, gio.credentials.Credentials credentials, gio.dbus_auth_observer.DBusAuthObserver dBusAuthObserver)
stream A #GIOStream for the #GDBusConnection. (optional)
credentials Credentials received from the peer or null. (optional)
dBusAuthObserver the instance the signal is connected to (optional)
Returns true if the peer is authorized, false if not.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to AuthorizeAuthenticatedPeer signal.
Emitted to check if a peer that is successfully authenticated is authorized.