mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-04-13 09:18:05 +08:00
Update the documentation pages
This commit is contained in:
@@ -145,8 +145,8 @@
|
||||
</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>
|
||||
@@ -203,7 +203,7 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TToken></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TToken></td>
|
||||
<td><p>The tokens corresponding to the subject/client.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -266,7 +266,7 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TToken></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TToken></td>
|
||||
<td><p>The tokens corresponding to the criteria.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -335,7 +335,7 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TToken></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TToken></td>
|
||||
<td><p>The tokens corresponding to the criteria.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -386,7 +386,7 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TToken></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TToken></td>
|
||||
<td><p>The tokens corresponding to the specified application.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -437,7 +437,7 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TToken></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TToken></td>
|
||||
<td><p>The tokens corresponding to the specified authorization.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -488,8 +488,8 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><TToken></td>
|
||||
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask<TResult></span> that can be used to monitor the asynchronous operation,
|
||||
<td><span class="xref">ValueTask</span><TToken></td>
|
||||
<td><p>A <see cref="!:ValueTask<TResult>"></see> that can be used to monitor the asynchronous operation,
|
||||
whose result returns the token corresponding to the unique identifier.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -541,8 +541,8 @@ Note: the reference identifier may be hashed or encrypted for security reasons.<
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><TToken></td>
|
||||
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask<TResult></span> that can be used to monitor the asynchronous operation,
|
||||
<td><span class="xref">ValueTask</span><TToken></td>
|
||||
<td><p>A <see cref="!:ValueTask<TResult>"></see> that can be used to monitor the asynchronous operation,
|
||||
whose result returns the tokens corresponding to the specified reference identifier.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -593,7 +593,7 @@ whose result returns the tokens corresponding to the specified reference identif
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TToken></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TToken></td>
|
||||
<td><p>The tokens corresponding to the specified subject.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -644,8 +644,8 @@ whose result returns the tokens corresponding to the specified reference identif
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user