mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-24 02:03:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="Class OpenIddictAuthorizationManager<TAuthorization>
|
||||
">
|
||||
<meta name="generator" content="docfx 2.56.6.0">
|
||||
<meta name="generator" content="docfx 2.56.7.0">
|
||||
|
||||
<link rel="shortcut icon" href="../images/favicon.ico">
|
||||
<link rel="stylesheet" href="../styles/docfx.vendor.css">
|
||||
@@ -653,7 +653,7 @@ subject and associated with the application identifier.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></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><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></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><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></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><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></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><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></td>
|
||||
<td><p>The authorizations corresponding to the specified application.</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><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></td>
|
||||
<td><p>The authorizations corresponding to the specified subject.</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><TAuthorization></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TAuthorization></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><TResult></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TResult></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><TResult></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><TResult></td>
|
||||
<td><p>All the elements returned when executing the specified query.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -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><<span class="xref">ValidationResult</span>></td>
|
||||
<td><span class="xref">IAsyncEnumerable</span><<span class="xref">ValidationResult</span>></td>
|
||||
<td><p>The validation error encountered when validating the authorization.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user