MCP TypeScript SDK (V2)
    Preparing search index...
    • Internal helper to execute a token request with the given parameters. Used by exchangeAuthorization, refreshAuthorization, and fetchToken.

      Parameters

      Returns Promise<
          {
              access_token: string;
              expires_in?: number;
              id_token?: string;
              refresh_token?: string;
              scope?: string;
              token_type: string;
          },
      >