Hi All,
I am using custom base map into my application , but the application is prompting to enter the credentials. I want avoid the login window and pass the credentials in the code itself. Kindly suggest me the idea.
var baseMapLayer = new TileLayer({
url: <basemap URL>
});
const customBasemap = new Basemap({
baseLayers: [baseMapLayer]
});
map = new Map({
basemap: customBasemap
});

Best Regards,
K.Jayakumar