salesforce-python-sdk
salesforce-python-sdk copied to clipboard
Improve authentication
- Add is_authenticated method.
- Be able to authenticate the API directly.
I need the ability of authenticate the api directly with a access_token that I retrieved previously.
I have a tool that after successful authentication, stores the access_token in database in order to allow the user to retrieve the access_token later and keep executing commands on salesforce until the access_token is revoked.
@htarevern , do you think is ok to be merged?