Enumeration: DeviceSecurityType
When type is set to 'DeviceSecurity', determines which aspects of the device to use to secure the vault.
Note: Android only supports SystemPasscode on Android 11 and greater.
Default
Both
Enumeration Members
Biometrics
• Biometrics = "Biometrics"
WIll allow biometric hardware tos secure the vault.
Both
• Both = "Both"
WIll allow both SystemPasscode or Biometrics as an option to secure the vault.
None
• None = "None"
No biometric security option will be used.
SystemPasscode
• SystemPasscode = "SystemPasscode"
Will allow a system passcode to secure the vault. On Android, only supported on Android 11 and greater.