Module storage

Module storage 

Source
Expand description

Secure storage implementations for secrets management

Provides abstractions for storing and retrieving sensitive data using either OS keychain integration or in-memory mock storage.

Structs§

KeychainStorage
OS keychain integration (when security feature enabled)
MockSecureStorage
Mock secure storage for testing

Enums§

SecureStorageError
Error type for secure storage operations

Traits§

SecureStorage
Secure storage interface for sensitive data