auth0 / auth0-python

Auth0 SDK for Python
https://auth0-python.readthedocs.io
MIT License
499 stars 161 forks source link

Add stubs for _async methods #615

Open dgilman-hrp opened 3 months ago

dgilman-hrp commented 3 months ago

Checklist

Describe the problem you'd like to have solved

The built-in asyncify is very useful, but the way it's implemented means that typing checking (such as via Pyre) and IDEs have no idea these exist.

Describe the ideal solution

Add function stubs for every method that supports async with type hinting.

Alternatives and current workarounds

No response

Additional context

No response