Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-01-24 08:39:56 +00:00
parent 6733771c00
commit c637afeebf
469 changed files with 4841 additions and 4835 deletions

View File

@@ -641,7 +641,7 @@ Note: if the JSON object contains multiple parameters with the same name, only t
</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>A dictionary of all the parameters associated with the current instance.</p>
</td>
</tr>
@@ -714,7 +714,7 @@ if it represents an array of strings or a JSON array.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IReadOnlyList</span>&lt;<a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;</td>
<td><span class="xref">IReadOnlyList</span>&lt;<a class="xref" href="OpenIddict.Abstractions.OpenIddictParameter.html">OpenIddictParameter</a>&gt;</td>
<td><p>An enumeration of all the unnamed parameters associated with the current instance.</p>
</td>
</tr>