File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ const authenticate = async () => {
8989};
9090
9191const getBiometricStrengthLevel = async () => {
92- const { level } = await Biometrics .getBiometricStrengthLevel ();
93- return level ;
92+ const { strengthLevel } = await Biometrics .getBiometricStrengthLevel ();
93+ return strengthLevel ;
9494};
9595
9696const 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
You can’t perform that action at this time.
0 commit comments