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 OpenIddictValidationService
|
||||
">
|
||||
<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">
|
||||
@@ -145,7 +145,7 @@
|
||||
|
||||
|
||||
<a id="OpenIddict_Validation_OpenIddictValidationService_GetConfigurationAsync_" data-uid="OpenIddict.Validation.OpenIddictValidationService.GetConfigurationAsync*"></a>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_GetConfigurationAsync_Uri_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.GetConfigurationAsync(Uri,CancellationToken)">GetConfigurationAsync(Uri, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_GetConfigurationAsync_System_Uri_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.GetConfigurationAsync(System.Uri,CancellationToken)">GetConfigurationAsync(Uri, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Retrieves the OpenID Connect server configuration from the specified address.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -164,7 +164,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Uri</span></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="parametername">address</span></td>
|
||||
<td><p>The address of the remote metadata endpoint.</p>
|
||||
</td>
|
||||
@@ -196,7 +196,7 @@
|
||||
|
||||
|
||||
<a id="OpenIddict_Validation_OpenIddictValidationService_GetSecurityKeysAsync_" data-uid="OpenIddict.Validation.OpenIddictValidationService.GetSecurityKeysAsync*"></a>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_GetSecurityKeysAsync_Uri_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.GetSecurityKeysAsync(Uri,CancellationToken)">GetSecurityKeysAsync(Uri, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_GetSecurityKeysAsync_System_Uri_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.GetSecurityKeysAsync(System.Uri,CancellationToken)">GetSecurityKeysAsync(Uri, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Retrieves the security keys exposed by the specified JWKS endpoint.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -215,7 +215,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Uri</span></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="parametername">address</span></td>
|
||||
<td><p>The address of the remote metadata endpoint.</p>
|
||||
</td>
|
||||
@@ -247,7 +247,7 @@
|
||||
|
||||
|
||||
<a id="OpenIddict_Validation_OpenIddictValidationService_IntrospectTokenAsync_" data-uid="OpenIddict.Validation.OpenIddictValidationService.IntrospectTokenAsync*"></a>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_IntrospectTokenAsync_Uri_System_String_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.IntrospectTokenAsync(Uri,System.String,CancellationToken)">IntrospectTokenAsync(Uri, String, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_IntrospectTokenAsync_System_Uri_System_String_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.IntrospectTokenAsync(System.Uri,System.String,CancellationToken)">IntrospectTokenAsync(Uri, String, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Sends an introspection request to the specified address and returns the corresponding principal.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -266,7 +266,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Uri</span></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="parametername">address</span></td>
|
||||
<td><p>The address of the remote metadata endpoint.</p>
|
||||
</td>
|
||||
@@ -304,7 +304,7 @@
|
||||
|
||||
|
||||
<a id="OpenIddict_Validation_OpenIddictValidationService_IntrospectTokenAsync_" data-uid="OpenIddict.Validation.OpenIddictValidationService.IntrospectTokenAsync*"></a>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_IntrospectTokenAsync_Uri_System_String_System_String_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.IntrospectTokenAsync(Uri,System.String,System.String,CancellationToken)">IntrospectTokenAsync(Uri, String, String, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService_IntrospectTokenAsync_System_Uri_System_String_System_String_CancellationToken_" data-uid="OpenIddict.Validation.OpenIddictValidationService.IntrospectTokenAsync(System.Uri,System.String,System.String,CancellationToken)">IntrospectTokenAsync(Uri, String, String, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Sends an introspection request to the specified address and returns the corresponding principal.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -323,7 +323,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">Uri</span></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="parametername">address</span></td>
|
||||
<td><p>The address of the remote metadata endpoint.</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user