Get the refresh token
Gets the Tauri store (create or get current instance) and retrieves the refresh token from the store.
Promise<string | null> - The refresh token or null if not found.
If the store operation fails (e.g., I/O error).
const refreshToken = await getRefreshToken(); Copy
const refreshToken = await getRefreshToken();
Get the refresh token
Gets the Tauri store (create or get current instance) and retrieves the refresh token from the store.