Skip to main content

BiometricAccessConstraintAndroid

@authgear/react-native / BiometricAccessConstraintAndroid

Enumeration: BiometricAccessConstraintAndroid

See https://developer.android.com/reference/androidx/biometric/BiometricManager.Authenticators

Table of contents

Enumeration Members

Enumeration Members

BiometricStrong

BiometricStrong = "BIOMETRIC_STRONG"

The user can use Class 3 biometric to authenticate.

See https://developer.android.com/reference/androidx/biometric/BiometricManager.Authenticators#BIOMETRIC_STRONG()

Defined in

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


DeviceCredential

DeviceCredential = "DEVICE_CREDENTIAL"

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

See https://developer.android.com/reference/androidx/biometric/BiometricManager.Authenticators#DEVICE_CREDENTIAL()

Defined in

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