Skip to main content

Module async_api

Module async_api 

Source
Available on crate feature async only.
Expand description

Async API for LocalAuthentication

This module provides async versions of authentication operations when the async feature is enabled. The async API is executor-agnostic and works with any async runtime (Tokio, async-std, smol, etc.).

Structs§

AsyncAccessControlEvaluation
Future for async access control evaluation
AsyncPolicyEvaluation
Future for async policy evaluation

Traits§

AsyncContextExt
Extension trait adding async methods to LAContext