Skip to main content

Module keyring_support

Module keyring_support 

Source
๐Ÿ‘ŽDeprecated:

keyring cargo feature is not wired in Cargo.toml; this module is currently a no-op fallback. See docs/PORT_GUIDE.md and the F-4 audit note in oxicode-cli/src/store/auth_storage.rs.

Expand description

OS-keyring credential helpers. Currently stubbed because the keyring cargo feature is not enabled (see F-4 audit note above).

Functionsยง

delete_keyring_secretDeprecated
Delete a secret from the OS keyring.
get_keyring_secretDeprecated
Retrieve a secret from the OS keyring.
set_keyring_secretDeprecated
Store a secret in the OS keyring.