Hello,
I`m playing around with the App Studio using the provided samples, mostly trying to combine the functionality. I managed to add a secured FeatureService using the GitHub Wiki (Access Secured ArcGIS Layers in your App using Runtime · Esri/arcgis-appstudio-samples Wiki · GitHub). But I don`t want to hardcode my credentials into the app, which should be used by different users in the end. I also tried the OAuth Method which also worked, but I would have to login every time I start the app.
So my question is: Is it possible to pass the credentials/token that are used by the AppStudio Player to the apps in order to load secured layers without having to login every time?
Thanks for every hint.