Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-04-09 10:51:20 +00:00
parent 365b4fabb0
commit 8bd2df081c
834 changed files with 2153 additions and 113840 deletions

View File

@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class OpenIddictValidationOptions
">
<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">
@@ -326,7 +326,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>&lt;<span class="xref">EncryptingCredentials</span>&gt;</td>
<td><span class="xref">List</span>&lt;<span class="xref">EncryptingCredentials</span>&gt;</td>
<td></td>
</tr>
</tbody>
@@ -358,7 +358,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>&lt;<a class="xref" href="OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html">OpenIddictValidationHandlerDescriptor</a>&gt;</td>
<td><span class="xref">List</span>&lt;<a class="xref" href="OpenIddict.Validation.OpenIddictValidationHandlerDescriptor.html">OpenIddictValidationHandlerDescriptor</a>&gt;</td>
<td></td>
</tr>
</tbody>
@@ -372,7 +372,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa
<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">
@@ -384,7 +384,7 @@ As such, it MUST NOT be mutated after options initialization to preserve the exa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">Uri</span>&gt;</td>
<td><span class="xref">System.Uri</span></td>
<td></td>
</tr>
</tbody>
@@ -425,7 +425,7 @@ When the URL is relative, <a class="xref" href="OpenIddict.Validation.OpenIddict
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Uri? MetadataAddress { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public Uri MetadataAddress { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@@ -437,7 +437,7 @@ When the URL is relative, <a class="xref" href="OpenIddict.Validation.OpenIddict
</thead>
<tbody>
<tr>
<td><span class="xref">System.Nullable</span>&lt;<span class="xref">Uri</span>&gt;</td>
<td><span class="xref">System.Uri</span></td>
<td></td>
</tr>
</tbody>