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 b40640e commit 29567c6Copy full SHA for 29567c6
docs/authentication.md
@@ -11,7 +11,7 @@ auth = TokenAuthentication(
11
token = "XXXXX",
12
server = "XXXXX",
13
skip_tls=False,
14
- # ca_cert_path="/path/to/cert
+ # ca_cert_path="/path/to/cert"
15
)
16
auth.login()
17
# log out with auth.logout()
0 commit comments