Secret.Service.prototype.ensure_session_finish

function ensure_session_finish(result: Gio.AsyncResult): Boolean {
    // Gjs wrapper for secret_service_ensure_session_finish()
}
  

Finish an asynchronous operation to ensure that the Secret.Service proxy has established a session with the Secret Service.

result

the asynchronous result passed to the callback

Returns

whether a session is established or not