Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 7, 2023
1 parent ededc85 commit 5ab893d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions arango/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,13 @@ def db(
If set, parameters **username**, **password** and **auth_method**
are ignored. This token is not refreshed automatically. If automatic
token refresh is required, consider setting **auth_method** to "jwt"
and using the **username** and **password** parameters instead.
and using the **username** and **password** parameters instead. Token
expiry will be checked.
:type user_token: str
:param superuser_token: User generated token for superuser access.
If set, parameters **username**, **password** and **auth_method**
are ignored. This token is not refreshed automatically.
are ignored. This token is not refreshed automatically. Token
expiry will not be checked.
:type superuser_token: str
:param verify_certificate: Verify TLS certificates.
:type verify_certificate: bool
Expand Down

0 comments on commit 5ab893d

Please sign in to comment.