yu-iskw commented on code in PR #3174:
URL: https://github.com/apache/arrow-adbc/pull/3174#discussion_r2220687311


##########
go/adbc/driver/bigquery/driver.go:
##########
@@ -77,6 +77,49 @@ const (
 
        AccessTokenEndpoint   = "https://accounts.google.com/o/oauth2/token";
        AccessTokenServerName = "google.com"
+
+       // UseAppDefaultCredentials instructs the driver to authenticate using
+       // Application Default Credentials (ADC).
+       OptionValueAuthTypeAppDefaultCredentials = "app_default_credentials"
+)
+
+// option that can be passed to the NewClient method.
+const (
+       // WithAccessToken instructs the driver to authenticate using the given
+       // access token.
+       WithAccessToken = "adbc.google.bigquery.auth.access_token"

Review Comment:
   I want to address the auth type in another PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to