Skip to main content
Version: 6.0

Enumeration: AndroidBiometricCryptoPreference

For Android, when type is VaultType.DeviceSecurity and deviceSecurityType is DeviceSecurityType.Both, this options specifies if you want to prefer a Strong Cryptographic Vault or the System Passcode fallback when they both aren't available.

Default

StrongVault

Enumeration Members

StrongVault

StrongVault = "StrongVault"

Prefer to use a strong cryptographic vault.


SystemPasscode

SystemPasscode = "SystemPasscode"

Prefer the system passcode fallback.