mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-08 18:34:44 +08:00
Update the documentation pages
This commit is contained in:
@@ -113,7 +113,7 @@ Note: this handler is not used when the OpenID Connect request is not initially
|
||||
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
|
||||
<h5 id="OpenIddict_Server_AspNetCore_OpenIddictServerAspNetCoreHandlers_EnablePassthroughMode_2_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class EnablePassthroughMode<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : OpenIddictValidationEvents.BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext></code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class EnablePassthroughMode<TContext, TFilter> : IOpenIddictServerHandler<TContext> where TContext : BaseRequestContext where TFilter : IOpenIddictServerHandlerFilter<TContext></code></pre>
|
||||
</div>
|
||||
<h5 class="typeParameters">Type Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -203,8 +203,8 @@ Note: this handler is not used when the OpenID Connect request is not initially
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user