API reference / @evolu/common / local-first/Public / SecurityLevel
Type Alias: SecurityLevel
type SecurityLevel =
| "secureEnclave"
| "strongBox"
| "biometry"
| "deviceCredential"
| "software";
Defined in: packages/common/src/local-first/LocalAuth.ts:441
Enumerates the highest security tier that was effectively applied while storing a value.