File: __init__.py

package info (click to toggle)
microsoft-authentication-library-for-python 1.34.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,320 kB
  • sloc: python: 8,613; xml: 2,783; sh: 27; makefile: 19
file content (7 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
__version__ = "0.4.0"

from .oidc import Client, IdTokenError
from .assertion import JwtAssertionCreator
from .assertion import JwtSigner  # Obsolete. For backward compatibility.
from .authcode import AuthCodeReceiver