Backstage
    Preparing search index...
    • A hook that will refresh the cookie when it is about to expire.

      Parameters

      • options: { pluginId: string }

        Options for configuring the refresh cookie endpoint

      Returns
          | { status: "loading" }
          | { error: Error; retry: () => void; status: "error" }
          | { data: { expiresAt: string }; status: "success" }