Sets the authentication information in the Tauri store.
The access token to store.
The refresh token to store.
The user ID to store.
The username to store.
Promise - Resolves when the values are successfully stored.
If the store operation fails (e.g., I/O error).
await setAuthStoreValues('accessToken123', 'refreshToken456','userId789', 'usernameExample'); Copy
await setAuthStoreValues('accessToken123', 'refreshToken456','userId789', 'usernameExample');
Sets the authentication information in the Tauri store.