salesforce-python-sdk icon indicating copy to clipboard operation
salesforce-python-sdk copied to clipboard

Improve authentication

Open pitbulk opened this issue 9 years ago • 1 comments

  • Add is_authenticated method.
  • Be able to authenticate the API directly.

pitbulk avatar Jan 19 '16 19:01 pitbulk

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?

pitbulk avatar Jan 19 '16 19:01 pitbulk