Skip to main content

@authgear/react-native / BiometricOptionsAndroid

Interface: BiometricOptionsAndroid

Android specific options for biometric authentication.

Table of contents

Properties

Properties

constraint

constraint: BiometricAccessConstraintAndroid[]

Set the contraint for the authenticator to be used for biometric authentication.

See BiometricAccessConstraintAndroid

Defined in

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


description

description: string

See https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo#getDescription()

Defined in

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


invalidatedByBiometricEnrollment

invalidatedByBiometricEnrollment: boolean

The user needs to set up biometric again when a new biometric is enrolled or all enrolled biometrics are removed.

See https://developer.android.com/reference/android/security/keystore/KeyGenParameterSpec#isInvalidatedByBiometricEnrollment()

Defined in

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


negativeButtonText

negativeButtonText: string

https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo#getNegativeButtonText()

Defined in

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


subtitle

subtitle: string

See https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo#getSubtitle()

Defined in

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


title

title: string

See https://developer.android.com/reference/androidx/biometric/BiometricPrompt.PromptInfo#getTitle()

Defined in

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