mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-23 17:53:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user