Lines Matching refs:executor
13 …onsists of the unified user authentication framework and authentication executor. The unified user…
16 …vokes authentication resources in the system through the authentication executor to implement life…
17 - Authentication executor management: provides authentication resource management and authenticatio…
19 …executor, you only need to implement authentication capabilities in a new component and connect th…
23 …executor is the minimum execution unit of a user identity authentication operation. For example, a…
29 …ntication framework, including user authentication, credential management, and executor management.
30 ├── face_auth # Facial authentication component, which interacts with the authentication executor…
31 ├── pin_auth # PIN authentication component, which interacts with the authentication executor to…
38 …tem services can interact with the authentication executor management module to implement the exec…
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.