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

@@ -196,7 +196,7 @@ Implementing a custom authorization controller is required to allow OpenIddict t
Here&#39;s an example for the client credentials grant:</p>
<pre><code class="lang-csharp">public class AuthorizationController : Controller
{
private readonly IOpenIddictApplicationManager_applicationManager;
private readonly IOpenIddictApplicationManager _applicationManager;
public AuthorizationController(IOpenIddictApplicationManager applicationManager)
=&gt; _applicationManager = applicationManager;