Skip to main content

Module touchid

Module touchid 

Source
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 Gate to decide whether a biometric prompt is required.

Functions§

gate_applies
require_presence