Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-02-12 17:16:04 +00:00
parent deaec5fbf0
commit aa09108666
133 changed files with 2017 additions and 1816 deletions

View File

@@ -149,7 +149,7 @@ whose result returns the number of applications in the database.</p>
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_CountAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.CountAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_CountAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.CountAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TToken&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_CountAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.CountAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TToken&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Determines the number of tokens that match the specified query.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -168,7 +168,7 @@ whose result returns the number of applications in the database.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TToken&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TToken&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -819,7 +819,7 @@ whose result returns the application identifier associated with the token.</p>
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_GetAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.GetAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_GetAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.GetAsync``2(Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TToken&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_GetAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.GetAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TToken&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns the first element.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -838,7 +838,7 @@ whose result returns the application identifier associated with the token.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TToken&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TToken&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -992,7 +992,7 @@ whose result returns the authorization identifier associated with the token.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Nullable</span>&lt;<span class="xref">DateTimeOffset</span>&gt;&gt;</td>
<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 token.</p>
</td>
@@ -1044,7 +1044,7 @@ whose result returns the creation date associated with the specified token.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Nullable</span>&lt;<span class="xref">DateTimeOffset</span>&gt;&gt;</td>
<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 expiration date associated with the specified token.</p>
</td>
@@ -1252,7 +1252,7 @@ whose result returns all the additional properties associated with the token.</p
</thead>
<tbody>
<tr>
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Nullable</span>&lt;<span class="xref">DateTimeOffset</span>&gt;&gt;</td>
<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 redemption date associated with the specified token.</p>
</td>
@@ -1575,7 +1575,7 @@ whose result returns the instantiated token, that can be persisted in the databa
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_ListAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.ListAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_ListAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.ListAsync``2(Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TToken&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_ListAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.ListAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TToken&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Executes the specified query and returns all the corresponding elements.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -1594,7 +1594,7 @@ whose result returns the instantiated token, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TToken&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TToken&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -1653,7 +1653,7 @@ whose result returns the instantiated token, that can be persisted in the databa
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_PruneAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.PruneAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_PruneAsync_DateTimeOffset_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.PruneAsync(DateTimeOffset,CancellationToken)">PruneAsync(DateTimeOffset, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_PruneAsync_System_DateTimeOffset_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.PruneAsync(System.DateTimeOffset,CancellationToken)">PruneAsync(DateTimeOffset, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Removes the tokens that are marked as invalid or whose attached authorization is no longer valid.
Only tokens created before the specified <code data-dev-comment-type="paramref" class="paramref">threshold</code> are removed.</p>
</div>
@@ -1673,7 +1673,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
</thead>
<tbody>
<tr>
<td><span class="xref">DateTimeOffset</span></td>
<td><span class="xref">System.DateTimeOffset</span></td>
<td><span class="parametername">threshold</span></td>
<td><p>The date before which tokens are not pruned.</p>
</td>
@@ -1819,7 +1819,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetCreationDateAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetCreationDateAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetCreationDateAsync__0_System_Nullable_DateTimeOffset__CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetCreationDateAsync(`0,System.Nullable{DateTimeOffset},CancellationToken)">SetCreationDateAsync(TToken, Nullable&lt;DateTimeOffset&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetCreationDateAsync__0_System_Nullable_System_DateTimeOffset__CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetCreationDateAsync(`0,System.Nullable{System.DateTimeOffset},CancellationToken)">SetCreationDateAsync(TToken, Nullable&lt;DateTimeOffset&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Sets the creation date associated with a token.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -1844,7 +1844,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">DateTimeOffset</span>&gt;</td>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;</td>
<td><span class="parametername">date</span></td>
<td><p>The creation date.</p>
</td>
@@ -1876,7 +1876,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetExpirationDateAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetExpirationDateAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetExpirationDateAsync__0_System_Nullable_DateTimeOffset__CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetExpirationDateAsync(`0,System.Nullable{DateTimeOffset},CancellationToken)">SetExpirationDateAsync(TToken, Nullable&lt;DateTimeOffset&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetExpirationDateAsync__0_System_Nullable_System_DateTimeOffset__CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetExpirationDateAsync(`0,System.Nullable{System.DateTimeOffset},CancellationToken)">SetExpirationDateAsync(TToken, Nullable&lt;DateTimeOffset&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Sets the expiration date associated with a token.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -1901,7 +1901,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">DateTimeOffset</span>&gt;</td>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;</td>
<td><span class="parametername">date</span></td>
<td><p>The expiration date.</p>
</td>
@@ -2047,7 +2047,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
<a id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetRedemptionDateAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetRedemptionDateAsync*"></a>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetRedemptionDateAsync__0_System_Nullable_DateTimeOffset__CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetRedemptionDateAsync(`0,System.Nullable{DateTimeOffset},CancellationToken)">SetRedemptionDateAsync(TToken, Nullable&lt;DateTimeOffset&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Abstractions_IOpenIddictTokenStore_1_SetRedemptionDateAsync__0_System_Nullable_System_DateTimeOffset__CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictTokenStore`1.SetRedemptionDateAsync(`0,System.Nullable{System.DateTimeOffset},CancellationToken)">SetRedemptionDateAsync(TToken, Nullable&lt;DateTimeOffset&gt;, CancellationToken)</h4>
<div class="markdown level1 summary"><p>Sets the redemption date associated with a token.</p>
</div>
<div class="markdown level1 conceptual"></div>
@@ -2072,7 +2072,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
</td>
</tr>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">DateTimeOffset</span>&gt;</td>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.DateTimeOffset</span>&gt;</td>
<td><span class="parametername">date</span></td>
<td><p>The redemption date.</p>
</td>