Hi all,
i want to use non-public layers from arcGIS Online in my app
can anyone give me an overview how to use "Portal Authentication" "User Credentials"...
i don't know how to begin
This works well on public layers
GeodatabaseFeatureServiceTable{
id: featureServiceTable url: "http://services.arcgis.com/..."
}
FeatureLayer{ id:featureLayer
featureTable: featureServiceTable
}
best regards,
Christian