From e5ead880579cbac93353b72e96221c84206a7403 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 15 Nov 2021 20:00:45 +0100 Subject: complete oauth logic (in theory) --- src/exchange/taler-exchange-httpd.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (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 f66626b3d..d52ce1a0f 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -91,10 +91,15 @@ 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. */ -- cgit v1.2.3