Class
ArrowFlightServerCustomAuthHandler
Instance methods
gaflight_server_custom_auth_handler_authenticate
Authenticates the client on initial connection. The server can send and read responses from the client at any time.
since: 12.0.0
Properties
Properties inherited from GAFlightServerAuthHandler (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct ArrowFlightServerCustomAuthHandlerClass {
GAFlightServerAuthHandlerClass parent_class;
void (* authenticate) (
GAFlightServerCustomAuthHandler* handler,
GAFlightServerCallContext* context,
GAFlightServerAuthSender* sender,
GAFlightServerAuthReader* reader,
GError** error
);
GBytes* (* is_valid) (
GAFlightServerCustomAuthHandler* handler,
GAFlightServerCallContext* context,
GBytes* token,
GError** error
);
}
No description available.
Class members
parent_class: GAFlightServerAuthHandlerClass
- No description available.
authenticate: void (* authenticate) ( GAFlightServerCustomAuthHandler* handler, GAFlightServerCallContext* context, GAFlightServerAuthSender* sender, GAFlightServerAuthReader* reader, GError** error )
- No description available.
is_valid: GBytes* (* is_valid) ( GAFlightServerCustomAuthHandler* handler, GAFlightServerCallContext* context, GBytes* token, GError** error )
- No description available.
Virtual methods
ArrowFlight.ServerCustomAuthHandlerClass.authenticate
Authenticates the client on initial connection. The server can send and read responses from the client at any time.
since: 12.0.0