Variable: secrets-session-path

secrets-session-path is a variable defined in secrets.el.gz.

Value

"/"

Documentation

The D-Bus session path of the active session.

A session path secrets-empty-path(var)/secrets-empty-path(fun) indicates there is no open session.

Source Code

;; Defined in /usr/src/emacs/lisp/net/secrets.el.gz
;; <interface name="org.freedesktop.Secret.Session">
;;   <method name="Close"></method>
;; </interface>

;;; Sessions.

(defvar secrets-session-path secrets-empty-path
  "The D-Bus session path of the active session.
A session path `secrets-empty-path' indicates there is no open session.")