The driver supports the following authentication methods:
  • Basic Authentication authenticates using the specified user IDs, passwords, and HTTP headers.
  • URL Parameter Authentication authenticates by passing security tokens using URLs. In some scenarios, the REST services may also authenticate the user ID.
  • OAuth 2.0 Authentication authenticates using OAuth 2.0 authentication flows.

By default, the driver is configured to use basic authentication (AuthenticationMethod=Basic).