类
ArrowFlightServerCustomAuthHandler
属性
从 GAFlightServerAuthHandler 继承的属性 (1)
信号
从 GObject 继承的信号 (1)
类结构
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
);
}
无可用描述。
类成员
parent_class: GAFlightServerAuthHandlerClass
- 无可用描述。
authenticate: void (* authenticate) ( GAFlightServerCustomAuthHandler* handler, GAFlightServerCallContext* context, GAFlightServerAuthSender* sender, GAFlightServerAuthReader* reader, GError** error )
- 无可用描述。
is_valid: GBytes* (* is_valid) ( GAFlightServerCustomAuthHandler* handler, GAFlightServerCallContext* context, GBytes* token, GError** error )
- 无可用描述。
虚方法
ArrowFlight.ServerCustomAuthHandlerClass.authenticate
在初始连接时验证客户端。 服务器可以随时发送和读取来自客户端的响应。
since: 12.0.0