Skip to main content

BiometricAccessConstraintIOS

@authgear/capacitor


@authgear/capacitor / BiometricAccessConstraintIOS

Enumeration: BiometricAccessConstraintIOS

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

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


BiometryCurrentSet

BiometryCurrentSet: "biometryCurrentSet"

The user needs to set up biometric again when a new finger or face is added or removed.

See https://developer.apple.com/documentation/security/secaccesscontrolcreateflags/2937192-biometrycurrentset


UserPresence

UserPresence: "userPresence"

The user can either use biometric or device code to authenticate.

See https://developer.apple.com/documentation/security/secaccesscontrolcreateflags/1392879-userpresence