Skip to content

Commit 10ecb0b

Browse files
Accepting code review suggestion
1 parent 759eae6 commit 10ecb0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/plugin/biometric.mdx

+4
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ fn bio_auth(app_handle: tauri::AppHandle) {
215215

216216
### Biometric protected cryptography
217217

218+
:::caution[Android-only feature]
219+
This feature is available only for Android.
220+
:::
221+
218222
To encrypt/decrypt data using an asymmetric cryptography method that is protected behind the user Biometric Authentication, utilize the `biometricCipher()` method.
219223

220224
<Tabs syncKey="lang">

0 commit comments

Comments
 (0)