Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-04-09 10:51:20 +00:00
parent 365b4fabb0
commit 8bd2df081c
834 changed files with 2153 additions and 113840 deletions

View File

@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace OpenIddict.Validation.AspNetCore
">
<meta name="generator" content="docfx 2.56.6.0">
<meta name="generator" content="docfx 2.56.7.0">
<link rel="shortcut icon" href="../images/favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@@ -100,48 +100,6 @@
</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>