mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-23 17:53:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -308,7 +308,7 @@ whose result returns the number of tokens in the database.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Core_OpenIddictTokenManager_1_CountAsync_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.CountAsync*"></a>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_CountAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.CountAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync<TResult>(Func<IQueryable<TToken>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_CountAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.CountAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync<TResult>(Func<IQueryable<TToken>, IQueryable<TResult>>, 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>
|
||||
@@ -327,7 +327,7 @@ whose result returns the number of tokens in the database.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><TToken>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><TToken>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1029,7 +1029,7 @@ whose result returns the application identifier associated with the token.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Core_OpenIddictTokenManager_1_GetAsync_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.GetAsync*"></a>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_GetAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.GetAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">GetAsync<TResult>(Func<IQueryable<TToken>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_GetAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.GetAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">GetAsync<TResult>(Func<IQueryable<TToken>, IQueryable<TResult>>, 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>
|
||||
@@ -1048,7 +1048,7 @@ whose result returns the application identifier associated with the token.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><TToken>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><TToken>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1097,7 +1097,7 @@ whose result returns the first element returned when executing the query.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Core_OpenIddictTokenManager_1_GetAsync_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.GetAsync*"></a>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_GetAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.GetAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync<TState, TResult>(Func<IQueryable<TToken>, TState, IQueryable<TResult>>, TState, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_GetAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.GetAsync``2(Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync<TState, TResult>(Func<IQueryable<TToken>, TState, IQueryable<TResult>>, 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>
|
||||
@@ -1116,7 +1116,7 @@ whose result returns the first element returned when executing the query.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><TToken>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><TToken>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1270,7 +1270,7 @@ whose result returns the authorization identifier associated with the token.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">System.Nullable</span><<span class="xref">System.DateTimeOffset</span>>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">System.Nullable</span><<span class="xref">DateTimeOffset</span>>></td>
|
||||
<td><p>A <see cref="!:ValueTask<TResult>"></see> that can be used to monitor the asynchronous operation,
|
||||
whose result returns the creation date associated with the specified token.</p>
|
||||
</td>
|
||||
@@ -1322,7 +1322,7 @@ whose result returns the creation date associated with the specified token.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">System.Nullable</span><<span class="xref">System.DateTimeOffset</span>>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">System.Nullable</span><<span class="xref">DateTimeOffset</span>>></td>
|
||||
<td><p>A <see cref="!:ValueTask<TResult>"></see> that can be used to monitor the asynchronous operation,
|
||||
whose result returns the expiration date associated with the specified token.</p>
|
||||
</td>
|
||||
@@ -1530,7 +1530,7 @@ whose result returns all the additional properties associated with the token.</p
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">System.Nullable</span><<span class="xref">System.DateTimeOffset</span>>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">System.Nullable</span><<span class="xref">DateTimeOffset</span>>></td>
|
||||
<td><p>A <see cref="!:ValueTask<TResult>"></see> that can be used to monitor the asynchronous operation,
|
||||
whose result returns the redemption date associated with the specified token.</p>
|
||||
</td>
|
||||
@@ -1921,7 +1921,7 @@ whose result returns the token type associated with the specified token.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Core_OpenIddictTokenManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.ListAsync*"></a>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_ListAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.ListAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">ListAsync<TResult>(Func<IQueryable<TToken>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_ListAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.ListAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">ListAsync<TResult>(Func<IQueryable<TToken>, IQueryable<TResult>>, 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>
|
||||
@@ -1940,7 +1940,7 @@ whose result returns the token type associated with the specified token.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><TToken>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><TToken>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1988,7 +1988,7 @@ whose result returns the token type associated with the specified token.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Core_OpenIddictTokenManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.ListAsync*"></a>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_ListAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.ListAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync<TState, TResult>(Func<IQueryable<TToken>, TState, IQueryable<TResult>>, TState, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_ListAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.ListAsync``2(Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync<TState, TResult>(Func<IQueryable<TToken>, TState, IQueryable<TResult>>, 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>
|
||||
@@ -2007,7 +2007,7 @@ whose result returns the token type associated with the specified token.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><TToken>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><TToken>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -2232,7 +2232,7 @@ By default, this method returns a simple hashed representation computed using SH
|
||||
|
||||
|
||||
<a id="OpenIddict_Core_OpenIddictTokenManager_1_PruneAsync_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.PruneAsync*"></a>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_PruneAsync_System_DateTimeOffset_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.PruneAsync(System.DateTimeOffset,CancellationToken)">PruneAsync(DateTimeOffset, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Core_OpenIddictTokenManager_1_PruneAsync_DateTimeOffset_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictTokenManager`1.PruneAsync(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>
|
||||
@@ -2252,7 +2252,7 @@ Only tokens created before the specified <code data-dev-comment-type="paramref"
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.DateTimeOffset</span></td>
|
||||
<td><span class="xref">DateTimeOffset</span></td>
|
||||
<td><span class="parametername">threshold</span></td>
|
||||
<td><p>The date before which tokens are not pruned.</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user