Lines Matching refs:authentication

7authentication provides user authentication capabilities in identity authentication scenarios, suc…
9authentication (Face_auth) driver is developed based on the Hardware Driver Foundation (HDF). It s…
11 **Figure 1** Facial authentication architecture
13 ![image](figures/face_auth_architecture.png "Facial authentication architecture")
17authentication consists of User_auth and basic authentication services (including PIN authenticati…
20 …xecutor collects, processes, stores, and compares data for authentication. Each authentication ser…
28 …gistration and identity authentication. The executor can collect, process, store, and compare data…
30 …: only collects data during user authentication. It needs to work with the authenticator to comple…
32 …ta, obtains the stored credential template, and compares it with the authentication information ge…
36 …The authentication algorithm varies depending on the authentication mode and device used. Differen…
40authentication result accuracy, measures must be taken to protect the integrity of the key informa…
44 …User_auth uses the executor public key to verify the authentication result accuracy and the integr…
48authentication service when users set authentication credentials. Each template has an ID to index…
72 …rovides basic facial authentication capabilities for the User_auth and Face_auth service to ensure…
81 - To implement facial authentication, the device must have a camera and the face image must be grea…
83 …features keep changing. If you are concerned about this, consider using other authentication modes.
89 …rovides basic facial authentication capabilities for the User_auth and Face_auth service to ensure…
95authentication, recognition, and deletion. **Table 2** describes the callbacks used to return the …
102 …he executor information, including the executor type, executor role, authentication type, security…
105 … extraInfo, const sptr\<IExecutorCallback>& callbackObj) | Performs facial authentication. |
108 …uleId) | Cancels a face enrollment, authentication, or identifica…
135 ├── executor_impl.cpp # Implementation of authentication and enrollment APIs
351 // Start facial authentication.
508authentication-kit/js-apis-useriam-userauth.md) to develop a HAP and verify the application on the…
510 1. Initiate a request for user authentication and obtain the authentication result.
517 // Set authentication parameters.
524 // Set the authentication page.
530 // Obtain an authentication object.
533 // Subscribe to the authentication result.
537 // Unsubscribe from the authentication result if required.
550 2. Cancel an authentication.
567 // Obtain an authentication object.
570 // Start user authentication.
573 // Cancel the authentication.