mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2025-11-09 02:44:44 +08:00
Update the documentation pages
This commit is contained in:
@@ -122,7 +122,7 @@ used by the non-generic application manager and the server/validation services.<
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Type DefaultApplicationType { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Type? DefaultApplicationType { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -134,7 +134,7 @@ used by the non-generic application manager and the server/validation services.<
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Type</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Type</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -149,7 +149,7 @@ used by the non-generic authorization manager and the server/validation services
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Type DefaultAuthorizationType { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Type? DefaultAuthorizationType { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -161,7 +161,7 @@ used by the non-generic authorization manager and the server/validation services
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Type</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Type</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -176,7 +176,7 @@ used by the non-generic scope manager and the server/validation services.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Type DefaultScopeType { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Type? DefaultScopeType { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -188,7 +188,7 @@ used by the non-generic scope manager and the server/validation services.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Type</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Type</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -203,7 +203,7 @@ used by the non-generic token manager and the server/validation services.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Type DefaultTokenType { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Type? DefaultTokenType { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -215,7 +215,7 @@ used by the non-generic token manager and the server/validation services.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Type</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Type</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user