Expand description
Linux API to store the data of a session, using the Secret Service or Secret portal.
Modulesยง
- keys ๐
- Keys used in the Linux secret backend.
Structsยง
- Linux
Secret ๐ - Secret API under Linux.
- V4Secret
Data ๐ - Secret data that was stored in the secret backend from versions 4 through 6.
Enumsยง
- Linux
Secret ๐Error - Any error that can happen when interacting with the secret backends on Linux.
- Linux
Secret ๐Field Error - Any error that can happen when retrieving an attribute from the secret backends on Linux.
Constantsยง
- CURRENT_
VERSION ๐ - The current version of the stored session.
- MIN_
SUPPORTED_ ๐VERSION - The minimum supported version for the stored sessions.
Functionsยง
- delete_
item_ ๐with_ attributes - Remove the item with the given attributes from the secret backend.
- get_
attribute ๐ - Get the attribute with the given key in the given map.
- log_
out_ ๐session - Create a client and log out the given session.
- parse_
attribute ๐ - Parse the attribute with the given key, using the given parsing function in the given map.
- restore_
sessions_ ๐inner - store_
session_ ๐inner