AuthenticationMethod
- Last Updated: August 7, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Microsoft Sharepoint 6.0
- Documentation
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, AuthenticationMethod does not need to be specified. However, it does appear on the Configuration Manager's Connection tab.
Valid Values
OAuth2
Data Source Methods
public String getAuthenticationMethod()
public void setAuthenticationMethod(String)
Default Value
OAuth2
Data Type
String