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-18 16:52:27 +0200
commitd9b50e28132e803c7bbdf5eae590164308f2e00d (patch)
treea6f7c63af1cbe047929eacc76efd07b65aabc34e /doc
parent94dd29912cf969321870921c752a80c4e984b6aa (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