aboutsummaryrefslogtreecommitdiff
path: root/core/api-challenger.rst
diff options
context:
space:
mode:
Diffstat (limited to 'core/api-challenger.rst')
-rw-r--r--core/api-challenger.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/api-challenger.rst b/core/api-challenger.rst
index 747f3e6b..009d2f3e 100644
--- a/core/api-challenger.rst
+++ b/core/api-challenger.rst
@@ -200,7 +200,7 @@ Auth
The credentials of the client are invalid.
:http:statuscode:`404 Not found`:
The service is unaware of a matching login process.
-
+
**Details::**
.. ts:def:: ChallengerAuthResponse
@@ -214,6 +214,7 @@ Auth
// Amount of time that an access token is valid (in seconds).
expires_in: Number;
+
}
@@ -253,4 +254,5 @@ Info
// How long do we consider the address to be
// valid for this user.
expires: Timestamp;
+
}