Enumeration: SECURITY_LEVEL
Enum representing security levels.
Platform
Android
Enumeration Members
ANY
ANY:
number
No security guarantees needed (default value). Credentials can be stored in FB Secure Storage.
Defined in
SECURE_HARDWARE
SECURE_HARDWARE:
number
Requires for the key to be stored on a secure hardware (Trusted Execution Environment or Secure Environment). Read this article for more information: https://developer.android.com/privacy-and-security/keystore#ExtractionPrevention
Defined in
SECURE_SOFTWARE
SECURE_SOFTWARE:
number
Requires for the key to be stored in the Android Keystore, separate from the encrypted data.