Skip to main content

BiometricLAPolicy

@authgear/react-native / BiometricLAPolicy

Enumeration: BiometricLAPolicy

BiometricLAPolicy configures iOS specific behavior. It must be consistent with BiometricAccessConstraintIOS.

Table of contents

Enumeration Members

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

Defined in

packages/authgear-react-native/index.d.ts:421


deviceOwnerAuthenticationWithBiometrics

deviceOwnerAuthenticationWithBiometrics = "deviceOwnerAuthenticationWithBiometrics"

The biometric prompt only prompts for biometric. No fallback to device passcode.

See https://developer.apple.com/documentation/localauthentication/lapolicy/deviceownerauthenticationwithbiometrics

Defined in

packages/authgear-react-native/index.d.ts:413