Clear Tauri store
Clears the Tauri authentication store by removing all stored values.
Promise - Resolves when the store is successfully cleared.
If the store operation fails (e.g., I/O error).
await clearAuthStore(); Copy
await clearAuthStore();
Clear Tauri store
Clears the Tauri authentication store by removing all stored values.