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:
@@ -114,7 +114,7 @@
|
||||
|
||||
|
||||
<a id="OpenIddict_Validation_OpenIddictValidationService__ctor_" data-uid="OpenIddict.Validation.OpenIddictValidationService.#ctor*"></a>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService__ctor_IServiceProvider_" data-uid="OpenIddict.Validation.OpenIddictValidationService.#ctor(IServiceProvider)">OpenIddictValidationService(IServiceProvider)</h4>
|
||||
<h4 id="OpenIddict_Validation_OpenIddictValidationService__ctor_System_IServiceProvider_" data-uid="OpenIddict.Validation.OpenIddictValidationService.#ctor(System.IServiceProvider)">OpenIddictValidationService(IServiceProvider)</h4>
|
||||
<div class="markdown level1 summary"><p>Creates a new instance of the <a class="xref" href="OpenIddict.Validation.OpenIddictValidationService.html">OpenIddictValidationService</a> class.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -133,7 +133,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">IServiceProvider</span></td>
|
||||
<td><span class="xref">System.IServiceProvider</span></td>
|
||||
<td><span class="parametername">provider</span></td>
|
||||
<td><p>The service provider.</p>
|
||||
</td>
|
||||
@@ -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