Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-05-10 19:05:13 +00:00
parent 9fca082610
commit 462a0dcb40
560 changed files with 2485 additions and 113985 deletions

View File

@@ -141,34 +141,6 @@
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Services_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Services*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Services" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Services">Services</h4>
<div class="markdown level1 summary"><p>Gets the services collection.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IServiceCollection Services { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IServiceCollection</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
@@ -488,7 +460,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_Action_OpenIddictServerHandlerDescriptor_Builder___0___" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.AddEventHandler``1(Action{OpenIddictServerHandlerDescriptor.Builder{``0}})">AddEventHandler&lt;TContext&gt;(Action&lt;OpenIddictServerHandlerDescriptor.Builder&lt;TContext&gt;&gt;)</h4>
<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&lt;TContext&gt;(Action&lt;OpenIddictServerHandlerDescriptor.Builder&lt;TContext&gt;&gt;)</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 +480,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
</thead>
<tbody>
<tr>
<td><span class="xref">Action</span>&lt;<span class="xref">OpenIddictServerHandlerDescriptor.Builder</span>&lt;TContext&gt;&gt;</td>
<td><span class="xref">System.Action</span>&lt;<span class="xref">OpenIddictServerHandlerDescriptor.Builder</span>&lt;TContext&gt;&gt;</td>
<td><span class="parametername">configuration</span></td>
<td><p>The configuration delegate.</p>
</td>
@@ -550,7 +522,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_Action_OpenIddictServerOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Configure(Action{OpenIddictServerOptions})">Configure(Action&lt;OpenIddictServerOptions&gt;)</h4>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_System_Action_OpenIddictServerOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder.Configure(System.Action{OpenIddictServerOptions})">Configure(Action&lt;OpenIddictServerOptions&gt;)</h4>
<div class="markdown level1 summary"><p>Amends the default OpenIddict server configuration.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -569,7 +541,7 @@ On production, using a X.509 certificate stored in the machine store is recommen
</thead>
<tbody>
<tr>
<td><span class="xref">Action</span>&lt;<span class="xref">OpenIddictServerOptions</span>&gt;</td>
<td><span class="xref">System.Action</span>&lt;<span class="xref">OpenIddictServerOptions</span>&gt;</td>
<td><span class="parametername">configuration</span></td>
<td><p>The delegate used to configure the OpenIddict options.</p>
</td>
@@ -592,7 +564,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_Action_OpenIddictServerOptions___remarks">Remarks</h5>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Configure_System_Action_OpenIddictServerOptions___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This extension can be safely called multiple times.</p>
</div>