ClientSecret
- Last Updated: January 13, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Google BigQuery 6.0
- Documentation
Purpose
Specifies the consumer secret for your application. The driver uses this value
when authenticating to a Google BigQuery instance using OAuth 2.0 (AuthenticationMethod=oauth2).
See "Generating access token and refresh token" to know how to obtain the client secret for your application.
Valid Values
string
where:
- string
- is the consumer secret for your aplication.
Data Source Method
setClientSecret
Default
None
Data Type
String
See also
Configuring OAuth 2.0 authentication