API reference / @evolu/common / local-first/Public / AccessControl
Type Alias: 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.