demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 41 forks source link

make authentication with api-key to be chosen before username/password #109

Closed GuyAfik closed 1 year ago

GuyAfik commented 1 year ago

Status

Ready

Description

Make sure that if api key was provided, authentication will be done via it instead of username/password even if both of them were provided.

Must have