Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-02-12 17:16:04 +00:00
parent deaec5fbf0
commit aa09108666
133 changed files with 2017 additions and 1816 deletions

View File

@@ -166,7 +166,7 @@ OpenIddict ASP.NET Core Data Protection integration.</p>
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder_Configure_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.Configure*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder_Configure_Action_OpenIddictServerDataProtectionOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.Configure(Action{OpenIddictServerDataProtectionOptions})">Configure(Action&lt;OpenIddictServerDataProtectionOptions&gt;)</h4>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder_Configure_System_Action_OpenIddictServerDataProtectionOptions__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.Configure(System.Action{OpenIddictServerDataProtectionOptions})">Configure(Action&lt;OpenIddictServerDataProtectionOptions&gt;)</h4>
<div class="markdown level1 summary"><p>Amends the default OpenIddict server ASP.NET Core Data Protection configuration.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -185,7 +185,7 @@ OpenIddict ASP.NET Core Data Protection integration.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">Action</span>&lt;<span class="xref">OpenIddictServerDataProtectionOptions</span>&gt;</td>
<td><span class="xref">System.Action</span>&lt;<span class="xref">OpenIddictServerDataProtectionOptions</span>&gt;</td>
<td><span class="parametername">configuration</span></td>
<td><p>The delegate used to configure the OpenIddict options.</p>
</td>
@@ -208,7 +208,7 @@ OpenIddict ASP.NET Core Data Protection integration.</p>
</tr>
</tbody>
</table>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder_Configure_Action_OpenIddictServerDataProtectionOptions___remarks">Remarks</h5>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder_Configure_System_Action_OpenIddictServerDataProtectionOptions___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This extension can be safely called multiple times.</p>
</div>