Skip to content

Commit

Permalink
Client-ATS protocol cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Ulf Bjorkengren <[email protected]>
  • Loading branch information
Ulf Bjorkengren committed Jan 5, 2024
1 parent f9111d0 commit 4655030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/VISSv2_Core.html
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ <h2>Inquiry Access Token Request</h2>
This request can be issued by the client after a session handle has been received in a response to an initial access token request.<br>
The request shall contain at least the parameter below:
<ul>
<li><a>Session handle</a>: The handle logically links the request to a previously issued initial access token request.</li>
<li>Session handle: The handle logically links the request to a previously issued initial access token request.</li>
</ul>
</p>
</section>
Expand Down Expand Up @@ -1141,7 +1141,7 @@ <h2>Access Token Response To Initial Access Token Request</h2>
<h2>Access Token Response To Inquiry Access Token Request</h2>
<p>
There are three different responses possible to an inquiry access token request.<br>
In the case that there is still no consent reply availablefrom the ECF, the response is identical to the response to the initial access token response, see above.<b>
In the case that there is still no consent reply availablefrom the ECF, the response is identical to the response to the initial access token response, see above.<br>
In the case that there is a negative consent reply from the ECF, the response shall contain the parameter:
<ul>
<li>Consent status: The consent reply was negative, so consent status is set to NO.</li>
Expand Down

0 comments on commit 4655030

Please sign in to comment.