Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/msal/oauth2cli/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

5 statements  

1__version__ = "0.4.0" 

2 

3from .oidc import Client, IdTokenError 

4from .assertion import JwtAssertionCreator 

5from .assertion import JwtSigner # Obsolete. For backward compatibility. 

6from .authcode import AuthCodeReceiver 

7