Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-02-08 10:58:19 +00:00
parent 0718bfe145
commit 83e8df701f
136 changed files with 2000 additions and 2029 deletions

View File

@@ -164,7 +164,7 @@ and configures OpenIddict to validate and issue ASP.NET Data Protection-based to
<a id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionExtensions_UseDataProtection_" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionExtensions.UseDataProtection*"></a>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionExtensions_UseDataProtection_Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_System_Action_Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionExtensions.UseDataProtection(Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder,System.Action{Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder})">UseDataProtection(OpenIddictServerBuilder, Action&lt;OpenIddictServerDataProtectionBuilder&gt;)</h4>
<h4 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionExtensions_UseDataProtection_Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Action_Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder__" data-uid="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionExtensions.UseDataProtection(Microsoft.Extensions.DependencyInjection.OpenIddictServerBuilder,Action{Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder})">UseDataProtection(OpenIddictServerBuilder, Action&lt;OpenIddictServerDataProtectionBuilder&gt;)</h4>
<div class="markdown level1 summary"><p>Registers the OpenIddict ASP.NET Core Data Protection server services in the DI container
and configures OpenIddict to validate and issue ASP.NET Data Protection-based tokens.</p>
</div>
@@ -190,7 +190,7 @@ and configures OpenIddict to validate and issue ASP.NET Data Protection-based to
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<a class="xref" href="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.html">OpenIddictServerDataProtectionBuilder</a>&gt;</td>
<td><span class="xref">Action</span>&lt;<a class="xref" href="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.html">OpenIddictServerDataProtectionBuilder</a>&gt;</td>
<td><span class="parametername">configuration</span></td>
<td><p>The configuration delegate used to configure the server services.</p>
</td>
@@ -213,7 +213,7 @@ and configures OpenIddict to validate and issue ASP.NET Data Protection-based to
</tr>
</tbody>
</table>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionExtensions_UseDataProtection_Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_System_Action_Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder___remarks">Remarks</h5>
<h5 id="Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionExtensions_UseDataProtection_Microsoft_Extensions_DependencyInjection_OpenIddictServerBuilder_Action_Microsoft_Extensions_DependencyInjection_OpenIddictServerDataProtectionBuilder___remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This extension can be safely called multiple times.</p>
</div>
</article>