Skip to content

Instantly share code, notes, and snippets.

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/320811665673223125a3dd789213bf5a to your computer and use it in GitHub Desktop.
Save r-ryantm/320811665673223125a3dd789213bf5a to your computer and use it in GitHub Desktop.
/nix/store/c7ln77l0j5av1rmhzbcry1xn3bk60y5i-python2.7-msal-1.2.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
│   │   │   ├── http.py
│   │   │   ├── http.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.2.0.dist-info
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
7 directories, 34 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment