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:
@@ -187,7 +187,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><<span class="xref">OpenIdConnectConfiguration</span>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">OpenIdConnectConfiguration</span>></td>
|
||||
<td><p>The OpenID Connect server configuration retrieved from the remote server.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -238,7 +238,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><<span class="xref">JsonWebKeySet</span>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">JsonWebKeySet</span>></td>
|
||||
<td><p>The security keys retrieved from the remote server.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -295,7 +295,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><<span class="xref">ClaimsPrincipal</span>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">ClaimsPrincipal</span>></td>
|
||||
<td><p>The claims principal created from the claim retrieved from the remote server.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -358,7 +358,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><<span class="xref">ClaimsPrincipal</span>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">ClaimsPrincipal</span>></td>
|
||||
<td><p>The claims principal created from the claim retrieved from the remote server.</p>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -409,7 +409,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Threading.Tasks.ValueTask</span><<span class="xref">ClaimsPrincipal</span>></td>
|
||||
<td><span class="xref">ValueTask</span><<span class="xref">ClaimsPrincipal</span>></td>
|
||||
<td><p>The principal containing the claims extracted from the token.</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user