Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-01-24 08:39:56 +00:00
parent 6733771c00
commit c637afeebf
469 changed files with 4841 additions and 4835 deletions

View File

@@ -72,8 +72,9 @@
<h1 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateScopePermissions" data-uid="OpenIddict.Server.OpenIddictServerHandlers.ValidateScopePermissions" class="text-break">Class OpenIddictServerHandlers.ValidateScopePermissions
</h1>
<div class="markdown level0 summary"><p>Contains the logic responsible of rejecting authorization requests made by unauthorized applications.
Note: this handler is not used when the degraded mode is enabled or when scope permissions are disabled.</p>
<div class="markdown level0 summary"><p>Contains the logic responsible of rejecting device requests made by applications
that haven&apos;t been granted the appropriate grant type permission.
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 scope p
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a>&lt;<span class="xref">ValidateDeviceRequestContext</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><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a>&lt;<span class="xref">ValidateDeviceRequestContext</span>&gt;</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 scope p
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
<h5 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateScopePermissions_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class ValidateScopePermissions : IOpenIddictServerHandler&lt;ValidateAuthorizationRequestContext&gt;, IOpenIddictServerHandler&lt;ValidateTokenRequestContext&gt;, IOpenIddictServerHandler&lt;ValidateDeviceRequestContext&gt;</code></pre>
<pre><code class="lang-csharp hljs">public class ValidateScopePermissions : IOpenIddictServerHandler&lt;ValidateDeviceRequestContext&gt;, IOpenIddictServerHandler&lt;ValidateAuthorizationRequestContext&gt;, IOpenIddictServerHandler&lt;ValidateTokenRequestContext&gt;</code></pre>
</div>
<h3 id="constructors">Constructors
</h3>
@@ -350,8 +351,8 @@ Note: this handler is not used when the degraded mode is enabled or when scope p
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -394,8 +395,8 @@ Note: this handler is not used when the degraded mode is enabled or when scope p
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -438,8 +439,8 @@ Note: this handler is not used when the degraded mode is enabled or when scope p
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>