简体   繁体   English

Flutter,我使用 local_auth 0.6.3+2 进行 Touch ID、Face ID 身份验证。 但找不到如何打开输入密码按钮

[英]Flutter, I am using local_auth 0.6.3+2 for Touch ID, Face ID authentication. but can not find how to turn on Enter Passcode button

Flutter, I am using local_auth 0.6.3+2 for Touch ID, Face ID authentication. Flutter,我使用 local_auth 0.6.3+2 进行 Touch ID、Face ID 身份验证。 but can not find how to turn on Enter Passcode button.但找不到如何打开输入密码按钮。

So users may try maximum 6 times of unrecognized Face ID to make it unavailable.因此用户最多可以尝试 6 次无法识别的 Face ID 使其无法使用。

Android and iOS does not allow application to access system PIN/passcode for security reason.出于安全原因,Android 和 iOS不允许应用程序访问系统 PIN/密码。 Only bio-metric like fingerprint or facial recognition is allowed since that is secondary security measure for the system.只允许使用指纹或面部识别等生物识别技术,因为这是系统的二级安全措施。

If you need to implement PIN/passcode, you would need to implement in on your own and store it within your system.如果您需要实施 PIN/密码,则需要自行实施并将其存储在您的系统中。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM