quorum
    Preparing search index...

    Function getRefreshToken

    • Get the refresh token

      Gets the Tauri store (create or get current instance) and retrieves the refresh token from the store.

      Returns Promise<string | null>

      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();