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:
@@ -163,7 +163,7 @@ While not recommended, this property can be set to <code>null</code> to issue ac
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -190,7 +190,7 @@ While not recommended, this property can be set to <code>null</code> to issue co
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -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">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">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">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>
|
||||
@@ -350,7 +350,7 @@ Note: the same value should be chosen for both <a class="xref" href="OpenIddict.
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</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">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>
|
||||
@@ -691,7 +691,7 @@ While not recommended, this property can be set to <code>null</code> to issue id
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</span>></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">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">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>
|
||||
@@ -932,7 +932,7 @@ While not recommended, this property can be set to <code>null</code> to issue re
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -959,7 +959,7 @@ used to make concurrent refresh token requests. The default value is 30 seconds.
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</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">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>
|
||||
@@ -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">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>
|
||||
@@ -1207,7 +1207,7 @@ Note: the same value should be chosen for both <a class="xref" href="OpenIddict.
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">TimeSpan</span>></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">System.TimeSpan</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">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">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