summaryrefslogtreecommitdiff
path: root/doc/manual.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.html')
-rw-r--r--doc/manual.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/manual.html b/doc/manual.html
index 9113366..253e73f 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -513,6 +513,12 @@
The <info:var>value</info:var> of the client-id field is incorrect.
</p>
</info:deftp>
+ <info:deftp type="exception type" name="&amp;incorrect-redirect-uris-field" arguments="value">
+ <p>
+ The <info:var>value</info:var> of the redirect-uris field of a
+ client manifest is incorrect.
+ </p>
+ </info:deftp>
<info:deftp type="exception type" name="&amp;incorrect-typ-field" arguments="value">
<p>
The <info:var>value</info:var> of the typ field in the DPoP proof
@@ -653,6 +659,40 @@
<info:var>uri</info:var>.
</p>
</info:deftp>
+ <info:deftp type="exception type" name="&amp;not-a-client-manifest" arguments="value cause">
+ <p>
+ The <info:var>client-manifest</info:var> is incorrect.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;unauthorized-redirection-uri" arguments="manifest uri">
+ <p>
+ The authorization <info:var>uri</info:var> is not advertised
+ in <info:var>manifest</info:var>.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;cannot-serve-public-manifest" arguments="">
+ <p>
+ You cannot serve the public client manifest.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;no-client-manifest-registration" arguments="id">
+ <p>
+ The <info:var>id</info:var> client manifest does not have a
+ registration triple in its document.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;inconsistent-client-manifest-id" arguments="id advertised-id">
+ <p>
+ The client <info:var>manifest</info:var> is being fetched at
+ <info:var>id</info:var>, but it is valid for another client
+ <info:var>advertised-id</info:var>.
+ </p>
+ </info:deftp>
+ <info:deftp type="exception type" name="&amp;cannot-fetch-client-manifest" arguments="id cause">
+ <p>
+ Could not fetch a client manifest at <info:var>id</info:var>.
+ </p>
+ </info:deftp>
<h1 type="appendix">GNU Free Documentation License</h1>
<info:gfdl />