Skip to content

Commit 4162327

Browse files
committed
[REMOVE] username password for request token
1 parent 3d4558e commit 4162327

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CheckmarxPythonSDK/CxOne/httpRequests.py

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ def get_data_from_config():
1414
cert = config.get("cert")
1515
token_req_data = {
1616
"grant_type": "client_credentials",
17-
"username": config.get("username"),
18-
"password": config.get("password"),
1917
"client_id": config.get("client_id"),
2018
"client_secret": config.get("client_secret"),
2119
}

0 commit comments

Comments
 (0)