Dhx4.ajax with credentials by default

I would like to know if it is possible to change all ajax queries at once to include credentials=true

the equivalent to:

$.ajaxSetup({
xhrFields: {
withCredentials: true
},
crossDomain: true
});

Unfortunately there is no such config posiibilities in the dhx.ajax