-
- Downloads
Merge branch 'oauth2' into assemble
No related branches found
No related tags found
Showing
- msal/oauth2cli/__init__.py 4 additions, 0 deletionsmsal/oauth2cli/__init__.py
- msal/oauth2cli/assertion.py 70 additions, 0 deletionsmsal/oauth2cli/assertion.py
- msal/oauth2cli/authcode.py 111 additions, 0 deletionsmsal/oauth2cli/authcode.py
- msal/oauth2cli/oauth2.py 430 additions, 0 deletionsmsal/oauth2cli/oauth2.py
- msal/oauth2cli/oauth2rt.py 158 additions, 0 deletionsmsal/oauth2cli/oauth2rt.py
- tests/__init__.py 18 additions, 0 deletionstests/__init__.py
- tests/test_client.py 156 additions, 0 deletionstests/test_client.py
msal/oauth2cli/__init__.py
0 → 100644
msal/oauth2cli/assertion.py
0 → 100644
msal/oauth2cli/authcode.py
0 → 100644
msal/oauth2cli/oauth2.py
0 → 100644
This diff is collapsed.
msal/oauth2cli/oauth2rt.py
0 → 100644
tests/test_client.py
0 → 100644
Please register or sign in to comment