summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r--src/exchange/taler-exchange-httpd.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h
index f66626b3d..d52ce1a0f 100644
--- a/src/exchange/taler-exchange-httpd.h
+++ b/src/exchange/taler-exchange-httpd.h
@@ -91,11 +91,16 @@ struct TEH_KycOptions
{
/**
- * URL of tue OAuth2.0 endpoint for KYC checks.
+ * URL of the OAuth2.0 endpoint for KYC checks.
*/
char *url;
/**
+ * URL of the user info access endpoint.
+ */
+ char *info_url;
+
+ /**
* Our client ID for OAuth2.0.
*/
char *client_id;