Description
QueryParamsProvider class from tacokit http client implementation returns parameters in random order.
This blocks component developer from implementing request signing. It is hard to guess in which order parameters will be present in resulting request.
likely, Collectors.toMap() should be changed.