gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-anastasis] 04/05: Added some states to the get reque


From: gnunet
Subject: [GNUnet-SVN] [taler-anastasis] 04/05: Added some states to the get request
Date: Thu, 29 Aug 2019 23:07:15 +0200

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

dennis-neufeld pushed a commit to branch master
in repository anastasis.

commit 1e318bfc4143135cfe1ed64a4951d577695bce24
Author: Dennis Neufeld <address@hidden>
AuthorDate: Wed Aug 28 20:26:29 2019 +0200

    Added some states to the get request
---
 src/api/api-anastasis.rst | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/src/api/api-anastasis.rst b/src/api/api-anastasis.rst
index e43682f..c58871f 100644
--- a/src/api/api-anastasis.rst
+++ b/src/api/api-anastasis.rst
@@ -79,11 +79,21 @@ EdDSA public key.
   Get the customer's policy and encrypted master key share data.  The
   response must begin with an ephemeral ECDHE public key and continue
   with an AES-GCM encrypted payload and tag containing the escrow
-  policy and the encrypted master public key. 
+  policy, the encrypted master public key and the encrypted key-share. 
 
   :status 200 OK:
     The escrow provider responds with an `EncryptedRecoveryDocument`_ object. 
This request should
     virtually always be successful, if the account exists.
+  :status 302 Found:
+    The Provider redirects for authentication (i.e. video 
identification/WebRTC).
+  :status 303 See Other:
+    The escrow provider responds with an EscrowChallenge_ object.
+  :status 304 Not Modified:
+    Empty body, the escrow provider will respond out-of-band (i.e. SMS).
+  :status 402 Payment Required:
+    Payment Reequired.
+  :status 404 Not Found:
+    The requested Ressource was not found.
 
   X-Anastasis-Version: $NUMBER --- return actual version number in header;
   (if not specified in request, return latest).

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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