mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-02-20 21:54:20 +01:00
Drop 'info' field.
This commit is contained in:
parent
b963f3c3f4
commit
572f47e5a2
@ -132,18 +132,20 @@ The response has the following values:
|
||||
|
||||
<table border=1 width="100%">
|
||||
<th>parameter</th><th>type</th><th>purpose</th>
|
||||
|
||||
<tr>
|
||||
<td><code>h</code></td>
|
||||
<td>string (base64)</td>
|
||||
|
||||
<td>Signature as <a href="#signatures">described above</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>t</code></td>
|
||||
<td>time stamp</td>
|
||||
<td>Timestamp in UTC.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>status</code></td>
|
||||
<td>string</td>
|
||||
@ -151,22 +153,18 @@ The response has the following values:
|
||||
in <a href="#verify_return_codes">return codes</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>info</code></td>
|
||||
<td>string</td>
|
||||
<td>Additional information if the status
|
||||
is <code>MISSING_PARAMETER</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>timestamp</code></td>
|
||||
<td>string</td>
|
||||
<td>YubiKey internal timestamp value when key was pressed</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>sessioncounter</code></td>
|
||||
<td>string</td>
|
||||
<td>YubiKey internal usage counter when key was pressed</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><code>sessionuse</code></td>
|
||||
<td>string</td>
|
||||
@ -205,7 +203,7 @@ response:
|
||||
|
||||
<tr>
|
||||
<td><code>MISSING_PARAMETER</code></td>
|
||||
<td>The request lacks parameter given by key <code>info</code>.</td>
|
||||
<td>The request lacks a parameter.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user