Hello,
I am migrating code from 100 to 200 and I am running into an issue trying to load layers from a ServiceFeatureTable. The credentials are stored using ArcGISEnvironment.authenticationManager.arcGISCredentialStore.add(cred)
The layers are then added to the map using map.addOperationalLayers
However, all they layers fail to load with the error: credentialCannotBeShared
Any pointers on what would cause this error?