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§
- Unified
Token Store - Unified token storage that abstracts over keyring and file backends.
Enums§
- Unified
Token Error - Errors that can occur with unified token storage.