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

@@ -298,8 +298,8 @@ is resolved at runtime based on the default entity type registered in the core o
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the number of authorizations in the database.</p>
</td>
</tr>
@@ -350,8 +350,8 @@ whose result returns the number of authorizations in the database.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the number of authorizations that match the specified query.</p>
</td>
</tr>
@@ -418,8 +418,8 @@ whose result returns the number of authorizations that match the specified query
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -493,8 +493,8 @@ whose result returns the number of authorizations that match the specified query
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TAuthorization&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation, whose result returns the authorization.</p>
<td><span class="xref">ValueTask</span>&lt;TAuthorization&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation, whose result returns the authorization.</p>
</td>
</tr>
</tbody>
@@ -544,8 +544,8 @@ whose result returns the number of authorizations that match the specified query
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TAuthorization&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation, whose result returns the authorization.</p>
<td><span class="xref">ValueTask</span>&lt;TAuthorization&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation, whose result returns the authorization.</p>
</td>
</tr>
</tbody>
@@ -595,8 +595,8 @@ whose result returns the number of authorizations that match the specified query
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -653,7 +653,7 @@ subject and associated with the application identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>The authorizations corresponding to the subject/client.</p>
</td>
</tr>
@@ -716,7 +716,7 @@ subject and associated with the application identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>The authorizations corresponding to the criteria.</p>
</td>
</tr>
@@ -785,7 +785,7 @@ subject and associated with the application identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>The authorizations corresponding to the criteria.</p>
</td>
</tr>
@@ -860,7 +860,7 @@ subject and associated with the application identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>The authorizations corresponding to the criteria.</p>
</td>
</tr>
@@ -911,7 +911,7 @@ subject and associated with the application identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>The authorizations corresponding to the specified application.</p>
</td>
</tr>
@@ -962,8 +962,8 @@ subject and associated with the application identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TAuthorization&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TAuthorization&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the authorization corresponding to the identifier.</p>
</td>
</tr>
@@ -1014,7 +1014,7 @@ whose result returns the authorization corresponding to the identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>The authorizations corresponding to the specified subject.</p>
</td>
</tr>
@@ -1065,8 +1065,8 @@ whose result returns the authorization corresponding to the identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the application identifier associated with the authorization.</p>
</td>
</tr>
@@ -1117,8 +1117,8 @@ whose result returns the application identifier associated with the authorizatio
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the first element returned when executing the query.</p>
</td>
</tr>
@@ -1191,8 +1191,8 @@ whose result returns the first element returned when executing the query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the first element returned when executing the query.</p>
</td>
</tr>
@@ -1264,8 +1264,8 @@ whose result returns the first element returned when executing the query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the creation date associated with the specified authorization.</p>
</td>
</tr>
@@ -1316,8 +1316,8 @@ whose result returns the creation date associated with the specified authorizati
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the unique identifier associated with the authorization.</p>
</td>
</tr>
@@ -1368,8 +1368,8 @@ whose result returns the unique identifier associated with the authorization.</p
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">JsonElement</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">JsonElement</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the additional properties associated with the authorization.</p>
</td>
</tr>
@@ -1420,8 +1420,8 @@ whose result returns all the additional properties associated with the authoriza
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the scopes associated with the specified authorization.</p>
</td>
</tr>
@@ -1472,8 +1472,8 @@ whose result returns the scopes associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the status associated with the specified authorization.</p>
</td>
</tr>
@@ -1524,8 +1524,8 @@ whose result returns the status associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the subject associated with the specified authorization.</p>
</td>
</tr>
@@ -1576,8 +1576,8 @@ whose result returns the subject associated with the specified authorization.</p
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the type associated with the specified authorization.</p>
</td>
</tr>
@@ -1634,7 +1634,7 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><p><code>true</code> if the scopes are included in the authorization, <code>false</code> otherwise.</p>
</td>
</tr>
@@ -1691,7 +1691,7 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><p><code>true</code> if the authorization has the specified status, <code>false</code> otherwise.</p>
</td>
</tr>
@@ -1748,7 +1748,7 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><p><code>true</code> if the authorization has the specified type, <code>false</code> otherwise.</p>
</td>
</tr>
@@ -1805,7 +1805,7 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TAuthorization&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
@@ -1856,7 +1856,7 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
@@ -1929,7 +1929,7 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
@@ -2007,8 +2007,8 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -2064,8 +2064,8 @@ whose result returns the type associated with the specified authorization.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -2116,8 +2116,8 @@ Only authorizations created before the specified <code data-dev-comment-type="pa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -2171,7 +2171,7 @@ attached are correctly removed, the tokens should always be pruned first.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Boolean</span>&gt;</td>
<td><p><code>true</code> if the authorization was successfully revoked, <code>false</code> otherwise.</p>
</td>
</tr>
@@ -2222,8 +2222,8 @@ attached are correctly removed, the tokens should always be pruned first.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -2279,8 +2279,8 @@ attached are correctly removed, the tokens should always be pruned first.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -2330,7 +2330,7 @@ attached are correctly removed, the tokens should always be pruned first.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;<span class="xref">ValidationResult</span>&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;<span class="xref">ValidationResult</span>&gt;</td>
<td><p>The validation error encountered when validating the authorization.</p>
</td>
</tr>