Skip to content

Commit

Permalink
Android: Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hvge committed Sep 26, 2023
1 parent c79a354 commit 624e5b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/PowerAuth-SDK-for-Android.md
Original file line number Diff line number Diff line change
Expand Up @@ -1948,6 +1948,10 @@ powerAuthSDK.authenticateUsingBiometrics(context, fragment, "Sign in", "Use the
})
```

<!-- begin box info -->
Note that you still should [Customize Biometric Dialog Resources](#customize-biometric-dialog-resources) to get a proper localized error message.
<!-- end -->

#### Biometric Authentication Confirmation

On Android 10+ systems, it's possible to configure `BiometricPrompt` to ask for an additional confirmation after the user is successfully authenticated. The default behavior for PowerAuth Mobile SDK is that such confirmation is not required. To change this behavior, you have to provide `PowerAuthKeychainConfiguration` object with `confirmBiometricAuthentication` parameter set to `true` and use that configuration for the `PowerAuthSDK` instance construction:
Expand Down

0 comments on commit 624e5b4

Please sign in to comment.