Esri / ArcREST

python package for REST API (AGS, AGOL, webmap JSON, etc..)
Apache License 2.0
192 stars 155 forks source link

Where is _getTokenArcMap()? #214

Closed DShokes closed 8 years ago

DShokes commented 8 years ago

Where is security.ArcGISTokenSecurityHandler class setting token = self._getTokenArcMap() from? I don't see it in abstract.BaseSecurityHandler either.

MikeMillerGIS commented 8 years ago

It is in ArcGISTokenSecurityHandler as only this security method uses it

DShokes commented 8 years ago

Oops I found it. Thanks Mike.