apple-localauthentication 0.3.4

Safe Rust bindings for Apple's LocalAuthentication framework — contexts, rights, persisted secrets, keys, and credentials on macOS
Documentation
1
2
3
4
5
6
7
8
//! Backward-compatible re-exports for the original `context` module.

pub use crate::la_context::{
    BiometryType, LAAccessControlOperation, LACompanionType, LAContext, LADomainState,
    LADomainStateBiometry, LADomainStateCompanion,
};
pub use crate::la_credential::{LACredential, LACredentialType};
pub use crate::la_policy::{LAPolicy, Policy};