DOI-BLM / requests-arcgis-auth

Authentication handler for using Esri ArcGIS for Server and Portal (ArcGIS Online) Token Authentication with Python Requests
22 stars 1 forks source link

Add a 'get_token' property to the auth handlers #28

Open pfoppe opened 6 years ago

pfoppe commented 6 years ago

Will allow for better integration to existing code or other API's.

pfoppe commented 6 years ago

Added to ArcGISServerTokenAuth with commit https://github.com/DOI-BLM/requests-arcgis-auth/commit/439011f6e1a8a5bd9a73008c5433c55c5e6c7dea

Still need to add to ArcGISPortalAuth handlers.