Skip to content

Commit

Permalink
Deploying to gh-pages from @ 11ad526 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Jan 23, 2025
1 parent c61e1e4 commit 6f4711c
Show file tree
Hide file tree
Showing 44 changed files with 104 additions and 104 deletions.
10 changes: 5 additions & 5 deletions classes/AuthProviders.OIDCClientCredentialsProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>Implements</h4>
<ul class="tsd-hierarchy">
<li><a href="../types/AuthProvider.html" class="tsd-signature-type tsd-kind-type-alias">AuthProvider</a></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-clientcredentials-provider.ts#L5">src/auth/oidc-clientcredentials-provider.ts:5</a></li></ul></aside>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-clientcredentials-provider.ts#L5">src/auth/oidc-clientcredentials-provider.ts:5</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">
Expand Down Expand Up @@ -58,14 +58,14 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">__namedParameters</span>: <span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">ClientSecretCredentials</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">ClientSecretCredentials</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;exchange&quot;</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="AuthProviders.OIDCClientCredentialsProvider.html" class="tsd-signature-type tsd-kind-class">OIDCClientCredentialsProvider</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-clientcredentials-provider.ts#L8">src/auth/oidc-clientcredentials-provider.ts:8</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-clientcredentials-provider.ts#L8">src/auth/oidc-clientcredentials-provider.ts:8</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"><a id="oidcAuth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>oidc<wbr/>Auth</span><a href="#oidcAuth" 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">oidc<wbr/>Auth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">AccessToken</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-clientcredentials-provider.ts#L6">src/auth/oidc-clientcredentials-provider.ts:6</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-clientcredentials-provider.ts#L6">src/auth/oidc-clientcredentials-provider.ts:6</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member"><a id="updateClientPublicKey" class="tsd-anchor"></a>
Expand All @@ -81,7 +81,7 @@ <h5><span class="tsd-kind-parameter">signingKey</span>: <span class="tsd-signatu
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Implementation of AuthProvider.updateClientPublicKey</p>
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-clientcredentials-provider.ts#L25">src/auth/oidc-clientcredentials-provider.ts:25</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-clientcredentials-provider.ts#L25">src/auth/oidc-clientcredentials-provider.ts:25</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="withCreds" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>with<wbr/>Creds</span><a href="#withCreds" 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">
Expand All @@ -95,7 +95,7 @@ <h5><span class="tsd-kind-parameter">httpReq</span>: <a href="HttpRequest.html"
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="HttpRequest.html" class="tsd-signature-type tsd-kind-class">HttpRequest</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Implementation of AuthProvider.withCreds</p>
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-clientcredentials-provider.ts#L29">src/auth/oidc-clientcredentials-provider.ts:29</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-clientcredentials-provider.ts#L29">src/auth/oidc-clientcredentials-provider.ts:29</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
12 changes: 6 additions & 6 deletions classes/AuthProviders.OIDCExternalJwtProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>Implements</h4>
<ul class="tsd-hierarchy">
<li><a href="../types/AuthProvider.html" class="tsd-signature-type tsd-kind-type-alias">AuthProvider</a></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-externaljwt-provider.ts#L5">src/auth/oidc-externaljwt-provider.ts:5</a></li></ul></aside>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-externaljwt-provider.ts#L5">src/auth/oidc-externaljwt-provider.ts:5</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">
Expand Down Expand Up @@ -59,19 +59,19 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">__namedParameters</span>: <span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">ExternalJwtCredentials</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">ExternalJwtCredentials</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;exchange&quot;</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="AuthProviders.OIDCExternalJwtProvider.html" class="tsd-signature-type tsd-kind-class">OIDCExternalJwtProvider</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-externaljwt-provider.ts#L9">src/auth/oidc-externaljwt-provider.ts:9</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-externaljwt-provider.ts#L9">src/auth/oidc-externaljwt-provider.ts:9</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"><a id="externalJwt" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>external<wbr/>Jwt</span><a href="#externalJwt" 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">external<wbr/>Jwt</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-externaljwt-provider.ts#L7">src/auth/oidc-externaljwt-provider.ts:7</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-externaljwt-provider.ts#L7">src/auth/oidc-externaljwt-provider.ts:7</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="oidcAuth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>oidc<wbr/>Auth</span><a href="#oidcAuth" 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">oidc<wbr/>Auth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">AccessToken</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-externaljwt-provider.ts#L6">src/auth/oidc-externaljwt-provider.ts:6</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-externaljwt-provider.ts#L6">src/auth/oidc-externaljwt-provider.ts:6</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member"><a id="updateClientPublicKey" class="tsd-anchor"></a>
Expand All @@ -87,7 +87,7 @@ <h5><span class="tsd-kind-parameter">signingKey</span>: <span class="tsd-signatu
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Implementation of AuthProvider.updateClientPublicKey</p>
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-externaljwt-provider.ts#L28">src/auth/oidc-externaljwt-provider.ts:28</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-externaljwt-provider.ts#L28">src/auth/oidc-externaljwt-provider.ts:28</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="withCreds" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>with<wbr/>Creds</span><a href="#withCreds" 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">
Expand All @@ -101,7 +101,7 @@ <h5><span class="tsd-kind-parameter">httpReq</span>: <a href="HttpRequest.html"
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="HttpRequest.html" class="tsd-signature-type tsd-kind-class">HttpRequest</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Implementation of AuthProvider.withCreds</p>
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-externaljwt-provider.ts#L32">src/auth/oidc-externaljwt-provider.ts:32</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-externaljwt-provider.ts#L32">src/auth/oidc-externaljwt-provider.ts:32</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
12 changes: 6 additions & 6 deletions classes/AuthProviders.OIDCRefreshTokenProvider.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h4>Implements</h4>
<ul class="tsd-hierarchy">
<li><a href="../types/AuthProvider.html" class="tsd-signature-type tsd-kind-type-alias">AuthProvider</a></li></ul></section><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-refreshtoken-provider.ts#L5">src/auth/oidc-refreshtoken-provider.ts:5</a></li></ul></aside>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-refreshtoken-provider.ts#L5">src/auth/oidc-refreshtoken-provider.ts:5</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">
Expand Down Expand Up @@ -59,19 +59,19 @@ <h4 class="tsd-parameters-title">Parameters</h4>
<h5><span class="tsd-kind-parameter">__namedParameters</span>: <span class="tsd-signature-type ">Partial</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">RefreshTokenCredentials</span><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-type ">Omit</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type ">RefreshTokenCredentials</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">&quot;exchange&quot;</span><span class="tsd-signature-symbol">&gt;</span></h5></li></ul></div>
<h4 class="tsd-returns-title">Returns <a href="AuthProviders.OIDCRefreshTokenProvider.html" class="tsd-signature-type tsd-kind-class">OIDCRefreshTokenProvider</a></h4><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-refreshtoken-provider.ts#L9">src/auth/oidc-refreshtoken-provider.ts:9</a></li></ul></aside></li></ul></section></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-refreshtoken-provider.ts#L9">src/auth/oidc-refreshtoken-provider.ts:9</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"><a id="oidcAuth" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>oidc<wbr/>Auth</span><a href="#oidcAuth" 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">oidc<wbr/>Auth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type ">AccessToken</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-refreshtoken-provider.ts#L6">src/auth/oidc-refreshtoken-provider.ts:6</a></li></ul></aside></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-refreshtoken-provider.ts#L6">src/auth/oidc-refreshtoken-provider.ts:6</a></li></ul></aside></section>
<section class="tsd-panel tsd-member"><a id="refreshToken" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagOptional">Optional</code> <span>refresh<wbr/>Token</span><a href="#refreshToken" 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">refresh<wbr/>Token</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-refreshtoken-provider.ts#L7">src/auth/oidc-refreshtoken-provider.ts:7</a></li></ul></aside></section></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-refreshtoken-provider.ts#L7">src/auth/oidc-refreshtoken-provider.ts:7</a></li></ul></aside></section></section>
<section class="tsd-panel-group tsd-member-group">
<h2>Methods</h2>
<section class="tsd-panel tsd-member"><a id="updateClientPublicKey" class="tsd-anchor"></a>
Expand All @@ -87,7 +87,7 @@ <h5><span class="tsd-kind-parameter">signingKey</span>: <span class="tsd-signatu
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Implementation of AuthProvider.updateClientPublicKey</p>
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-refreshtoken-provider.ts#L27">src/auth/oidc-refreshtoken-provider.ts:27</a></li></ul></aside></li></ul></section>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-refreshtoken-provider.ts#L27">src/auth/oidc-refreshtoken-provider.ts:27</a></li></ul></aside></li></ul></section>
<section class="tsd-panel tsd-member"><a id="withCreds" class="tsd-anchor"></a>
<h3 class="tsd-anchor-link"><span>with<wbr/>Creds</span><a href="#withCreds" 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">
Expand All @@ -101,7 +101,7 @@ <h5><span class="tsd-kind-parameter">httpReq</span>: <a href="HttpRequest.html"
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type ">Promise</span><span class="tsd-signature-symbol">&lt;</span><a href="HttpRequest.html" class="tsd-signature-type tsd-kind-class">HttpRequest</a><span class="tsd-signature-symbol">&gt;</span></h4><aside class="tsd-sources">
<p>Implementation of AuthProvider.withCreds</p>
<ul>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/ec4a55a/lib/src/auth/oidc-refreshtoken-provider.ts#L31">src/auth/oidc-refreshtoken-provider.ts:31</a></li></ul></aside></li></ul></section></section></div>
<li>Defined in <a href="https://github.com/opentdf/web-sdk/blob/11ad526/lib/src/auth/oidc-refreshtoken-provider.ts#L31">src/auth/oidc-refreshtoken-provider.ts:31</a></li></ul></aside></li></ul></section></section></div>
<div class="col-sidebar">
<div class="page-menu">
<div class="tsd-navigation settings">
Expand Down
Loading

0 comments on commit 6f4711c

Please sign in to comment.