Lines Matching refs:pinauth
1 # PIN Authentication (pinauth)
6 …ation (pinauth) module supports the setting, deletion, and authentication of user PINs. Working wi…
8 pinauth is one of the basic user identity authentication executors of OpenHarmony. It registers PIN…
10 **Figure 1** pinauth architecture
19 …the PIN input dialog box, the raw PIN data entered is transmitted to the pinauth Service ability o…
20 - Secure storage and comparison of PIN data: The pinauth HDI defines the adaptation interfaces for …
22 …box, the application needs to register the PIN input dialog box with the pinauth Service ability t…
39 └── pinauth.gni # Build configuration
51 …puter:IInputer) : boolean; | Registers the **inputer** callback with the pinauth Service ability. …
52 …:void; | Unregisters the **inputer** callback from the pinauth Service ability.|
58 | onGetData: (callback:IInputData)=>void | **inputer** callback invoked by the pinauth Service abil…
59 …ck invoked to transfer the PIN data from the PIN input dialog box to the pinauth Service ability. |