Method

ArrowFlightServerCustomAuthHandlerauthenticate

Declaration [src]

void
gaflight_server_custom_auth_handler_authenticate (
  GAFlightServerCustomAuthHandler* handler,
  GAFlightServerCallContext* context,
  GAFlightServerAuthSender* sender,
  GAFlightServerAuthReader* reader,
  GError** error
)

Description [src]

Authenticates the client on initial connection. The server can send and read responses from the client at any time.

Available since:12.0.0

Parameters

context GAFlightServerCallContext
 

A GAFlightServerCallContext.

 The data is owned by the caller of the function.
sender GAFlightServerAuthSender
 

A GAFlightServerAuthSender.

 The data is owned by the caller of the function.
reader GAFlightServerAuthReader
 

A GAFlightServerAuthReader.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.