Lines Matching refs:authentication

3 User Authentication Kit provides the user authentication capabilities based on the lock screen pass…
5authentication and a system-level user authentication widget, which provides unified user authenti…
7authentication widget to authenticate the user identity. The data can be accessed or the sensitive…
9 User identity authentication can be used in authentication scenarios, such as in-app login and paym…
17 - Unified authentication interface
19 …Unified APIs are provided to perform user authentication based on the lock screen password, facial…
21 … APIs provides a combination of facial, fingerprint, and lock screen password authentication modes.
23 … of APIs provides a combination of facial authentication, fingerprint authentication, and custom a…
25 - Awareness of different authentication trust levels
27authentication trust level can be specified to prevent the use of the lower-security authenticatio…
29 - Support for custom authentication modes
31 …The authentication page with a navigation button is provided for the user to switch to a page for …
33 - Reuse of the device unlock authentication result within a short period of time
35authentication result within the specified duration (max. 5 minutes) regardless of the authenticat…
37authentication result for a specific authentication mode within the specified duration. This featu…
39 - System-level user authentication UX
41 …The caller can customize the title of the authentication page and the text on the navigation butto…
43 …The user authentication widget automatically adjusts the display mode based on the device screen s…
47authentication and saved. To check whether a user credential is changed, the caller can query the …
51 The following figure shows the architecture of the unified user authentication framework.
55 The unified user authentication framework consists of the following:
57 …er authentication APIs: provide unified APIs for implementing user authentication capabilities. Th…
59authentication framework: consists of authentication SAs and drivers. The framework schedules vari…
61authentication widget: provides the interaction interfaces for different authentication modes to e…
63 …ities of PIN (password) authentication, facial authentication, and fingerprint authentication for …
65 If the user authentication is successful, the unified user authentication framework issues an AuthT…
67 User authentication can also be used to control the access to the keys in HUKS. For the keys that c…
76 …om challenge for authentication| uint8_t[32] | One-off random challenge generated by the service t…
77 | time | Authentication timestamp| uint64_t | Timestamp when the authentication is successful.|
78 …ntication trust level| uint32_t | See [Authentication Trust Levels](#authentication-trust-levels).|
79 …ype, which can be facial authentication, fingerprint authentication, or PIN authentication (lock s…
80 | authMode | Operation type| uint32_t | Identification/authentication. |
102 …lowing metrics to measure the authentication trust level (**AuthTrustLevel**). The following table…
110 The lower the FAR, the higher the FRR. In other words, the more secure the authentication, the lowe…
114authentication can accurately identify individual users and provides powerful liveness detection c…
115 …he authentication can accurately identify individual users and provides strong liveness detection …
116 …he authentication can accurately identify individual users and provides regular liveness detection…
117 …0%| The authentication can identify individual users and provides limited liveness detection capab…
121 …arty application needs to use the local authentication capability of the system, the built-in user…