felixlindstrom / python-salesforce-api

Python Salesforce API wrapper made easy
MIT License
35 stars 15 forks source link

Unable to connect to an Account record #26

Open agustinleiraCDS opened 1 year ago

agustinleiraCDS commented 1 year ago

I need to switch a user account for an account record, but most login methods require a combination of username and a password, and I don't have any of those, the only things I have is the consumer key and the consumer secret, is there a way to login just with those attributes?