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-19 15:44:36 +0200
commitb9f1599816d741ecedd0156d0204d872dacb5016 (patch)
treefae47128a6e9e8bbe73a1723a95c1bb97df67839 /doc
parenteefb9bcf1ad160ee736452ce630d7a6f30d6b9f9 (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