You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`useSecureStorage()`| Manage all secrets in a service (list, add, remove) |`{ items, isLoading, error, saveSecret, removeSecret, clearAll, refreshItems }`|
152
+
|`useSecretItem()`| Fetch a single secret |`{ data, isLoading, error, refetch }`|
All functions live at the top level export and return Promises.
143
220
144
221
| Method | Signature | Description |
@@ -161,7 +238,7 @@ All functions live at the top level export and return Promises.
161
238
162
239
Android automatically enforces Class 3 biometrics whenever the hardware supports them, falling back to the strongest available authenticator on older devices.
163
240
164
-
See `src/views/sensitive-info.nitro.ts` for full TypeScript definitions.
241
+
See `src/sensitive-info.nitro.ts` for full TypeScript definitions.
0 commit comments