AzureAD / microsoft-authentication-library-for-python

Microsoft Authentication Library (MSAL) for Python makes it easy to authenticate to Microsoft Entra ID. General docs are available here https://learn.microsoft.com/entra/msal/python/ Stable APIs are documented here https://msal-python.readthedocs.io. Questions can be asked on www.stackoverflow.com with tag "msal" + "python".
https://stackoverflow.com/questions/tagged/azure-ad-msal+python
Other
817 stars 204 forks source link

Type stubs #554

Open daviddavis opened 1 year ago

daviddavis commented 1 year ago

Hi, just wanted to file an issue to request type hint stubs so that msal can be used in projects that have type checking enabled.

More info: https://peps.python.org/pep-0561/

rayluo commented 1 year ago

Thanks. We will take that into consideration when we prioritize upcoming features.

Meanwhile, you can refer to our API Reference docs. Parameters are at least documented there.