This backend is the default on Linux. It uses the libsecret library, and needs a secret service daemon running (e.g. Gnome Keyring, or KWallet). It uses DBUS to communicate with the secret service daemon.
Details
This backend supports multiple keyrings.
See backend for the documentation of the individual methods.
The is_available()
method checks is a Secret Service daemon is
running on the system, by trying to connect to it. It returns a logical
scalar, or throws an error, depending on its argument:
= function(report_error = FALSE) is_available
Argument:
report_error
Whether to throw an error if the Secret Service is not available.
See also
Other keyring backends:
backend_env
,
backend_file
,
backend_macos
,
backend_wincred