Purpose

Determines which authentication method the driver uses during the course of a session.

Valid Values

OAuth2 | NTLM

Behavior

If set to OAuth2, the driver uses OAuth 2.0 to authenticate with the service.

If set to NTLM, the driver uses NLTM to authenticate with the service.

Data Source Methods

public String getAuthenticationMethod()

public void setAuthenticationMethod(String)

Default Value

OAuth2

Data Type

String