davidhcoe commented on code in PR #2655:
URL: https://github.com/apache/arrow-adbc/pull/2655#discussion_r2052896656


##########
csharp/src/Drivers/BigQuery/BigQueryParameters.cs:
##########
@@ -22,6 +22,8 @@ namespace Apache.Arrow.Adbc.Drivers.BigQuery
     /// </summary>
     public class BigQueryParameters
     {
+        public const string AccessToken = "adbc.bigquery.access_token";
+        public const string AudienceUri = "adbc.bigquery.audience_uri";

Review Comment:
   These could be used for any OAuth implementation but are only used for Entra 
right now. I updated the readme.



-- 
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