Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-06-11 15:48:28 +00:00
parent de8c28e5ba
commit 5b76532d3f
4 changed files with 10 additions and 9 deletions

View File

@@ -117,7 +117,8 @@ While not recommended, support for the <code>code_challenge_method=plain</code>
<pre><code class="lang-csharp">services.AddOpenIddict()
.AddServer(options =&gt;
{
options.Configure(options =&gt; options.CodeChallengeMethods.Add(CodeChallengeMethods.Plain));
options.Configure(options =&gt; options.CodeChallengeMethods.Add(
CodeChallengeMethods.Plain));
});
</code></pre></article>
</div>