Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epicshaggy committed Aug 11, 2022
1 parent 3da89e1 commit a409339
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,15 @@ NativeBiometric.deleteCredentials({

### BiometryType - enum

| Properties | Description |
| --------------------- | ------------------------------------------ |
| `NONE` | There is no biometry available |
| `TOUCH_ID` | TouchID is available (iOS) |
| `FACE_ID` | FaceID is available (iOS) |
| `FINGERPRINT` | Fingerprint is available (Android) |
| `FACE_AUTHENTICATION` | Face Authentication is available (Android) |
| `IRIS_AUTHENTICATION` | Iris Authentication is available (Android) |
| Properties | Description |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `NONE` | There is no biometry available |
| `TOUCH_ID` | TouchID is available (iOS) |
| `FACE_ID` | FaceID is available (iOS) |
| `FINGERPRINT` | Fingerprint is available (Android) |
| `FACE_AUTHENTICATION` | Face Authentication is available (Android) |
| `IRIS_AUTHENTICATION` | Iris Authentication is available (Android) |
| `MULTIPLE` | Returned when device has multiple biometric features. Currently there is no way of knowing which one is being used. (Android) |

### BiometricOptions

Expand Down

0 comments on commit a409339

Please sign in to comment.