BiometricLAPolicy
@authgear/capacitor / BiometricLAPolicy
Enumeration: BiometricLAPolicy
BiometricLAPolicy configures iOS specific behavior. It must be consistent with BiometricAccessConstraintIOS.
Enumeration Members
deviceOwnerAuthentication
deviceOwnerAuthentication:
"deviceOwnerAuthentication"
The biometric prompt prompts for biometric first, and then fallback to device passcode.
See https://developer.apple.com/documentation/localauthentication/lapolicy/deviceownerauthentication
deviceOwnerAuthenticationWithBiometrics
deviceOwnerAuthenticationWithBiometrics:
"deviceOwnerAuthenticationWithBiometrics"
The biometric prompt only prompts for biometric. No fallback to device passcode.