Virtual Method
ArrowFlightServerCustomAuthHandlerauthenticate
Declaration [src]
void
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 |
|
The data is owned by the caller of the function. | |
sender |
GAFlightServerAuthSender |
A |
|
The data is owned by the caller of the function. | |
reader |
GAFlightServerAuthReader |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |