Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-02-12 17:16:04 +00:00
parent deaec5fbf0
commit aa09108666
133 changed files with 2017 additions and 1816 deletions

View File

@@ -72,7 +72,7 @@
<h1 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateProofKeyForCodeExchangeRequirement" data-uid="OpenIddict.Server.OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement" class="text-break">Class OpenIddictServerHandlers.ValidateProofKeyForCodeExchangeRequirement
</h1>
<div class="markdown level0 summary"><p>Contains the logic responsible of rejecting token requests made by
<div class="markdown level0 summary"><p>Contains the logic responsible of rejecting authorization requests made by
applications for which proof key for code exchange (PKCE) was enforced.
Note: this handler is not used when the degraded mode is enabled.</p>
</div>
@@ -84,8 +84,8 @@ Note: this handler is not used when the degraded mode is enabled.</p>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a>&lt;<span class="xref">ValidateTokenRequestContext</span>&gt;</div>
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a>&lt;<span class="xref">ValidateAuthorizationRequestContext</span>&gt;</div>
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a>&lt;<span class="xref">ValidateTokenRequestContext</span>&gt;</div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
@@ -115,7 +115,7 @@ Note: this handler is not used when the degraded mode is enabled.</p>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateProofKeyForCodeExchangeRequirement_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ValidateProofKeyForCodeExchangeRequirement : IOpenIddictServerHandler&lt;ValidateTokenRequestContext&gt;, IOpenIddictServerHandler&lt;ValidateAuthorizationRequestContext&gt;</code></pre>
<pre><code class="lang-csharp hljs">public class ValidateProofKeyForCodeExchangeRequirement : IOpenIddictServerHandler&lt;ValidateAuthorizationRequestContext&gt;, IOpenIddictServerHandler&lt;ValidateTokenRequestContext&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>