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 a4238ed commit 00a3e33Copy full SHA for 00a3e33
docs/source/api.rst
@@ -116,7 +116,7 @@ Example:
116
117
import neo4j
118
119
- auth = neo4j.Auth(scheme="basic", principal="neo4j", credentials="password")
+ auth = neo4j.Auth("basic", "neo4j", "password")
120
121
122
Auth Token Helper Functions
@@ -128,6 +128,8 @@ Alternatively, one of the auth token helper functions can be used.
128
129
.. autofunction:: neo4j.kerberos_auth
130
131
+.. autofunction:: neo4j.bearer_auth
132
+
133
.. autofunction:: neo4j.custom_auth
134
135
0 commit comments