mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-23 17:53:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -196,7 +196,7 @@ Implementing a custom authorization controller is required to allow OpenIddict t
|
||||
Here'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)
|
||||
=> _applicationManager = applicationManager;
|
||||
|
||||
Reference in New Issue
Block a user