Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-07-03 13:33:55 +00:00
parent b6c3c864e9
commit 768a04f162
447 changed files with 112161 additions and 440 deletions

View File

@@ -117,6 +117,26 @@ was not configured to issue ASP.NET Core Data Protection refresh tokens.</p>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled.html">OpenIddictServerDataProtectionHandlerFilters.RequireDataProtectionUserCodeFormatEnabled</a></h4>
<section><p>Represents a filter that excludes the associated handlers if OpenIddict
was not configured to issue ASP.NET Core Data Protection user codes.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.html">OpenIddictServerDataProtectionHandlers</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken.html">OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAccessToken</a></h4>
<section><p>Contains the logic responsible of generating an access token using Data Protection.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode.html">OpenIddictServerDataProtectionHandlers.GenerateDataProtectionAuthorizationCode</a></h4>
<section><p>Contains the logic responsible of generating an authorization code using Data Protection.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode.html">OpenIddictServerDataProtectionHandlers.GenerateDataProtectionDeviceCode</a></h4>
<section><p>Contains the logic responsible of generating a device code using Data Protection.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken.html">OpenIddictServerDataProtectionHandlers.GenerateDataProtectionRefreshToken</a></h4>
<section><p>Contains the logic responsible of generating a refresh token using Data Protection.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode.html">OpenIddictServerDataProtectionHandlers.GenerateDataProtectionUserCode</a></h4>
<section><p>Contains the logic responsible of generating a user code using Data Protection.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken.html">OpenIddictServerDataProtectionHandlers.ValidateDataProtectionToken</a></h4>
<section><p>Contains the logic responsible of validating tokens generated using Data Protection.</p>
</section>
<h4><a class="xref" href="OpenIddict.Server.DataProtection.OpenIddictServerDataProtectionOptions.html">OpenIddictServerDataProtectionOptions</a></h4>
<section><p>Provides various settings needed to configure the OpenIddict