gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: allow strings to be used in TOTP pro


From: gnunet
Subject: [taler-docs] branch master updated: allow strings to be used in TOTP protocol specs; bump protocol to v7
Date: Thu, 01 Feb 2024 23:21:34 +0100

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 794201a4 allow strings to be used in TOTP protocol specs; bump 
protocol to v7
794201a4 is described below

commit 794201a4f098e778cb9dd48ac6e3bc5d17844d0d
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Feb 1 23:20:42 2024 +0100

    allow strings to be used in TOTP protocol specs; bump protocol to v7
---
 core/api-merchant.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index c6e4535b..3bce5414 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3145,10 +3145,11 @@ to validate that a customer made a payment.
       otp_key: string;
 
       // Algorithm for computing the POS confirmation.
-      // 0: No algorithm (no pos confirmation will be generated)
-      // 1: Without amounts (typical OTP device)
-      // 2: With amounts (special-purpose OTP device)
-      otp_algorithm: Integer;
+      // "NONE" or 0: No algorithm (no pos confirmation will be generated)
+      // "TOTP_WITHOUT_PRICE" or 1: Without amounts (typical OTP device)
+      // "TOTP_WITH_PRICE" or 2: With amounts (special-purpose OTP device)
+      // The "String" variants are supported @since protocol v7.
+      otp_algorithm: Integer | String;
 
       // Counter for counter-based OTP devices.
       otp_ctr?: Integer;

-- 
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]