summaryrefslogtreecommitdiff
path: root/doc/webid-oidc.texi
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2020-11-27 19:28:50 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-06-05 16:10:10 +0200
commit7e125cc85c79e0854ca300dec6f819598e3fc6b0 (patch)
tree95975158f3f0aaab4d0f4b06be4ed6b973adfe8f /doc/webid-oidc.texi
parent7f89251db6ef11f4becd59d528ce9ab3e1180504 (diff)
Add a base64 encoder and decoder
Diffstat (limited to 'doc/webid-oidc.texi')
-rw-r--r--doc/webid-oidc.texi15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/webid-oidc.texi b/doc/webid-oidc.texi
index 81d408a..d63fc09 100644
--- a/doc/webid-oidc.texi
+++ b/doc/webid-oidc.texi
@@ -121,6 +121,21 @@ Return a string explaining the @var{error}. You can limit the
@var{depth} of the explanation as an integer.
@end deffn
+@menu
+* Invalid data format::
+@end menu
+
+@node Invalid data format
+@section Invalid data format
+There are a few JSON objects with required fields. This exceptions
+usually occur as the cause of a higher-level exception.
+
+@deftp {exception type} &not-base64 @var{value} @var{cause}
+This exception is raised when the base64 decoding function
+failed. @var{value} is the incorrect input, and @var{cause} is a
+low-level error.
+@end deftp
+
@node GNU Free Documentation License
@appendix GNU Free Documentation License