GAFlightServerCustomAuthHandlerClass

Members

Variables

authenticate
void function(GAFlightServerCustomAuthHandler* handler, GAFlightServerCallContext* context, GAFlightServerAuthSender* sender, GAFlightServerAuthReader* reader, GError** _err) authenticate;

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

isValid
GBytes* function(GAFlightServerCustomAuthHandler* handler, GAFlightServerCallContext* context, GBytes* token, GError** _err) isValid;

Validates a per-call client token.

parentClass
GAFlightServerAuthHandlerClass parentClass;