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§
- Keystore
Resolver - Stub resolver for OS keystore.