Purpose

Determines which authentication mechanism the driver uses when establishing a connection.

Valid Values

Basic | BearerToken

Behavior

If set to Basic, the driver uses a hashed value, based on the concatenation of the user name and password, for authentication.

If set to BearerToken, the driver uses an API Token (configured as BearerToken) for authentication.

Data Source Methods

public String getAuthenticationMethod()

public void setAuthenticationMethod(String)

Default Value

Basic

Data Type

String