auth0-python 3.2.0__tar.gz → 3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- usr/local/lib/python3.6/site-packages/auth0/__init__.py +1 -0
- usr/local/lib/python3.6/site-packages/auth0/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/__pycache__/exceptions.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/authorize_client.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/base.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/database.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/delegated.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/enterprise.cpython-36.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/get_token.pyc → usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/get_token.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/logout.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/passwordless.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/social.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/users.cpython-36.pyc +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/base.py +16 -3
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/auth0.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/blacklists.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/client_grants.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/clients.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/connections.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/device_credentials.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/emails.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/guardian.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/jobs.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/logs.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/resource_servers.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/rest.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/rules.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/stats.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/tenants.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/tickets.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/user_blocks.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/users.cpython-36.pyc +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/auth0.py +1 -1
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/rest.py +70 -6
- usr/local/lib/python3.6/site-packages/auth0/v3/test/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_authorize_client.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_base.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_database.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_delegated.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_enterprise.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_get_token.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_logout.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_passwordless.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_social.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/authentication/__pycache__/test_users.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/__init__.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_blacklists.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_client_grants.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_clients.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_connections.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_device_credentials.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_emails.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_guardian.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_jobs.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_logs.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_resource_servers.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_rest.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_rules.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_stats.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_tenants.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_tickets.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_user_blocks.cpython-36.pyc +0 -0
- usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_users.cpython-36.pyc +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_rest.py +71 -1
- {Library/Python/2.7/site-packages/auth0_python-3.2.0-py2.7.egg-info → usr/local/lib/python3.6/site-packages/auth0_python-3.2.2-py3.6.egg-info}/PKG-INFO +3 -2
- Library/Python/2.7/site-packages/auth0/__init__.py +0 -1
- Library/Python/2.7/site-packages/auth0/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/authorize_client.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/base.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/database.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/delegated.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/enterprise.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/logout.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/passwordless.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/social.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/authentication/users.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/exceptions.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/auth0.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/blacklists.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/client_grants.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/clients.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/connections.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/device_credentials.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/emails.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/guardian.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/jobs.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/logs.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/resource_servers.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/rest.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/rules.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/stats.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/tenants.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/tickets.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/user_blocks.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/management/users.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_authorize_client.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_base.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_database.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_delegated.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_enterprise.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_get_token.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_logout.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_passwordless.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_social.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/authentication/test_users.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/__init__.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_blacklists.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_client_grants.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_clients.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_connections.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_device_credentials.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_emails.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_guardian.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_jobs.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_logs.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_resource_servers.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_rest.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_rules.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_stats.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_tenants.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_tickets.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_user_blocks.pyc +0 -0
- Library/Python/2.7/site-packages/auth0/v3/test/management/test_users.pyc +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/__init__.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/__init__.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/authorize_client.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/database.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/delegated.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/enterprise.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/get_token.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/logout.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/passwordless.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/social.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/users.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/exceptions.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/__init__.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/blacklists.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/client_grants.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/clients.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/connections.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/device_credentials.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/emails.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/guardian.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/jobs.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/logs.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/resource_servers.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/rules.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/stats.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/tenants.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/tickets.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/user_blocks.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/users.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/__init__.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/__init__.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_authorize_client.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_base.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_database.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_delegated.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_enterprise.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_get_token.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_logout.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_passwordless.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_social.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/authentication/test_users.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/__init__.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_blacklists.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_client_grants.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_clients.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_connections.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_device_credentials.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_emails.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_guardian.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_jobs.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_logs.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_resource_servers.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_rules.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_stats.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_tenants.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_tickets.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_user_blocks.py +0 -0
- {Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_users.py +0 -0
- {Library/Python/2.7/site-packages/auth0_python-3.2.0-py2.7.egg-info → usr/local/lib/python3.6/site-packages/auth0_python-3.2.2-py3.6.egg-info}/SOURCES.txt +0 -0
- {Library/Python/2.7/site-packages/auth0_python-3.2.0-py2.7.egg-info → usr/local/lib/python3.6/site-packages/auth0_python-3.2.2-py3.6.egg-info}/dependency_links.txt +0 -0
- {Library/Python/2.7/site-packages/auth0_python-3.2.0-py2.7.egg-info → usr/local/lib/python3.6/site-packages/auth0_python-3.2.2-py3.6.egg-info}/requires.txt +0 -0
- {Library/Python/2.7/site-packages/auth0_python-3.2.0-py2.7.egg-info → usr/local/lib/python3.6/site-packages/auth0_python-3.2.2-py3.6.egg-info}/top_level.txt +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '3.2.2'
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/__init__.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/database.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/delegated.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/enterprise.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/logout.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/social.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/authentication/__pycache__/users.cpython-36.pyc
ADDED
|
Binary file
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/base.py
RENAMED
|
@@ -2,8 +2,10 @@ import json
|
|
|
2
2
|
import requests
|
|
3
3
|
from ..exceptions import Auth0Error
|
|
4
4
|
|
|
5
|
+
|
|
5
6
|
UNKNOWN_ERROR = 'a0.sdk.internal.unknown'
|
|
6
7
|
|
|
8
|
+
|
|
7
9
|
class AuthenticationBase(object):
|
|
8
10
|
|
|
9
11
|
def post(self, url, data=None, headers=None):
|
|
@@ -25,6 +27,7 @@ class AuthenticationBase(object):
|
|
|
25
27
|
except ValueError:
|
|
26
28
|
return PlainResponse(response)
|
|
27
29
|
|
|
30
|
+
|
|
28
31
|
class Response(object):
|
|
29
32
|
def __init__(self, status_code, content):
|
|
30
33
|
self._status_code = status_code
|
|
@@ -41,10 +44,18 @@ class Response(object):
|
|
|
41
44
|
def _is_error(self):
|
|
42
45
|
return self._status_code is None or self._status_code >= 400
|
|
43
46
|
|
|
47
|
+
# Adding these methods to force implementation in subclasses because they are references in this parent class
|
|
48
|
+
def _error_code(self):
|
|
49
|
+
raise NotImplementedError
|
|
50
|
+
|
|
51
|
+
def _error_message(self):
|
|
52
|
+
raise NotImplementedError
|
|
53
|
+
|
|
54
|
+
|
|
44
55
|
class JsonResponse(Response):
|
|
45
56
|
def __init__(self, response):
|
|
46
57
|
content = json.loads(response.text)
|
|
47
|
-
super().__init__(response.status_code, content)
|
|
58
|
+
super(JsonResponse, self).__init__(response.status_code, content)
|
|
48
59
|
|
|
49
60
|
def _error_code(self):
|
|
50
61
|
if 'error' in self._content:
|
|
@@ -57,9 +68,10 @@ class JsonResponse(Response):
|
|
|
57
68
|
def _error_message(self):
|
|
58
69
|
return self._content.get('error_description', '')
|
|
59
70
|
|
|
71
|
+
|
|
60
72
|
class PlainResponse(Response):
|
|
61
73
|
def __init__(self, response):
|
|
62
|
-
super().__init__(response.status_code, response.text)
|
|
74
|
+
super(PlainResponse, self).__init__(response.status_code, response.text)
|
|
63
75
|
|
|
64
76
|
def _error_code(self):
|
|
65
77
|
return UNKNOWN_ERROR
|
|
@@ -67,9 +79,10 @@ class PlainResponse(Response):
|
|
|
67
79
|
def _error_message(self):
|
|
68
80
|
return self._content
|
|
69
81
|
|
|
82
|
+
|
|
70
83
|
class EmptyResponse(Response):
|
|
71
84
|
def __init__(self, status_code):
|
|
72
|
-
super().__init__(status_code, '')
|
|
85
|
+
super(EmptyResponse, self).__init__(status_code, '')
|
|
73
86
|
|
|
74
87
|
def _error_code(self):
|
|
75
88
|
return UNKNOWN_ERROR
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/blacklists.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/client_grants.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/connections.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/management/__pycache__/user_blocks.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
@@ -5,6 +5,9 @@ import requests
|
|
|
5
5
|
from ..exceptions import Auth0Error
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
UNKNOWN_ERROR = 'a0.sdk.internal.unknown'
|
|
9
|
+
|
|
10
|
+
|
|
8
11
|
class RestClient(object):
|
|
9
12
|
|
|
10
13
|
"""Provides simple methods for handling all RESTful api endpoints. """
|
|
@@ -103,10 +106,71 @@ class RestClient(object):
|
|
|
103
106
|
return self._process_response(response)
|
|
104
107
|
|
|
105
108
|
def _process_response(self, response):
|
|
106
|
-
|
|
109
|
+
return self._parse(response).content()
|
|
110
|
+
|
|
111
|
+
def _parse(self, response):
|
|
112
|
+
if not response.text:
|
|
113
|
+
return EmptyResponse(response.status_code)
|
|
114
|
+
try:
|
|
115
|
+
return JsonResponse(response)
|
|
116
|
+
except ValueError:
|
|
117
|
+
return PlainResponse(response)
|
|
118
|
+
|
|
119
|
+
class Response(object):
|
|
120
|
+
def __init__(self, status_code, content):
|
|
121
|
+
self._status_code = status_code
|
|
122
|
+
self._content = content
|
|
123
|
+
|
|
124
|
+
def content(self):
|
|
125
|
+
if self._is_error():
|
|
126
|
+
raise Auth0Error(status_code=self._status_code,
|
|
127
|
+
error_code=self._error_code(),
|
|
128
|
+
message=self._error_message())
|
|
129
|
+
else:
|
|
130
|
+
return self._content
|
|
131
|
+
|
|
132
|
+
def _is_error(self):
|
|
133
|
+
return self._status_code is None or self._status_code >= 400
|
|
134
|
+
|
|
135
|
+
# Adding these methods to force implementation in subclasses because they are references in this parent class
|
|
136
|
+
def _error_code(self):
|
|
137
|
+
raise NotImplementedError
|
|
138
|
+
|
|
139
|
+
def _error_message(self):
|
|
140
|
+
raise NotImplementedError
|
|
141
|
+
|
|
142
|
+
class JsonResponse(Response):
|
|
143
|
+
def __init__(self, response):
|
|
144
|
+
content = json.loads(response.text)
|
|
145
|
+
super(JsonResponse, self).__init__(response.status_code, content)
|
|
146
|
+
|
|
147
|
+
def _error_code(self):
|
|
148
|
+
if 'errorCode' in self._content:
|
|
149
|
+
return self._content.get('errorCode')
|
|
150
|
+
elif 'error' in self._content:
|
|
151
|
+
return self._content.get('error')
|
|
152
|
+
else:
|
|
153
|
+
return UNKNOWN_ERROR
|
|
154
|
+
|
|
155
|
+
def _error_message(self):
|
|
156
|
+
return self._content.get('error', self._content.get('message', ''))
|
|
157
|
+
|
|
158
|
+
class PlainResponse(Response):
|
|
159
|
+
def __init__(self, response):
|
|
160
|
+
super(PlainResponse, self).__init__(response.status_code, response.text)
|
|
161
|
+
|
|
162
|
+
def _error_code(self):
|
|
163
|
+
return UNKNOWN_ERROR
|
|
164
|
+
|
|
165
|
+
def _error_message(self):
|
|
166
|
+
return self._content
|
|
167
|
+
|
|
168
|
+
class EmptyResponse(Response):
|
|
169
|
+
def __init__(self, status_code):
|
|
170
|
+
super(EmptyResponse, self).__init__(status_code, '')
|
|
171
|
+
|
|
172
|
+
def _error_code(self):
|
|
173
|
+
return UNKNOWN_ERROR
|
|
107
174
|
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
error_code=text['errorCode'],
|
|
111
|
-
message=text['message'])
|
|
112
|
-
return text
|
|
175
|
+
def _error_message(self):
|
|
176
|
+
return ''
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/__init__.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_jobs.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_logs.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_rest.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_rules.cpython-36.pyc
ADDED
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_stats.cpython-36.pyc
ADDED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
usr/local/lib/python3.6/site-packages/auth0/v3/test/management/__pycache__/test_users.cpython-36.pyc
ADDED
|
Binary file
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_rest.py
RENAMED
|
@@ -13,6 +13,7 @@ class TestRest(unittest.TestCase):
|
|
|
13
13
|
headers = {'Authorization': 'Bearer a-token'}
|
|
14
14
|
|
|
15
15
|
mock_get.return_value.text = '["a", "b"]'
|
|
16
|
+
mock_get.return_value.status_code = 200
|
|
16
17
|
|
|
17
18
|
response = rc.get('the-url')
|
|
18
19
|
mock_get.assert_called_with('the-url', params={}, headers=headers)
|
|
@@ -27,7 +28,7 @@ class TestRest(unittest.TestCase):
|
|
|
27
28
|
|
|
28
29
|
mock_get.return_value.text = ''
|
|
29
30
|
response = rc.get('the/url')
|
|
30
|
-
self.assertEqual(response,
|
|
31
|
+
self.assertEqual(response, '')
|
|
31
32
|
|
|
32
33
|
@mock.patch('requests.get')
|
|
33
34
|
def test_get_errors(self, mock_get):
|
|
@@ -37,6 +38,7 @@ class TestRest(unittest.TestCase):
|
|
|
37
38
|
mock_get.return_value.text = '{"statusCode": 999,' \
|
|
38
39
|
' "errorCode": "code",' \
|
|
39
40
|
' "message": "message"}'
|
|
41
|
+
mock_get.return_value.status_code = 999
|
|
40
42
|
|
|
41
43
|
with self.assertRaises(Auth0Error) as context:
|
|
42
44
|
rc.get('the/url')
|
|
@@ -55,6 +57,7 @@ class TestRest(unittest.TestCase):
|
|
|
55
57
|
|
|
56
58
|
data = {'some': 'data'}
|
|
57
59
|
|
|
60
|
+
mock_post.return_value.status_code = 200
|
|
58
61
|
response = rc.post('the/url', data=data)
|
|
59
62
|
mock_post.assert_called_with('the/url', data=json.dumps(data),
|
|
60
63
|
headers=headers)
|
|
@@ -68,6 +71,7 @@ class TestRest(unittest.TestCase):
|
|
|
68
71
|
mock_post.return_value.text = '{"statusCode": 999,' \
|
|
69
72
|
' "errorCode": "code",' \
|
|
70
73
|
' "message": "message"}'
|
|
74
|
+
mock_post.return_value.status_code = 999
|
|
71
75
|
|
|
72
76
|
with self.assertRaises(Auth0Error) as context:
|
|
73
77
|
rc.post('the-url')
|
|
@@ -76,6 +80,68 @@ class TestRest(unittest.TestCase):
|
|
|
76
80
|
self.assertEqual(context.exception.error_code, 'code')
|
|
77
81
|
self.assertEqual(context.exception.message, 'message')
|
|
78
82
|
|
|
83
|
+
@mock.patch('requests.post')
|
|
84
|
+
def test_post_error_with_code_property(self, mock_post):
|
|
85
|
+
rc = RestClient(jwt='a-token', telemetry=False)
|
|
86
|
+
|
|
87
|
+
for error_status in [400, 500, None]:
|
|
88
|
+
mock_post.return_value.status_code = error_status
|
|
89
|
+
mock_post.return_value.text = '{"errorCode": "e0",' \
|
|
90
|
+
'"message": "desc"}'
|
|
91
|
+
|
|
92
|
+
with self.assertRaises(Auth0Error) as context:
|
|
93
|
+
rc.post('the-url')
|
|
94
|
+
|
|
95
|
+
self.assertEqual(context.exception.status_code, error_status)
|
|
96
|
+
self.assertEqual(context.exception.error_code, 'e0')
|
|
97
|
+
self.assertEqual(context.exception.message, 'desc')
|
|
98
|
+
|
|
99
|
+
@mock.patch('requests.post')
|
|
100
|
+
def test_post_error_with_no_error_code(self, mock_post):
|
|
101
|
+
rc = RestClient(jwt='a-token', telemetry=False)
|
|
102
|
+
|
|
103
|
+
for error_status in [400, 500, None]:
|
|
104
|
+
mock_post.return_value.status_code = error_status
|
|
105
|
+
mock_post.return_value.text = '{"message": "desc"}'
|
|
106
|
+
|
|
107
|
+
with self.assertRaises(Auth0Error) as context:
|
|
108
|
+
rc.post('the-url')
|
|
109
|
+
|
|
110
|
+
self.assertEqual(context.exception.status_code, error_status)
|
|
111
|
+
self.assertEqual(context.exception.error_code, 'a0.sdk.internal.unknown')
|
|
112
|
+
self.assertEqual(context.exception.message, 'desc')
|
|
113
|
+
|
|
114
|
+
@mock.patch('requests.post')
|
|
115
|
+
def test_post_error_with_text_response(self, mock_post):
|
|
116
|
+
rc = RestClient(jwt='a-token', telemetry=False)
|
|
117
|
+
|
|
118
|
+
for error_status in [400, 500, None]:
|
|
119
|
+
mock_post.return_value.status_code = error_status
|
|
120
|
+
mock_post.return_value.text = 'there has been a terrible error'
|
|
121
|
+
|
|
122
|
+
with self.assertRaises(Auth0Error) as context:
|
|
123
|
+
rc.post('the-url')
|
|
124
|
+
|
|
125
|
+
self.assertEqual(context.exception.status_code, error_status)
|
|
126
|
+
self.assertEqual(context.exception.error_code, 'a0.sdk.internal.unknown')
|
|
127
|
+
self.assertEqual(context.exception.message,
|
|
128
|
+
'there has been a terrible error')
|
|
129
|
+
|
|
130
|
+
@mock.patch('requests.post')
|
|
131
|
+
def test_post_error_with_no_response_text(self, mock_post):
|
|
132
|
+
rc = RestClient(jwt='a-token', telemetry=False)
|
|
133
|
+
|
|
134
|
+
for error_status in [400, 500, None]:
|
|
135
|
+
mock_post.return_value.status_code = error_status
|
|
136
|
+
mock_post.return_value.text = None
|
|
137
|
+
|
|
138
|
+
with self.assertRaises(Auth0Error) as context:
|
|
139
|
+
rc.post('the-url')
|
|
140
|
+
|
|
141
|
+
self.assertEqual(context.exception.status_code, error_status)
|
|
142
|
+
self.assertEqual(context.exception.error_code, 'a0.sdk.internal.unknown')
|
|
143
|
+
self.assertEqual(context.exception.message, '')
|
|
144
|
+
|
|
79
145
|
@mock.patch('requests.patch')
|
|
80
146
|
def test_patch(self, mock_patch):
|
|
81
147
|
rc = RestClient(jwt='a-token', telemetry=False)
|
|
@@ -83,6 +149,7 @@ class TestRest(unittest.TestCase):
|
|
|
83
149
|
'Content-Type': 'application/json'}
|
|
84
150
|
|
|
85
151
|
mock_patch.return_value.text = '["a", "b"]'
|
|
152
|
+
mock_patch.return_value.status_code = 200
|
|
86
153
|
|
|
87
154
|
data = {'some': 'data'}
|
|
88
155
|
|
|
@@ -99,6 +166,7 @@ class TestRest(unittest.TestCase):
|
|
|
99
166
|
mock_patch.return_value.text = '{"statusCode": 999,' \
|
|
100
167
|
' "errorCode": "code",' \
|
|
101
168
|
' "message": "message"}'
|
|
169
|
+
mock_patch.return_value.status_code = 999
|
|
102
170
|
|
|
103
171
|
with self.assertRaises(Auth0Error) as context:
|
|
104
172
|
rc.patch(url='the/url')
|
|
@@ -113,6 +181,7 @@ class TestRest(unittest.TestCase):
|
|
|
113
181
|
headers = {'Authorization': 'Bearer a-token'}
|
|
114
182
|
|
|
115
183
|
mock_delete.return_value.text = '["a", "b"]'
|
|
184
|
+
mock_delete.return_value.status_code = 200
|
|
116
185
|
|
|
117
186
|
response = rc.delete(url='the-url/ID')
|
|
118
187
|
mock_delete.assert_called_with('the-url/ID', headers=headers, params={})
|
|
@@ -126,6 +195,7 @@ class TestRest(unittest.TestCase):
|
|
|
126
195
|
mock_delete.return_value.text = '{"statusCode": 999,' \
|
|
127
196
|
' "errorCode": "code",' \
|
|
128
197
|
' "message": "message"}'
|
|
198
|
+
mock_delete.return_value.status_code = 999
|
|
129
199
|
|
|
130
200
|
with self.assertRaises(Auth0Error) as context:
|
|
131
201
|
rc.delete(url='the-url')
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version:
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: auth0-python
|
|
3
|
-
Version: 3.2.
|
|
3
|
+
Version: 3.2.2
|
|
4
4
|
Summary: Auth0 Python SDK
|
|
5
5
|
Home-page: https://github.com/auth0/auth0-python
|
|
6
6
|
Author: Auth0
|
|
@@ -18,3 +18,4 @@ Classifier: Programming Language :: Python :: 3.2
|
|
|
18
18
|
Classifier: Programming Language :: Python :: 3.3
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.4
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.5
|
|
21
|
+
Provides-Extra: test
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = '3.2.0'
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/database.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/delegated.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/enterprise.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/get_token.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/logout.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/passwordless.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/social.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/authentication/users.py
RENAMED
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/__init__.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/blacklists.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/client_grants.py
RENAMED
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/connections.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/guardian.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/resource_servers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/management/user_blocks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_emails.py
RENAMED
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_jobs.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_logs.py
RENAMED
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_rules.py
RENAMED
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_stats.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{Library/Python/2.7 → usr/local/lib/python3.6}/site-packages/auth0/v3/test/management/test_users.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|