Authentication
Authentication ensures that only the authorized users are allowed to connect to a Salesforce instance.
The Salesforce driver supports the following methods of authentication:
User ID/password authentication authenticates the user to a Salesforce instance using the user ID and password specified by the application.
OAuth 2.0 authentication allows the user to authenticate to a Salesforce instance without having to specify user ID and password.
In this section: