<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using non-public layers in app in ArcGIS AppStudio Questions</title>
    <link>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834054#M2371</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go ahead and create a new application using our samples "User credentials". This should help you to get started on how to provide user credentials to access a secured feature layer. After that you can either choose to continue building on this sample or create a new app from the "Hello World" starter map template and port the code from this sample. The code snippet is the same as mentioned in the above links. I hope this helps.&lt;/P&gt;&lt;P&gt;-Nakul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/201912_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 15:45:16 GMT</pubDate>
    <dc:creator>nakulmanocha</dc:creator>
    <dc:date>2016-05-24T15:45:16Z</dc:date>
    <item>
      <title>Using non-public layers in app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834050#M2367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i want to use non-public layers from arcGIS Online in my app&lt;/P&gt;&lt;P&gt;can anyone give me an overview how to use "Portal Authentication" "User Credentials"...&lt;/P&gt;&lt;P&gt;i don't know how to begin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works well on public layers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&lt;SPAN style="color: #800080;"&gt;GeodatabaseFeatureServiceTable&lt;/SPAN&gt;{ 
&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;id&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;featureServiceTable&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;url&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000;"&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fservices.arcgis.com%2F" target="_blank"&gt;http://services.arcgis.com/&lt;/A&gt;&lt;SPAN&gt;..."&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800080;"&gt;FeatureLayer&lt;/SPAN&gt;{&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;id&lt;/SPAN&gt;:&lt;SPAN style="font-style: italic; color: #000000;"&gt;featureLayer&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;featureTable&lt;/SPAN&gt;:&lt;SPAN style="color: #c0c0c0;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-style: italic; color: #000000;"&gt;featureServiceTable&lt;/SPAN&gt;&lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #c0c0c0;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;}&lt;/PRE&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;/PRE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:06:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834050#M2367</guid>
      <dc:creator>TestAppStudio</dc:creator>
      <dc:date>2021-12-12T10:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-public layers in app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834051#M2368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the code snippet to access secured feature service layers. I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-appstudio-samples/wiki/Access-Secured-ArcGIS-Layers-in-your-App-using-Runtime" title="https://github.com/Esri/arcgis-appstudio-samples/wiki/Access-Secured-ArcGIS-Layers-in-your-App-using-Runtime"&gt;Access Secured ArcGIS Layers in your App using Runtime · Esri/arcgis-appstudio-samples Wiki · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 15:18:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834051#M2368</guid>
      <dc:creator>nakulmanocha</dc:creator>
      <dc:date>2016-05-13T15:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-public layers in app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834052#M2369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your response!&lt;/P&gt;&lt;P&gt;Thats what i was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2016 19:41:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834052#M2369</guid>
      <dc:creator>TestAppStudio</dc:creator>
      <dc:date>2016-05-13T19:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-public layers in app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834053#M2370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having the same problem but I am not a developer and don't know what to do with the code sample. Can you advise on a reference to explain the basics? Or point me in right direction - am I putting this in somewhere in QT Creator (I do have App Studio Desktop Advanced). Thanks very much for any insights!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 02:53:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834053#M2370</guid>
      <dc:creator>VanessaGlynn-Linaris__GISP</dc:creator>
      <dc:date>2016-05-24T02:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using non-public layers in app</title>
      <link>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834054#M2371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can go ahead and create a new application using our samples "User credentials". This should help you to get started on how to provide user credentials to access a secured feature layer. After that you can either choose to continue building on this sample or create a new app from the "Hello World" starter map template and port the code from this sample. The code snippet is the same as mentioned in the above links. I hope this helps.&lt;/P&gt;&lt;P&gt;-Nakul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/201912_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 15:45:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-appstudio-questions/using-non-public-layers-in-app/m-p/834054#M2371</guid>
      <dc:creator>nakulmanocha</dc:creator>
      <dc:date>2016-05-24T15:45:16Z</dc:date>
    </item>
  </channel>
</rss>

