API reference › @evolu/common › local‑first/LocalAuth › StorageBackend
type StorageBackend =
| "keychain"
| "androidKeystore"
| "encryptedSharedPreferences";
Defined in: packages/common/src/local-first/LocalAuth.ts:449
Enumerates the native storage backend used to persist sensitive data.