API reference › @evolu/common › local‑first/LocalAuth › AccessControl
type AccessControl =
| "secureEnclaveBiometry"
| "biometryCurrentSet"
| "biometryAny"
| "devicePasscode"
| "none";
Defined in: packages/common/src/local-first/LocalAuth.ts:458
Enumerates the access-control policy enforced by the underlying secure storage.