Module unified_token

Module unified_token 

Source
Expand description

Unified token storage with automatic backend selection.

Provides a single interface for token storage that can use either:

  • System keychain (default, most secure)
  • File-based storage (fallback)

The backend is selected based on user configuration, with automatic fallback to file storage if keychain is unavailable.

Structs§

UnifiedTokenStore
Unified token storage that abstracts over keyring and file backends.

Enums§

UnifiedTokenError
Errors that can occur with unified token storage.