We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6e46a commit c21e1baCopy full SHA for c21e1ba
docs/source/async_api.rst
@@ -123,8 +123,8 @@ Each supported scheme maps to a particular :class:`neo4j.AsyncDriver` subclass t
123
Async Auth
124
==========
125
126
-Authentication mostly works the same as in the synchronous driver.
127
-However, there are async equivalents of the synchronous constructs.
+Authentication works the same as in the synchronous driver.
+With the exception that when using AuthManagers, their asynchronous equivalents have to be used.
128
129
.. autoclass:: neo4j.auth_management.AsyncAuthManager
130
:members:
0 commit comments