Welcome to ADAL Python’s documentation!

You can find high level conceptual documentations in the project wiki and workable samples inside the project code base

The documentation hosted here is for API Reference.

AuthenticationContext

The majority of ADAL Python functionalities are provided via the main class named AuthenticationContext.

TokenCache

One of the parameter accepted by AuthenticationContext is the TokenCache.

If you need to subclass it, you need to refer to its source code for the detail.

AdalError

When errors are detected by ADAL Python, it will raise this exception.