mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-23 04:23:33 +08:00
Update the documentation pages
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
</div>
|
||||
<div classs="implements">
|
||||
<h5>Implements</h5>
|
||||
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a><<a class="xref" href="OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext.html">OpenIddictValidationEvents.ProcessAuthenticationContext</a>></div>
|
||||
<div><a class="xref" href="OpenIddict.Server.IOpenIddictServerHandler-1.html">IOpenIddictServerHandler</a><<span class="xref">ProcessAuthenticationContext</span>></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
@@ -112,7 +112,7 @@
|
||||
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
|
||||
<h5 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_syntax">Syntax</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public class ValidateExpirationDate : IOpenIddictServerHandler<OpenIddictValidationEvents.ProcessAuthenticationContext></code></pre>
|
||||
<pre><code class="lang-csharp hljs">public class ValidateExpirationDate : IOpenIddictServerHandler<ProcessAuthenticationContext></code></pre>
|
||||
</div>
|
||||
<h3 id="properties">Properties
|
||||
</h3>
|
||||
@@ -147,13 +147,13 @@
|
||||
|
||||
|
||||
<a id="OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_HandleAsync_" data-uid="OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync*"></a>
|
||||
<h4 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_HandleAsync_OpenIddict_Validation_OpenIddictValidationEvents_ProcessAuthenticationContext_" data-uid="OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext)">HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext)</h4>
|
||||
<h4 id="OpenIddict_Server_OpenIddictServerHandlers_ValidateExpirationDate_HandleAsync_ProcessAuthenticationContext_" data-uid="OpenIddict.Server.OpenIddictServerHandlers.ValidateExpirationDate.HandleAsync(ProcessAuthenticationContext)">HandleAsync(ProcessAuthenticationContext)</h4>
|
||||
<div class="markdown level1 summary"><p>Processes the event.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public ValueTask HandleAsync(OpenIddictValidationEvents.ProcessAuthenticationContext context)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public ValueTask HandleAsync(ProcessAuthenticationContext context)</code></pre>
|
||||
</div>
|
||||
<h5 class="parameters">Parameters</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -166,7 +166,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><a class="xref" href="OpenIddict.Validation.OpenIddictValidationEvents.ProcessAuthenticationContext.html">OpenIddictValidationEvents.ProcessAuthenticationContext</a></td>
|
||||
<td><span class="xref">ProcessAuthenticationContext</span></td>
|
||||
<td><span class="parametername">context</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
@@ -182,8 +182,8 @@
|
||||
</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