We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d4558e commit 4162327Copy full SHA for 4162327
CheckmarxPythonSDK/CxOne/httpRequests.py
@@ -14,8 +14,6 @@ def get_data_from_config():
14
cert = config.get("cert")
15
token_req_data = {
16
"grant_type": "client_credentials",
17
- "username": config.get("username"),
18
- "password": config.get("password"),
19
"client_id": config.get("client_id"),
20
"client_secret": config.get("client_secret"),
21
}
0 commit comments