Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-04-28 15:05:48 +00:00
parent 3b2dd90ac2
commit 9f9dfeb519
562 changed files with 114292 additions and 3231 deletions

View File

@@ -100,6 +100,48 @@
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest.html">OpenIddictValidationAspNetCoreHandlerFilters.RequireHttpRequest</a></h4>
<section><p>Represents a filter that excludes the associated handlers if no ASP.NET Core request can be found.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.html">OpenIddictValidationAspNetCoreHandlers</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader-1.html">OpenIddictValidationAspNetCoreHandlers.AttachCacheControlHeader&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of attaching the appropriate HTTP response cache headers.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError.html">OpenIddictValidationAspNetCoreHandlers.AttachHostChallengeError</a></h4>
<section><p>Contains the logic responsible of attaching the error details using the ASP.NET Core authentication properties.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode-1.html">OpenIddictValidationAspNetCoreHandlers.AttachHttpResponseCode&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of attaching an appropriate HTTP status code.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader-1.html">OpenIddictValidationAspNetCoreHandlers.AttachWwwAuthenticateHeader&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of attaching errors details to the WWW-Authenticate header.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader.html">OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromAuthorizationHeader</a></h4>
<section><p>Contains the logic responsible of extracting the access token from the standard HTTP Authorization header.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm.html">OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromBodyForm</a></h4>
<section><p>Contains the logic responsible of extracting the access token from the standard access_token form parameter.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString.html">OpenIddictValidationAspNetCoreHandlers.ExtractAccessTokenFromQueryString</a></h4>
<section><p>Contains the logic responsible of extracting the access token from the standard access_token query parameter.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost.html">OpenIddictValidationAspNetCoreHandlers.InferIssuerFromHost</a></h4>
<section><p>Contains the logic responsible of infering the default issuer from the HTTP request host and validating it.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse-1.html">OpenIddictValidationAspNetCoreHandlers.ProcessChallengeErrorResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of processing challenge responses that contain a WWW-Authenticate header.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse-1.html">OpenIddictValidationAspNetCoreHandlers.ProcessJsonResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of processing OpenID Connect responses that must be returned as JSON.
Note: this handler is not used when the OpenID Connect request is not initially handled by ASP.NET Core.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.AspNetCore.OpenIddictValidationAspNetCoreOptions.html">OpenIddictValidationAspNetCoreOptions</a></h4>
<section><p>Provides various settings needed to configure the OpenIddict ASP.NET Core validation integration.</p>