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