@rockcarver/frodo-lib
Version:
A library to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.
49 lines (47 loc) • 61.8 kB
HTML
<!DOCTYPE html><html class="default" lang="en" data-base=".."><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>OAuth2TrustedJwtIssuer | Frodo Library - v3.1.0</title><meta name="description" content="Documentation for Frodo Library"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search"><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"><a href="https://github.com/rockcarver/frodo-lib">Project Home</a></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">Frodo Library - v3.1.0</a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb"><li><a href="../modules.html">Frodo Library</a></li><li><a href="../modules/Reference.html">Reference</a></li><li><a href="Reference.OAuth2TrustedJwtIssuer.html">OAuth2TrustedJwtIssuer</a></li></ul><h1>Type Alias OAuth2TrustedJwtIssuer</h1></div><div class="tsd-signature"><span class="tsd-kind-type-alias">OAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-call-signature">createOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">issuerData</span><span class="tsd-signature-symbol">:</span> <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">createOAuth2TrustedJwtIssuerExportTemplate</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">deleteOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">deleteOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">exportOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportOptions</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">exportOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportOptions</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">getOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">getOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">importFirstOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">importData</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">importOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">importData</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">importOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">importData</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">putOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">issuerData</span><span class="tsd-signature-symbol">:</span> <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">readOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">readOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-call-signature">updateOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">issuerData</span><span class="tsd-signature-symbol">:</span> <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5><span class="tsd-kind-method">createOAuth2TrustedJwtIssuer</span><a id="__typecreateoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typecreateoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">createOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">issuerData</span><span class="tsd-signature-symbol">:</span> <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><a href="#__typecreateoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Create OAuth2 trusted jwt issuer</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">issuerId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer id</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">issuerData</span>: <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer object</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span></h4><p>a promise that resolves to an trusted jwt issuer object</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L40">ops/OAuth2TrustedJwtIssuerOps.ts:40</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">createOAuth2TrustedJwtIssuerExportTemplate</span><a id="__typecreateoauth2trustedjwtissuerexporttemplate" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typecreateoauth2trustedjwtissuerexporttemplate-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">createOAuth2TrustedJwtIssuerExportTemplate</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><a href="#__typecreateoauth2trustedjwtissuerexporttemplate-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Create an empty OAuth2 trusted jwt issuer export template</p>
</div><h4 class="tsd-returns-title">Returns <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a></h4><p>an empty OAuth2 trusted jwt issuer export template</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L20">ops/OAuth2TrustedJwtIssuerOps.ts:20</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">deleteOAuth2TrustedJwtIssuer</span><a id="__typedeleteoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typedeleteoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">deleteOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><a href="#__typedeleteoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Delete OAuth2 trusted jwt issuer</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">issuerId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer id</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span></h4><p>a promise that resolves to an trusted jwt issuer object</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L64">ops/OAuth2TrustedJwtIssuerOps.ts:64</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">deleteOAuth2TrustedJwtIssuers</span><a id="__typedeleteoauth2trustedjwtissuers" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typedeleteoauth2trustedjwtissuers-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">deleteOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#__typedeleteoauth2trustedjwtissuers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Delete all OAuth2 trusted jwt issuers</p>
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>a promise that resolves to an array of trusted jwt issuer objects</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L58">ops/OAuth2TrustedJwtIssuerOps.ts:58</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">exportOAuth2TrustedJwtIssuer</span><a id="__typeexportoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typeexportoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">exportOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">></span><a href="#__typeexportoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Export OAuth2 trusted jwt issuer by ID</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">issuerId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>oauth2 trusted jwt issuer id</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportOptions</a></span><div class="tsd-comment tsd-typography"><p>export options</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">></span></h4><p>export data</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L81">ops/OAuth2TrustedJwtIssuerOps.ts:81</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">exportOAuth2TrustedJwtIssuers</span><a id="__typeexportoauth2trustedjwtissuers" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typeexportoauth2trustedjwtissuers-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">exportOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">></span><a href="#__typeexportoauth2trustedjwtissuers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Export all OAuth2 trusted jwt issuers</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportOptions</a></span><div class="tsd-comment tsd-typography"><p>export options</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">></span></h4><p>export data</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L72">ops/OAuth2TrustedJwtIssuerOps.ts:72</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">getOAuth2TrustedJwtIssuer</span><a id="__typegetoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typegetoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">getOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><a href="#__typegetoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get OAuth2 trusted jwt issuer</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">issuerId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer id</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span></h4><p>a promise that resolves to an trusted jwt issuer object</p>
<div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link"><a id="deprecated" class="tsd-anchor"></a>Deprecated<a href="#deprecated" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>since v2.0.0 use <a href="Reference.OAuth2TrustedJwtIssuer.html#__typereadoauth2trustedjwtissuer" class="tsd-kind-method">readOAuth2TrustedJwtIssuer</a> instead</p>
<pre><code class="javascript"><span class="hl-7">readOAuth2TrustedJwtIssuer</span><span class="hl-0">(</span><span class="hl-3">issuerId</span><span class="hl-0">: </span><span class="hl-3">string</span><span class="hl-0">): </span><span class="hl-10">Promise</span><span class="hl-0"><</span><span class="hl-3">OAuth2TrustedJwtIssuerSkeleton</span><span class="hl-0">></span>
</code><button type="button">Copy</button></pre>
</div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L140">ops/OAuth2TrustedJwtIssuerOps.ts:140</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">getOAuth2TrustedJwtIssuers</span><a id="__typegetoauth2trustedjwtissuers" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typegetoauth2trustedjwtissuers-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">getOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#__typegetoauth2trustedjwtissuers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Get all OAuth2 trusted jwt issuers</p>
</div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>a promise that resolves to an array of trusted jwt issuer objects</p>
<div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link"><a id="deprecated-1" class="tsd-anchor"></a>Deprecated<a href="#deprecated-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h4><p>since v2.0.0 use <a href="Reference.OAuth2TrustedJwtIssuer.html#__typereadoauth2trustedjwtissuers" class="tsd-kind-method">readOAuth2TrustedJwtIssuers</a> instead</p>
<pre><code class="javascript"><span class="hl-7">readOAuth2TrustedJwtIssuers</span><span class="hl-0">(): </span><span class="hl-10">Promise</span><span class="hl-0"><</span><span class="hl-3">OAuth2TrustedJwtIssuerSkeleton</span><span class="hl-0">[]></span>
</code><button type="button">Copy</button></pre>
</div></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L129">ops/OAuth2TrustedJwtIssuerOps.ts:129</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">importFirstOAuth2TrustedJwtIssuer</span><a id="__typeimportfirstoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typeimportfirstoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">importFirstOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">importData</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><a href="#__typeimportfirstoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Import first OAuth2 Client</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">importData</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a></span><div class="tsd-comment tsd-typography"><p>import data</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a></span><div class="tsd-comment tsd-typography"><p>import options</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span></h4><p>a promise resolving to an oauth2 trusted jwt issuer</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L103">ops/OAuth2TrustedJwtIssuerOps.ts:103</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">importOAuth2TrustedJwtIssuer</span><a id="__typeimportoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typeimportoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">importOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">importData</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><a href="#__typeimportoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Import OAuth2 Client by ID</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">issuerId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer id</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">importData</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a></span><div class="tsd-comment tsd-typography"><p>import data</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a></span><div class="tsd-comment tsd-typography"><p>import options</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span></h4><p>a promise resolving to an oauth2 trusted jwt issuer</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L92">ops/OAuth2TrustedJwtIssuerOps.ts:92</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">importOAuth2TrustedJwtIssuers</span><a id="__typeimportoauth2trustedjwtissuers" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typeimportoauth2trustedjwtissuers-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">importOAuth2TrustedJwtIssuers</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">importData</span><span class="tsd-signature-symbol">:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">options</span><span class="tsd-signature-symbol">?:</span> <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span><a href="#__typeimportoauth2trustedjwtissuers-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Import OAuth2 Clients</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">importData</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerExportInterface.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerExportInterface</a></span><div class="tsd-comment tsd-typography"><p>import data</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><code class="tsd-tag">Optional</code><span class="tsd-kind-parameter">options</span>: <a href="../interfaces/Reference.OAuth2TrustedJwtIssuerImportOptions.html" class="tsd-signature-type tsd-kind-interface">OAuth2TrustedJwtIssuerImportOptions</a></span><div class="tsd-comment tsd-typography"><p>import options</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">></span></h4><p>a promise resolving to an array of oauth2 trusted jwt issuers</p>
<div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/rockcarver/frodo-lib/blob/f234c5e154a537fe28d9a8daa262cff1cd1216c9/src/ops/OAuth2TrustedJwtIssuerOps.ts#L113">ops/OAuth2TrustedJwtIssuerOps.ts:113</a></li></ul></aside></div></li></ul></li><li class="tsd-parameter"><h5><span class="tsd-kind-method">putOAuth2TrustedJwtIssuer</span><a id="__typeputoauth2trustedjwtissuer" class="tsd-anchor"></a><span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link"><a id="__typeputoauth2trustedjwtissuer-1" class="tsd-anchor"></a><span class="tsd-kind-call-signature">putOAuth2TrustedJwtIssuer</span><span class="tsd-signature-symbol">(</span><br/> <span class="tsd-kind-parameter">issuerId</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">,</span><br/> <span class="tsd-kind-parameter">issuerData</span><span class="tsd-signature-symbol">:</span> <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">,</span><br/><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span><a href="#__typeputoauth2trustedjwtissuer-1" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><div class="tsd-comment tsd-typography"><p>Put OAuth2 trusted jwt issuer</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><span><span class="tsd-kind-parameter">issuerId</span>: <span class="tsd-signature-type">string</span></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer id</p>
</div><div class="tsd-comment tsd-typography"></div></li><li><span><span class="tsd-kind-parameter">issuerData</span>: <a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a></span><div class="tsd-comment tsd-typography"><p>trusted jwt issuer object</p>
</div><div class="tsd-comment tsd-typography"></div></li></ul></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="Reference.OAuth2TrustedJwtIssuerSkeleton.html" class="tsd-signature-type tsd-kind-type-alias">OAuth2TrustedJwtIssuerSkeleton</a><span class="tsd-signature-symbol">></span></h4><p>a promise that resolves to an trusted jwt issuer object</p>
<div class="tsd-comment tsd-typography"><div class="tsd-tag-deprecated"><h4 class="tsd-anchor-link"><a id="deprecated-2" class="tsd-anchor"></a>Deprecated<a href="#deprecated-2" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../a