summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-12-02 09:31:05 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-19 15:44:36 +0200
commitf5f7d4e8253481e59ad89f7ec993c7739a47c81c (patch)
treef7dad3ce3923aa9237d099f7e1747cd7deac6c87 /doc
parentdf646a0cc8f1fefd7204e08eb6754c5a85cd022a (diff)
Add the refresh token code
Diffstat (limited to 'doc')
-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