Lines Matching refs:authentication
5 …ial management and user identity authentication in OpenHarmony. It allows multiple users to set th…
13 …stem consists of the unified user authentication framework and authentication executor. The unifie…
15 - Unified user authentication: provides unified user identity authentication externally and open bi…
16 …t interface for the upper layer and invokes authentication resources in the system through the aut…
17 …authentication resource management and authentication session management, and supports unified man…
19 …authentication framework, the system supports multiple authentication capabilities. Currently, Ope…
23 …authentication executor is the minimum execution unit of a user identity authentication operation.…
29 ├── user_auth_framework # User authentication framework, including user authentication, cre…
30 …al authentication component, which interacts with the authentication executor to implement facial …
31 … # PIN authentication component, which interacts with the authentication executor to implement …
38 - The authentication executors process user authentication credentials. Therefore, only system serv…
44 - The unified user authentication framework must work with an authentication executor.
45 - By default, the first authentication executor in the system is the PIN authentication executor.