mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-24 02:03:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -488,7 +488,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
|
||||
|
||||
|
||||
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_AddEventHandler_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddEventHandler*"></a>
|
||||
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_AddEventHandler__1_System_Action_OpenIddictServerHandlerDescriptor_Builder___0___" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddEventHandler``1(System.Action{OpenIddictServerHandlerDescriptor.Builder{``0}})">AddEventHandler<TContext>(Action<OpenIddictServerHandlerDescriptor.Builder<TContext>>)</h4>
|
||||
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_AddEventHandler__1_Action_OpenIddictServerHandlerDescriptor_Builder___0___" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddEventHandler``1(Action{OpenIddictServerHandlerDescriptor.Builder{``0}})">AddEventHandler<TContext>(Action<OpenIddictServerHandlerDescriptor.Builder<TContext>>)</h4>
|
||||
<div class="markdown level1 summary"><p>Registers an event handler using the specified configuration delegate.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -508,7 +508,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Action</span><<span class="xref">OpenIddictServerHandlerDescriptor.Builder</span><TContext>></td>
|
||||
<td><span class="xref">Action</span><<span class="xref">OpenIddictServerHandlerDescriptor.Builder</span><TContext>></td>
|
||||
<td><span class="parametername">configuration</span></td>
|
||||
<td><p>The configuration delegate.</p>
|
||||
</td>
|
||||
@@ -550,7 +550,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
|
||||
|
||||
|
||||
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Configure*"></a>
|
||||
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_System_Action_OpenIddictServerOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Configure(System.Action{OpenIddictServerOptions})">Configure(Action<OpenIddictServerOptions>)</h4>
|
||||
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_Action_OpenIddictServerOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Configure(Action{OpenIddictServerOptions})">Configure(Action<OpenIddictServerOptions>)</h4>
|
||||
<div class="markdown level1 summary"><p>Amends the default OpenIddict server configuration.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -569,7 +569,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Action</span><<span class="xref">OpenIddictServerOptions</span>></td>
|
||||
<td><span class="xref">Action</span><<span class="xref">OpenIddictServerOptions</span>></td>
|
||||
<td><span class="parametername">configuration</span></td>
|
||||
<td><p>The delegate used to configure the OpenIddict options.</p>
|
||||
</td>
|
||||
@@ -592,7 +592,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_System_Action_OpenIddictServerOptions___remarks">Remarks</h5>
|
||||
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_Action_OpenIddictServerOptions___remarks">Remarks</h5>
|
||||
<div class="markdown level1 remarks"><p>This extension can be safely called multiple times.</p>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user