mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-03-25 18:53:26 +08:00
Update the documentation pages
This commit is contained in:
@@ -79,13 +79,55 @@ to allow the user code to decide how the request should be handled.</p>
|
||||
<div class="inheritance">
|
||||
<h5>Inheritance</h5>
|
||||
<div class="level0"><span class="xref">System.Object</span></div>
|
||||
<div class="level1"><span class="xref">OpenIddict.Server.OpenIddictServerEvents.BaseContext</span></div>
|
||||
<div class="level2"><span class="xref">OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext</span></div>
|
||||
<div class="level3"><span class="xref">OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext</span></div>
|
||||
<div class="level1"><a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseContext.html">OpenIddictServerEvents.BaseContext</a></div>
|
||||
<div class="level2"><a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext.html">OpenIddictServerEvents.BaseRequestContext</a></div>
|
||||
<div class="level3"><a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext.html">OpenIddictServerEvents.BaseValidatingContext</a></div>
|
||||
<div class="level4"><span class="xref">OpenIddictServerEvents.HandleConfigurationRequestContext</span></div>
|
||||
</div>
|
||||
<div class="inheritedMembers">
|
||||
<h5>Inherited Members</h5>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseValidatingContext_IsRejected">OpenIddictServerEvents.BaseValidatingContext.IsRejected</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseValidatingContext_Error">OpenIddictServerEvents.BaseValidatingContext.Error</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseValidatingContext_ErrorDescription">OpenIddictServerEvents.BaseValidatingContext.ErrorDescription</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseValidatingContext_ErrorUri">OpenIddictServerEvents.BaseValidatingContext.ErrorUri</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseValidatingContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseValidatingContext_Reject_System_String_System_String_System_String_">OpenIddictServerEvents.BaseValidatingContext.Reject(String, String, String)</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseRequestContext_IsRequestHandled">OpenIddictServerEvents.BaseRequestContext.IsRequestHandled</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseRequestContext_IsRequestSkipped">OpenIddictServerEvents.BaseRequestContext.IsRequestSkipped</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseRequestContext_HandleRequest">OpenIddictServerEvents.BaseRequestContext.HandleRequest()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseRequestContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseRequestContext_SkipRequest">OpenIddictServerEvents.BaseRequestContext.SkipRequest()</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseContext_Transaction">OpenIddictServerEvents.BaseContext.Transaction</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseContext_Issuer">OpenIddictServerEvents.BaseContext.Issuer</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseContext_EndpointType">OpenIddictServerEvents.BaseContext.EndpointType</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseContext_Logger">OpenIddictServerEvents.BaseContext.Logger</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="xref" href="OpenIddict.Server.OpenIddictServerEvents.BaseContext.html#OpenIddict_Server_OpenIddictServerEvents_BaseContext_Options">OpenIddictServerEvents.BaseContext.Options</a>
|
||||
</div>
|
||||
<div>
|
||||
<span class="xref">System.Object.Equals(System.Object)</span>
|
||||
</div>
|
||||
@@ -155,7 +197,7 @@ to allow the user code to decide how the request should be handled.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri AuthorizationEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? AuthorizationEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -167,7 +209,7 @@ to allow the user code to decide how the request should be handled.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -234,7 +276,7 @@ supported by the authorization server.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri CryptographyEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? CryptographyEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -246,7 +288,7 @@ supported by the authorization server.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -260,7 +302,7 @@ supported by the authorization server.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri DeviceEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? DeviceEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -272,7 +314,7 @@ supported by the authorization server.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -340,7 +382,7 @@ authorization server for signing the identity tokens.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri IntrospectionEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? IntrospectionEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -352,7 +394,7 @@ authorization server for signing the identity tokens.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -393,7 +435,7 @@ the introspection endpoint provided by the authorization server.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri LogoutEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? LogoutEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -405,7 +447,7 @@ the introspection endpoint provided by the authorization server.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -525,7 +567,7 @@ supported by the authorization server.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri RevocationEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? RevocationEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -537,7 +579,7 @@ supported by the authorization server.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -632,7 +674,7 @@ supported by the authorization server.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri TokenEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? TokenEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -644,7 +686,7 @@ supported by the authorization server.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@@ -685,7 +727,7 @@ the token endpoint provided by the authorization server.</p>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
<h5 class="decalaration">Declaration</h5>
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public Uri UserinfoEndpoint { get; set; }</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public Uri? UserinfoEndpoint { get; set; }</code></pre>
|
||||
</div>
|
||||
<h5 class="propertyValue">Property Value</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
@@ -697,7 +739,7 @@ the token endpoint provided by the authorization server.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Uri</span></td>
|
||||
<td><span class="xref">System.Nullable</span><<span class="xref">Uri</span>></td>
|
||||
<td></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user