From the docs: https://servicenow.github.io/PySNC/user/authentication.html#mtls-mutual-tls-authentication-certificate-based-authentication
For the above certificate based authentication, it seems that auth is a required parameter of the ServiceNowClient class:
But including auth would result in the following error:
What would be the correct way to handle Certificate Based Authentication?