mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
deploy: dca71bc5b8
This commit is contained in:
@@ -30,7 +30,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li><span class="target">ClientIdAdapter</span></li></ul></li></ul></section><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/ClientIdAdapterFactory.ts#L22">src/identity/storage/ClientIdAdapterFactory.ts:22</a></li></ul></aside>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/ClientIdAdapterFactory.ts#L22">src/identity/storage/ClientIdAdapterFactory.ts:22</a></li></ul></aside>
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<details class="tsd-index-content tsd-index-accordion" open><summary class="tsd-accordion-summary tsd-index-summary">
|
||||
@@ -77,31 +77,31 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <a href="ClientIdAdapter.html" class="tsd-signature-type tsd-kind-class">ClientIdAdapter</a></h4><aside class="tsd-sources">
|
||||
<p>Overrides <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#constructor">constructor</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/ClientIdAdapterFactory.ts#L27">src/identity/storage/ClientIdAdapterFactory.ts:27</a></li></ul></aside></li></ul></section></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/ClientIdAdapterFactory.ts#L27">src/identity/storage/ClientIdAdapterFactory.ts:27</a></li></ul></aside></li></ul></section></section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-is-private"><a id="converter" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>converter</span><a href="#converter" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<div class="tsd-signature"><span class="tsd-kind-property">converter</span><span class="tsd-signature-symbol">:</span> <a href="RepresentationConverter.html" class="tsd-signature-type tsd-kind-class">RepresentationConverter</a></div><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/ClientIdAdapterFactory.ts#L25">src/identity/storage/ClientIdAdapterFactory.ts:25</a></li></ul></aside></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/ClientIdAdapterFactory.ts#L25">src/identity/storage/ClientIdAdapterFactory.ts:25</a></li></ul></aside></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-protected"><a id="logger" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>logger</span><a href="#logger" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<div class="tsd-signature"><span class="tsd-kind-property">logger</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Logger.html" class="tsd-signature-type tsd-kind-interface">Logger</a><span class="tsd-signature-symbol"> = ...</span></div><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/ClientIdAdapterFactory.ts#L23">src/identity/storage/ClientIdAdapterFactory.ts:23</a></li></ul></aside></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/ClientIdAdapterFactory.ts#L23">src/identity/storage/ClientIdAdapterFactory.ts:23</a></li></ul></aside></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="name" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>name</span><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<div class="tsd-signature"><span class="tsd-kind-property">name</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#name">name</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L10">src/identity/storage/PassthroughAdapterFactory.ts:10</a></li></ul></aside></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L10">src/identity/storage/PassthroughAdapterFactory.ts:10</a></li></ul></aside></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-protected tsd-is-inherited"><a id="source" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagProtected">Protected</code> <code class="tsd-tag ts-flagReadonly">Readonly</code> <span>source</span><a href="#source" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<div class="tsd-signature"><span class="tsd-kind-property">source</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">Adapter</span></div><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#source">source</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L11">src/identity/storage/PassthroughAdapterFactory.ts:11</a></li></ul></aside></section></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L11">src/identity/storage/PassthroughAdapterFactory.ts:11</a></li></ul></aside></section></section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Methods</h2>
|
||||
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="consume" class="tsd-anchor"></a>
|
||||
@@ -117,7 +117,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#consume">consume</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L34">src/identity/storage/PassthroughAdapterFactory.ts:34</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L34">src/identity/storage/PassthroughAdapterFactory.ts:34</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="destroy" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>destroy</span><a href="#destroy" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures tsd-is-inherited">
|
||||
@@ -131,7 +131,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#destroy">destroy</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L38">src/identity/storage/PassthroughAdapterFactory.ts:38</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L38">src/identity/storage/PassthroughAdapterFactory.ts:38</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member"><a id="find" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>find</span><a href="#find" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures">
|
||||
@@ -145,7 +145,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">AdapterPayload</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Overrides <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#find">find</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/ClientIdAdapterFactory.ts#L32">src/identity/storage/ClientIdAdapterFactory.ts:32</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/ClientIdAdapterFactory.ts#L32">src/identity/storage/ClientIdAdapterFactory.ts:32</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="findByUid" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>find<wbr/>By<wbr/>Uid</span><a href="#findByUid" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures tsd-is-inherited">
|
||||
@@ -159,7 +159,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">AdapterPayload</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#findByUid">findByUid</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L30">src/identity/storage/PassthroughAdapterFactory.ts:30</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L30">src/identity/storage/PassthroughAdapterFactory.ts:30</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="findByUserCode" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>find<wbr/>By<wbr/>User<wbr/>Code</span><a href="#findByUserCode" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures tsd-is-inherited">
|
||||
@@ -173,7 +173,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type ">AdapterPayload</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#findByUserCode">findByUserCode</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L26">src/identity/storage/PassthroughAdapterFactory.ts:26</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L26">src/identity/storage/PassthroughAdapterFactory.ts:26</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-private"><a id="parseRdfClientId" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagPrivate">Private</code> <span>parse<wbr/>Rdf<wbr/>Client<wbr/>Id</span><a href="#parseRdfClientId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures tsd-is-private">
|
||||
@@ -202,7 +202,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type ">AdapterPayload</span><span class="tsd-signature-symbol">></span></h4>
|
||||
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/ClientIdAdapterFactory.ts#L88">src/identity/storage/ClientIdAdapterFactory.ts:88</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/ClientIdAdapterFactory.ts#L88">src/identity/storage/ClientIdAdapterFactory.ts:88</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="revokeByGrantId" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>revoke<wbr/>By<wbr/>Grant<wbr/>Id</span><a href="#revokeByGrantId" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures tsd-is-inherited">
|
||||
@@ -216,7 +216,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#revokeByGrantId">revokeByGrantId</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L42">src/identity/storage/PassthroughAdapterFactory.ts:42</a></li></ul></aside></li></ul></section>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L42">src/identity/storage/PassthroughAdapterFactory.ts:42</a></li></ul></aside></li></ul></section>
|
||||
<section class="tsd-panel tsd-member tsd-is-inherited"><a id="upsert" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link"><span>upsert</span><a href="#upsert" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3>
|
||||
<ul class="tsd-signatures tsd-is-inherited">
|
||||
@@ -234,7 +234,7 @@ If the result is a valid Client ID document, that will be returned instead.</p>
|
||||
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span></h4><aside class="tsd-sources">
|
||||
<p>Inherited from <a href="PassthroughAdapter.html">PassthroughAdapter</a>.<a href="PassthroughAdapter.html#upsert">upsert</a></p>
|
||||
<ul>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/1f88864/src/identity/storage/PassthroughAdapterFactory.ts#L18">src/identity/storage/PassthroughAdapterFactory.ts:18</a></li></ul></aside></li></ul></section></section></div>
|
||||
<li>Defined in <a href="https://github.com/CommunitySolidServer/CommunitySolidServer/blob/dca71bc/src/identity/storage/PassthroughAdapterFactory.ts#L18">src/identity/storage/PassthroughAdapterFactory.ts:18</a></li></ul></aside></li></ul></section></section></div>
|
||||
<div class="col-sidebar">
|
||||
<div class="page-menu">
|
||||
<div class="tsd-navigation settings">
|
||||
|
||||
Reference in New Issue
Block a user