Skip to content

Commit c21e1ba

Browse files
Andy Heaprobsdedude
Andy Heap
authored andcommitted
Clearer async auth API docs
Signed-off-by: Rouven Bauer <[email protected]>
1 parent ac6e46a commit c21e1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/async_api.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ Each supported scheme maps to a particular :class:`neo4j.AsyncDriver` subclass t
123123
Async Auth
124124
==========
125125

126-
Authentication mostly works the same as in the synchronous driver.
127-
However, there are async equivalents of the synchronous constructs.
126+
Authentication works the same as in the synchronous driver.
127+
With the exception that when using AuthManagers, their asynchronous equivalents have to be used.
128128

129129
.. autoclass:: neo4j.auth_management.AsyncAuthManager
130130
:members:

0 commit comments

Comments
 (0)