mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-09 02:44:44 +08:00
Update the documentation pages
This commit is contained in:
@@ -72,8 +72,9 @@
|
||||
|
||||
<h1 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateGrantTypePermissions" data-uid="OpenIddict.Server.OpenIddictServerHandlers.ValidateGrantTypePermissions" class="text-break">Class OpenIddictServerHandlers.ValidateGrantTypePermissions
|
||||
</h1>
|
||||
<div class="markdown level0 summary"><p>Contains the logic responsible of rejecting device requests made by unauthorized applications.
|
||||
Note: this handler is not used when the degraded mode is enabled or when grant type permissions are disabled.</p>
|
||||
<div class="markdown level0 summary"><p>Contains the logic responsible of rejecting token requests made by applications
|
||||
that haven't been granted the appropriate grant type permissions.
|
||||
Note: this handler is not used when the degraded mode is enabled.</p>
|
||||
</div>
|
||||
<div class="markdown level0 conceptual"></div>
|
||||
<div class="inheritance">
|
||||
@@ -83,9 +84,9 @@ Note: this handler is not used when the degraded mode is enabled or when grant t
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a><<span class="xref">ValidateTokenRequestContext</span>></div>
|
||||
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a><<span class="xref">ValidateDeviceRequestContext</span>></div>
|
||||
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a><<span class="xref">ValidateAuthorizationRequestContext</span>></div>
|
||||
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a><<span class="xref">ValidateTokenRequestContext</span>></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
@@ -115,7 +116,7 @@ Note: this handler is not used when the degraded mode is enabled or when grant t
|
||||
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
|
||||
<h5 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateGrantTypePermissions_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class ValidateGrantTypePermissions : IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateAuthorizationRequestContext>, IOpenIddictServerHandler<ValidateTokenRequestContext></code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class ValidateGrantTypePermissions : IOpenIddictServerHandler<ValidateTokenRequestContext>, IOpenIddictServerHandler<ValidateDeviceRequestContext>, IOpenIddictServerHandler<ValidateAuthorizationRequestContext></code></pre>
|
||||
</div>
|
||||
<h3 id="constructors">Constructors
|
||||
</h3>
|
||||
|
||||
Reference in New Issue
Block a user