AndroidOptions
Specific options for Android platform for secure storage.
Provides configurable options for encryption, key wrapping, biometric enforcement, and shared preferences naming.
Properties
biometric_prompt_subtitle- Subtitle displayed in the biometric authentication prompt.biometric_prompt_title- Title displayed in the biometric authentication prompt.enforce_biometrics- Whether to enforce biometric or PIN authentication.key_cipher_algorithm- Algorithm used to encrypt the secret key.migrate_on_algorithm_change- When the encryption algorithm changes, automatically migrate existing data to the new algorithm.preferences_key_prefix- Prefix for shared preference keys.reset_on_error- When an error is detected, automatically reset all data to prevent fatal errors with unknown keys.shared_preferences_name- The name of the shared preferences database to use.storage_cipher_algorithm- Algorithm used to encrypt stored data.