mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-09-21 02:57:53 +08:00
Update the documentation pages
This commit is contained in:
@@ -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<OpenIddictServerDataProtectionBuilder>)</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<OpenIddictServerDataProtectionBuilder>)</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><<a class="xref" href="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.html">OpenIddictServerDataProtectionBuilder</a>></td>
|
||||
<td><span class="xref">Action</span><<a class="xref" href="Microsoft.Extensions.DependencyInjection.OpenIddictServerDataProtectionBuilder.html">OpenIddictServerDataProtectionBuilder</a>></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>
|
||||
|
Reference in New Issue
Block a user