Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/ac802019cd617df517840150298ec350 to your computer and use it in GitHub Desktop.
Save ryantm/ac802019cd617df517840150298ec350 to your computer and use it in GitHub Desktop.
/nix/store/2qlnpk1lx3fhq340pd2axfv63ah82n5d-python3.7-adal-1.2.1
├── lib
│   └── python3.7
│   └── site-packages
│   ├── adal
│   │   ├── adal_error.py
│   │   ├── argument.py
│   │   ├── authentication_context.py
│   │   ├── authentication_parameters.py
│   │   ├── authority.py
│   │   ├── cache_driver.py
│   │   ├── code_request.py
│   │   ├── constants.py
│   │   ├── __init__.py
│   │   ├── log.py
│   │   ├── mex.py
│   │   ├── oauth2_client.py
│   │   ├── __pycache__
│   │   │   ├── adal_error.cpython-37.pyc
│   │   │   ├── argument.cpython-37.pyc
│   │   │   ├── authentication_context.cpython-37.pyc
│   │   │   ├── authentication_parameters.cpython-37.pyc
│   │   │   ├── authority.cpython-37.pyc
│   │   │   ├── cache_driver.cpython-37.pyc
│   │   │   ├── code_request.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── mex.cpython-37.pyc
│   │   │   ├── oauth2_client.cpython-37.pyc
│   │   │   ├── self_signed_jwt.cpython-37.pyc
│   │   │   ├── token_cache.cpython-37.pyc
│   │   │   ├── token_request.cpython-37.pyc
│   │   │   ├── user_realm.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   ├── wstrust_request.cpython-37.pyc
│   │   │   ├── wstrust_response.cpython-37.pyc
│   │   │   └── xmlutil.cpython-37.pyc
│   │   ├── self_signed_jwt.py
│   │   ├── token_cache.py
│   │   ├── token_request.py
│   │   ├── user_realm.py
│   │   ├── util.py
│   │   ├── wstrust_request.py
│   │   ├── wstrust_response.py
│   │   └── xmlutil.py
│   └── adal-1.2.1.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 46 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment