summaryrefslogtreecommitdiff
path: root/src/include/taler_merchant_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-11-20 23:52:53 +0100
committerChristian Grothoff <christian@grothoff.org>2021-11-20 23:52:53 +0100
commit4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77 (patch)
treed58c6e46e4bbba661778ed49ef66f133d3c38fa0 /src/include/taler_merchant_service.h
parentc7acb447868cd319e27cb5c22dd7efe491e407ac (diff)
downloadmerchant-4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77.tar.gz
merchant-4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77.tar.bz2
merchant-4c5614c0b0a0b9d4cb5feb6057bbcda142e62b77.zip
-do not escape inside API, expect client to do it
Diffstat (limited to 'src/include/taler_merchant_service.h')
-rw-r--r--src/include/taler_merchant_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_merchant_service.h b/src/include/taler_merchant_service.h
index fc297219..58148896 100644
--- a/src/include/taler_merchant_service.h
+++ b/src/include/taler_merchant_service.h
@@ -503,7 +503,7 @@ typedef void
* @param default_max_deposit_fee default maximum deposit fee merchant is willing to pay
* @param default_wire_transfer_delay default wire transfer delay merchant will ask for
* @param default_pay_delay default validity period for offers merchant makes
- * @param auth_token authentication token to use for access control, NULL for external auth
+ * @param auth_token authentication token to use for access control, NULL for external auth; MUST follow RFC 8959
* @param cb function to call with the
* backend's instances information
* @param cb_cls closure for @a config_cb
@@ -638,7 +638,7 @@ typedef void
* @param instance_id identity of the instance to patch the authentication for; NULL
* if the instance is identified as part of the @a backend_url
* @param auth_token authorization token needed to access the instance, can be NULL
- * to switch to no (or external) authentication
+ * to switch to no (or external) authentication; MUST follow RFC 8959
* @param cb function to call with the backend's response
* @param cb_cls closure for @a config_cb
* @return the instances handle; NULL upon error