@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
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.
Defined in
packages/authgear-react-native/index.d.ts:631
negativeButtonText
• negativeButtonText: string
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