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