box / box-python-sdk

Box SDK for Python
http://opensource.box.com/box-python-sdk/
Apache License 2.0
419 stars 215 forks source link

feat: Add support for Client Credentials Grant authentication method #705

Closed lukaszsocha2 closed 2 years ago

lukaszsocha2 commented 2 years ago

Closes: SDK-1574

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1898345589


Changes Missing Coverage Covered Lines Changed/Added Lines %
boxsdk/auth/redis_managed_jwt_auth.py 0 1 0.0%
boxsdk/auth/jwt_auth.py 4 6 66.67%
boxsdk/auth/server_auth.py 84 90 93.33%
<!-- Total: 96 105 91.43% -->
Files with Coverage Reduction New Missed Lines %
boxsdk/auth/redis_managed_jwt_auth.py 3 33.33%
<!-- Total: 3 -->
Totals Coverage Status
Change from base Build 1864243312: -0.02%
Covered Lines: 3274
Relevant Lines: 3499

💛 - Coveralls