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 OpenIddictServerOptions
|
||||
">
|
||||
<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">
|
||||
@@ -216,7 +216,7 @@ While not recommended, this property can be set to <code>null</code> to issue co
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -295,7 +295,7 @@ By default, only the S256 method is allowed (if the code flow is enabled).</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -321,7 +321,7 @@ By default, only the S256 method is allowed (if the code flow is enabled).</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -376,7 +376,7 @@ Note: the same value should be chosen for both <a class="xref" href="OpenIddict.
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -605,7 +605,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">EncryptingCredentials</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">EncryptingCredentials</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -663,7 +663,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<a class="xref" href="OpenIddict.Server.OpenIddictServerHandlerDescriptor.html">OpenIddictServerHandlerDescriptor</a>></td>
|
||||
<td><span class="xref">List</span><<a class="xref" href="OpenIddict.Server.OpenIddictServerHandlerDescriptor.html">OpenIddictServerHandlerDescriptor</a>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -825,7 +825,7 @@ Setting this property to <span class="xref">true</span> is NOT recommended.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -840,7 +840,7 @@ The URI must be absolute and may contain a path, but no query string or fragment
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri? Issuer { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri Issuer { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -852,7 +852,7 @@ The URI must be absolute and may contain a path, but no query string or fragment
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -904,7 +904,7 @@ The URI must be absolute and may contain a path, but no query string or fragment
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -1066,7 +1066,7 @@ lack the code_challenge will be automatically rejected by OpenIddict.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -1122,7 +1122,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">SigningCredentials</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">SigningCredentials</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -1152,7 +1152,7 @@ by ASP.NET Core Data Protection, that uses its own key ring, configured separate
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -1297,7 +1297,7 @@ that provides additional protection against token leakage.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -1323,7 +1323,7 @@ that provides additional protection against token leakage.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Collections.Generic.List</span><<span class="xref">Uri</span>></td>
|
||||
<td><span class="xref">List</span><<span class="xref">System.Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user