From 5ab893d5924c13464e1615a79b6d7962fd96df76 Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Tue, 7 Nov 2023 11:06:20 -0500 Subject: [PATCH] update docstring --- arango/client.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/arango/client.py b/arango/client.py index 74f8fbc0..13d53cb1 100644 --- a/arango/client.py +++ b/arango/client.py @@ -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