Expand description
Touch ID / biometric authorization gate.
macOS-only feature; see SPIKE_TOUCHID.md for the architecture
discussion. On macOS the gate calls LAContext::evaluate_policy via
objc2-local-authentication. On other platforms require_presence
is a stub that always returns Ok(true), so callers can use the
same API everywhere without cfg gating at every site.
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.