Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 17, 2020 03:14
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 r-ryantm/125795305049fdd0650ba7ccc05d1074 to your computer and use it in GitHub Desktop.
Save r-ryantm/125795305049fdd0650ba7ccc05d1074 to your computer and use it in GitHub Desktop.
/nix/store/117pxrnvpskd1v4hx94z372g64s2bvzc-python3.7-msal-1.5.0
├── lib
│   └── python3.7
│   └── site-packages
│   ├── msal
│   │   ├── application.py
│   │   ├── authority.py
│   │   ├── exceptions.py
│   │   ├── __init__.py
│   │   ├── mex.py
│   │   ├── oauth2cli
│   │   │   ├── assertion.py
│   │   │   ├── authcode.py
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── oauth2.py
│   │   │   ├── oidc.py
│   │   │   └── __pycache__
│   │   │   ├── assertion.cpython-37.pyc
│   │   │   ├── authcode.cpython-37.pyc
│   │   │   ├── http.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── oauth2.cpython-37.pyc
│   │   │   └── oidc.cpython-37.pyc
│   │   ├── __pycache__
│   │   │   ├── application.cpython-37.pyc
│   │   │   ├── authority.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mex.cpython-37.pyc
│   │   │   ├── token_cache.cpython-37.pyc
│   │   │   ├── wstrust_request.cpython-37.pyc
│   │   │   └── wstrust_response.cpython-37.pyc
│   │   ├── token_cache.py
│   │   ├── wstrust_request.py
│   │   └── wstrust_response.py
│   └── msal-1.5.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
9 directories, 35 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment