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.texi9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index f8e4208..70df6d4 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -629,6 +629,15 @@ The authorization code has expired at @var{exp}, it is now
@var{current-time}.
@end deftp
+@deftp {exception type} &invalid-refresh-token @var{refresh-token}
+The @var{refresh-token} is unknown to the identity provider.
+@end deftp
+
+@deftp {exception type} &invalid-key-for-refresh-token @var{key} @var{jkt}
+The refresh token was issued for @var{jkt}, but it is used with
+@var{key}.
+@end deftp
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License