From 8c5807dc2ab6902d09db8d300676f1e6bc548820 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 5 Aug 2022 16:42:20 +0200 Subject: -doxygen --- src/include/taler_kyclogic_plugin.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/include/taler_kyclogic_plugin.h') diff --git a/src/include/taler_kyclogic_plugin.h b/src/include/taler_kyclogic_plugin.h index bcb132dbc..b5f8b83ca 100644 --- a/src/include/taler_kyclogic_plugin.h +++ b/src/include/taler_kyclogic_plugin.h @@ -274,14 +274,20 @@ struct TALER_KYCLOGIC_Plugin * * @param cls the @e cls of this struct with the plugin-specific state * @param pd provider configuration details + * @param url_path rest of the URL after `/kyc-webhook/` + * @param connection MHD connection object (for HTTP headers) * @param account_id which account to trigger process for + * @param provider_user_id user ID (or NULL) the proof is for + * @param provider_legitimization_id legitimization ID the proof is for * @param cb function to call with the result * @param cb_cls closure for @a cb * @return handle to cancel operation early - */ + */ struct TALER_KYCLOGIC_ProofHandle * (*proof)(void *cls, const struct TALER_KYCLOGIC_ProviderDetails *pd, + const char *url_path, + struct MHD_Connection *connection, const struct TALER_PaytoHashP *account_id, const char *provider_user_id, const char *provider_legitimization_id, -- cgit v1.2.3