calljmp_store_interface library
Platform interface for secure storage in the Calljmp SDK.
This module defines the interface for platform-specific secure storage implementations used to store sensitive data like access tokens.
Features
- Cross-platform storage interface
- Secure storage for sensitive data
- Plugin platform interface compliance
- Key-based storage operations
Platform Implementations
- iOS: Uses Keychain Services
- Android: Uses Encrypted SharedPreferences
- Other platforms: Uses secure storage libraries
Classes
- CalljmpStore
- Abstract platform interface for secure storage operations.
Enums
- CalljmpStoreKey
- Enumeration of storage keys used by the Calljmp SDK.