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.
Enumsยง
- Any error that can happen when interacting with the secret backends on Linux.
- Any error that can happen when retrieving an attribute from the secret backends on Linux.
Constantsยง
- The current version of the stored session.
- The minimum supported version for the stored sessions.
Functionsยง
- Remove the item with the given attributes from the secret backend.
- Delete the given session 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. - Retrieves all sessions stored in the secret backend.
- Write the given session to the secret backend.
- store_
session_ ๐inner