gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 104/130: implement OAuth 2.0 service


From: gnunet
Subject: [taler-exchange] 104/130: implement OAuth 2.0 service
Date: Wed, 17 Nov 2021 12:25:52 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 398ef9d971019cb2cce28b5936f491bc0738b046
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Nov 7 23:46:23 2021 +0100

    implement OAuth 2.0 service
---
 src/include/taler_testing_lib.h     | 12 ++++++++++++
 src/testing/testing_api_cmd_oauth.c |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/src/include/taler_testing_lib.h b/src/include/taler_testing_lib.h
index 05ace639..1f678b43 100644
--- a/src/include/taler_testing_lib.h
+++ b/src/include/taler_testing_lib.h
@@ -2243,6 +2243,18 @@ TALER_TESTING_cmd_proof_kyc (const char *label,
                              unsigned int expected_response_code);
 
 
+/**
+ * Starts a fake OAuth 2.0 service on @a port for testing
+ * KYC processes.
+ *
+ * @param label command label
+ * @param port the TCP port to listen on
+ */
+struct TALER_TESTING_Command
+TALER_TESTING_cmd_oauth (const char *label,
+                         uint16_t port);
+
+
 /* *** Generic trait logic for implementing traits ********* */
 
 
diff --git a/src/testing/testing_api_cmd_oauth.c 
b/src/testing/testing_api_cmd_oauth.c
index d30bff97..6cfad32b 100644
--- a/src/testing/testing_api_cmd_oauth.c
+++ b/src/testing/testing_api_cmd_oauth.c
@@ -245,4 +245,4 @@ TALER_TESTING_cmd_oauth (const char *label,
 }
 
 
-/* end of testing_api_cmd_kyc_proof.c */
+/* end of testing_api_cmd_oauth.c */

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]