authorize_authenticated_peer


Description:

public virtual signal bool authorize_authenticated_peer (IOStream stream, Credentials? credentials)

Emitted to check if a peer that is successfully authenticated is authorized.

Parameters:

stream

A IOStream for the DBusConnection.

credentials

Credentials received from the peer or null.

Returns:

true if the peer is authorized, false if not.