<?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: About generated token in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278020#M25645</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Java Script API, you can try the following:&lt;/P&gt;&lt;P&gt;Use method &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-IdentityManager.html#findCredential" style="color: #005e95; background-color: #ffffff; font-weight: 300; text-decoration: underline;"&gt;findCredential()&lt;/A&gt;&amp;nbsp;in "IdentityManager"&amp;nbsp; which will return "credential". Then get user information using&amp;nbsp;"userId" from&amp;nbsp;credential property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Mar 2019 01:35:43 GMT</pubDate>
    <dc:creator>BirajaNayak</dc:creator>
    <dc:date>2019-03-20T01:35:43Z</dc:date>
    <item>
      <title>About generated token</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278018#M25643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know how to identify a token generated from which username?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2019 17:14:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278018#M25643</guid>
      <dc:creator>聖智王</dc:creator>
      <dc:date>2019-03-18T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: About generated token</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278019#M25644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please go to browser and add token in front of any service for which token is generated to access as per below example. You find the user name on the top right corner of the rest end point service marked in screen capture provided below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://xxxx.esri.com/server/rest/services/parceltest/MapServer?token=HhCfvTKWY1BYZIPcnWotEf8VuHoQlKA8Ux8Ek0Zxk8m8HMhONpZ9rPzdVMjtNdNfwvHGfr5Lf-bZBIcKAo_ZYZN-PTX6riJFHtU4oBWTJjgu-j10yg-HGlOfLTJ9HNPiWLPoD-qQ7TJNcwmVVO50yC477r9HSO6SHvEHODJzMkh8eerCZ9xRCQcn-65_-10Y" title="https://xxxx.esri.com/server/rest/services/parceltest/MapServer?token=HhCfvTKWY1BYZIPcnWotEf8VuHoQlKA8Ux8Ek0Zxk8m8HMhONpZ9rPzdVMjtNdNfwvHGfr5Lf-bZBIcKAo_ZYZN-PTX6riJFHtU4oBWTJjgu-j10yg-HGlOfLTJ9HNPiWLPoD-qQ7TJNcwmVVO50yC477r9HSO6SHvEHODJzMkh8eerCZ9xRCQcn-65_-10Y"&gt;https://xxxx.esri.com/server/rest/services/parceltest/MapServer?token=&lt;/A&gt;token value&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/439866_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 01:22:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278019#M25644</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-03-20T01:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: About generated token</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278020#M25645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Java Script API, you can try the following:&lt;/P&gt;&lt;P&gt;Use method &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-identity-IdentityManager.html#findCredential" style="color: #005e95; background-color: #ffffff; font-weight: 300; text-decoration: underline;"&gt;findCredential()&lt;/A&gt;&amp;nbsp;in "IdentityManager"&amp;nbsp; which will return "credential". Then get user information using&amp;nbsp;"userId" from&amp;nbsp;credential property.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Biraja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 01:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278020#M25645</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-03-20T01:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: About generated token</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278021#M25646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the information. But this way is valid only when the token is not&amp;nbsp;expired.I think that the generated token log should be implemented by developer!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 17:33:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278021#M25646</guid>
      <dc:creator>聖智王</dc:creator>
      <dc:date>2019-03-20T17:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: About generated token</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278022#M25647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;True. It is valid only when token is not expired.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 17:36:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/about-generated-token/m-p/278022#M25647</guid>
      <dc:creator>BirajaNayak</dc:creator>
      <dc:date>2019-03-20T17:36:59Z</dc:date>
    </item>
  </channel>
</rss>

