Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 3, 2020 06:17
Show Gist options
  • Save r-ryantm/5be1e3e75b4a69ecc586e489af0f839e to your computer and use it in GitHub Desktop.
Save r-ryantm/5be1e3e75b4a69ecc586e489af0f839e to your computer and use it in GitHub Desktop.
/nix/store/dkwrfxgfb1fzg2xdr8y3a97zs2bdksn6-python2.7-msal-1.1.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── msal
│   │   ├── application.py
│   │   ├── application.pyc
│   │   ├── authority.py
│   │   ├── authority.pyc
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── mex.py
│   │   ├── mex.pyc
│   │   ├── oauth2cli
│   │   │   ├── assertion.py
│   │   │   ├── assertion.pyc
│   │   │   ├── authcode.py
│   │   │   ├── authcode.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── oauth2.py
│   │   │   ├── oauth2.pyc
│   │   │   ├── oidc.py
│   │   │   └── oidc.pyc
│   │   ├── token_cache.py
│   │   ├── token_cache.pyc
│   │   ├── wstrust_request.py
│   │   ├── wstrust_request.pyc
│   │   ├── wstrust_response.py
│   │   └── wstrust_response.pyc
│   └── msal-1.1.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 32 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment