skip to main content
Connection property descriptions : AuthenticationMethod
  

Try DataDirect Drivers Now

AuthenticationMethod

Purpose

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

Valid values

oauth2 | serviceaccount

Behavior

If set to oauth2, the driver uses OAuth 2.0 authentication when establishing a connection.
If set to serviceaccount, the driver uses service account authentication when establishing a connection.

Data Source Method

setAuthenticationMethod

Default

oauth2

Data Type

String

See Also

Configuring OAuth 2.0 authentication
Configuring service account authentication