Expand description
Touch ID / biometric authorization gate.
On macOS, calls LAContext::evaluate_policy via
objc2-local-authentication. On other platforms require_presence is a
stub that always returns Ok(true), so callers need no cfg gating.
Modules§
- blob
- On-disk wrapper blob for Touch ID-enrolled vault keys.
Enums§
- Error
- Gate
- Which categories of operation should require biometric confirmation.
- Kind
- Category of operation a call site represents. Used with a
Gateto decide whether a biometric prompt is required.