Esri / ArcREST

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

support for None and empty strings #127

Closed pLeBlanc93 closed 8 years ago

pLeBlanc93 commented 8 years ago

various security info parameters can now be None or '' added else statements to LDAP, NTLM, PKI, and OAUTH as a NoneType error was being thrown. Since usernames/passwords keys/certs client/secret IDs are required for each of these, the securityhandler won't proceed.