Skip to content

Commit ee9e750

Browse files
docs(biometrics): update README.md
1 parent e9dd4e4 commit ee9e750

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

packages/biometrics/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ const authenticate = async () => {
8989
};
9090

9191
const getBiometricStrengthLevel = async () => {
92-
const { level } = await Biometrics.getBiometricStrengthLevel();
93-
return level;
92+
const { strengthLevel } = await Biometrics.getBiometricStrengthLevel();
93+
return strengthLevel;
9494
};
9595

9696
const hasDeviceCredential = async () => {
@@ -245,9 +245,9 @@ Only available on Android and iOS.
245245

246246
#### GetBiometricStrengthLevelResult
247247

248-
| Prop | Type | Description | Since |
249-
| ----------- | --------------------------------------------------------------- | ----------------------------------------------------- | ----- |
250-
| **`level`** | <code><a href="#biometricstrength">BiometricStrength</a></code> | The supported biometric strength level of the device. | 7.0.0 |
248+
| Prop | Type | Description | Since |
249+
| ------------------- | --------------------------------------------------------------- | ----------------------------------------------------- | ----- |
250+
| **`strengthLevel`** | <code><a href="#biometricstrength">BiometricStrength</a></code> | The supported biometric strength level of the device. | 7.0.0 |
251251

252252

253253
#### HasDeviceCredentialResult

0 commit comments

Comments
 (0)