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-06-05 16:17:13 +0200
commit1e7bd7402f87faf12c0a18b2b7fc9af32f0ca033 (patch)
treefc65d4a3bbd889834960c542a707cf7f2c17b11a /doc
parent08c42c3c5d7a1a15b6c8a0d8283158863fdf020b (diff)
Implement the token endpoint
Diffstat (limited to 'doc')
-rw-r--r--doc/webid-oidc.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index 423459d..a33da87 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -746,6 +746,19 @@ cannot be set. This exception is always continuable; if the handler
returns, then the page will be served in the english locale.
@end deftp
+@deftp {exception type} &unsupported-grant-type @var{value}
+The token request failed to indicate a @var{value} for the grant type,
+or indicated an unsupported grant type.
+@end deftp
+
+@deftp {exception type} &no-authorization-code
+The token request forgot to put an authorization code.
+@end deftp
+
+@deftp {exception type} &no-refresh-token
+The token request forgot to put a refresh token with the request.
+@end deftp
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License