Secure Configuration Storage
object SecureConfigurationStorage
Provides encrypted persistent storage for SDK configuration values using EncryptedSharedPreferences backed by AES256-GCM keys.
All values are serialized to JSON before encryption and deserialized on retrieval, so any serializable type can be stored.
Functions
Link copied to clipboard
Returns an EncryptedSharedPreferences instance backed by an AES256-GCM master key.