Open
Description
Describe the usage question you have. Please include as many useful details as possible.
In the C# package is there a mechanism available for authenticating similar to the client.authenticate(ClientAuthHandler)
that is available in pyarrow? I am able to perform a handshake in the C# package with client.Handshake()
and see that the authentication mechanism successfully fires on the server but I'm unsure of how to attach authentication metadata to GetInfo
or GetStream
calls.
Any help would be much appreciated, thanks.
Component(s)
C#