Salesforce Certified Platform Developer II — Question 45
A developer has created a solution using the SOAP API for authenticating Communities users.
What is needed when issuing the login() Call? (Choose two.)
Answer options
- A. Organization Id
- B. Session Id
- C. Username and Password
- D. Security Token
Correct answer: C, D
Explanation
The correct answer is C and D because the login() Call requires both a Username and Password for user identification, along with a Security Token for added security. Options A and B are not necessary for this specific authentication process.