Advertisement
Guest User

Untitled

a guest
Jun 17th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # python
  2. username = "you@org"
  3. password = "correct horse battery staple"
  4. security_token = "randomlettersandnumb3rs"
  5. org_id = "00D-restoforgid"
  6. session_id, sf_instance = SalesforceLogin(username=username, password=password, security_token=security_token, org_id=org_id)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement