Skip to main content

BiometricOptionsAndroid

@authgear/react-native / BiometricOptionsAndroid

Interface: BiometricOptionsAndroid

Android specific options for biometric authentication.

Table of contents

Properties

Properties

constraint

constraint: BiometricAccessConstraintAndroid[]

Defined in

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


description

description: string

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

Defined in

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


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:507


negativeButtonText

negativeButtonText: string

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

Defined in

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


subtitle

subtitle: string

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

Defined in

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


title

title: string

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

Defined in

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