Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-05-25 14:54:52 +00:00
parent 862254c066
commit 7226a46ddf
458 changed files with 112247 additions and 528 deletions

View File

@@ -83,6 +83,39 @@
<section></section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress.html">OpenIddictValidationSystemNetHttpHandlerFilters.RequireHttpMetadataAddress</a></h4>
<section><p>Represents a filter that excludes the associated handlers if the metadata address of the issuer is not available.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.html">OpenIddictValidationSystemNetHttpHandlers</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters-1.html">OpenIddictValidationSystemNetHttpHandlers.AttachFormParameters&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of attaching the form parameters to the HTTP request.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters-1.html">OpenIddictValidationSystemNetHttpHandlers.AttachQueryStringParameters&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of attaching the query string parameters to the HTTP request.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Discovery.html">OpenIddictValidationSystemNetHttpHandlers.Discovery</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest-1.html">OpenIddictValidationSystemNetHttpHandlers.DisposeHttpRequest&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of disposing of the HTTP request message.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse-1.html">OpenIddictValidationSystemNetHttpHandlers.DisposeHttpResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of disposing of the HTTP response message.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse-1.html">OpenIddictValidationSystemNetHttpHandlers.ExtractJsonHttpResponse&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of extracting the response from the JSON-encoded HTTP body.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.html">OpenIddictValidationSystemNetHttpHandlers.Introspection</a></h4>
<section></section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials.html">OpenIddictValidationSystemNetHttpHandlers.Introspection.AttachBasicAuthenticationCredentials</a></h4>
<section><p>Contains the logic responsible of attaching the client credentials to the HTTP Authorization header.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest-1.html">OpenIddictValidationSystemNetHttpHandlers.PrepareGetHttpRequest&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of preparing an HTTP GET request message.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest-1.html">OpenIddictValidationSystemNetHttpHandlers.PreparePostHttpRequest&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of preparing an HTTP POST request message.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest-1.html">OpenIddictValidationSystemNetHttpHandlers.SendHttpRequest&lt;TContext&gt;</a></h4>
<section><p>Contains the logic responsible of sending the HTTP request to the remote server.</p>
</section>
<h4><a class="xref" href="OpenIddict.Validation.SystemNetHttp.OpenIddictValidationSystemNetHttpOptions.html">OpenIddictValidationSystemNetHttpOptions</a></h4>
<section><p>Provides various settings needed to configure the OpenIddict validation/System.Net.Http integration.</p>