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:
@@ -566,7 +566,7 @@ whose result returns the client application corresponding to the identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IAsyncEnumerable</span><<span class="xref">System.Object</span>></td>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><<span class="xref">System.Object</span>></td>
|
||||
<td><p>The client applications corresponding to the specified post_logout_redirect_uri.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -617,7 +617,7 @@ whose result returns the client application corresponding to the identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IAsyncEnumerable</span><<span class="xref">System.Object</span>></td>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><<span class="xref">System.Object</span>></td>
|
||||
<td><p>The client applications corresponding to the specified redirect_uri.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1735,7 +1735,7 @@ whose result returns all the requirements associated with the application.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IAsyncEnumerable</span><<span class="xref">System.Object</span>></td>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><<span class="xref">System.Object</span>></td>
|
||||
<td><p>All the elements returned when executing the specified query.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1786,7 +1786,7 @@ whose result returns all the requirements associated with the application.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TResult></td>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TResult></td>
|
||||
<td><p>All the elements returned when executing the specified query.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -1859,7 +1859,7 @@ whose result returns all the requirements associated with the application.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TResult></td>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TResult></td>
|
||||
<td><p>All the elements returned when executing the specified query.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -2212,7 +2212,7 @@ secret before storing it in the database, for security reasons.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IAsyncEnumerable</span><<span class="xref">ValidationResult</span>></td>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><<span class="xref">ValidationResult</span>></td>
|
||||
<td><p>The validation error encountered when validating the application.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user