summaryrefslogtreecommitdiff
path: root/doc/webid-oidc.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/webid-oidc.texi')
-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