类
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 )
- 暂无描述。