๐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_ secret Deprecated - Delete a secret from the OS keyring.
- get_
keyring_ secret Deprecated - Retrieve a secret from the OS keyring.
- set_
keyring_ secret Deprecated - Store a secret in the OS keyring.