Skip to main content

Crate origin_secrets_system

Crate origin_secrets_system 

Source
Expand description

Credentials in the operating system’s own credential store.

PlatformBackend
macOSKeychain
WindowsCredential Manager
LinuxSecret Service (D-Bus)

The backend is chosen by the keyring crate at compile time. Callers see only origin_secrets::SecretStore and never learn which one they got.

Structs§

SystemSecretStore
System credential store, scoped to one application.