Purpose

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

OAuth 2.0 is currently the only supported authentication method. Therefore, a value for this property does not need to be specified. However, it does appear on the Connection tab of the Configuration Manager.

Valid Values

OAuth2

Behavior

If set to OAuth2, the driver uses OAuth 2.0 to authenticate to Google Analytics endpoints. See "OAuth 2.0 authentication" for details.

Data Source Methods

public String getAuthenticationMethod()

public void setAuthenticationMethod(String)

Default Value

OAuth2

Data Type

String