Secret.Service.prototype.get_session_dbus_path
function get_session_dbus_path(): String { // Gjs wrapper for secret_service_get_session_dbus_path() }
Get the D-Bus object path of the session object being used to transfer secrets between this secret service proxy and the Secret Service itself.
This will be null if no session has been established. Use Secret.Service.prototype.ensure_session to establish a session.
- Returns
a string representing the D-Bus object path of the session