summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-12-05 11:33:50 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-05-11 00:32:18 +0200
commita348280660506a0d3c4de9f773c96c036e04e218 (patch)
tree1124ea3d1e9681c637b104669ecb007a86a7a49e /doc
parentc9f67dc9c47a343415a4a926b6d25ec99710258d (diff)
Implement the token endpoint
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 7762d97..cd39115 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -851,6 +851,24 @@
the page will be served in the english locale.
</p>
</info:deftp>
+ <info:deftp type="exception type" name="&amp;unsupported-grant-type" arguments="value">
+ <p>
+ The token request failed to indicate a
+ <info:var>value</info:var> for the grant type, or indicated an
+ unsupported grant type.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;no-authorization-code" arguments="">
+ <p>
+ The token request forgot to put an authorization code.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;no-refresh-token" arguments="">
+ <p>
+ The token request forgot to put a refresh token with the
+ request.
+ </p>
+ </info:deftp>
<h1 type="appendix">GNU Free Documentation License</h1>
<info:gfdl />