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

userIDPassword | oauth2.0

Behavior

If set to userIDPassword, the driver uses user ID/password authentication when establishing a connection.
If set to oauth2.0, the driver uses OAuth 2.0 authentication when establishing a connection.

Data Source Method

setAuthenticationMethod

Default

userIDPassword

Data Type

String

See Also

Configuring user ID/password authentication
Configuring OAuth 2.0 authentication