Module linux

Source
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ยง

LinuxSecret ๐Ÿ”’
Secret API under Linux.
V4SecretData ๐Ÿ”’
Secret data that was stored in the secret backend from versions 4 through 6.

Enumsยง

LinuxSecretError ๐Ÿ”’
Any error that can happen when interacting with the secret backends on Linux.
LinuxSecretFieldError ๐Ÿ”’
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 ๐Ÿ”’