Lines Matching refs:credential

7 …_auth) manages the mappings between user identities and authentication credential templates in a u…
9 … for apps and account management system ability (SA). It supports user credential management, auth…
18 - Authentication credential information
20credential template is generated when a user sets a password or enrolls facial information. The cr…
22 - Authentication credential template
24 … authentication credential template is generated and stored by the authentication service when a u…
32 …- ​ Executor: independently completes the entire process of credential registration and identit…
36 …- ​ Authenticator: processes data, obtains the stored credential template, and compares it with…
61 … about the authentication mode, trust level of the authentication result, executor, and credential.
65 …Scheduling information includes the executor information and credential template information requi…
108 The User_auth driver provides stable user credential management, authentication session management,…
113 **Table 1** describes the HDI APIs for executor registration, credential enrollment and deletion, u…
122 … std::vector<uint8_t> &challenge) | Opens a session for authentication credential management. |
123 | CloseSession(int32_t userId) | Closes a session for authentication credential management. …
124 …Param &param, HdiScheduleInfo &info) | Enrolls the user authentication credential. If a user has e…
127 …const std::vector<uint8_t> &authToken, CredentialInfo &info) | Deletes credential information base…
130 …, int32_t authType, std::vector<CredentialInfo> &infos) | Obtains user credential information by a…
289 // Open a session for authentication credential management.
304 // Close the session for authentication credential management.
362 // Update the enrolled credential information.