feat(E21-S1): ProviderEnrollment trait and EnrollSignal enum in linux-hello-core #31
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
elegos/linux-hello#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of EPIC-21 (#24). See LLD: docs/lld/enrollment-session.md
What
Add the foundational types for EPIC-21 enrollment sessions:
EnrollSignalenum covering all progress signal variants (Step, PoseRequired, Frame, PoseCaptured, PoseRetry, Complete, Error)EnrollSignalSendertype aliasProviderEnrollmentasync trait withenroll_session(session_id, username, signal_tx) -> Result<Vec<u8>, AuthError>DaemonEventenrollment variants inlinux-hello-daemon/src/state.rsFiles
crates/linux-hello-core/src/enroll.rscrates/linux-hello-daemon/src/state.rs