ServerCustomAuthHandler.authenticate
void authenticate(arrowflight.server_call_context.ServerCallContext context, arrowflight.server_auth_sender.ServerAuthSender sender, arrowflight.server_auth_reader.ServerAuthReader reader)Authenticates the client on initial connection. The server can send and read responses from the client at any time.
Parameters
context | A #GAFlightServerCallContext. |
sender | A #GAFlightServerAuthSender. |
reader | A #GAFlightServerAuthReader. |
Throws
[ErrorWrap]