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="Class OpenIddictMessage
">
<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">
@@ -129,6 +129,134 @@ which may result in an excessive memory consumption and a potential denial of se
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, OpenIddictParameter&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, OpenIddictParameter&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_StringValues___" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,StringValues}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, StringValues&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, StringValues&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">StringValues</span>&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_StringValues____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_System_String_____" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,System.String[]}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, String[]&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, string[]&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>[]&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_System_String______remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_System_String___" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(IEnumerable{KeyValuePair{System.String,System.String}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, String&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, string&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">IEnumerable</span>&lt;<span class="xref">KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_IEnumerable_KeyValuePair_System_String_System_String____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_JsonElement_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(JsonElement)">OpenIddictMessage(JsonElement)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
@@ -159,134 +287,6 @@ which may result in an excessive memory consumption and a potential denial of se
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_JsonElement__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter___" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,OpenIddict.Abstractions.OpenIddictParameter}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, OpenIddictParameter&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, OpenIddictParameter&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.Collections.Generic.KeyValuePair</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_OpenIddict_Abstractions_OpenIddictParameter____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_StringValues___" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,StringValues}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, StringValues&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, StringValues&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.Collections.Generic.KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">StringValues</span>&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_StringValues____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String_____" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String[]}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, String[]&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, string[]&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.Collections.Generic.KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>[]&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String______remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<a id="OpenIddict_Abstractions_OpenIddictMessage__ctor_" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor*"></a>
<h4 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String___" data-uid="OpenIddict.Abstractions.OpenIddictMessage.#ctor(System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{System.String,System.String}})">OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;String, String&gt;&gt;)</h4>
<div class="markdown level1 summary"><p>Initializes a new OpenIddict message.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public OpenIddictMessage(IEnumerable&lt;KeyValuePair&lt;string, string&gt;&gt; parameters)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IEnumerable</span>&lt;<span class="xref">System.Collections.Generic.KeyValuePair</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><span class="parametername">parameters</span></td>
<td><p>The message parameters.</p>
</td>
</tr>
</tbody>
</table>
<h5 id="OpenIddict_Abstractions_OpenIddictMessage__ctor_System_Collections_Generic_IEnumerable_System_Collections_Generic_KeyValuePair_System_String_System_String____remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Parameters with a null or empty key are always ignored.</p>
</div>
<h3 id="properties">Properties
</h3>
@@ -381,7 +381,7 @@ which may result in an excessive memory consumption and a potential denial of se
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.Dictionary</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;</td>
<td><span class="xref">Dictionary</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;</td>
<td></td>
</tr>
</tbody>
@@ -505,7 +505,7 @@ which may result in an excessive memory consumption and a potential denial of se
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IReadOnlyDictionary</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;</td>
<td><span class="xref">IReadOnlyDictionary</span>&lt;<span class="xref">System.String</span>, <a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;</td>
<td><p>The parameters associated with this instance.</p>
</td>
</tr>