Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Toft Bay <[email protected]>
  • Loading branch information
Lassejoe and mt-clearhaus authored Oct 9, 2024
1 parent 101b5c7 commit e9f4338
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/decoupled_authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ determines the TTL in minutes.

The requestor shall use the `threeDSServerTransID` to retrieve the authentication value
by making a request towards the `/postauth` endpoint.
Once we receive the authentication value from the ACS, we will only store the authentication value for 20 minutes.
We suggest that the requestor should poll the `/postauth` endpoint at least every 20 minutes.
If the requestor does not poll the `/postauth` endpoint within the TTL, the authentication value will be deleted.
Once we receive the authentication value from the ACS, we will only store it for 20 minutes.
We therefore suggest that the requestor should poll the `/postauth` endpoint at least every 20 minutes.
The authentication value is deleted when the TTL has passed.

If the 3-D secure server has not received the RReq message the following response will be returned:
If the 3-D Secure Server has not received the RReq message the following response will be returned:

.. code-block:: json
:linenos:
Expand Down

0 comments on commit e9f4338

Please sign in to comment.