Gio.DBusAuthObserver::authorize-authenticated-peer
connect('authorize-authenticated-peer', function (dBusAuthObserver, stream: Gio.IOStream, credentials: Gio.Credentials, ): Boolean);
Emitted to check if a peer that is successfully authenticated is authorized.
Since 2.26
- dBusAuthObserver
instance of Gio.DBusAuthObserver that is emitting the signal
- stream
A Gio.IOStream for the Gio.DBusConnection.
- credentials
Credentials received from the peer or null.
- Returns
true if the peer is authorized, false if not.