Skip to content
Snippets Groups Projects
Commit 34419ede authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: More specific documentation for auth_token.

parent f585538f
Branches
Tags
No related merge requests found
......@@ -73,7 +73,7 @@ class Unauthenticated(AbstractAuthenticator):
raise LoginFailedException("This caosdb client is configured to stay "
"unauthenticated. Change your "
"`password_method` and provide an "
"`auth_token` or credentials if your want "
"`auth_token` or credentials if you want "
"to authenticate this client.")
def logout(self):
......
......@@ -337,7 +337,7 @@ def configure_connection(**kwargs):
auth_token : str (optional)
An authentication token which has been issued by the CaosDB Server.
Implies `password_method="auth_token"` if set.
Implies `password_method="auth_token"` if set. An example token string would be `["O","OneTimeAuthenticationToken","anonymous",["administration"],[],1592995200000,604800000,"3ZZ4WKRB-5I7DG2Q6-ZZE6T64P-VQ","197d0d081615c52dc18fb323c300d7be077beaad4020773bb58920b55023fa6ee49355e35754a4277b9ac525c882bcd3a22e7227ba36dfcbbdbf8f15f19d1ee9",1,30000]`.
implementation : CaosDBServerConnection
The class which implements the connection. (Default:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment