quorum
    Preparing search index...

    Function getAccessToken

    • Get the access token

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

      Returns Promise<string | null>

      Promise<string | null> - The access token or null if not found.

      If the store operation fails (e.g., I/O error).

      const accessToken = await getAccessToken();