@authgear/react-native / BiometricAccessConstraintIOS
Enumeration: BiometricAccessConstraintIOS
BiometricAccessConstraintIOS configures iOS specific behavior. It must be consistent with BiometricLAPolicy.
Table of contents
Enumeration Members
Enumeration Members
BiometricAny
• BiometricAny = "biometryAny"
The user does not need to set up biometric again when a new finger or face is added or removed.
See https://developer.apple.com/documentation/security/secaccesscontrolcreateflags/2937191-biometryany
Defined in
packages/authgear-react-native/index.d.ts:496
BiometryCurrentSet
• BiometryCurrentSet = "biometryCurrentSet"
The user needs to set up biometric again when a new finger or face is added or removed.
Defined in
packages/authgear-react-native/index.d.ts:504
UserPresence
• UserPresence = "userPresence"
The user can either use biometric or device code to authenticate.
See https://developer.apple.com/documentation/security/secaccesscontrolcreateflags/1392879-userpresence
Defined in
packages/authgear-react-native/index.d.ts:512