GNUnet 0.21.1
openid_plugin.h
Go to the documentation of this file.
15 struct GNUNET_REST_RequestHandle *conndata_handle,
17 void *proc_cls);
18
25void*
27
28
35void
struct TestcasePlugin * plugin
The process handle to the testbed service.
GNUnet service REST plugin header.
GNUNET_GenericReturnValue
Named constants for return values.
void(* GNUNET_REST_ResultProcessor)(void *cls, struct MHD_Response *resp, int status)
Iterator called on obtained result for a REST result.
enum GNUNET_GenericReturnValue REST_openid_process_request(void *plugin, struct GNUNET_REST_RequestHandle *conndata_handle, GNUNET_REST_ResultProcessor proc, void *proc_cls)
Function processing the REST call.
void REST_openid_done(struct GNUNET_REST_Plugin *api)
Exit point from the plugin.
void * REST_openid_init(const struct GNUNET_CONFIGURATION_Handle *c)
Entry point for the plugin.
struct returned by the initialization function of the plugin