From b963f3c3f41a031518f9e37aeb35c1eaa5538778 Mon Sep 17 00:00:00 2001 From: Olov Danielson Date: Mon, 12 Oct 2009 11:39:46 +0000 Subject: [PATCH] added description of request and response for retrieving timestamp and session counter information from the validation server --- ykval-api.html | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/ykval-api.html b/ykval-api.html index d0c47b3..ce6f4de 100644 --- a/ykval-api.html +++ b/ykval-api.html @@ -94,6 +94,11 @@ with the following parameters (note that this request need not be signed): The OTP from the YubiKey. + + timestamp + string + No + Timestamp=1 requests timestamp and session counter information the response h @@ -108,7 +113,13 @@ An example request (broken into two lines for legibility):
 http://api.yubico.com/wsapi/verify?otp=vvvvvvcucrlcietctc\
 kflvnncdgckubflugerlnr&id=87 
-
+
+And if you require additional information on timestamp and session counters: +
+http://api.yubico.com/wsapi/verify?otp=vvvvvvcucrlcietctc\
+kflvnncdgckubflugerlnr&id=87×tamp=1 
+
+

@@ -146,6 +157,21 @@ The response has the following values: Additional information if the status is MISSING_PARAMETER. + + timestamp + string + YubiKey internal timestamp value when key was pressed + + + sessioncounter + string + YubiKey internal usage counter when key was pressed + + + sessionuse + string + YubiKey internal session usage counter when key was pressed +