Authentication Method
- Last Updated: August 22, 2023
- 1 minute read
- DataDirect Connectors
- ODBC
- Google Bigquery 8.0
- Documentation
Attribute
AuthenticationMethod (AM)
Purpose
Determines which authentication method the driver uses when establishing a connection.
Valid Values
serviceaccount | oauth2.0
Behavior
If set to oauth2.0, 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.
Default
oauth2.0