src/fdosecrets/README.md
This plugin implements the Secret Storage specification version 0.2. While running KeePassXC, it acts as a Secret Service server, registered on DBus, so clients like seahorse, python-secretstorage, or other implementations can connect and access the exposed database in KeePassXC.
The following attributes are exposed:
| Key | Value |
|---|---|
| Title | The entry title |
| UserName | The entry user name |
| URL | The entry URL |
| Notes | The entry notes |
| TOTP | The TOTP code if the entry has one |
In addition, all non-protected custom attributes are also exposed.
FdoSecrets::Service is the top level DBus serviceFdoSecrets::Collection per opened database tabFdoSecrets::Item DBus object.Collection here means the Collection object in code. Not the logical concept "collection"
that the user interacts with.