diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-04-16 17:51:27 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-04-16 17:51:27 +0200 |
commit | b496b8fed5bcef74e79bad7351cab98aae6a7dd7 (patch) | |
tree | f2e3139723a02a8f26b1d301dae326f75f36b764 /src/exchange/taler-exchange-httpd.h | |
parent | fc1383ebd1cf2c57069422dc8a26d09f48869e10 (diff) |
add more flexibility to endpoint naming for KYC
Diffstat (limited to 'src/exchange/taler-exchange-httpd.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd.h b/src/exchange/taler-exchange-httpd.h index ffbce0e9..deb5b3e0 100644 --- a/src/exchange/taler-exchange-httpd.h +++ b/src/exchange/taler-exchange-httpd.h @@ -93,8 +93,14 @@ struct TEH_KycOptions /** * URL of the OAuth2.0 endpoint for KYC checks. + * (token/auth) */ - char *url; + char *auth_url; + + /** + * URL of the OAuth2.0 endpoint for KYC checks. + */ + char *login_url; /** * URL of the user info access endpoint. |