Module keyring

Module keyring 

Source
Expand description

Secure token storage using system keychain.

Uses the platform’s native credential manager:

  • macOS: Keychain
  • Linux: Secret Service (GNOME Keyring, KWallet)
  • Windows: Windows Credential Manager

Structs§

KeyringStore
Secure token storage using system keychain.

Enums§

KeyringError
Errors that can occur when using keyring storage.