From 778a402d07706462818e9c9d01520fd3d8d238d8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 19 Oct 2021 21:02:04 +0200 Subject: -implement more of the KYC handlers --- src/exchange/taler-exchange-httpd.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/exchange/taler-exchange-httpd.h') diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index 3f934dbd5..f66626b3d 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -105,6 +105,12 @@ struct TEH_KycOptions */ char *client_secret; + /** + * Where to redirect clients after the + * Web-based KYC process is done? + */ + char *post_kyc_redirect_url; + } oauth2; } details; @@ -162,11 +168,20 @@ extern struct TALER_EXCHANGEDB_Plugin *TEH_plugin; */ extern char *TEH_currency; +/** + * Our (externally visible) base URL. + */ +extern char *TEH_base_url; + /** * Are we shutting down? */ extern volatile bool MHD_terminating; +/** + * Context for all CURL operations (useful to the event loop) + */ +extern struct GNUNET_CURL_Context *TEH_curl_ctx; /** * @brief Struct describing an URL and the handler for it. -- cgit v1.2.3