Skip to main content

Crate neuron_secret_keystore

Crate neuron_secret_keystore 

Source
Expand description

Stub secret resolver for OS keystore (macOS Keychain, Windows DPAPI, Linux Secret Service).

This crate provides the correct trait impl shape for an OS keystore resolver. The actual platform keychain integration is not implemented — all resolve calls return SecretError::BackendError.

No auth dependency — the OS keystore uses system-level authentication.

Structs§

KeystoreResolver
Stub resolver for OS keystore.