@descope/web-component 2.0.6 → 2.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ npm install @descope/web-component
18
18
  import '@descope/web-component'
19
19
  import { DescopeWc } // in case you need types definition or you want to use the class directly
20
20
 
21
- //render a custom element, for example:
21
+ // render a custom element, for example:
22
22
  render(){
23
23
  return (
24
24
  <descope-wc project="myProjectId"/>
@@ -1 +1 @@
1
- import{S as e,_ as n,a as t}from"./index-c687986b.js";const s=(e,n,t,s={})=>{var i,o,l,a;return[Math.min(Math.max(n,("all"===s.left?e.offsetWidth:null!==(i=s.left)&&void 0!==i?i:0)-e.offsetWidth),window.innerWidth-("all"===s.right?e.offsetWidth:null!==(o=s.right)&&void 0!==o?o:0)),Math.min(Math.max(t,("all"===s.top?e.offsetHeight:null!==(l=s.top)&&void 0!==l?l:0)-e.offsetHeight),window.innerHeight-("all"===s.bottom?e.offsetHeight:null!==(a=s.bottom)&&void 0!==a?a:0))]};var i,o,l,a,r,d,c,h,p,g;const f=document.createElement("template");f.innerHTML=`\n<style>\n .debugger {\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey; \n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n \n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n } \n\n .msg_desc {\n color: #646464;\n cursor: initial;\n } \n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n</style>\n\n<div style="top:32px; left:${window.innerWidth-300-32}px;" class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n`;class m extends HTMLElement{constructor(){super(),i.add(this),o.set(this,new e({messages:[]})),l.set(this,void 0),a.set(this,void 0),r.set(this,void 0),d.set(this,{resize:n(this,i,"m",g).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(f.content.cloneNode(!0)),t(this,l,this.shadowRoot.querySelector(".debugger"),"f"),t(this,a,n(this,l,"f").querySelector(".content"),"f"),t(this,r,n(this,l,"f").querySelector(".header"),"f")}updateData(e){n(this,o,"f").update((n=>({messages:n.messages.concat(e)})))}connectedCallback(){var e;((e,n,t)=>{let i=0,o=0,l=0,a=0;function r(n){n.preventDefault(),i=l-n.clientX,o=a-n.clientY,l=n.clientX,a=n.clientY;const[r,d]=s(e,e.offsetLeft-i,e.offsetTop-o,t);e.style.top=`${d}px`,e.style.left=`${r}px`}function d(){document.onmouseup=null,document.onmousemove=null}function c(e){e.preventDefault(),l=e.clientX,a=e.clientY,document.onmouseup=d,document.onmousemove=r}n?n.onmousedown=c:e.onmousedown=c})(n(this,l,"f"),n(this,r,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",n(this,d,"f").resize),(e=n(this,l,"f")).onmousemove=n=>{(n.target.w&&n.target.w!==n.target.offsetWidth||n.target.h&&n.target.h!==n.target.offsetHeight)&&e.onresize(n),n.target.w=n.target.offsetWidth,n.target.h=n.target.offsetHeight},n(this,l,"f").onresize=n(this,i,"m",p).bind(this),n(this,o,"f").subscribe(n(this,i,"m",c).bind(this))}disconnectedCallback(){n(this,o,"f").unsubscribeAll(),window.removeEventListener("resize",n(this,d,"f").resize)}}o=new WeakMap,l=new WeakMap,a=new WeakMap,r=new WeakMap,d=new WeakMap,i=new WeakSet,c=function(e){n(this,i,"m",h).call(this,e),n(this,i,"m",p).call(this)},h=function(e){n(this,a,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},p=function(){n(this,a,"f").querySelectorAll(".msg").forEach((e=>{const n=e.querySelector(".msg_desc"),t=n.scrollWidth>n.clientWidth,s=n.clientHeight>20;t||s?(e.classList.add("collapsible"),e.onclick=n=>{n.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},g=function(){const[e,t]=s(n(this,l,"f"),Number.parseInt(n(this,l,"f").style.left,10),Number.parseInt(n(this,l,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});n(this,l,"f").style.top=`${t}px`,n(this,l,"f").style.left=`${e}px`},customElements.define("descope-debugger",m);export{m as default};
1
+ import{S as e,_ as n,a as t}from"./index-f2f42e89.js";const s=(e,n,t,s={})=>{var i,o,l,a;return[Math.min(Math.max(n,("all"===s.left?e.offsetWidth:null!==(i=s.left)&&void 0!==i?i:0)-e.offsetWidth),window.innerWidth-("all"===s.right?e.offsetWidth:null!==(o=s.right)&&void 0!==o?o:0)),Math.min(Math.max(t,("all"===s.top?e.offsetHeight:null!==(l=s.top)&&void 0!==l?l:0)-e.offsetHeight),window.innerHeight-("all"===s.bottom?e.offsetHeight:null!==(a=s.bottom)&&void 0!==a?a:0))]};var i,o,l,a,r,d,c,h,p,g;const f=document.createElement("template");f.innerHTML=`\n<style>\n .debugger {\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey; \n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n \n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n } \n\n .msg_desc {\n color: #646464;\n cursor: initial;\n } \n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n</style>\n\n<div style="top:32px; left:${window.innerWidth-300-32}px;" class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n`;class m extends HTMLElement{constructor(){super(),i.add(this),o.set(this,new e({messages:[]})),l.set(this,void 0),a.set(this,void 0),r.set(this,void 0),d.set(this,{resize:n(this,i,"m",g).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(f.content.cloneNode(!0)),t(this,l,this.shadowRoot.querySelector(".debugger"),"f"),t(this,a,n(this,l,"f").querySelector(".content"),"f"),t(this,r,n(this,l,"f").querySelector(".header"),"f")}updateData(e){n(this,o,"f").update((n=>({messages:n.messages.concat(e)})))}connectedCallback(){var e;((e,n,t)=>{let i=0,o=0,l=0,a=0;function r(n){n.preventDefault(),i=l-n.clientX,o=a-n.clientY,l=n.clientX,a=n.clientY;const[r,d]=s(e,e.offsetLeft-i,e.offsetTop-o,t);e.style.top=`${d}px`,e.style.left=`${r}px`}function d(){document.onmouseup=null,document.onmousemove=null}function c(e){e.preventDefault(),l=e.clientX,a=e.clientY,document.onmouseup=d,document.onmousemove=r}n?n.onmousedown=c:e.onmousedown=c})(n(this,l,"f"),n(this,r,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",n(this,d,"f").resize),(e=n(this,l,"f")).onmousemove=n=>{(n.target.w&&n.target.w!==n.target.offsetWidth||n.target.h&&n.target.h!==n.target.offsetHeight)&&e.onresize(n),n.target.w=n.target.offsetWidth,n.target.h=n.target.offsetHeight},n(this,l,"f").onresize=n(this,i,"m",p).bind(this),n(this,o,"f").subscribe(n(this,i,"m",c).bind(this))}disconnectedCallback(){n(this,o,"f").unsubscribeAll(),window.removeEventListener("resize",n(this,d,"f").resize)}}o=new WeakMap,l=new WeakMap,a=new WeakMap,r=new WeakMap,d=new WeakMap,i=new WeakSet,c=function(e){n(this,i,"m",h).call(this,e),n(this,i,"m",p).call(this)},h=function(e){n(this,a,"f").innerHTML=e.messages.map((e=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${e.title}\n </div>\n <div class="msg_desc">\n ${e.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},p=function(){n(this,a,"f").querySelectorAll(".msg").forEach((e=>{const n=e.querySelector(".msg_desc"),t=n.scrollWidth>n.clientWidth,s=n.clientHeight>20;t||s?(e.classList.add("collapsible"),e.onclick=n=>{n.target.classList.contains("msg_desc")||e.classList.toggle("collapsed")}):(e.classList.remove("collapsible"),e.onclick=null)}))},g=function(){const[e,t]=s(n(this,l,"f"),Number.parseInt(n(this,l,"f").style.left,10),Number.parseInt(n(this,l,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});n(this,l,"f").style.top=`${t}px`,n(this,l,"f").style.left=`${e}px`},customElements.define("descope-debugger",m);export{m as default};
@@ -1,2 +1,2 @@
1
- var t=function(){return t=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(n[o[i]]=t[o[i]])}return n}function n(t,e,n,o){return new(n||(n=Promise))((function(i,r){function s(t){try{l(o.next(t))}catch(t){r(t)}}function a(t){try{l(o.throw(t))}catch(t){r(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}l((o=o.apply(t,e||[])).next())}))}function o(t,e,n,o){if("a"===n&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?o:"a"===n?o.call(t):o?o.value:e.get(t)}function i(t,e,n,o,i){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?i.call(t,n):i?i.value=n:e.set(t,n),n}const r="undefined"!=typeof localStorage,s=r&&localStorage.getItem("base.content.url")||"https://static.descope.com/pages",a="descope-login-flow",l="t",c="code",u="err",d="data-exclude-field",h="dls_last_auth",p="data-type",f="redirect",g="poll",v="webauthnCreate",b="webauthnGet",w="v2-alpha",m="submit",y="polling";var I,k,O;function j(t){return new URLSearchParams(window.location.search).get(t)}function S(t){if(window.history.replaceState&&j(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}function E(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return{body:yield n[e||"text"](),headers:Object.fromEntries(n.headers.entries())}}))}!function(t){t.backward="backward",t.forward="forward"}(I||(I={}));const x=(...t)=>t.join("/").replace(/\/+/g,"/");function C(t,e){const n=new URL(s);return n.pathname=x(n.pathname,t,w,e),n.toString()}function A(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?I.forward:t<e?I.backward:void 0}const U=()=>{const[t="",e=""]=(j(a)||"").split("_");return{executionId:t,stepId:e}};function _(){S(a)}const P=t=>t.replace(/-./g,(t=>t[1].toUpperCase())),R=()=>{const{executionId:t,stepId:e}=U();(t||e)&&_();const n=j(l)||void 0;n&&S(l);const o=j(c)||void 0;o&&S(c);const i=j(u)||void 0;return i&&S(u),{executionId:t,stepId:e,token:n,code:o,exchangeError:i}},T=t=>{let e,n;return(...o)=>{return e&&(r=o,(i=e).length===r.length&&i.every(((t,e)=>t===r[e])))||(e=o,n=t(...o)),n;var i,r}},q=null===(O=null===(k=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===k?void 0:k.brands)||void 0===O?void 0:O.find((({brand:t,version:e})=>"Chromium"===t&&parseFloat(e)));var M,$,L,D;function N(t,e){const n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);if(n.length!==o.length)return!1;for(let o=0;o<n.length;o+=1){const i=n[o],r=t[i],s=e[i];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!N(r,s))return!1}else if(r!==s)return!1}return!0}class K{constructor(t={},{updateOnlyOnChange:e=!0}={}){M.set(this,void 0),$.set(this,{}),L.set(this,0),D.set(this,!1),this.update=t=>{const e="function"==typeof t?t(o(this,M,"f")):t,n=Object.assign(Object.assign({},o(this,M,"f")),e);if(!o(this,D,"f")||!N(o(this,M,"f"),n)){const t=o(this,M,"f");i(this,M,n,"f"),Object.freeze(o(this,M,"f")),setTimeout((()=>{Object.values(o(this,$,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}},i(this,M,t,"f"),i(this,D,e,"f")}get current(){return Object.assign({},o(this,M,"f"))}subscribe(t){return i(this,L,o(this,L,"f")+1,"f"),o(this,$,"f")[o(this,L,"f")]=t,o(this,L,"f").toString()}unsubscribe(t){const e=!!o(this,$,"f")[t];return e&&delete o(this,$,"f")[t],e}unsubscribeAll(){return i(this,$,{},"f"),!0}}M=new WeakMap,$=new WeakMap,L=new WeakMap,D=new WeakMap;const J=(t,e)=>{var n;((t,e,n="")=>{t.querySelectorAll(`[${p}="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]:not([${d}])`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(`[${p}="totp-link"]`).forEach((t=>{t.href=e}))})(t,null===(n=null==e?void 0:e.totp)||void 0===n?void 0:n.provisionUrl),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return o=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),o);var o})))(t.textContent,e)}))})(t,e)},F=T((()=>n(void 0,void 0,void 0,(function*(){var t,e,n,o;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return console.warn("webauthn","Conditional UI is not supported"),!1;try{const i=Promise.all([null===(t=window.PublicKeyCredential)||void 0===t?void 0:t.isConditionalMediationAvailable(),null===(e=window.PublicKeyCredential)||void 0===e?void 0:e.isUserVerifyingPlatformAuthenticatorAvailable()]).then((t=>t.every((t=>!!t)))),r=108;return yield Promise.race([i,(n=100,new Promise(((t,e)=>{const i=setTimeout((()=>{e(new Error(`Promise timed out after ${n} ms`))}),n);null==o||o((e=>{clearTimeout(i),t(e)}),(t=>{clearTimeout(i),e(t)}))}))).catch((()=>q()>=r))])}catch(t){return console.warn("webauthn","Conditional login check failed",t),!1}})))),W={"lastAuth.loginId":{"not-empty":t=>!!t.loginId,empty:t=>!t.loginId},idpInitiated:{"is-true":t=>!!t.code,"is-false":t=>!t.code}};function H(t){this.message=t}H.prototype=new Error,H.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new H("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,i=0,r=0,s="";o=e.charAt(r++);~o&&(n=i%4?64*n+o:o,i++%4)?s+=String.fromCharCode(255&n>>(-2*i&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return s};function V(t){this.message=t}function z(t,e){if("string"!=typeof t)throw new V("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(B(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return B(e)}}(t.split(".")[n]))}catch(t){throw new V("Invalid token specified: "+t.message)}}V.prototype=new Error,V.prototype.name="InvalidTokenError";var G="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Z="Expected a function",Q="__lodash_hash_undefined__",Y=1/0,X="[object Function]",tt="[object GeneratorFunction]",et="[object Symbol]",nt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ot=/^\w*$/,it=/^\./,rt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,st=/\\(\\)?/g,at=/^\[object .+?Constructor\]$/,lt="object"==typeof G&&G&&G.Object===Object&&G,ct="object"==typeof self&&self&&self.Object===Object&&self,ut=lt||ct||Function("return this")();var dt,ht=Array.prototype,pt=Function.prototype,ft=Object.prototype,gt=ut["__core-js_shared__"],vt=(dt=/[^.]+$/.exec(gt&&gt.keys&&gt.keys.IE_PROTO||""))?"Symbol(src)_1."+dt:"",bt=pt.toString,wt=ft.hasOwnProperty,mt=ft.toString,yt=RegExp("^"+bt.call(wt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),It=ut.Symbol,kt=ht.splice,Ot=Tt(ut,"Map"),jt=Tt(Object,"create"),St=It?It.prototype:void 0,Et=St?St.toString:void 0;function xt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ct(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function At(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ut(t,e){for(var n,o,i=t.length;i--;)if((n=t[i][0])===(o=e)||n!=n&&o!=o)return i;return-1}function _t(t,e){var n;e=function(t,e){if(Lt(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Nt(t))return!0;return ot.test(t)||!nt.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Lt(n=e)?n:qt(n);for(var o=0,i=e.length;null!=t&&o<i;)t=t[Mt(e[o++])];return o&&o==i?t:void 0}function Pt(t){if(!Dt(t)||(e=t,vt&&vt in e))return!1;var e,n=function(t){var e=Dt(t)?mt.call(t):"";return e==X||e==tt}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?yt:at;return n.test(function(t){if(null!=t){try{return bt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function Rt(t,e){var n,o,i=t.__data__;return("string"==(o=typeof(n=e))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function Tt(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return Pt(n)?n:void 0}xt.prototype.clear=function(){this.__data__=jt?jt(null):{}},xt.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},xt.prototype.get=function(t){var e=this.__data__;if(jt){var n=e[t];return n===Q?void 0:n}return wt.call(e,t)?e[t]:void 0},xt.prototype.has=function(t){var e=this.__data__;return jt?void 0!==e[t]:wt.call(e,t)},xt.prototype.set=function(t,e){return this.__data__[t]=jt&&void 0===e?Q:e,this},Ct.prototype.clear=function(){this.__data__=[]},Ct.prototype.delete=function(t){var e=this.__data__,n=Ut(e,t);return!(n<0)&&(n==e.length-1?e.pop():kt.call(e,n,1),!0)},Ct.prototype.get=function(t){var e=this.__data__,n=Ut(e,t);return n<0?void 0:e[n][1]},Ct.prototype.has=function(t){return Ut(this.__data__,t)>-1},Ct.prototype.set=function(t,e){var n=this.__data__,o=Ut(n,t);return o<0?n.push([t,e]):n[o][1]=e,this},At.prototype.clear=function(){this.__data__={hash:new xt,map:new(Ot||Ct),string:new xt}},At.prototype.delete=function(t){return Rt(this,t).delete(t)},At.prototype.get=function(t){return Rt(this,t).get(t)},At.prototype.has=function(t){return Rt(this,t).has(t)},At.prototype.set=function(t,e){return Rt(this,t).set(t,e),this};var qt=$t((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Nt(t))return Et?Et.call(t):"";var e=t+"";return"0"==e&&1/t==-Y?"-0":e}(e);var n=[];return it.test(t)&&n.push(""),t.replace(rt,(function(t,e,o,i){n.push(o?i.replace(st,"$1"):e||t)})),n}));function Mt(t){if("string"==typeof t||Nt(t))return t;var e=t+"";return"0"==e&&1/t==-Y?"-0":e}function $t(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(Z);var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s),s};return n.cache=new($t.Cache||At),n}$t.Cache=At;var Lt=Array.isArray;function Dt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Nt(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&mt.call(t)==et}var Kt=function(t,e,n){var o=null==t?void 0:_t(t,e);return void 0===o?n:o},Jt="/v1/auth/accesskey/exchange",Ft="/v1/auth/otp/verify",Wt="/v1/auth/otp/signin",Ht="/v1/auth/otp/signup",Bt={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},Vt="/v1/auth/otp/signup-in",zt="/v1/auth/magiclink/verify",Gt="/v1/auth/magiclink/signin",Zt="/v1/auth/magiclink/signup",Qt={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},Yt="/v1/auth/magiclink/signup-in",Xt="/v1/auth/enchantedlink/verify",te="/v1/auth/enchantedlink/signin",ee="/v1/auth/enchantedlink/signup",ne="/v1/auth/enchantedlink/pending-session",oe={email:"/v1/auth/enchantedlink/update/email"},ie="/v1/auth/enchantedlink/signup-in",re="/v1/auth/oauth/authorize",se="/v1/auth/oauth/exchange",ae="/v1/auth/saml/authorize",le="/v1/auth/saml/exchange",ce="/v1/auth/totp/verify",ue="/v1/auth/totp/signup",de="/v1/auth/totp/update",he={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},pe={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},fe={start:"/v1/auth/webauthn/signup-in/start"},ge={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},ve="/v1/auth/password/signup",be="/v1/auth/password/signin",we="/v1/auth/password/reset",me="/v1/auth/password/update",ye="/v1/auth/password/replace",Ie="/v1/auth/password/policy",ke="/v1/auth/refresh",Oe="/v1/auth/logout",je="/v1/auth/logoutall",Se="/v1/auth/me",Ee="/v1/flow/start",xe="/v1/flow/next";const Ce=6e5,Ae=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}};var Ue;!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(Ue||(Ue={}));const _e=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,o])=>(t[n]=o,t)),t),t}),{})),Pe=t=>void 0===t?void 0:JSON.stringify(t),Re=(t,e="")=>{let n=t;return e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},Te=({baseUrl:t,projectId:e,baseConfig:n,logger:o,hooks:i,cookiePolicy:r,fetch:s})=>{const a=((t,e)=>{const n=e||fetch;return n||null==t||t.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),t?async(...e)=>{if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");t.log((t=>Ae().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const o=await n(...e);return t[o.ok?"log":"error"](await(async t=>{const e=await(t.clone?t.clone().text():t.text());return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),Ae().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(o)),o}:n})(o,s),l=async o=>{const s=(null==i?void 0:i.beforeRequest)?i.beforeRequest(o):o,{path:l,body:c,headers:u,queryParams:d,method:h,token:p}=s,f=await a((({path:t,baseUrl:e,queryParams:n})=>{const o=new URL(t,e);return n&&(o.search=new URLSearchParams(n).toString()),o})({path:l,baseUrl:t,queryParams:d}),{headers:_e(Re(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"1.0.4"},(null==n?void 0:n.baseHeaders)||{},u),method:h,body:Pe(c),credentials:r||"include"});return(null==i?void 0:i.afterRequest)&&await i.afterRequest(o,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:o}={})=>l({path:t,headers:e,queryParams:n,body:void 0,method:Ue.get,token:o}),post:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.post,token:i}),put:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.put,token:i}),delete:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.delete,token:i}),hooks:i}};var qe={TOO_MANY_REQUESTS:429};function Me(t,e,n){var o;let i=$e(t);e&&(i=null===(o=null==i?void 0:i.tenants)||void 0===o?void 0:o[e]);const r=null==i?void 0:i[n];return Array.isArray(r)?r:[]}function $e(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return z(t)}function Le(t){const{exp:e}=$e(t);return(new Date).getTime()/1e3>e}function De(t,e){return Me(t,e,"permissions")}function Ne(t,e){return Me(t,e,"roles")}const Ke=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function Je(t,e){var n;const o=await t,i={code:o.status,ok:o.ok,response:o},r=await o.clone().json();return o.ok?i.data=e?e(r):r:(i.error=r,o.status===qe.TOO_MANY_REQUESTS&&Object.assign(i.error,{retryAfter:Number.parseInt(null===(n=o.headers)||void 0===n?void 0:n.get("retry-after"))||0})),i}const Fe=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),We=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),He=t=>e=>t.test(e),Be=He(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Ve=He(/^\+[1-9]{1}[0-9]{3,14}$/),ze=Fe(Be,'"{val}" is not a valid email'),Ge=Fe(Ve,'"{val}" is not a valid phone number'),Ze=Fe((1,t=>t.length>=1),"Minimum length is 1");const Qe=Fe((t=>"string"==typeof t),"Input is not a string"),Ye=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>We(...t).validate(n[e]))),e(...n)),Xe=t=>[Qe(`"${t}" must be a string`),Ze(`"${t}" must not be empty`)],tn=t=>[Qe(`"${t}" must be a string`),ze()],en=t=>[Qe(`"${t}" must be a string`),Ge()],nn=Ye(Xe("accessKey")),on=t=>({exchange:nn((e=>Je(t.post(Jt,{},{token:e}))))});var rn,sn,an,ln;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(rn||(rn={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(sn||(sn={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(an||(an={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(ln||(ln={}));const cn=Xe("loginId"),un=Ye(Xe("token")),dn=Ye(cn),hn=Ye(Xe("pendingRef")),pn=Ye(cn,tn("email")),fn=t=>({verify:un((e=>Je(t.post(Xt,{token:e})))),signIn:dn(((e,n,o,i)=>Je(t.post(Ke(te,sn.email),{loginId:e,URI:n,loginOptions:o},{token:i})))),signUpOrIn:dn(((e,n)=>Je(t.post(Ke(ie,sn.email),{loginId:e,URI:n})))),signUp:dn(((e,n,o)=>Je(t.post(Ke(ee,sn.email),{loginId:e,URI:n,user:o})))),waitForSession:hn(((e,n)=>new Promise((o=>{const{pollingIntervalMs:i,timeoutMs:r}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||Ce,Ce)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(ne,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),o(Je(Promise.resolve(n))))}),i);s=setTimeout((()=>{o({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:pn(((e,n,o,i)=>Je(t.post(oe.email,{loginId:e,email:n,URI:o},{token:i}))))}}),gn=Ye(Xe("flowId")),vn=Ye(Xe("executionId"),Xe("stepId"),Xe("interactionId")),bn=t=>({start:gn(((e,n,o,i,r)=>Je(t.post(Ee,{flowId:e,options:n,conditionInteractionId:o,interactionId:i,input:r})))),next:vn(((e,n,o,i)=>Je(t.post(xe,{executionId:e,stepId:n,interactionId:o,input:i}))))}),wn=Xe("loginId"),mn=Ye(Xe("token")),yn=Ye(wn),In=Ye(wn,en("phone")),kn=Ye(wn,tn("email")),On=t=>({verify:mn((e=>Je(t.post(zt,{token:e})))),signIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o,i,r)=>Je(t.post(Ke(Gt,n),{loginId:e,URI:o,loginOptions:i},{token:r}))))})),{}),signUp:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o,i)=>Je(t.post(Ke(Zt,n),{loginId:e,URI:o,user:i}))))})),{}),signUpOrIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o)=>Je(t.post(Ke(Yt,n),{loginId:e,URI:o}))))})),{}),update:{email:kn(((e,n,o,i)=>Je(t.post(Qt.email,{loginId:e,email:n,URI:o},{token:i})))),phone:Object.keys(rn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:In(((e,o,i,r)=>Je(t.post(Ke(Qt.phone,n),{loginId:e,phone:o,URI:i},{token:r}))))})),{})}});var jn;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple",t.discord="discord",t.linkedin="linkedin"}(jn||(jn={}));const Sn=Ye(Xe("code")),En=t=>({start:Object.keys(jn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:o=!1}={},i,r)=>{const s=await t.post(re,i||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:r});if(!o||!s.ok)return Je(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:Sn((e=>Je(t.post(se,{code:e}))))});var xn;!function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(xn||(xn={}));const Cn=Xe("loginId"),An=Ye(Cn,Xe("code")),Un=Ye(Cn),_n=Ye(Cn,en("phone")),Pn=Ye(Cn,tn("email")),Rn=t=>({verify:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:An(((e,o)=>Je(t.post(Ke(Ft,n),{code:o,loginId:e}))))})),{}),signIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o,i)=>Je(t.post(Ke(Wt,n),{loginId:e,loginOptions:o},{token:i}))))})),{}),signUp:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o)=>Je(t.post(Ke(Ht,n),{loginId:e,user:o}))))})),{}),signUpOrIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un((e=>Je(t.post(Ke(Vt,n),{loginId:e}))))})),{}),update:{email:Pn(((e,n,o)=>Je(t.post(Bt.email,{loginId:e,email:n},{token:o})))),phone:Object.keys(rn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:_n(((e,o,i)=>Je(t.post(Ke(Bt.phone,n),{loginId:e,phone:o},{token:i}))))})),{})}}),Tn=Ye(Xe("tenant")),qn=Ye(Xe("code")),Mn=t=>({start:Tn((async(e,n,{redirect:o=!1}={},i,r)=>{const s=await t.post(ae,i||{},{queryParams:{tenant:e,redirectURL:n},token:r});if(!o||!s.ok)return Je(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:qn((e=>Je(t.post(le,{code:e}))))}),$n=Xe("loginId"),Ln=Ye($n,Xe("code")),Dn=Ye($n),Nn=Ye($n),Kn=t=>({signUp:Dn(((e,n)=>Je(t.post(ue,{loginId:e,user:n})))),verify:Ln(((e,n,o,i)=>Je(t.post(ce,{loginId:e,code:n,loginOptions:o},{token:i})))),update:Nn(((e,n)=>Je(t.post(de,{loginId:e},{token:n}))))}),Jn=Xe("loginId"),Fn=Xe("newPassword"),Wn=Ye(Jn,Xe("password")),Hn=Ye(Jn),Bn=Ye(Jn,Fn),Vn=Ye(Jn,Xe("oldPassword"),Fn),zn=t=>({signUp:Wn(((e,n,o)=>Je(t.post(ve,{loginId:e,password:n,user:o})))),signIn:Wn(((e,n)=>Je(t.post(be,{loginId:e,password:n})))),sendReset:Hn(((e,n)=>Je(t.post(we,{loginId:e,redirectUrl:n})))),update:Bn(((e,n,o)=>Je(t.post(me,{loginId:e,newPassword:n},{token:o})))),replace:Vn(((e,n,o)=>Je(t.post(ye,{loginId:e,oldPassword:n,newPassword:o})))),policy:()=>Je(t.get(Ie))}),Gn=[Qe('"loginId" must be a string')],Zn=Xe("loginId"),Qn=Xe("origin"),Yn=Ye(Zn,Qn,Xe("name")),Xn=Ye(Zn,Qn),to=Ye(Gn,Qn),eo=Ye(Zn,Qn,Xe("token")),no=Ye(Xe("transactionId"),Xe("response")),oo=t=>({signUp:{start:Yn(((e,n,o)=>Je(t.post(he.start,{user:{loginId:e,name:o},origin:n})))),finish:no(((e,n)=>Je(t.post(he.finish,{transactionId:e,response:n}))))},signIn:{start:to(((e,n,o,i)=>Je(t.post(pe.start,{loginId:e,origin:n,loginOptions:o},{token:i})))),finish:no(((e,n)=>Je(t.post(pe.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:Xn(((e,n)=>Je(t.post(fe.start,{loginId:e,origin:n}))))},update:{start:eo(((e,n,o)=>Je(t.post(ge.start,{loginId:e,origin:n},{token:o})))),finish:no(((e,n)=>Je(t.post(ge.finish,{transactionId:e,response:n}))))}}),io=Ye(Xe("token"));var ro,so=Ye([("projectId",ro=Xe("projectId"),Fe(((t,e)=>n=>We(...e).validate(Kt(n,t)))("projectId",ro))())])((t=>{var e,n;const o=[].concat((null===(e=t.hooks)||void 0===e?void 0:e.beforeRequest)||[]),i=[].concat((null===(n=t.hooks)||void 0===n?void 0:n.afterRequest)||[]);return(({projectId:t,logger:e,baseUrl:n,hooks:o,cookiePolicy:i,baseHeaders:r={},fetch:s})=>{return a=Te({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:o,cookiePolicy:i,baseConfig:{baseHeaders:r},fetch:s}),{accessKey:on(a),otp:Rn(a),magicLink:On(a),enchantedLink:fn(a),oauth:En(a),saml:Mn(a),totp:Kn(a),webauthn:oo(a),password:zn(a),flow:bn(a),refresh:t=>Je(a.post(ke,{},{token:t})),logout:t=>Je(a.post(Oe,{},{token:t})),logoutAll:t=>Je(a.post(je,{},{token:t})),me:t=>Je(a.get(Se,{token:t})),isJwtExpired:io(Le),getJwtPermissions:io(De),getJwtRoles:io(Ne),httpClient:a};var a})(Object.assign(Object.assign({},t),{hooks:{beforeRequest:t=>null==o?void 0:o.reduce(((t,e)=>e(t)),t),afterRequest:async(e,n)=>{(await Promise.allSettled(null==i?void 0:i.map((t=>t(e,null==n?void 0:n.clone()))))).forEach((e=>{var n;return"rejected"===e.status&&(null===(n=t.logger)||void 0===n?void 0:n.error(e.reason))}))}}}))}));const ao=(t,e,n)=>(e.forEach((e=>{const o=e.split(".");let i=o.shift(),r=t;for(;o.length>0;){if(r=r[i],!i||!r)throw Error(`Invalid path "${e}", "${i}" is missing or has no value`);i=o.shift()}if("function"!=typeof r[i])throw Error(`"${e}" is not a function`);const s=r[i];r[i]=n(s)})),t);var lo=Object.assign(so,{DeliveryMethods:sn});var co="Blocked by CSP",uo="API key required",ho="3.8.2",po="9319";function fo(t,e){var n=[];return function(t,e){var n,o,i=(o=function(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;i<r;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))}([],t,!0),{current:function(){return o[0]},postpone:function(){var t=o.shift();void 0!==t&&o.push(t)},exclude:function(){o.shift()}}),r=(100,3e3,n=0,function(){return Math.random()*Math.min(3e3,100*Math.pow(2,n++))}),s=i.current();if(void 0===s)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var a=function(t,n){return e(t).catch((function(t){if(n+1>=5)throw t;!function(t){if(!(t instanceof Error))return!1;var e=t.message;return e===co||e===po}(t)?i.postpone():i.exclude();var e,o=i.current();if(void 0===o)throw t;return(e=r(),new Promise((function(t){return setTimeout(t,e)}))).then((function(){return a(o,n+1)}))}))};return a(s,0)}(t,(function(t){var o=new Date,i=function(){return n.push({url:t,startedAt:o,finishedAt:new Date})},r=e(t);return r.then(i,i),r})).then((function(t){return[t,{attempts:n}]}))}var go="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",vo="Failed to load the JS script of the agent";function bo(n){var o;n.scriptUrlPattern;var i=n.token,r=n.apiKey,s=void 0===r?i:r,a=e(n,["scriptUrlPattern","token","apiKey"]),l=null!==(o=function(t,e){return function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}(t,e)?t[e]:void 0}(n,"scriptUrlPattern"))&&void 0!==o?o:go;return Promise.resolve().then((function(){if(!s||"string"!=typeof s)throw new Error(uo);var t=function(t,e){return(Array.isArray(t)?t:[t]).map((function(t){return function(t,e){var n=encodeURIComponent;return t.replace(/<[^<>]+>/g,(function(t){return"<version>"===t?"3":"<apiKey>"===t?n(e):"<loaderVersion>"===t?n(ho):t}))}(String(t),e)}))}(l,s);return fo(t,wo).catch(yo)})).then((function(e){var n=e[0],o=e[1];return n.load(t(t({},a),{ldi:o}))}))}function wo(t){return function(t,e,n,o){var i,r=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),o=e.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=e,l())};r.addEventListener(s,a);var l=function(){return r.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return l(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(l(),i)return function(){throw new Error(co)}();throw t}))}))}(t,(function(){return function(t){return new Promise((function(e,n){var o=document.createElement("script"),i=function(){var t;return null===(t=o.parentNode)||void 0===t?void 0:t.removeChild(o)},r=document.head||document.getElementsByTagName("head")[0];o.onload=function(){i(),e()},o.onerror=function(){i(),n(new Error(vo))},o.async=!0,o.src=t,r.appendChild(o)}))}(t)})).then(mo)}function mo(){var t=window,e="__fpjs_p_l_b",n=t[e];if(function(t,e){var n,o=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==o?void 0:o.configurable)?delete t[e]:o&&!o.writable||(t[e]=void 0)}(t,e),"function"!=typeof(null==n?void 0:n.load))throw new Error(po);return n}function yo(t){throw t instanceof Error&&t.message===po?new Error(vo):t}
2
- /*! js-cookie v3.0.1 | MIT */function Io(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var ko=function t(e,n){function o(t,o,i){if("undefined"!=typeof document){"number"==typeof(i=Io({},n,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in i)i[s]&&(r+="; "+s,!0!==i[s]&&(r+="="+i[s].split(";")[0]));return document.cookie=t+"="+e.write(o,t)+r}}return Object.create({set:o,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],o={},i=0;i<n.length;i++){var r=n[i].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(o[a]=e.read(s,a),t===a)break}catch(t){}}return t?o[t]:o}},remove:function(t,e){o(t,"",Io({},e,{expires:-1}))},withAttributes:function(e){return t(this.converter,Io({},this.attributes,e))},withConverter:function(e){return t(Io({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(e)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const Oo=(t,e)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,o)=>{var i;return n[o]=[].concat((null===(i=t.hooks)||void 0===i?void 0:i[o])||[]).concat((null==e?void 0:e[o])||[]),n}),null!==(n=t.hooks)&&void 0!==n?n:t.hooks={}),t},jo=async t=>{if(!(null==t?void 0:t.ok))return{};const e=await(null==t?void 0:t.clone().json());return(null==e?void 0:e.authInfo)||e||{}},So=async t=>{const e=await jo(t);return(null==e?void 0:e.user)||((null==e?void 0:e.hasOwnProperty("userId"))?e:void 0)},Eo="undefined"!=typeof localStorage,xo=(t,e)=>Eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.setItem(t,e)),Co=t=>Eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(t)),Ao=t=>Eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.removeItem(t)),Uo="undefined"!=typeof window,_o=Uo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://fp.descope.com",Po=(t="",e="")=>({vsid:t,vrid:e}),Ro=(t=!1)=>{const e=localStorage.getItem("fp");if(!e)return null;const n=JSON.parse(e);return(new Date).getTime()>n.expiry&&!t?null:n.value},To=t=>(t.body&&(t.body.fpData=Ro(!0)||Po()),t),qo="dls_last_user_login_id",Mo="dls_last_user_display_name",$o=()=>Co(qo),Lo=()=>Co(Mo),Do=t=>async(...e)=>{var n;e[1]=e[1]||{};const[,o={}]=e,i=$o(),r=Lo();return i&&(null!==(n=o.lastAuth)&&void 0!==n||(o.lastAuth={}),o.lastAuth.loginId=i,o.lastAuth.name=r),await t(...e)},No=t=>async(...e)=>{const n=await t(...e);return Ao(qo),Ao(Mo),n};function Ko(){const t=[];return{pub:e=>{t.forEach((t=>t(e)))},sub:e=>{const n=t.push(e)-1;return()=>t.splice(n,1)}}}const Jo="DS",Fo="DSR",Wo=(t={},n)=>{var{refreshJwt:o,sessionJwt:i}=t,r=e(t,["refreshJwt","sessionJwt"]);void 0===n&&(n=!1),o&&xo(Fo,o),i&&(n?function(t,e,{cookiePath:n,cookieDomain:o,cookieExpiration:i}){if(e){const r=new Date(1e3*i);ko.set(t,e,{path:n,domain:o,expires:r,sameSite:"Strict",secure:!0})}}(Jo,i,r):xo(Jo,i))};function Ho(){return Co(Fo)||""}function Bo(){return ko.get(Jo)||Co(Jo)||""}function Vo(){Ao(Fo),Ao(Jo),ko.remove(Jo)}const zo=t=>Object.assign(t,{token:t.token||Ho()}),Go=t=>async(...e)=>{const n=await t(...e);return Vo(),n};async function Zo(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=ni(n.publicKey.challenge),n.publicKey.user.id=ni(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=ni(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify({id:n.id,rawId:oi(n.rawId),type:n.type,response:{attestationObject:oi(n.response.attestationObject),clientDataJSON:oi(n.response.clientDataJSON)}});var n}async function Qo(t){const e=ti(t);return ei(await navigator.credentials.get(e))}async function Yo(t,e){const n=ti(t);return n.signal=e.signal,n.mediation="conditional",ei(await navigator.credentials.get(n))}async function Xo(t=!1){if(!Uo)return Promise.resolve(!1);const e=!!(PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return e&&t&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():e}function ti(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=ni(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=ni(t.id)})),n}function ei(t){return JSON.stringify({id:t.id,rawId:oi(t.rawId),type:t.type,response:{authenticatorData:oi(t.response.authenticatorData),clientDataJSON:oi(t.response.clientDataJSON),signature:oi(t.response.signature),userHandle:t.response.userHandle?oi(t.response.userHandle):void 0}})}function ni(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function oi(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var ii,ri=(ii=t=>({async signUp(e,n){const o=await t.webauthn.signUp.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Zo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,i)},async signIn(e){const n=await t.webauthn.signIn.start(e,window.location.origin);if(!n.ok)return n;const o=await Qo(n.data.options);return await t.webauthn.signIn.finish(n.data.transactionId,o)},async signUpOrIn(e){var n;const o=await t.webauthn.signUpOrIn.start(e,window.location.origin);if(!o.ok)return o;if(null===(n=o.data)||void 0===n?void 0:n.create){const e=await Zo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,e)}{const e=await Qo(o.data.options);return await t.webauthn.signIn.finish(o.data.transactionId,e)}},async update(e,n){const o=await t.webauthn.update.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Zo(o.data.options);return await t.webauthn.update.finish(o.data.transactionId,i)},helpers:{create:Zo,get:Qo,isSupported:Xo,conditional:Yo}}),(...t)=>{const e=ii(...t);return Object.assign(e.signUp,t[0].webauthn.signUp),Object.assign(e.signIn,t[0].webauthn.signIn),Object.assign(e.signUpOrIn,t[0].webauthn.signUpOrIn),Object.assign(e.update,t[0].webauthn.update),e}),si=t=>Object.assign(Object.assign({},t.flow),{start:async(...e)=>{const n=await Xo(),o=Object.assign(Object.assign({redirectUrl:window.location.href},e[1]),{deviceInfo:{webAuthnSupport:n}});return e[1]=o,t.flow.start(...e)}});const ai=function(...t){return e=>t.reduce(((t,e)=>e(t)),e)}((t=>n=>{var{fpKey:o,fpLoad:i}=n,r=e(n,["fpKey","fpLoad"]);return o?(Uo?i&&(async t=>{try{if(Ro())return;const e=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=bo({apiKey:t,endpoint:_o}),o=await n,{requestId:i}=await o.get({linkedId:e});(t=>{const e={value:t,expiry:(new Date).getTime()+864e5};localStorage.setItem("fp",JSON.stringify(e))})(Po(e,i))}catch(t){global.FB_DEBUG&&console.error(t)}})(o).catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server"),t(Oo(r,{beforeRequest:To}))):t(Object.assign({},r))}),(t=>n=>{var o=e(n,["autoRefresh"]);const{clearAllTimers:i,setTimer:r}=(()=>{const t=[];return{clearAllTimers:()=>{for(;t.length;)clearTimeout(t.pop())},setTimer:(e,n)=>{t.push(setTimeout(e,n))}}})(),s=t(Oo(o,{afterRequest:async(t,e)=>{const{refreshJwt:n,sessionJwt:o}=await jo(e);if(401===(null==e?void 0:e.status))i();else if(o){const t=((a=(t=>{const e=t.split(".");try{if(3===e.length){const t=JSON.parse(window.atob(e[1]));if(t.exp)return new Date(1e3*t.exp)}}catch(t){}return null})(o))?a.getTime()-(new Date).getTime():0)-2e4;i(),r((()=>s.refresh(n)),t)}var a}}));return ao(s,["logout","logoutAll"],(t=>async(...e)=>{const n=await t(...e);return i(),n}))}),(t=>e=>t(Object.assign(Object.assign({},e),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.0.1"},e.baseHeaders)}))),(t=>e=>{const n=Ko(),o=Ko(),i=t(Oo(e,{afterRequest:async(t,e)=>{if(401===(null==e?void 0:e.status))n.pub(null),o.pub(null);else{const t=await So(e);t&&o.pub(t);const{sessionJwt:i}=await jo(e);i&&n.pub(i)}}})),r=ao(i,["logout","logoutAll"],(t=>async(...e)=>{const i=await t(...e);return n.pub(null),o.pub(null),i}));return Object.assign(r,{onSessionTokenChange:n.sub,onUserChange:o.sub})}),(t=>e=>{const n=t(Oo(e,{afterRequest:async(t,e)=>{var n;const o=await So(e),i=null===(n=null==o?void 0:o.loginIds)||void 0===n?void 0:n[0],r=null==o?void 0:o.name;i&&((t=>{xo(qo,t)})(i),(t=>{xo(Mo,t)})(r))}}));let o=ao(n,["flow.start"],Do);return o=ao(o,["logout","logoutAll"],No),Object.assign(o,{getLastUserLoginId:$o,getLastUserDisplayName:Lo})}),(t=>n=>{var{persistTokens:o,sessionTokenViaCookie:i}=n,r=e(n,["persistTokens","sessionTokenViaCookie"]);if(!o||!Uo)return o&&console.warn("Storing auth tokens in local storage and cookies are a client side only capabilities and will not be done when running in the server"),t(r);const s=t(Oo(r,{beforeRequest:zo,afterRequest:async(t,e)=>{401===(null==e?void 0:e.status)?Vo():Wo(await jo(e),i)}})),a=ao(s,["logout","logoutAll"],Go);return Object.assign(a,{getRefreshToken:Ho,getSessionToken:Bo})}))(((...t)=>{const e=lo(...t);return Object.assign(Object.assign({},e),{flow:si(e),webauthn:ri(e)})})),li=document.createElement("template");var ci,ui,di,hi,pi,fi,gi,vi,bi,wi,mi,yi,Ii,ki,Oi,ji,Si,Ei,xi,Ci,Ai,Ui,_i,Pi,Ri,Ti,qi,Mi,$i,Li,Di,Ni,Ki,Ji,Fi,Wi,Hi,Bi;li.innerHTML='\n\t<style>\n\t\t:host {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\t#wc-root {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t#wc-root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<div id="wc-root"></div>\n\t';class Vi extends HTMLElement{constructor(t){super(),ci.add(this),ui.set(this,!1),di.set(this,new K),hi.set(this,new K),this.nextRequestStatus=new K({isLoading:!1}),pi.set(this,void 0),fi.set(this,{popstate:o(this,ci,"m",yi).bind(this)}),gi.set(this,void 0),Oi.set(this,T((()=>n(this,void 0,void 0,(function*(){const t=C(this.projectId,"config.json");try{const{body:e,headers:n}=yield E(t,"json");return{projectConfig:e,executionContext:{geo:n["x-geo"]}}}catch(t){this.logger.error("Cannot get config file","make sure that your projectId & flowId are correct")}}))))),this.logger={error:(t,e="")=>{console.error(t,e,new Error),o(this,ci,"m",Ui).call(this,t,e)},info:(t,e="")=>{console.log(t,e)}},i(this,gi,t,"f"),o(this,ci,"m",vi).call(this)}static get observedAttributes(){return["project-id","flow-id","base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"]}get projectId(){return this.getAttribute("project-id")}get flowId(){return this.getAttribute("flow-id")}get baseUrl(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}get redirectUrl(){return this.getAttribute("redirect-url")||void 0}get debug(){return"true"===this.getAttribute("debug")}get theme(){var t,e;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(e=null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)"))||void 0===e?void 0:e.matches)?"dark":"light"}return n||"light"}get telemetryKey(){return this.getAttribute("telemetryKey")||void 0}get autoFocus(){var t;const e=null!==(t=this.getAttribute("auto-focus"))&&void 0!==t?t:"true";return"skipFirstScreen"===e?e:"true"===e}getExecutionContext(){return n(this,void 0,void 0,(function*(){const{executionContext:t}=yield o(this,Oi,"f").call(this);return t}))}getFlowConfig(){var t;return n(this,void 0,void 0,(function*(){const{projectConfig:e}=yield o(this,Oi,"f").call(this);return(null===(t=null==e?void 0:e.flows)||void 0===t?void 0:t[this.flowId])||{}}))}connectedCallback(){return n(this,void 0,void 0,(function*(){if(this.shadowRoot.isConnected){if(o(this,ci,"m",bi).call(this))return void o(this,ci,"m",wi).call(this);o(this,ci,"m",mi).call(this),o(this,ci,"m",Si).call(this),o(this,ci,"m",ji).call(this),o(this,ci,"m",_i).call(this);const{executionId:t,stepId:e,token:n,code:r,exchangeError:s}=R();window.addEventListener("popstate",o(this,fi,"f").popstate),o(this,di,"f").subscribe(o(this,ci,"m",ki).bind(this)),o(this,hi,"f").subscribe(o(this,ci,"m",Ai).bind(this)),o(this,di,"f").update({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenant,redirectUrl:this.redirectUrl,stepId:e,executionId:t,token:n,code:r,exchangeError:s,telemetryKey:this.telemetryKey}),o(this,hi,"f").update({isDebug:this.debug}),i(this,ui,!0,"f")}}))}disconnectedCallback(){o(this,di,"f").unsubscribeAll(),o(this,hi,"f").unsubscribeAll(),o(this,ci,"m",Ci).call(this),window.removeEventListener("popstate",o(this,fi,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&o(this,ui,"f")&&e!==n&&Vi.observedAttributes.includes(t)){o(this,ci,"m",mi).call(this);const i=null===e;o(this,di,"f").update((({stepId:e,executionId:o})=>{let r=e,s=o;return i||(s=null,r=null,_()),{[P(t)]:n,stepId:r,executionId:s}})),o(this,hi,"f").update({isDebug:this.debug})}}}ui=new WeakMap,di=new WeakMap,hi=new WeakMap,pi=new WeakMap,fi=new WeakMap,gi=new WeakMap,Oi=new WeakMap,ci=new WeakSet,vi=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(li.content.cloneNode(!0)),this.rootElement=this.shadowRoot.querySelector("#wc-root")},bi=function(){const t=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);return!this.shadowRoot.host.closest("form")&&t},wi=function(){const t=this.shadowRoot.host,e=document.createElement("form");t.parentElement.appendChild(e),e.appendChild(t)},mi=function(){const t=["base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"];if(Vi.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[P(e)])throw Error(`${e} cannot be empty`)})),this.theme&&"light"!==this.theme&&"dark"!==this.theme)throw Error('Supported theme values are "light", "dark", or leave empty for using the OS theme')},yi=function(){const{stepId:t,executionId:e}=U();o(this,di,"f").update({stepId:t,executionId:e})},Ii=function(t,e,o){const i=o||void 0,r=!!i;this.sdk=ai(Object.assign(Object.assign({persistTokens:!0},Vi.sdkConfigOverrides),{projectId:t,baseUrl:e,fpKey:i,fpLoad:r})),["start","next"].forEach((t=>{const e=this.sdk.flow[t];this.sdk.flow[t]=(...t)=>n(this,void 0,void 0,(function*(){this.nextRequestStatus.update({isLoading:!0});try{return yield e(...t)}finally{this.nextRequestStatus.update({isLoading:!1})}}))}))},ki=function(t,e,i){return n(this,void 0,void 0,(function*(){const{projectId:e,baseUrl:n,telemetryKey:r}=t;if(i("projectId")||i("baseUrl")||i("telemetryKey")){if(!e)return;o(this,ci,"m",Ii).call(this,e,n,r)}o(this,gi,"f").call(this,t)}))},ji=function(){var t,e,i,r;return n(this,void 0,void 0,(function*(){const{projectConfig:n}=yield o(this,Oi,"f").call(this);null===(r=null===(i=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t[this.theme])||void 0===e?void 0:e.typography)||void 0===i?void 0:i.fontFamilies)||void 0===r||r.forEach((t=>(t=>{if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)})(t.url)))}))},Si=function(){o(this,ci,"m",Ei).call(this),o(this,ci,"m",xi).call(this)},Ei=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=C(this.projectId,"theme.css");try{const{body:n}=yield E(e,"text");t.innerText=n}catch(t){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}this.shadowRoot.appendChild(t)}))},xi=function(){this.rootElement.setAttribute("data-theme",this.theme)},Ci=function(){var t;null===(t=o(this,pi,"f"))||void 0===t||t.remove(),i(this,pi,null,"f")},Ai=function({isDebug:t}){return n(this,void 0,void 0,(function*(){t?(yield import("./debugger-wc-f9c3e248.js"),i(this,pi,document.createElement("descope-debugger"),"f"),Object.assign(o(this,pi,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),document.body.appendChild(o(this,pi,"f"))):o(this,ci,"m",Ci).call(this)}))},Ui=function(t,e){var n;t&&this.debug&&(null===(n=o(this,pi,"f"))||void 0===n||n.updateData({title:t,description:e}))},_i=function(){this.rootElement.onkeydown=t=>{if("Enter"!==t.key)return;t.preventDefault();const e=this.rootElement.querySelectorAll("button");if(1===e.length)return void e[0].click();const n=Array.from(e).filter((t=>"button"===t.getAttribute("data-type")));1===n.length&&n[0].click()}},Vi.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"2.0.6"}};class zi extends Vi{constructor(){const t=new K;super(t.update.bind(t)),Pi.add(this),this.stepState=new K({},{updateOnlyOnChange:!1}),Ri.set(this,void 0),Ti.set(this,null),qi.set(this,(()=>{clearInterval(o(this,Ri,"f")),i(this,Ri,null,"f")})),Mi.set(this,(t=>{var e,n,i,s,a,l,c,u,d;if(!(null==t?void 0:t.ok)){o(this,qi,"f").call(this),o(this,Pi,"m",Bi).call(this,"error",null==t?void 0:t.error);const r=null===(e=null==t?void 0:t.response)||void 0===e?void 0:e.url,l=`${null===(n=null==t?void 0:t.response)||void 0===n?void 0:n.status} - ${null===(i=null==t?void 0:t.response)||void 0===i?void 0:i.statusText}`;return void this.logger.error((null===(s=null==t?void 0:t.error)||void 0===s?void 0:s.errorDescription)||r,(null===(a=null==t?void 0:t.error)||void 0===a?void 0:a.errorMessage)||l)}const p=null===(u=null===(c=null===(l=t.data)||void 0===l?void 0:l.screen)||void 0===c?void 0:c.state)||void 0===u?void 0:u.errorText;p&&this.logger.error(p),(null===(d=t.data)||void 0===d?void 0:d.error)&&this.logger.error(`[${t.data.error.code}]: ${t.data.error.description}`,t.data.error.message);const{status:f,authInfo:v,lastAuth:b}=t.data;if("completed"===f)return function(t){(null==t?void 0:t.authMethod)&&r&&localStorage.setItem(h,JSON.stringify(t))}(b),o(this,qi,"f").call(this),void o(this,Pi,"m",Bi).call(this,"success",v);const{executionId:w,stepId:m,action:y,screen:I,redirect:k,webauthn:O}=t.data;y!==g?this.flowState.update({stepId:m,executionId:w,action:y,redirectTo:null==k?void 0:k.url,screenId:null==I?void 0:I.id,screenState:null==I?void 0:I.state,webauthnTransactionId:null==O?void 0:O.transactionId,webauthnOptions:null==O?void 0:O.options}):this.flowState.update({action:y})})),$i.set(this,T((()=>n(this,void 0,void 0,(function*(){var t;try{const e=yield this.sdk.webauthn.signIn.start("",window.location.origin);return e.ok||this.logger.error("Webauthn start failed",null===(t=null==e?void 0:e.error)||void 0===t?void 0:t.errorMessage),e.data}catch(t){this.logger.error("Webauthn start failed",t.message)}}))))),this.flowState=t}static set sdkConfigOverrides(t){Vi.sdkConfigOverrides=t}connectedCallback(){const t=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});var e,o;return n(this,void 0,void 0,(function*(){this.shadowRoot.isConnected&&(null===(e=this.flowState)||void 0===e||e.subscribe(this.onFlowChange.bind(this)),null===(o=this.stepState)||void 0===o||o.subscribe(this.onStepChange.bind(this))),yield t.connectedCallback.call(this)}))}disconnectedCallback(){super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll()}onFlowChange(t,e,r){var s,a;return n(this,void 0,void 0,(function*(){const{projectId:l,flowId:c,tenant:u,stepId:d,executionId:p,action:w,screenId:I,screenState:k,redirectTo:O,redirectUrl:j,token:S,code:E,exchangeError:x,webauthnTransactionId:U,webauthnOptions:_}=t;let P,R;o(this,Ri,"f")&&o(this,qi,"f").call(this);const T=this.sdk.getLastUserLoginId();if(!p){if(!c)return;const t=yield this.getFlowConfig();if(({startScreenId:P=t.startScreenId,conditionInteractionId:R}=((t,e)=>{var n;const o=null===(n=W[null==t?void 0:t.key])||void 0===n?void 0:n[t.operator];if(!o)return{};const i=o(e)?t.met:t.unmet;return{startScreenId:null==i?void 0:i.screenId,conditionInteractionId:null==i?void 0:i.interactionId}})(t.condition,{loginId:T,code:E})),!P){const t=E?{exchangeCode:E,idpInitiated:!0}:void 0,e=yield this.sdk.flow.start(c,Object.assign({tenant:u},j&&{redirectUrl:j}),R,"",t);return o(this,Mi,"f").call(this,e),void("completed"!==(null===(s=null==e?void 0:e.data)||void 0===s?void 0:s.status)&&this.flowState.update({code:void 0}))}}if(p&&(r("token")&&S||r("code")&&E||r("exchangeError")&&x)){const t=yield this.sdk.flow.next(p,d,m,{token:S,exchangeCode:E,exchangeError:x});return o(this,Mi,"f").call(this,t),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(w===f)return O||this.logger.error("Did not get redirect url"),void window.location.assign(O);if(w===v||w===b){if(!U||!_)return void this.logger.error("Did not get webauthn transaction id or options");let t,e;null===(a=o(this,Ti,"f"))||void 0===a||a.abort(),i(this,Ti,null,"f");try{t=w===v?yield this.sdk.webauthn.helpers.create(_):yield this.sdk.webauthn.helpers.get(_)}catch(t){if("NotAllowedError"!==t.name)return void this.logger.error(t.message);e=!0}const n=yield this.sdk.flow.next(p,d,m,{transactionId:U,response:t,cancelWebauthn:e});o(this,Mi,"f").call(this,n)}if(w===g&&i(this,Ri,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(p,d,y,{});o(this,Mi,"f").call(this,t)}))),2e3),"f"),!I&&!P)return void this.logger.info("Refreshing the page during a flow is not supported yet");const q={direction:A(+d,+e.stepId),screenState:Object.assign(Object.assign({},k),{lastAuth:{loginId:T,name:this.sdk.getLastUserDisplayName()||T}}),htmlUrl:C(l,`${P||I}.html`)},M=function(t){const e={};if(t)try{Object.assign(e,JSON.parse(localStorage.getItem(h)))}catch(t){}return e}(T);P?q.next=(t,e)=>this.sdk.flow.start(c,Object.assign({tenant:u,lastAuth:M},j&&{redirectUrl:j}),R,t,Object.assign(Object.assign({},e),E&&{exchangeCode:E,idpInitiated:!0})):(r("projectId")||r("baseUrl")||r("executionId")||r("stepId"))&&(q.next=(...t)=>this.sdk.flow.next(p,d,...t)),this.stepState.update(q)}))}onStepChange(t,e){var i;return n(this,void 0,void 0,(function*(){const{htmlUrl:r,direction:s,next:a,screenState:l}=t,c=document.createElement("template"),{body:u}=yield E(r,"text");c.innerHTML=u;const d=c.content.cloneNode(!0),h=((t,e)=>{var n;const o=Array.from(t.querySelectorAll("script[data-id]")).map((n=>{var o;const i=n.getAttribute("data-id"),r=null===(o=t.getElementById(i))||void 0===o?void 0:o.innerHTML,s=Function(r).bind(n.previousSibling,e);return n.remove(),s}));return null===(n=t.querySelector("scripts"))||void 0===n||n.remove(),o})(d,yield this.getExecutionContext());this.sdk.webauthn.helpers.isSupported()?yield o(this,Pi,"m",Di).call(this,d,a):d.querySelectorAll(`button[${p}="biometrics"]`).forEach((t=>t.setAttribute("disabled","true"))),J(d,l),((t,e)=>{var n;e&&(null===(n=null==t?void 0:t.style)||void 0===n||n.setProperty("--totp-image",`url(data:image/jpg;base64,${e})`))})(d.querySelector("div"),null===(i=null==l?void 0:l.totp)||void 0===i?void 0:i.image);const f=()=>n(this,void 0,void 0,(function*(){try{h.forEach((t=>{t()}))}catch(t){this.logger.error(t.message)}this.rootElement.replaceChildren(d);const t=!e.htmlUrl;((t,e,n)=>{if(!0===e||"skipFirstScreen"===e&&!n){const e=t.querySelector('input:not([aria-hidden="true"])');null==e||e.focus()}})(this.rootElement,this.autoFocus,t),o(this,Pi,"m",Wi).call(this,a),o(this,Pi,"m",Bi).call(this,"page-updated",{});if(this.rootElement.querySelector(`[${p}="polling"]`)){const t=yield a(y,{});o(this,Mi,"f").call(this,t)}}));s?o(this,Pi,"m",Hi).call(this,f,s):f()}))}}Ri=new WeakMap,Ti=new WeakMap,qi=new WeakMap,Mi=new WeakMap,$i=new WeakMap,Pi=new WeakSet,Li=function(t){const e=t.name;if(!["email"].includes(e)){const n=`user-${e}`;t.name=n,t.addEventListener("input",(()=>{t.name=t.value?e:n}))}},Di=function(t,e){var r;return n(this,void 0,void 0,(function*(){null===(r=o(this,Ti,"f"))||void 0===r||r.abort();const s=t.querySelector('input[autocomplete="webauthn"]');if(s&&(yield F())){const{options:t,transactionId:r}=(yield o(this,$i,"f").call(this))||{};t&&r&&(o(this,Pi,"m",Li).call(this,s),i(this,Ti,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(t,o(this,Ti,"f")).then((t=>n(this,void 0,void 0,(function*(){const n=yield e(s.id,{transactionId:r,response:t});o(this,Mi,"f").call(this,n)})))).catch((t=>{"AbortError"!==t.name&&this.logger.error("Conditional login failed",t.message)})))}}))},Ni=function(){return Array.from(this.shadowRoot.querySelectorAll(".descope-input")).every((t=>(t.reportValidity(),t.checkValidity())))},Ki=function(){return Array.from(this.shadowRoot.querySelectorAll(`*[name]:not([${d}])`)).reduce(((t,e)=>e.name?Object.assign(t,{[e.name]:e.value}):t),{})},Ji=function(t){const e=this.nextRequestStatus.subscribe((({isLoading:n})=>{var o,i;n?null===(o=null==t?void 0:t.classList)||void 0===o||o.add("loading"):(this.nextRequestStatus.unsubscribe(e),null===(i=null==t?void 0:t.classList)||void 0===i||i.remove("loading"))}))},Fi=function(t,e){return n(this,void 0,void 0,(function*(){if(t.formNoValidate||o(this,Pi,"m",Ni).call(this)){const i=null==t?void 0:t.getAttribute("id");o(this,Pi,"m",Ji).call(this,t);const r=o(this,Pi,"m",Ki).call(this),s=(n=t,Array.from((null==n?void 0:n.attributes)||[]).reduce(((t,e)=>{var n;const o=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return o?Object.assign(t,{[o]:e.value}):t}),{})),a=Object.assign(Object.assign(Object.assign({},s),r),{origin:window.location.origin}),l=yield e(i,a);o(this,Mi,"f").call(this,l)}var n}))},Wi=function(t){this.rootElement.querySelectorAll("button").forEach((e=>{e.onclick=()=>{o(this,Pi,"m",Fi).call(this,e,t)}}))},Hi=function(t,e){this.rootElement.addEventListener("transitionend",(()=>{this.rootElement.classList.remove("fade-out"),t()}),{once:!0});const n=e===I.forward?"slide-forward":"slide-backward";Array.from(this.rootElement.getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),this.rootElement.classList.add("fade-out")},Bi=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},customElements.define("descope-wc",zi);export{zi as D,K as S,o as _,i as a};
1
+ var t=function(){return t=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(n[o[i]]=t[o[i]])}return n}function n(t,e,n,o){return new(n||(n=Promise))((function(i,r){function s(t){try{l(o.next(t))}catch(t){r(t)}}function a(t){try{l(o.throw(t))}catch(t){r(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}l((o=o.apply(t,e||[])).next())}))}function o(t,e,n,o){if("a"===n&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?o:"a"===n?o.call(t):o?o.value:e.get(t)}function i(t,e,n,o,i){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?i.call(t,n):i?i.value=n:e.set(t,n),n}const r="undefined"!=typeof localStorage,s=r&&localStorage.getItem("base.content.url")||"https://static.descope.com/pages",a="descope-login-flow",l="t",c="code",u="err",d="data-exclude-field",h="dls_last_auth",p="data-type",f="redirect",g="poll",v="webauthnCreate",b="webauthnGet",w="v2-alpha",m="submit",y="polling";var I,k,O;function j(t){return new URLSearchParams(window.location.search).get(t)}function S(t){if(window.history.replaceState&&j(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}function E(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return{body:yield n[e||"text"](),headers:Object.fromEntries(n.headers.entries())}}))}!function(t){t.backward="backward",t.forward="forward"}(I||(I={}));const x=(...t)=>t.join("/").replace(/\/+/g,"/");function C(t,e){const n=new URL(s);return n.pathname=x(n.pathname,t,w,e),n.toString()}function A(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?I.forward:t<e?I.backward:void 0}const U=()=>{const[t="",e=""]=(j(a)||"").split("_");return{executionId:t,stepId:e}};function _(){S(a)}const P=t=>t.replace(/-./g,(t=>t[1].toUpperCase())),R=()=>{const{executionId:t,stepId:e}=U();(t||e)&&_();const n=j(l)||void 0;n&&S(l);const o=j(c)||void 0;o&&S(c);const i=j(u)||void 0;return i&&S(u),{executionId:t,stepId:e,token:n,code:o,exchangeError:i}},T=t=>{let e,n;return(...o)=>{return e&&(r=o,(i=e).length===r.length&&i.every(((t,e)=>t===r[e])))||(e=o,n=t(...o)),n;var i,r}},q=null===(O=null===(k=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===k?void 0:k.brands)||void 0===O?void 0:O.find((({brand:t,version:e})=>"Chromium"===t&&parseFloat(e)));var M,$,L,D;function N(t,e){const n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);if(n.length!==o.length)return!1;for(let o=0;o<n.length;o+=1){const i=n[o],r=t[i],s=e[i];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!N(r,s))return!1}else if(r!==s)return!1}return!0}class K{constructor(t={},{updateOnlyOnChange:e=!0}={}){M.set(this,void 0),$.set(this,{}),L.set(this,0),D.set(this,!1),this.update=t=>{const e="function"==typeof t?t(o(this,M,"f")):t,n=Object.assign(Object.assign({},o(this,M,"f")),e);if(!o(this,D,"f")||!N(o(this,M,"f"),n)){const t=o(this,M,"f");i(this,M,n,"f"),Object.freeze(o(this,M,"f")),setTimeout((()=>{Object.values(o(this,$,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}},i(this,M,t,"f"),i(this,D,e,"f")}get current(){return Object.assign({},o(this,M,"f"))}subscribe(t){return i(this,L,o(this,L,"f")+1,"f"),o(this,$,"f")[o(this,L,"f")]=t,o(this,L,"f").toString()}unsubscribe(t){const e=!!o(this,$,"f")[t];return e&&delete o(this,$,"f")[t],e}unsubscribeAll(){return i(this,$,{},"f"),!0}}M=new WeakMap,$=new WeakMap,L=new WeakMap,D=new WeakMap;const J=(t,e)=>{var n;((t,e,n="")=>{t.querySelectorAll(`[${p}="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]:not([${d}])`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(`[${p}="totp-link"]`).forEach((t=>{t.href=e}))})(t,null===(n=null==e?void 0:e.totp)||void 0===n?void 0:n.provisionUrl),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return o=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),o);var o})))(t.textContent,e)}))})(t,e)},F=T((()=>n(void 0,void 0,void 0,(function*(){var t,e,n,o;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return console.warn("webauthn","Conditional UI is not supported"),!1;try{const i=Promise.all([null===(t=window.PublicKeyCredential)||void 0===t?void 0:t.isConditionalMediationAvailable(),null===(e=window.PublicKeyCredential)||void 0===e?void 0:e.isUserVerifyingPlatformAuthenticatorAvailable()]).then((t=>t.every((t=>!!t)))),r=108;return yield Promise.race([i,(n=100,new Promise(((t,e)=>{const i=setTimeout((()=>{e(new Error(`Promise timed out after ${n} ms`))}),n);null==o||o((e=>{clearTimeout(i),t(e)}),(t=>{clearTimeout(i),e(t)}))}))).catch((()=>q()>=r))])}catch(t){return console.warn("webauthn","Conditional login check failed",t),!1}})))),W={"lastAuth.loginId":{"not-empty":t=>!!t.loginId,empty:t=>!t.loginId},idpInitiated:{"is-true":t=>!!t.code,"is-false":t=>!t.code}};function H(t){this.message=t}H.prototype=new Error,H.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new H("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,i=0,r=0,s="";o=e.charAt(r++);~o&&(n=i%4?64*n+o:o,i++%4)?s+=String.fromCharCode(255&n>>(-2*i&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return s};function V(t){this.message=t}function z(t,e){if("string"!=typeof t)throw new V("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(B(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return B(e)}}(t.split(".")[n]))}catch(t){throw new V("Invalid token specified: "+t.message)}}V.prototype=new Error,V.prototype.name="InvalidTokenError";var G="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},Z="Expected a function",Q="__lodash_hash_undefined__",Y=1/0,X="[object Function]",tt="[object GeneratorFunction]",et="[object Symbol]",nt=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,ot=/^\w*$/,it=/^\./,rt=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,st=/\\(\\)?/g,at=/^\[object .+?Constructor\]$/,lt="object"==typeof G&&G&&G.Object===Object&&G,ct="object"==typeof self&&self&&self.Object===Object&&self,ut=lt||ct||Function("return this")();var dt,ht=Array.prototype,pt=Function.prototype,ft=Object.prototype,gt=ut["__core-js_shared__"],vt=(dt=/[^.]+$/.exec(gt&&gt.keys&&gt.keys.IE_PROTO||""))?"Symbol(src)_1."+dt:"",bt=pt.toString,wt=ft.hasOwnProperty,mt=ft.toString,yt=RegExp("^"+bt.call(wt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),It=ut.Symbol,kt=ht.splice,Ot=Tt(ut,"Map"),jt=Tt(Object,"create"),St=It?It.prototype:void 0,Et=St?St.toString:void 0;function xt(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ct(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function At(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ut(t,e){for(var n,o,i=t.length;i--;)if((n=t[i][0])===(o=e)||n!=n&&o!=o)return i;return-1}function _t(t,e){var n;e=function(t,e){if(Lt(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Nt(t))return!0;return ot.test(t)||!nt.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Lt(n=e)?n:qt(n);for(var o=0,i=e.length;null!=t&&o<i;)t=t[Mt(e[o++])];return o&&o==i?t:void 0}function Pt(t){if(!Dt(t)||(e=t,vt&&vt in e))return!1;var e,n=function(t){var e=Dt(t)?mt.call(t):"";return e==X||e==tt}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?yt:at;return n.test(function(t){if(null!=t){try{return bt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function Rt(t,e){var n,o,i=t.__data__;return("string"==(o=typeof(n=e))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function Tt(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return Pt(n)?n:void 0}xt.prototype.clear=function(){this.__data__=jt?jt(null):{}},xt.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},xt.prototype.get=function(t){var e=this.__data__;if(jt){var n=e[t];return n===Q?void 0:n}return wt.call(e,t)?e[t]:void 0},xt.prototype.has=function(t){var e=this.__data__;return jt?void 0!==e[t]:wt.call(e,t)},xt.prototype.set=function(t,e){return this.__data__[t]=jt&&void 0===e?Q:e,this},Ct.prototype.clear=function(){this.__data__=[]},Ct.prototype.delete=function(t){var e=this.__data__,n=Ut(e,t);return!(n<0)&&(n==e.length-1?e.pop():kt.call(e,n,1),!0)},Ct.prototype.get=function(t){var e=this.__data__,n=Ut(e,t);return n<0?void 0:e[n][1]},Ct.prototype.has=function(t){return Ut(this.__data__,t)>-1},Ct.prototype.set=function(t,e){var n=this.__data__,o=Ut(n,t);return o<0?n.push([t,e]):n[o][1]=e,this},At.prototype.clear=function(){this.__data__={hash:new xt,map:new(Ot||Ct),string:new xt}},At.prototype.delete=function(t){return Rt(this,t).delete(t)},At.prototype.get=function(t){return Rt(this,t).get(t)},At.prototype.has=function(t){return Rt(this,t).has(t)},At.prototype.set=function(t,e){return Rt(this,t).set(t,e),this};var qt=$t((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Nt(t))return Et?Et.call(t):"";var e=t+"";return"0"==e&&1/t==-Y?"-0":e}(e);var n=[];return it.test(t)&&n.push(""),t.replace(rt,(function(t,e,o,i){n.push(o?i.replace(st,"$1"):e||t)})),n}));function Mt(t){if("string"==typeof t||Nt(t))return t;var e=t+"";return"0"==e&&1/t==-Y?"-0":e}function $t(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(Z);var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s),s};return n.cache=new($t.Cache||At),n}$t.Cache=At;var Lt=Array.isArray;function Dt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Nt(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&mt.call(t)==et}var Kt=function(t,e,n){var o=null==t?void 0:_t(t,e);return void 0===o?n:o},Jt="/v1/auth/accesskey/exchange",Ft="/v1/auth/otp/verify",Wt="/v1/auth/otp/signin",Ht="/v1/auth/otp/signup",Bt={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},Vt="/v1/auth/otp/signup-in",zt="/v1/auth/magiclink/verify",Gt="/v1/auth/magiclink/signin",Zt="/v1/auth/magiclink/signup",Qt={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},Yt="/v1/auth/magiclink/signup-in",Xt="/v1/auth/enchantedlink/verify",te="/v1/auth/enchantedlink/signin",ee="/v1/auth/enchantedlink/signup",ne="/v1/auth/enchantedlink/pending-session",oe={email:"/v1/auth/enchantedlink/update/email"},ie="/v1/auth/enchantedlink/signup-in",re="/v1/auth/oauth/authorize",se="/v1/auth/oauth/exchange",ae="/v1/auth/saml/authorize",le="/v1/auth/saml/exchange",ce="/v1/auth/totp/verify",ue="/v1/auth/totp/signup",de="/v1/auth/totp/update",he={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},pe={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},fe={start:"/v1/auth/webauthn/signup-in/start"},ge={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},ve="/v1/auth/password/signup",be="/v1/auth/password/signin",we="/v1/auth/password/reset",me="/v1/auth/password/update",ye="/v1/auth/password/replace",Ie="/v1/auth/password/policy",ke="/v1/auth/refresh",Oe="/v1/auth/logout",je="/v1/auth/logoutall",Se="/v1/auth/me",Ee="/v1/flow/start",xe="/v1/flow/next";const Ce=6e5,Ae=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}};var Ue;!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(Ue||(Ue={}));const _e=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,o])=>(t[n]=o,t)),t),t}),{})),Pe=t=>void 0===t?void 0:JSON.stringify(t),Re=(t,e="")=>{let n=t;return e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},Te=({baseUrl:t,projectId:e,baseConfig:n,logger:o,hooks:i,cookiePolicy:r,fetch:s})=>{const a=((t,e)=>{const n=e||fetch;return n||null==t||t.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),t?async(...e)=>{if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");t.log((t=>Ae().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const o=await n(...e);return t[o.ok?"log":"error"](await(async t=>{const e=await(t.clone?t.clone().text():t.text());return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),Ae().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(o)),o}:n})(o,s),l=async o=>{const s=(null==i?void 0:i.beforeRequest)?i.beforeRequest(o):o,{path:l,body:c,headers:u,queryParams:d,method:h,token:p}=s,f=await a((({path:t,baseUrl:e,queryParams:n})=>{const o=new URL(t,e);return n&&(o.search=new URLSearchParams(n).toString()),o})({path:l,baseUrl:t,queryParams:d}),{headers:_e(Re(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"1.0.6"},(null==n?void 0:n.baseHeaders)||{},u),method:h,body:Pe(c),credentials:r||"include"});return(null==i?void 0:i.afterRequest)&&await i.afterRequest(o,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:o}={})=>l({path:t,headers:e,queryParams:n,body:void 0,method:Ue.get,token:o}),post:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.post,token:i}),put:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.put,token:i}),delete:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.delete,token:i}),hooks:i}};var qe={TOO_MANY_REQUESTS:429};function Me(t,e,n){var o;let i=$e(t);e&&(i=null===(o=null==i?void 0:i.tenants)||void 0===o?void 0:o[e]);const r=null==i?void 0:i[n];return Array.isArray(r)?r:[]}function $e(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return z(t)}function Le(t){const{exp:e}=$e(t);return(new Date).getTime()/1e3>e}function De(t,e){return Me(t,e,"permissions")}function Ne(t,e){return Me(t,e,"roles")}const Ke=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function Je(t,e){var n;const o=await t,i={code:o.status,ok:o.ok,response:o},r=await o.clone().json();return o.ok?i.data=e?e(r):r:(i.error=r,o.status===qe.TOO_MANY_REQUESTS&&Object.assign(i.error,{retryAfter:Number.parseInt(null===(n=o.headers)||void 0===n?void 0:n.get("retry-after"))||0})),i}const Fe=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),We=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),He=t=>e=>t.test(e),Be=He(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Ve=He(/^\+[1-9]{1}[0-9]{3,14}$/),ze=Fe(Be,'"{val}" is not a valid email'),Ge=Fe(Ve,'"{val}" is not a valid phone number'),Ze=Fe((1,t=>t.length>=1),"Minimum length is 1");const Qe=Fe((t=>"string"==typeof t),"Input is not a string"),Ye=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>We(...t).validate(n[e]))),e(...n)),Xe=t=>[Qe(`"${t}" must be a string`),Ze(`"${t}" must not be empty`)],tn=t=>[Qe(`"${t}" must be a string`),ze()],en=t=>[Qe(`"${t}" must be a string`),Ge()],nn=Ye(Xe("accessKey")),on=t=>({exchange:nn((e=>Je(t.post(Jt,{},{token:e}))))});var rn,sn,an,ln;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(rn||(rn={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(sn||(sn={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(an||(an={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(ln||(ln={}));const cn=Xe("loginId"),un=Ye(Xe("token")),dn=Ye(cn),hn=Ye(Xe("pendingRef")),pn=Ye(cn,tn("email")),fn=t=>({verify:un((e=>Je(t.post(Xt,{token:e})))),signIn:dn(((e,n,o,i)=>Je(t.post(Ke(te,sn.email),{loginId:e,URI:n,loginOptions:o},{token:i})))),signUpOrIn:dn(((e,n)=>Je(t.post(Ke(ie,sn.email),{loginId:e,URI:n})))),signUp:dn(((e,n,o)=>Je(t.post(Ke(ee,sn.email),{loginId:e,URI:n,user:o})))),waitForSession:hn(((e,n)=>new Promise((o=>{const{pollingIntervalMs:i,timeoutMs:r}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||Ce,Ce)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(ne,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),o(Je(Promise.resolve(n))))}),i);s=setTimeout((()=>{o({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:pn(((e,n,o,i)=>Je(t.post(oe.email,{loginId:e,email:n,URI:o},{token:i}))))}}),gn=Ye(Xe("flowId")),vn=Ye(Xe("executionId"),Xe("stepId"),Xe("interactionId")),bn=t=>({start:gn(((e,n,o,i,r)=>Je(t.post(Ee,{flowId:e,options:n,conditionInteractionId:o,interactionId:i,input:r})))),next:vn(((e,n,o,i)=>Je(t.post(xe,{executionId:e,stepId:n,interactionId:o,input:i}))))}),wn=Xe("loginId"),mn=Ye(Xe("token")),yn=Ye(wn),In=Ye(wn,en("phone")),kn=Ye(wn,tn("email")),On=t=>({verify:mn((e=>Je(t.post(zt,{token:e})))),signIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o,i,r)=>Je(t.post(Ke(Gt,n),{loginId:e,URI:o,loginOptions:i},{token:r}))))})),{}),signUp:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o,i)=>Je(t.post(Ke(Zt,n),{loginId:e,URI:o,user:i}))))})),{}),signUpOrIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:yn(((e,o)=>Je(t.post(Ke(Yt,n),{loginId:e,URI:o}))))})),{}),update:{email:kn(((e,n,o,i)=>Je(t.post(Qt.email,{loginId:e,email:n,URI:o},{token:i})))),phone:Object.keys(rn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:In(((e,o,i,r)=>Je(t.post(Ke(Qt.phone,n),{loginId:e,phone:o,URI:i},{token:r}))))})),{})}});var jn;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple",t.discord="discord",t.linkedin="linkedin"}(jn||(jn={}));const Sn=Ye(Xe("code")),En=t=>({start:Object.keys(jn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:o=!1}={},i,r)=>{const s=await t.post(re,i||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:r});if(!o||!s.ok)return Je(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:Sn((e=>Je(t.post(se,{code:e}))))});var xn;!function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(xn||(xn={}));const Cn=Xe("loginId"),An=Ye(Cn,Xe("code")),Un=Ye(Cn),_n=Ye(Cn,en("phone")),Pn=Ye(Cn,tn("email")),Rn=t=>({verify:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:An(((e,o)=>Je(t.post(Ke(Ft,n),{code:o,loginId:e}))))})),{}),signIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o,i)=>Je(t.post(Ke(Wt,n),{loginId:e,loginOptions:o},{token:i}))))})),{}),signUp:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o)=>Je(t.post(Ke(Ht,n),{loginId:e,user:o}))))})),{}),signUpOrIn:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un((e=>Je(t.post(Ke(Vt,n),{loginId:e}))))})),{}),update:{email:Pn(((e,n,o)=>Je(t.post(Bt.email,{loginId:e,email:n},{token:o})))),phone:Object.keys(rn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:_n(((e,o,i)=>Je(t.post(Ke(Bt.phone,n),{loginId:e,phone:o},{token:i}))))})),{})}}),Tn=Ye(Xe("tenant")),qn=Ye(Xe("code")),Mn=t=>({start:Tn((async(e,n,{redirect:o=!1}={},i,r)=>{const s=await t.post(ae,i||{},{queryParams:{tenant:e,redirectURL:n},token:r});if(!o||!s.ok)return Je(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:qn((e=>Je(t.post(le,{code:e}))))}),$n=Xe("loginId"),Ln=Ye($n,Xe("code")),Dn=Ye($n),Nn=Ye($n),Kn=t=>({signUp:Dn(((e,n)=>Je(t.post(ue,{loginId:e,user:n})))),verify:Ln(((e,n,o,i)=>Je(t.post(ce,{loginId:e,code:n,loginOptions:o},{token:i})))),update:Nn(((e,n)=>Je(t.post(de,{loginId:e},{token:n}))))}),Jn=Xe("loginId"),Fn=Xe("newPassword"),Wn=Ye(Jn,Xe("password")),Hn=Ye(Jn),Bn=Ye(Jn,Fn),Vn=Ye(Jn,Xe("oldPassword"),Fn),zn=t=>({signUp:Wn(((e,n,o)=>Je(t.post(ve,{loginId:e,password:n,user:o})))),signIn:Wn(((e,n)=>Je(t.post(be,{loginId:e,password:n})))),sendReset:Hn(((e,n)=>Je(t.post(we,{loginId:e,redirectUrl:n})))),update:Bn(((e,n,o)=>Je(t.post(me,{loginId:e,newPassword:n},{token:o})))),replace:Vn(((e,n,o)=>Je(t.post(ye,{loginId:e,oldPassword:n,newPassword:o})))),policy:()=>Je(t.get(Ie))}),Gn=[Qe('"loginId" must be a string')],Zn=Xe("loginId"),Qn=Xe("origin"),Yn=Ye(Zn,Qn,Xe("name")),Xn=Ye(Zn,Qn),to=Ye(Gn,Qn),eo=Ye(Zn,Qn,Xe("token")),no=Ye(Xe("transactionId"),Xe("response")),oo=t=>({signUp:{start:Yn(((e,n,o)=>Je(t.post(he.start,{user:{loginId:e,name:o},origin:n})))),finish:no(((e,n)=>Je(t.post(he.finish,{transactionId:e,response:n}))))},signIn:{start:to(((e,n,o,i)=>Je(t.post(pe.start,{loginId:e,origin:n,loginOptions:o},{token:i})))),finish:no(((e,n)=>Je(t.post(pe.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:Xn(((e,n)=>Je(t.post(fe.start,{loginId:e,origin:n}))))},update:{start:eo(((e,n,o)=>Je(t.post(ge.start,{loginId:e,origin:n},{token:o})))),finish:no(((e,n)=>Je(t.post(ge.finish,{transactionId:e,response:n}))))}}),io=Ye(Xe("token"));var ro,so=Ye([("projectId",ro=Xe("projectId"),Fe(((t,e)=>n=>We(...e).validate(Kt(n,t)))("projectId",ro))())])((t=>{var e,n;const o=[].concat((null===(e=t.hooks)||void 0===e?void 0:e.beforeRequest)||[]),i=[].concat((null===(n=t.hooks)||void 0===n?void 0:n.afterRequest)||[]);return(({projectId:t,logger:e,baseUrl:n,hooks:o,cookiePolicy:i,baseHeaders:r={},fetch:s})=>{return a=Te({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:o,cookiePolicy:i,baseConfig:{baseHeaders:r},fetch:s}),{accessKey:on(a),otp:Rn(a),magicLink:On(a),enchantedLink:fn(a),oauth:En(a),saml:Mn(a),totp:Kn(a),webauthn:oo(a),password:zn(a),flow:bn(a),refresh:t=>Je(a.post(ke,{},{token:t})),logout:t=>Je(a.post(Oe,{},{token:t})),logoutAll:t=>Je(a.post(je,{},{token:t})),me:t=>Je(a.get(Se,{token:t})),isJwtExpired:io(Le),getJwtPermissions:io(De),getJwtRoles:io(Ne),httpClient:a};var a})(Object.assign(Object.assign({},t),{hooks:{beforeRequest:t=>null==o?void 0:o.reduce(((t,e)=>e(t)),t),afterRequest:async(e,n)=>{(await Promise.allSettled(null==i?void 0:i.map((t=>t(e,null==n?void 0:n.clone()))))).forEach((e=>{var n;return"rejected"===e.status&&(null===(n=t.logger)||void 0===n?void 0:n.error(e.reason))}))}}}))}));const ao=(t,e,n)=>(e.forEach((e=>{const o=e.split(".");let i=o.shift(),r=t;for(;o.length>0;){if(r=r[i],!i||!r)throw Error(`Invalid path "${e}", "${i}" is missing or has no value`);i=o.shift()}if("function"!=typeof r[i])throw Error(`"${e}" is not a function`);const s=r[i];r[i]=n(s)})),t);var lo=Object.assign(so,{DeliveryMethods:sn});var co="Blocked by CSP",uo="API key required",ho="3.8.2",po="9319";function fo(t,e){var n=[];return function(t,e){var n,o,i=(o=function(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;i<r;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))}([],t,!0),{current:function(){return o[0]},postpone:function(){var t=o.shift();void 0!==t&&o.push(t)},exclude:function(){o.shift()}}),r=(100,3e3,n=0,function(){return Math.random()*Math.min(3e3,100*Math.pow(2,n++))}),s=i.current();if(void 0===s)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var a=function(t,n){return e(t).catch((function(t){if(n+1>=5)throw t;!function(t){if(!(t instanceof Error))return!1;var e=t.message;return e===co||e===po}(t)?i.postpone():i.exclude();var e,o=i.current();if(void 0===o)throw t;return(e=r(),new Promise((function(t){return setTimeout(t,e)}))).then((function(){return a(o,n+1)}))}))};return a(s,0)}(t,(function(t){var o=new Date,i=function(){return n.push({url:t,startedAt:o,finishedAt:new Date})},r=e(t);return r.then(i,i),r})).then((function(t){return[t,{attempts:n}]}))}var go="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",vo="Failed to load the JS script of the agent";function bo(n){var o;n.scriptUrlPattern;var i=n.token,r=n.apiKey,s=void 0===r?i:r,a=e(n,["scriptUrlPattern","token","apiKey"]),l=null!==(o=function(t,e){return function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}(t,e)?t[e]:void 0}(n,"scriptUrlPattern"))&&void 0!==o?o:go;return Promise.resolve().then((function(){if(!s||"string"!=typeof s)throw new Error(uo);var t=function(t,e){return(Array.isArray(t)?t:[t]).map((function(t){return function(t,e){var n=encodeURIComponent;return t.replace(/<[^<>]+>/g,(function(t){return"<version>"===t?"3":"<apiKey>"===t?n(e):"<loaderVersion>"===t?n(ho):t}))}(String(t),e)}))}(l,s);return fo(t,wo).catch(yo)})).then((function(e){var n=e[0],o=e[1];return n.load(t(t({},a),{ldi:o}))}))}function wo(t){return function(t,e,n,o){var i,r=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),o=e.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=e,l())};r.addEventListener(s,a);var l=function(){return r.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return l(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(l(),i)return function(){throw new Error(co)}();throw t}))}))}(t,(function(){return function(t){return new Promise((function(e,n){var o=document.createElement("script"),i=function(){var t;return null===(t=o.parentNode)||void 0===t?void 0:t.removeChild(o)},r=document.head||document.getElementsByTagName("head")[0];o.onload=function(){i(),e()},o.onerror=function(){i(),n(new Error(vo))},o.async=!0,o.src=t,r.appendChild(o)}))}(t)})).then(mo)}function mo(){var t=window,e="__fpjs_p_l_b",n=t[e];if(function(t,e){var n,o=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==o?void 0:o.configurable)?delete t[e]:o&&!o.writable||(t[e]=void 0)}(t,e),"function"!=typeof(null==n?void 0:n.load))throw new Error(po);return n}function yo(t){throw t instanceof Error&&t.message===po?new Error(vo):t}
2
+ /*! js-cookie v3.0.1 | MIT */function Io(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var ko=function t(e,n){function o(t,o,i){if("undefined"!=typeof document){"number"==typeof(i=Io({},n,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in i)i[s]&&(r+="; "+s,!0!==i[s]&&(r+="="+i[s].split(";")[0]));return document.cookie=t+"="+e.write(o,t)+r}}return Object.create({set:o,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],o={},i=0;i<n.length;i++){var r=n[i].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(o[a]=e.read(s,a),t===a)break}catch(t){}}return t?o[t]:o}},remove:function(t,e){o(t,"",Io({},e,{expires:-1}))},withAttributes:function(e){return t(this.converter,Io({},this.attributes,e))},withConverter:function(e){return t(Io({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(e)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const Oo=(t,e)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,o)=>{var i;return n[o]=[].concat((null===(i=t.hooks)||void 0===i?void 0:i[o])||[]).concat((null==e?void 0:e[o])||[]),n}),null!==(n=t.hooks)&&void 0!==n?n:t.hooks={}),t},jo=async t=>{if(!(null==t?void 0:t.ok))return{};const e=await(null==t?void 0:t.clone().json());return(null==e?void 0:e.authInfo)||e||{}},So=async t=>{const e=await jo(t);return(null==e?void 0:e.user)||((null==e?void 0:e.hasOwnProperty("userId"))?e:void 0)},Eo="undefined"!=typeof localStorage,xo=(t,e)=>Eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.setItem(t,e)),Co=t=>Eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(t)),Ao=t=>Eo&&(null===localStorage||void 0===localStorage?void 0:localStorage.removeItem(t)),Uo="undefined"!=typeof window,_o=Uo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://fp.descope.com",Po=(t="",e="")=>({vsid:t,vrid:e}),Ro=(t=!1)=>{const e=localStorage.getItem("fp");if(!e)return null;const n=JSON.parse(e);return(new Date).getTime()>n.expiry&&!t?null:n.value},To=t=>(t.body&&(t.body.fpData=Ro(!0)||Po()),t),qo="dls_last_user_login_id",Mo="dls_last_user_display_name",$o=()=>Co(qo),Lo=()=>Co(Mo),Do=t=>async(...e)=>{var n;e[1]=e[1]||{};const[,o={}]=e,i=$o(),r=Lo();return i&&(null!==(n=o.lastAuth)&&void 0!==n||(o.lastAuth={}),o.lastAuth.loginId=i,o.lastAuth.name=r),await t(...e)},No=t=>async(...e)=>{const n=await t(...e);return Ao(qo),Ao(Mo),n};function Ko(){const t=[];return{pub:e=>{t.forEach((t=>t(e)))},sub:e=>{const n=t.push(e)-1;return()=>t.splice(n,1)}}}const Jo="DS",Fo="DSR",Wo=(t={},n)=>{var{refreshJwt:o,sessionJwt:i}=t,r=e(t,["refreshJwt","sessionJwt"]);void 0===n&&(n=!1),o&&xo(Fo,o),i&&(n?function(t,e,{cookiePath:n,cookieDomain:o,cookieExpiration:i}){if(e){const r=new Date(1e3*i);ko.set(t,e,{path:n,domain:o,expires:r,sameSite:"Strict",secure:!0})}}(Jo,i,r):xo(Jo,i))};function Ho(){return Co(Fo)||""}function Bo(){return ko.get(Jo)||Co(Jo)||""}function Vo(){Ao(Fo),Ao(Jo),ko.remove(Jo)}const zo=t=>Object.assign(t,{token:t.token||Ho()}),Go=t=>async(...e)=>{const n=await t(...e);return Vo(),n};async function Zo(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=ni(n.publicKey.challenge),n.publicKey.user.id=ni(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=ni(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify({id:n.id,rawId:oi(n.rawId),type:n.type,response:{attestationObject:oi(n.response.attestationObject),clientDataJSON:oi(n.response.clientDataJSON)}});var n}async function Qo(t){const e=ti(t);return ei(await navigator.credentials.get(e))}async function Yo(t,e){const n=ti(t);return n.signal=e.signal,n.mediation="conditional",ei(await navigator.credentials.get(n))}async function Xo(t=!1){if(!Uo)return Promise.resolve(!1);const e=!!(PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return e&&t&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():e}function ti(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=ni(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=ni(t.id)})),n}function ei(t){return JSON.stringify({id:t.id,rawId:oi(t.rawId),type:t.type,response:{authenticatorData:oi(t.response.authenticatorData),clientDataJSON:oi(t.response.clientDataJSON),signature:oi(t.response.signature),userHandle:t.response.userHandle?oi(t.response.userHandle):void 0}})}function ni(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function oi(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var ii,ri=(ii=t=>({async signUp(e,n){const o=await t.webauthn.signUp.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Zo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,i)},async signIn(e){const n=await t.webauthn.signIn.start(e,window.location.origin);if(!n.ok)return n;const o=await Qo(n.data.options);return await t.webauthn.signIn.finish(n.data.transactionId,o)},async signUpOrIn(e){var n;const o=await t.webauthn.signUpOrIn.start(e,window.location.origin);if(!o.ok)return o;if(null===(n=o.data)||void 0===n?void 0:n.create){const e=await Zo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,e)}{const e=await Qo(o.data.options);return await t.webauthn.signIn.finish(o.data.transactionId,e)}},async update(e,n){const o=await t.webauthn.update.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Zo(o.data.options);return await t.webauthn.update.finish(o.data.transactionId,i)},helpers:{create:Zo,get:Qo,isSupported:Xo,conditional:Yo}}),(...t)=>{const e=ii(...t);return Object.assign(e.signUp,t[0].webauthn.signUp),Object.assign(e.signIn,t[0].webauthn.signIn),Object.assign(e.signUpOrIn,t[0].webauthn.signUpOrIn),Object.assign(e.update,t[0].webauthn.update),e}),si=t=>Object.assign(Object.assign({},t.flow),{start:async(...e)=>{const n=await Xo(),o=Object.assign(Object.assign({redirectUrl:window.location.href},e[1]),{deviceInfo:{webAuthnSupport:n}});return e[1]=o,t.flow.start(...e)}});const ai=function(...t){return e=>t.reduce(((t,e)=>e(t)),e)}((t=>n=>{var{fpKey:o,fpLoad:i}=n,r=e(n,["fpKey","fpLoad"]);return o?(Uo?i&&(async t=>{try{if(Ro())return;const e=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=bo({apiKey:t,endpoint:_o}),o=await n,{requestId:i}=await o.get({linkedId:e});(t=>{const e={value:t,expiry:(new Date).getTime()+864e5};localStorage.setItem("fp",JSON.stringify(e))})(Po(e,i))}catch(t){global.FB_DEBUG&&console.error(t)}})(o).catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server"),t(Oo(r,{beforeRequest:To}))):t(Object.assign({},r))}),(t=>n=>{var o=e(n,["autoRefresh"]);const{clearAllTimers:i,setTimer:r}=(()=>{const t=[];return{clearAllTimers:()=>{for(;t.length;)clearTimeout(t.pop())},setTimer:(e,n)=>{t.push(setTimeout(e,n))}}})(),s=t(Oo(o,{afterRequest:async(t,e)=>{const{refreshJwt:n,sessionJwt:o}=await jo(e);if(401===(null==e?void 0:e.status))i();else if(o){const t=((a=(t=>{const e=t.split(".");try{if(3===e.length){const t=JSON.parse(window.atob(e[1]));if(t.exp)return new Date(1e3*t.exp)}}catch(t){}return null})(o))?a.getTime()-(new Date).getTime():0)-2e4;i(),r((()=>s.refresh(n)),t)}var a}}));return ao(s,["logout","logoutAll"],(t=>async(...e)=>{const n=await t(...e);return i(),n}))}),(t=>e=>t(Object.assign(Object.assign({},e),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.0.3"},e.baseHeaders)}))),(t=>e=>{const n=Ko(),o=Ko(),i=t(Oo(e,{afterRequest:async(t,e)=>{if(401===(null==e?void 0:e.status))n.pub(null),o.pub(null);else{const t=await So(e);t&&o.pub(t);const{sessionJwt:i}=await jo(e);i&&n.pub(i)}}})),r=ao(i,["logout","logoutAll"],(t=>async(...e)=>{const i=await t(...e);return n.pub(null),o.pub(null),i}));return Object.assign(r,{onSessionTokenChange:n.sub,onUserChange:o.sub})}),(t=>e=>{const n=t(Oo(e,{afterRequest:async(t,e)=>{var n;const o=await So(e),i=null===(n=null==o?void 0:o.loginIds)||void 0===n?void 0:n[0],r=null==o?void 0:o.name;i&&((t=>{xo(qo,t)})(i),(t=>{xo(Mo,t)})(r))}}));let o=ao(n,["flow.start"],Do);return o=ao(o,["logout","logoutAll"],No),Object.assign(o,{getLastUserLoginId:$o,getLastUserDisplayName:Lo})}),(t=>n=>{var{persistTokens:o,sessionTokenViaCookie:i}=n,r=e(n,["persistTokens","sessionTokenViaCookie"]);if(!o||!Uo)return o&&console.warn("Storing auth tokens in local storage and cookies are a client side only capabilities and will not be done when running in the server"),t(r);const s=t(Oo(r,{beforeRequest:zo,afterRequest:async(t,e)=>{401===(null==e?void 0:e.status)?Vo():Wo(await jo(e),i)}})),a=ao(s,["logout","logoutAll"],Go);return Object.assign(a,{getRefreshToken:Ho,getSessionToken:Bo})}))(((...t)=>{const e=lo(...t);return Object.assign(Object.assign({},e),{flow:si(e),webauthn:ri(e)})})),li=document.createElement("template");var ci,ui,di,hi,pi,fi,gi,vi,bi,wi,mi,yi,Ii,ki,Oi,ji,Si,Ei,xi,Ci,Ai,Ui,_i,Pi,Ri,Ti,qi,Mi,$i,Li,Di,Ni,Ki,Ji,Fi,Wi,Hi,Bi;li.innerHTML='\n\t<style>\n\t\t:host {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\t#wc-root {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t#wc-root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<div id="wc-root"></div>\n\t';class Vi extends HTMLElement{constructor(t){super(),ci.add(this),ui.set(this,!1),di.set(this,new K),hi.set(this,new K),this.nextRequestStatus=new K({isLoading:!1}),pi.set(this,void 0),fi.set(this,{popstate:o(this,ci,"m",yi).bind(this)}),gi.set(this,void 0),Oi.set(this,T((()=>n(this,void 0,void 0,(function*(){const t=C(this.projectId,"config.json");try{const{body:e,headers:n}=yield E(t,"json");return{projectConfig:e,executionContext:{geo:n["x-geo"]}}}catch(t){this.logger.error("Cannot get config file","make sure that your projectId & flowId are correct")}}))))),this.logger={error:(t,e="")=>{console.error(t,e,new Error),o(this,ci,"m",Ui).call(this,t,e)},info:(t,e="")=>{console.log(t,e)}},i(this,gi,t,"f"),o(this,ci,"m",vi).call(this)}static get observedAttributes(){return["project-id","flow-id","base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"]}get projectId(){return this.getAttribute("project-id")}get flowId(){return this.getAttribute("flow-id")}get baseUrl(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}get redirectUrl(){return this.getAttribute("redirect-url")||void 0}get debug(){return"true"===this.getAttribute("debug")}get theme(){var t,e;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(e=null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)"))||void 0===e?void 0:e.matches)?"dark":"light"}return n||"light"}get telemetryKey(){return this.getAttribute("telemetryKey")||void 0}get autoFocus(){var t;const e=null!==(t=this.getAttribute("auto-focus"))&&void 0!==t?t:"true";return"skipFirstScreen"===e?e:"true"===e}getExecutionContext(){return n(this,void 0,void 0,(function*(){const{executionContext:t}=yield o(this,Oi,"f").call(this);return t}))}getFlowConfig(){var t;return n(this,void 0,void 0,(function*(){const{projectConfig:e}=yield o(this,Oi,"f").call(this);return(null===(t=null==e?void 0:e.flows)||void 0===t?void 0:t[this.flowId])||{}}))}connectedCallback(){return n(this,void 0,void 0,(function*(){if(this.shadowRoot.isConnected){if(o(this,ci,"m",bi).call(this))return void o(this,ci,"m",wi).call(this);o(this,ci,"m",mi).call(this),o(this,ci,"m",Si).call(this),o(this,ci,"m",ji).call(this),o(this,ci,"m",_i).call(this);const{executionId:t,stepId:e,token:n,code:r,exchangeError:s}=R();window.addEventListener("popstate",o(this,fi,"f").popstate),o(this,di,"f").subscribe(o(this,ci,"m",ki).bind(this)),o(this,hi,"f").subscribe(o(this,ci,"m",Ai).bind(this)),o(this,di,"f").update({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenant,redirectUrl:this.redirectUrl,stepId:e,executionId:t,token:n,code:r,exchangeError:s,telemetryKey:this.telemetryKey}),o(this,hi,"f").update({isDebug:this.debug}),i(this,ui,!0,"f")}}))}disconnectedCallback(){o(this,di,"f").unsubscribeAll(),o(this,hi,"f").unsubscribeAll(),o(this,ci,"m",Ci).call(this),window.removeEventListener("popstate",o(this,fi,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&o(this,ui,"f")&&e!==n&&Vi.observedAttributes.includes(t)){o(this,ci,"m",mi).call(this);const i=null===e;o(this,di,"f").update((({stepId:e,executionId:o})=>{let r=e,s=o;return i||(s=null,r=null,_()),{[P(t)]:n,stepId:r,executionId:s}})),o(this,hi,"f").update({isDebug:this.debug})}}}ui=new WeakMap,di=new WeakMap,hi=new WeakMap,pi=new WeakMap,fi=new WeakMap,gi=new WeakMap,Oi=new WeakMap,ci=new WeakSet,vi=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(li.content.cloneNode(!0)),this.rootElement=this.shadowRoot.querySelector("#wc-root")},bi=function(){const t=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);return!this.shadowRoot.host.closest("form")&&t},wi=function(){const t=this.shadowRoot.host,e=document.createElement("form");t.parentElement.appendChild(e),e.appendChild(t)},mi=function(){const t=["base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"];if(Vi.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[P(e)])throw Error(`${e} cannot be empty`)})),this.theme&&"light"!==this.theme&&"dark"!==this.theme)throw Error('Supported theme values are "light", "dark", or leave empty for using the OS theme')},yi=function(){const{stepId:t,executionId:e}=U();o(this,di,"f").update({stepId:t,executionId:e})},Ii=function(t,e,o){const i=o||void 0,r=!!i;this.sdk=ai(Object.assign(Object.assign({persistTokens:!0},Vi.sdkConfigOverrides),{projectId:t,baseUrl:e,fpKey:i,fpLoad:r})),["start","next"].forEach((t=>{const e=this.sdk.flow[t];this.sdk.flow[t]=(...t)=>n(this,void 0,void 0,(function*(){this.nextRequestStatus.update({isLoading:!0});try{return yield e(...t)}finally{this.nextRequestStatus.update({isLoading:!1})}}))}))},ki=function(t,e,i){return n(this,void 0,void 0,(function*(){const{projectId:e,baseUrl:n,telemetryKey:r}=t;if(i("projectId")||i("baseUrl")||i("telemetryKey")){if(!e)return;o(this,ci,"m",Ii).call(this,e,n,r)}o(this,gi,"f").call(this,t)}))},ji=function(){var t,e,i,r;return n(this,void 0,void 0,(function*(){const{projectConfig:n}=yield o(this,Oi,"f").call(this);null===(r=null===(i=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t[this.theme])||void 0===e?void 0:e.typography)||void 0===i?void 0:i.fontFamilies)||void 0===r||r.forEach((t=>(t=>{if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)})(t.url)))}))},Si=function(){o(this,ci,"m",Ei).call(this),o(this,ci,"m",xi).call(this)},Ei=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=C(this.projectId,"theme.css");try{const{body:n}=yield E(e,"text");t.innerText=n}catch(t){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}this.shadowRoot.appendChild(t)}))},xi=function(){this.rootElement.setAttribute("data-theme",this.theme)},Ci=function(){var t;null===(t=o(this,pi,"f"))||void 0===t||t.remove(),i(this,pi,null,"f")},Ai=function({isDebug:t}){return n(this,void 0,void 0,(function*(){t?(yield import("./debugger-wc-9beb039a.js"),i(this,pi,document.createElement("descope-debugger"),"f"),Object.assign(o(this,pi,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),document.body.appendChild(o(this,pi,"f"))):o(this,ci,"m",Ci).call(this)}))},Ui=function(t,e){var n;t&&this.debug&&(null===(n=o(this,pi,"f"))||void 0===n||n.updateData({title:t,description:e}))},_i=function(){this.rootElement.onkeydown=t=>{if("Enter"!==t.key)return;t.preventDefault();const e=this.rootElement.querySelectorAll("button");if(1===e.length)return void e[0].click();const n=Array.from(e).filter((t=>"button"===t.getAttribute("data-type")));1===n.length&&n[0].click()}},Vi.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"2.0.8"}};class zi extends Vi{constructor(){const t=new K;super(t.update.bind(t)),Pi.add(this),this.stepState=new K({},{updateOnlyOnChange:!1}),Ri.set(this,void 0),Ti.set(this,null),qi.set(this,(()=>{clearInterval(o(this,Ri,"f")),i(this,Ri,null,"f")})),Mi.set(this,(t=>{var e,n,i,s,a,l,c,u,d;if(!(null==t?void 0:t.ok)){o(this,qi,"f").call(this),o(this,Pi,"m",Bi).call(this,"error",null==t?void 0:t.error);const r=null===(e=null==t?void 0:t.response)||void 0===e?void 0:e.url,l=`${null===(n=null==t?void 0:t.response)||void 0===n?void 0:n.status} - ${null===(i=null==t?void 0:t.response)||void 0===i?void 0:i.statusText}`;return void this.logger.error((null===(s=null==t?void 0:t.error)||void 0===s?void 0:s.errorDescription)||r,(null===(a=null==t?void 0:t.error)||void 0===a?void 0:a.errorMessage)||l)}const p=null===(u=null===(c=null===(l=t.data)||void 0===l?void 0:l.screen)||void 0===c?void 0:c.state)||void 0===u?void 0:u.errorText;p&&this.logger.error(p),(null===(d=t.data)||void 0===d?void 0:d.error)&&this.logger.error(`[${t.data.error.code}]: ${t.data.error.description}`,t.data.error.message);const{status:f,authInfo:v,lastAuth:b}=t.data;if("completed"===f)return function(t){(null==t?void 0:t.authMethod)&&r&&localStorage.setItem(h,JSON.stringify(t))}(b),o(this,qi,"f").call(this),void o(this,Pi,"m",Bi).call(this,"success",v);const{executionId:w,stepId:m,action:y,screen:I,redirect:k,webauthn:O}=t.data;y!==g?this.flowState.update({stepId:m,executionId:w,action:y,redirectTo:null==k?void 0:k.url,screenId:null==I?void 0:I.id,screenState:null==I?void 0:I.state,webauthnTransactionId:null==O?void 0:O.transactionId,webauthnOptions:null==O?void 0:O.options}):this.flowState.update({action:y})})),$i.set(this,T((()=>n(this,void 0,void 0,(function*(){var t;try{const e=yield this.sdk.webauthn.signIn.start("",window.location.origin);return e.ok||this.logger.error("Webauthn start failed",null===(t=null==e?void 0:e.error)||void 0===t?void 0:t.errorMessage),e.data}catch(t){this.logger.error("Webauthn start failed",t.message)}}))))),this.flowState=t}static set sdkConfigOverrides(t){Vi.sdkConfigOverrides=t}connectedCallback(){const t=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});var e,o;return n(this,void 0,void 0,(function*(){this.shadowRoot.isConnected&&(null===(e=this.flowState)||void 0===e||e.subscribe(this.onFlowChange.bind(this)),null===(o=this.stepState)||void 0===o||o.subscribe(this.onStepChange.bind(this))),yield t.connectedCallback.call(this)}))}disconnectedCallback(){super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll()}onFlowChange(t,e,r){var s,a;return n(this,void 0,void 0,(function*(){const{projectId:l,flowId:c,tenant:u,stepId:d,executionId:p,action:w,screenId:I,screenState:k,redirectTo:O,redirectUrl:j,token:S,code:E,exchangeError:x,webauthnTransactionId:U,webauthnOptions:_}=t;let P,R;o(this,Ri,"f")&&o(this,qi,"f").call(this);const T=this.sdk.getLastUserLoginId();if(!p){if(!c)return;const t=yield this.getFlowConfig();if(({startScreenId:P=t.startScreenId,conditionInteractionId:R}=((t,e)=>{var n;const o=null===(n=W[null==t?void 0:t.key])||void 0===n?void 0:n[t.operator];if(!o)return{};const i=o(e)?t.met:t.unmet;return{startScreenId:null==i?void 0:i.screenId,conditionInteractionId:null==i?void 0:i.interactionId}})(t.condition,{loginId:T,code:E})),!P){const t=E?{exchangeCode:E,idpInitiated:!0}:void 0,e=yield this.sdk.flow.start(c,Object.assign({tenant:u},j&&{redirectUrl:j}),R,"",t);return o(this,Mi,"f").call(this,e),void("completed"!==(null===(s=null==e?void 0:e.data)||void 0===s?void 0:s.status)&&this.flowState.update({code:void 0}))}}if(p&&(r("token")&&S||r("code")&&E||r("exchangeError")&&x)){const t=yield this.sdk.flow.next(p,d,m,{token:S,exchangeCode:E,exchangeError:x});return o(this,Mi,"f").call(this,t),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(w===f)return O||this.logger.error("Did not get redirect url"),void window.location.assign(O);if(w===v||w===b){if(!U||!_)return void this.logger.error("Did not get webauthn transaction id or options");let t,e;null===(a=o(this,Ti,"f"))||void 0===a||a.abort(),i(this,Ti,null,"f");try{t=w===v?yield this.sdk.webauthn.helpers.create(_):yield this.sdk.webauthn.helpers.get(_)}catch(t){if("NotAllowedError"!==t.name)return void this.logger.error(t.message);e=!0}const n=yield this.sdk.flow.next(p,d,m,{transactionId:U,response:t,cancelWebauthn:e});o(this,Mi,"f").call(this,n)}if(w===g&&i(this,Ri,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(p,d,y,{});o(this,Mi,"f").call(this,t)}))),2e3),"f"),!I&&!P)return void this.logger.info("Refreshing the page during a flow is not supported yet");const q={direction:A(+d,+e.stepId),screenState:Object.assign(Object.assign({},k),{lastAuth:{loginId:T,name:this.sdk.getLastUserDisplayName()||T}}),htmlUrl:C(l,`${P||I}.html`)},M=function(t){const e={};if(t)try{Object.assign(e,JSON.parse(localStorage.getItem(h)))}catch(t){}return e}(T);P?q.next=(t,e)=>this.sdk.flow.start(c,Object.assign({tenant:u,lastAuth:M},j&&{redirectUrl:j}),R,t,Object.assign(Object.assign({},e),E&&{exchangeCode:E,idpInitiated:!0})):(r("projectId")||r("baseUrl")||r("executionId")||r("stepId"))&&(q.next=(...t)=>this.sdk.flow.next(p,d,...t)),this.stepState.update(q)}))}onStepChange(t,e){var i;return n(this,void 0,void 0,(function*(){const{htmlUrl:r,direction:s,next:a,screenState:l}=t,c=document.createElement("template"),{body:u}=yield E(r,"text");c.innerHTML=u;const d=c.content.cloneNode(!0),h=((t,e)=>{var n;const o=Array.from(t.querySelectorAll("script[data-id]")).map((n=>{var o;const i=n.getAttribute("data-id"),r=null===(o=t.getElementById(i))||void 0===o?void 0:o.innerHTML,s=Function(r).bind(n.previousSibling,e);return n.remove(),s}));return null===(n=t.querySelector("scripts"))||void 0===n||n.remove(),o})(d,yield this.getExecutionContext());this.sdk.webauthn.helpers.isSupported()?yield o(this,Pi,"m",Di).call(this,d,a):d.querySelectorAll(`button[${p}="biometrics"]`).forEach((t=>t.setAttribute("disabled","true"))),J(d,l),((t,e)=>{var n;e&&(null===(n=null==t?void 0:t.style)||void 0===n||n.setProperty("--totp-image",`url(data:image/jpg;base64,${e})`))})(d.querySelector("div"),null===(i=null==l?void 0:l.totp)||void 0===i?void 0:i.image);const f=()=>n(this,void 0,void 0,(function*(){try{h.forEach((t=>{t()}))}catch(t){this.logger.error(t.message)}this.rootElement.replaceChildren(d);const t=!e.htmlUrl;((t,e,n)=>{if(!0===e||"skipFirstScreen"===e&&!n){const e=t.querySelector('input:not([aria-hidden="true"])');null==e||e.focus()}})(this.rootElement,this.autoFocus,t),o(this,Pi,"m",Wi).call(this,a),o(this,Pi,"m",Bi).call(this,"page-updated",{});if(this.rootElement.querySelector(`[${p}="polling"]`)){const t=yield a(y,{});o(this,Mi,"f").call(this,t)}}));s?o(this,Pi,"m",Hi).call(this,f,s):f()}))}}Ri=new WeakMap,Ti=new WeakMap,qi=new WeakMap,Mi=new WeakMap,$i=new WeakMap,Pi=new WeakSet,Li=function(t){const e=t.name;if(!["email"].includes(e)){const n=`user-${e}`;t.name=n,t.addEventListener("input",(()=>{t.name=t.value?e:n}))}},Di=function(t,e){var r;return n(this,void 0,void 0,(function*(){null===(r=o(this,Ti,"f"))||void 0===r||r.abort();const s=t.querySelector('input[autocomplete="webauthn"]');if(s&&(yield F())){const{options:t,transactionId:r}=(yield o(this,$i,"f").call(this))||{};t&&r&&(o(this,Pi,"m",Li).call(this,s),i(this,Ti,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(t,o(this,Ti,"f")).then((t=>n(this,void 0,void 0,(function*(){const n=yield e(s.id,{transactionId:r,response:t});o(this,Mi,"f").call(this,n)})))).catch((t=>{"AbortError"!==t.name&&this.logger.error("Conditional login failed",t.message)})))}}))},Ni=function(){return Array.from(this.shadowRoot.querySelectorAll(".descope-input")).every((t=>(t.reportValidity(),t.checkValidity())))},Ki=function(){return Array.from(this.shadowRoot.querySelectorAll(`*[name]:not([${d}])`)).reduce(((t,e)=>e.name?Object.assign(t,{[e.name]:e.value}):t),{})},Ji=function(t){const e=this.nextRequestStatus.subscribe((({isLoading:n})=>{var o,i;n?null===(o=null==t?void 0:t.classList)||void 0===o||o.add("loading"):(this.nextRequestStatus.unsubscribe(e),null===(i=null==t?void 0:t.classList)||void 0===i||i.remove("loading"))}))},Fi=function(t,e){return n(this,void 0,void 0,(function*(){if(t.formNoValidate||o(this,Pi,"m",Ni).call(this)){const i=null==t?void 0:t.getAttribute("id");o(this,Pi,"m",Ji).call(this,t);const r=o(this,Pi,"m",Ki).call(this),s=(n=t,Array.from((null==n?void 0:n.attributes)||[]).reduce(((t,e)=>{var n;const o=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return o?Object.assign(t,{[o]:e.value}):t}),{})),a=Object.assign(Object.assign(Object.assign({},s),r),{origin:window.location.origin}),l=yield e(i,a);o(this,Mi,"f").call(this,l)}var n}))},Wi=function(t){this.rootElement.querySelectorAll("button").forEach((e=>{e.onclick=()=>{o(this,Pi,"m",Fi).call(this,e,t)}}))},Hi=function(t,e){this.rootElement.addEventListener("transitionend",(()=>{this.rootElement.classList.remove("fade-out"),t()}),{once:!0});const n=e===I.forward?"slide-forward":"slide-backward";Array.from(this.rootElement.getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),this.rootElement.classList.add("fade-out")},Bi=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},customElements.define("descope-wc",zi);export{zi as D,K as S,o as _,i as a};
package/dist/esm/index.js CHANGED
@@ -1 +1 @@
1
- export{D as default}from"./index-c687986b.js";
1
+ export{D as default}from"./index-f2f42e89.js";
package/dist/index.js CHANGED
@@ -1,2 +1,2 @@
1
- !function(){"use strict";var t=function(){return t=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(n[o[i]]=t[o[i]])}return n}function n(t,e,n,o){return new(n||(n=Promise))((function(i,r){function s(t){try{l(o.next(t))}catch(t){r(t)}}function a(t){try{l(o.throw(t))}catch(t){r(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}l((o=o.apply(t,e||[])).next())}))}function o(t,e,n,o){if("a"===n&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?o:"a"===n?o.call(t):o?o.value:e.get(t)}function i(t,e,n,o,i){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?i.call(t,n):i?i.value=n:e.set(t,n),n}const r="undefined"!=typeof localStorage,s=r&&localStorage.getItem("base.content.url")||"https://static.descope.com/pages",a="descope-login-flow",l="t",c="code",d="err",u="data-exclude-field",h="dls_last_auth",p="data-type",f="redirect",g="poll",v="webauthnCreate",m="webauthnGet",b="v2-alpha",w="submit",y="polling";var k,I,x;function O(t){return new URLSearchParams(window.location.search).get(t)}function j(t){if(window.history.replaceState&&O(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}function S(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return{body:yield n[e||"text"](),headers:Object.fromEntries(n.headers.entries())}}))}!function(t){t.backward="backward",t.forward="forward"}(k||(k={}));const C=(...t)=>t.join("/").replace(/\/+/g,"/");function E(t,e){const n=new URL(s);return n.pathname=C(n.pathname,t,b,e),n.toString()}function A(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?k.forward:t<e?k.backward:void 0}const _=()=>{const[t="",e=""]=(O(a)||"").split("_");return{executionId:t,stepId:e}};function U(){j(a)}const P=t=>t.replace(/-./g,(t=>t[1].toUpperCase())),R=()=>{const{executionId:t,stepId:e}=_();(t||e)&&U();const n=O(l)||void 0;n&&j(l);const o=O(c)||void 0;o&&j(c);const i=O(d)||void 0;return i&&j(d),{executionId:t,stepId:e,token:n,code:o,exchangeError:i}},T=t=>{let e,n;return(...o)=>{return e&&(r=o,(i=e).length===r.length&&i.every(((t,e)=>t===r[e])))||(e=o,n=t(...o)),n;var i,r}},L=null===(x=null===(I=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===I?void 0:I.brands)||void 0===x?void 0:x.find((({brand:t,version:e})=>"Chromium"===t&&parseFloat(e)));var M,q,$,D;function N(t,e){const n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);if(n.length!==o.length)return!1;for(let o=0;o<n.length;o+=1){const i=n[o],r=t[i],s=e[i];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!N(r,s))return!1}else if(r!==s)return!1}return!0}class W{constructor(t={},{updateOnlyOnChange:e=!0}={}){M.set(this,void 0),q.set(this,{}),$.set(this,0),D.set(this,!1),this.update=t=>{const e="function"==typeof t?t(o(this,M,"f")):t,n=Object.assign(Object.assign({},o(this,M,"f")),e);if(!o(this,D,"f")||!N(o(this,M,"f"),n)){const t=o(this,M,"f");i(this,M,n,"f"),Object.freeze(o(this,M,"f")),setTimeout((()=>{Object.values(o(this,q,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}},i(this,M,t,"f"),i(this,D,e,"f")}get current(){return Object.assign({},o(this,M,"f"))}subscribe(t){return i(this,$,o(this,$,"f")+1,"f"),o(this,q,"f")[o(this,$,"f")]=t,o(this,$,"f").toString()}unsubscribe(t){const e=!!o(this,q,"f")[t];return e&&delete o(this,q,"f")[t],e}unsubscribeAll(){return i(this,q,{},"f"),!0}}M=new WeakMap,q=new WeakMap,$=new WeakMap,D=new WeakMap;const F=(t,e)=>{var n;((t,e,n="")=>{t.querySelectorAll(`[${p}="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]:not([${u}])`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(`[${p}="totp-link"]`).forEach((t=>{t.href=e}))})(t,null===(n=null==e?void 0:e.totp)||void 0===n?void 0:n.provisionUrl),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return o=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),o);var o})))(t.textContent,e)}))})(t,e)},K=T((()=>n(void 0,void 0,void 0,(function*(){var t,e,n,o;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return console.warn("webauthn","Conditional UI is not supported"),!1;try{const i=Promise.all([null===(t=window.PublicKeyCredential)||void 0===t?void 0:t.isConditionalMediationAvailable(),null===(e=window.PublicKeyCredential)||void 0===e?void 0:e.isUserVerifyingPlatformAuthenticatorAvailable()]).then((t=>t.every((t=>!!t)))),r=108;return yield Promise.race([i,(n=100,new Promise(((t,e)=>{const i=setTimeout((()=>{e(new Error(`Promise timed out after ${n} ms`))}),n);null==o||o((e=>{clearTimeout(i),t(e)}),(t=>{clearTimeout(i),e(t)}))}))).catch((()=>L()>=r))])}catch(t){return console.warn("webauthn","Conditional login check failed",t),!1}})))),J=(t,e,n,o={})=>{var i,r,s,a;return[Math.min(Math.max(e,("all"===o.left?t.offsetWidth:null!==(i=o.left)&&void 0!==i?i:0)-t.offsetWidth),window.innerWidth-("all"===o.right?t.offsetWidth:null!==(r=o.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===o.top?t.offsetHeight:null!==(s=o.top)&&void 0!==s?s:0)-t.offsetHeight),window.innerHeight-("all"===o.bottom?t.offsetHeight:null!==(a=o.bottom)&&void 0!==a?a:0))]},H={"lastAuth.loginId":{"not-empty":t=>!!t.loginId,empty:t=>!t.loginId},idpInitiated:{"is-true":t=>!!t.code,"is-false":t=>!t.code}};function z(t){this.message=t}z.prototype=new Error,z.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new z("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,i=0,r=0,s="";o=e.charAt(r++);~o&&(n=i%4?64*n+o:o,i++%4)?s+=String.fromCharCode(255&n>>(-2*i&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return s};function V(t){this.message=t}function Z(t,e){if("string"!=typeof t)throw new V("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(B(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return B(e)}}(t.split(".")[n]))}catch(t){throw new V("Invalid token specified: "+t.message)}}V.prototype=new Error,V.prototype.name="InvalidTokenError";var G="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},X="Expected a function",Y="__lodash_hash_undefined__",Q=1/0,tt="[object Function]",et="[object GeneratorFunction]",nt="[object Symbol]",ot=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,it=/^\w*$/,rt=/^\./,st=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,at=/\\(\\)?/g,lt=/^\[object .+?Constructor\]$/,ct="object"==typeof G&&G&&G.Object===Object&&G,dt="object"==typeof self&&self&&self.Object===Object&&self,ut=ct||dt||Function("return this")();var ht,pt=Array.prototype,ft=Function.prototype,gt=Object.prototype,vt=ut["__core-js_shared__"],mt=(ht=/[^.]+$/.exec(vt&&vt.keys&&vt.keys.IE_PROTO||""))?"Symbol(src)_1."+ht:"",bt=ft.toString,wt=gt.hasOwnProperty,yt=gt.toString,kt=RegExp("^"+bt.call(wt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),It=ut.Symbol,xt=pt.splice,Ot=Lt(ut,"Map"),jt=Lt(Object,"create"),St=It?It.prototype:void 0,Ct=St?St.toString:void 0;function Et(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function At(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function _t(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ut(t,e){for(var n,o,i=t.length;i--;)if((n=t[i][0])===(o=e)||n!=n&&o!=o)return i;return-1}function Pt(t,e){var n;e=function(t,e){if(Dt(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Wt(t))return!0;return it.test(t)||!ot.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Dt(n=e)?n:Mt(n);for(var o=0,i=e.length;null!=t&&o<i;)t=t[qt(e[o++])];return o&&o==i?t:void 0}function Rt(t){if(!Nt(t)||(e=t,mt&&mt in e))return!1;var e,n=function(t){var e=Nt(t)?yt.call(t):"";return e==tt||e==et}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?kt:lt;return n.test(function(t){if(null!=t){try{return bt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function Tt(t,e){var n,o,i=t.__data__;return("string"==(o=typeof(n=e))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function Lt(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return Rt(n)?n:void 0}Et.prototype.clear=function(){this.__data__=jt?jt(null):{}},Et.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},Et.prototype.get=function(t){var e=this.__data__;if(jt){var n=e[t];return n===Y?void 0:n}return wt.call(e,t)?e[t]:void 0},Et.prototype.has=function(t){var e=this.__data__;return jt?void 0!==e[t]:wt.call(e,t)},Et.prototype.set=function(t,e){return this.__data__[t]=jt&&void 0===e?Y:e,this},At.prototype.clear=function(){this.__data__=[]},At.prototype.delete=function(t){var e=this.__data__,n=Ut(e,t);return!(n<0)&&(n==e.length-1?e.pop():xt.call(e,n,1),!0)},At.prototype.get=function(t){var e=this.__data__,n=Ut(e,t);return n<0?void 0:e[n][1]},At.prototype.has=function(t){return Ut(this.__data__,t)>-1},At.prototype.set=function(t,e){var n=this.__data__,o=Ut(n,t);return o<0?n.push([t,e]):n[o][1]=e,this},_t.prototype.clear=function(){this.__data__={hash:new Et,map:new(Ot||At),string:new Et}},_t.prototype.delete=function(t){return Tt(this,t).delete(t)},_t.prototype.get=function(t){return Tt(this,t).get(t)},_t.prototype.has=function(t){return Tt(this,t).has(t)},_t.prototype.set=function(t,e){return Tt(this,t).set(t,e),this};var Mt=$t((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Wt(t))return Ct?Ct.call(t):"";var e=t+"";return"0"==e&&1/t==-Q?"-0":e}(e);var n=[];return rt.test(t)&&n.push(""),t.replace(st,(function(t,e,o,i){n.push(o?i.replace(at,"$1"):e||t)})),n}));function qt(t){if("string"==typeof t||Wt(t))return t;var e=t+"";return"0"==e&&1/t==-Q?"-0":e}function $t(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(X);var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s),s};return n.cache=new($t.Cache||_t),n}$t.Cache=_t;var Dt=Array.isArray;function Nt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Wt(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&yt.call(t)==nt}var Ft=function(t,e,n){var o=null==t?void 0:Pt(t,e);return void 0===o?n:o},Kt="/v1/auth/accesskey/exchange",Jt="/v1/auth/otp/verify",Ht="/v1/auth/otp/signin",zt="/v1/auth/otp/signup",Bt={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},Vt="/v1/auth/otp/signup-in",Zt="/v1/auth/magiclink/verify",Gt="/v1/auth/magiclink/signin",Xt="/v1/auth/magiclink/signup",Yt={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},Qt="/v1/auth/magiclink/signup-in",te="/v1/auth/enchantedlink/verify",ee="/v1/auth/enchantedlink/signin",ne="/v1/auth/enchantedlink/signup",oe="/v1/auth/enchantedlink/pending-session",ie={email:"/v1/auth/enchantedlink/update/email"},re="/v1/auth/enchantedlink/signup-in",se="/v1/auth/oauth/authorize",ae="/v1/auth/oauth/exchange",le="/v1/auth/saml/authorize",ce="/v1/auth/saml/exchange",de="/v1/auth/totp/verify",ue="/v1/auth/totp/signup",he="/v1/auth/totp/update",pe={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},fe={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},ge={start:"/v1/auth/webauthn/signup-in/start"},ve={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},me="/v1/auth/password/signup",be="/v1/auth/password/signin",we="/v1/auth/password/reset",ye="/v1/auth/password/update",ke="/v1/auth/password/replace",Ie="/v1/auth/password/policy",xe="/v1/auth/refresh",Oe="/v1/auth/logout",je="/v1/auth/logoutall",Se="/v1/auth/me",Ce="/v1/flow/start",Ee="/v1/flow/next";const Ae=6e5,_e=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}};var Ue;!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(Ue||(Ue={}));const Pe=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,o])=>(t[n]=o,t)),t),t}),{})),Re=t=>void 0===t?void 0:JSON.stringify(t),Te=(t,e="")=>{let n=t;return e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},Le=({baseUrl:t,projectId:e,baseConfig:n,logger:o,hooks:i,cookiePolicy:r,fetch:s})=>{const a=((t,e)=>{const n=e||fetch;return n||null==t||t.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),t?async(...e)=>{if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");t.log((t=>_e().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const o=await n(...e);return t[o.ok?"log":"error"](await(async t=>{const e=await(t.clone?t.clone().text():t.text());return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),_e().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(o)),o}:n})(o,s),l=async o=>{const s=(null==i?void 0:i.beforeRequest)?i.beforeRequest(o):o,{path:l,body:c,headers:d,queryParams:u,method:h,token:p}=s,f=await a((({path:t,baseUrl:e,queryParams:n})=>{const o=new URL(t,e);return n&&(o.search=new URLSearchParams(n).toString()),o})({path:l,baseUrl:t,queryParams:u}),{headers:Pe(Te(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"1.0.4"},(null==n?void 0:n.baseHeaders)||{},d),method:h,body:Re(c),credentials:r||"include"});return(null==i?void 0:i.afterRequest)&&await i.afterRequest(o,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:o}={})=>l({path:t,headers:e,queryParams:n,body:void 0,method:Ue.get,token:o}),post:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.post,token:i}),put:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.put,token:i}),delete:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.delete,token:i}),hooks:i}};var Me={TOO_MANY_REQUESTS:429};function qe(t,e,n){var o;let i=$e(t);e&&(i=null===(o=null==i?void 0:i.tenants)||void 0===o?void 0:o[e]);const r=null==i?void 0:i[n];return Array.isArray(r)?r:[]}function $e(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return Z(t)}function De(t){const{exp:e}=$e(t);return(new Date).getTime()/1e3>e}function Ne(t,e){return qe(t,e,"permissions")}function We(t,e){return qe(t,e,"roles")}const Fe=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function Ke(t,e){var n;const o=await t,i={code:o.status,ok:o.ok,response:o},r=await o.clone().json();return o.ok?i.data=e?e(r):r:(i.error=r,o.status===Me.TOO_MANY_REQUESTS&&Object.assign(i.error,{retryAfter:Number.parseInt(null===(n=o.headers)||void 0===n?void 0:n.get("retry-after"))||0})),i}const Je=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),He=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),ze=t=>e=>t.test(e),Be=ze(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Ve=ze(/^\+[1-9]{1}[0-9]{3,14}$/),Ze=Je(Be,'"{val}" is not a valid email'),Ge=Je(Ve,'"{val}" is not a valid phone number'),Xe=Je((1,t=>t.length>=1),"Minimum length is 1");const Ye=Je((t=>"string"==typeof t),"Input is not a string"),Qe=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>He(...t).validate(n[e]))),e(...n)),tn=t=>[Ye(`"${t}" must be a string`),Xe(`"${t}" must not be empty`)],en=t=>[Ye(`"${t}" must be a string`),Ze()],nn=t=>[Ye(`"${t}" must be a string`),Ge()],on=Qe(tn("accessKey")),rn=t=>({exchange:on((e=>Ke(t.post(Kt,{},{token:e}))))});var sn,an,ln,cn;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(sn||(sn={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(an||(an={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(ln||(ln={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(cn||(cn={}));const dn=tn("loginId"),un=Qe(tn("token")),hn=Qe(dn),pn=Qe(tn("pendingRef")),fn=Qe(dn,en("email")),gn=t=>({verify:un((e=>Ke(t.post(te,{token:e})))),signIn:hn(((e,n,o,i)=>Ke(t.post(Fe(ee,an.email),{loginId:e,URI:n,loginOptions:o},{token:i})))),signUpOrIn:hn(((e,n)=>Ke(t.post(Fe(re,an.email),{loginId:e,URI:n})))),signUp:hn(((e,n,o)=>Ke(t.post(Fe(ne,an.email),{loginId:e,URI:n,user:o})))),waitForSession:pn(((e,n)=>new Promise((o=>{const{pollingIntervalMs:i,timeoutMs:r}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||Ae,Ae)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(oe,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),o(Ke(Promise.resolve(n))))}),i);s=setTimeout((()=>{o({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:fn(((e,n,o,i)=>Ke(t.post(ie.email,{loginId:e,email:n,URI:o},{token:i}))))}}),vn=Qe(tn("flowId")),mn=Qe(tn("executionId"),tn("stepId"),tn("interactionId")),bn=t=>({start:vn(((e,n,o,i,r)=>Ke(t.post(Ce,{flowId:e,options:n,conditionInteractionId:o,interactionId:i,input:r})))),next:mn(((e,n,o,i)=>Ke(t.post(Ee,{executionId:e,stepId:n,interactionId:o,input:i}))))}),wn=tn("loginId"),yn=Qe(tn("token")),kn=Qe(wn),In=Qe(wn,nn("phone")),xn=Qe(wn,en("email")),On=t=>({verify:yn((e=>Ke(t.post(Zt,{token:e})))),signIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:kn(((e,o,i,r)=>Ke(t.post(Fe(Gt,n),{loginId:e,URI:o,loginOptions:i},{token:r}))))})),{}),signUp:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:kn(((e,o,i)=>Ke(t.post(Fe(Xt,n),{loginId:e,URI:o,user:i}))))})),{}),signUpOrIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:kn(((e,o)=>Ke(t.post(Fe(Qt,n),{loginId:e,URI:o}))))})),{}),update:{email:xn(((e,n,o,i)=>Ke(t.post(Yt.email,{loginId:e,email:n,URI:o},{token:i})))),phone:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:In(((e,o,i,r)=>Ke(t.post(Fe(Yt.phone,n),{loginId:e,phone:o,URI:i},{token:r}))))})),{})}});var jn;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple",t.discord="discord",t.linkedin="linkedin"}(jn||(jn={}));const Sn=Qe(tn("code")),Cn=t=>({start:Object.keys(jn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:o=!1}={},i,r)=>{const s=await t.post(se,i||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:r});if(!o||!s.ok)return Ke(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:Sn((e=>Ke(t.post(ae,{code:e}))))});var En;!function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(En||(En={}));const An=tn("loginId"),_n=Qe(An,tn("code")),Un=Qe(An),Pn=Qe(An,nn("phone")),Rn=Qe(An,en("email")),Tn=t=>({verify:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:_n(((e,o)=>Ke(t.post(Fe(Jt,n),{code:o,loginId:e}))))})),{}),signIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o,i)=>Ke(t.post(Fe(Ht,n),{loginId:e,loginOptions:o},{token:i}))))})),{}),signUp:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o)=>Ke(t.post(Fe(zt,n),{loginId:e,user:o}))))})),{}),signUpOrIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un((e=>Ke(t.post(Fe(Vt,n),{loginId:e}))))})),{}),update:{email:Rn(((e,n,o)=>Ke(t.post(Bt.email,{loginId:e,email:n},{token:o})))),phone:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Pn(((e,o,i)=>Ke(t.post(Fe(Bt.phone,n),{loginId:e,phone:o},{token:i}))))})),{})}}),Ln=Qe(tn("tenant")),Mn=Qe(tn("code")),qn=t=>({start:Ln((async(e,n,{redirect:o=!1}={},i,r)=>{const s=await t.post(le,i||{},{queryParams:{tenant:e,redirectURL:n},token:r});if(!o||!s.ok)return Ke(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:Mn((e=>Ke(t.post(ce,{code:e}))))}),$n=tn("loginId"),Dn=Qe($n,tn("code")),Nn=Qe($n),Wn=Qe($n),Fn=t=>({signUp:Nn(((e,n)=>Ke(t.post(ue,{loginId:e,user:n})))),verify:Dn(((e,n,o,i)=>Ke(t.post(de,{loginId:e,code:n,loginOptions:o},{token:i})))),update:Wn(((e,n)=>Ke(t.post(he,{loginId:e},{token:n}))))}),Kn=tn("loginId"),Jn=tn("newPassword"),Hn=Qe(Kn,tn("password")),zn=Qe(Kn),Bn=Qe(Kn,Jn),Vn=Qe(Kn,tn("oldPassword"),Jn),Zn=t=>({signUp:Hn(((e,n,o)=>Ke(t.post(me,{loginId:e,password:n,user:o})))),signIn:Hn(((e,n)=>Ke(t.post(be,{loginId:e,password:n})))),sendReset:zn(((e,n)=>Ke(t.post(we,{loginId:e,redirectUrl:n})))),update:Bn(((e,n,o)=>Ke(t.post(ye,{loginId:e,newPassword:n},{token:o})))),replace:Vn(((e,n,o)=>Ke(t.post(ke,{loginId:e,oldPassword:n,newPassword:o})))),policy:()=>Ke(t.get(Ie))}),Gn=[Ye('"loginId" must be a string')],Xn=tn("loginId"),Yn=tn("origin"),Qn=Qe(Xn,Yn,tn("name")),to=Qe(Xn,Yn),eo=Qe(Gn,Yn),no=Qe(Xn,Yn,tn("token")),oo=Qe(tn("transactionId"),tn("response")),io=t=>({signUp:{start:Qn(((e,n,o)=>Ke(t.post(pe.start,{user:{loginId:e,name:o},origin:n})))),finish:oo(((e,n)=>Ke(t.post(pe.finish,{transactionId:e,response:n}))))},signIn:{start:eo(((e,n,o,i)=>Ke(t.post(fe.start,{loginId:e,origin:n,loginOptions:o},{token:i})))),finish:oo(((e,n)=>Ke(t.post(fe.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:to(((e,n)=>Ke(t.post(ge.start,{loginId:e,origin:n}))))},update:{start:no(((e,n,o)=>Ke(t.post(ve.start,{loginId:e,origin:n},{token:o})))),finish:oo(((e,n)=>Ke(t.post(ve.finish,{transactionId:e,response:n}))))}}),ro=Qe(tn("token"));var so,ao=Qe([("projectId",so=tn("projectId"),Je(((t,e)=>n=>He(...e).validate(Ft(n,t)))("projectId",so))())])((t=>{var e,n;const o=[].concat((null===(e=t.hooks)||void 0===e?void 0:e.beforeRequest)||[]),i=[].concat((null===(n=t.hooks)||void 0===n?void 0:n.afterRequest)||[]);return(({projectId:t,logger:e,baseUrl:n,hooks:o,cookiePolicy:i,baseHeaders:r={},fetch:s})=>{return a=Le({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:o,cookiePolicy:i,baseConfig:{baseHeaders:r},fetch:s}),{accessKey:rn(a),otp:Tn(a),magicLink:On(a),enchantedLink:gn(a),oauth:Cn(a),saml:qn(a),totp:Fn(a),webauthn:io(a),password:Zn(a),flow:bn(a),refresh:t=>Ke(a.post(xe,{},{token:t})),logout:t=>Ke(a.post(Oe,{},{token:t})),logoutAll:t=>Ke(a.post(je,{},{token:t})),me:t=>Ke(a.get(Se,{token:t})),isJwtExpired:ro(De),getJwtPermissions:ro(Ne),getJwtRoles:ro(We),httpClient:a};var a})(Object.assign(Object.assign({},t),{hooks:{beforeRequest:t=>null==o?void 0:o.reduce(((t,e)=>e(t)),t),afterRequest:async(e,n)=>{(await Promise.allSettled(null==i?void 0:i.map((t=>t(e,null==n?void 0:n.clone()))))).forEach((e=>{var n;return"rejected"===e.status&&(null===(n=t.logger)||void 0===n?void 0:n.error(e.reason))}))}}}))}));const lo=(t,e,n)=>(e.forEach((e=>{const o=e.split(".");let i=o.shift(),r=t;for(;o.length>0;){if(r=r[i],!i||!r)throw Error(`Invalid path "${e}", "${i}" is missing or has no value`);i=o.shift()}if("function"!=typeof r[i])throw Error(`"${e}" is not a function`);const s=r[i];r[i]=n(s)})),t);var co=Object.assign(ao,{DeliveryMethods:an});var uo="Blocked by CSP",ho="API key required",po="3.8.2",fo="9319";function go(t,e){var n=[];return function(t,e){var n,o,i=(o=function(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;i<r;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))}([],t,!0),{current:function(){return o[0]},postpone:function(){var t=o.shift();void 0!==t&&o.push(t)},exclude:function(){o.shift()}}),r=(100,3e3,n=0,function(){return Math.random()*Math.min(3e3,100*Math.pow(2,n++))}),s=i.current();if(void 0===s)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var a=function(t,n){return e(t).catch((function(t){if(n+1>=5)throw t;!function(t){if(!(t instanceof Error))return!1;var e=t.message;return e===uo||e===fo}(t)?i.postpone():i.exclude();var e,o=i.current();if(void 0===o)throw t;return(e=r(),new Promise((function(t){return setTimeout(t,e)}))).then((function(){return a(o,n+1)}))}))};return a(s,0)}(t,(function(t){var o=new Date,i=function(){return n.push({url:t,startedAt:o,finishedAt:new Date})},r=e(t);return r.then(i,i),r})).then((function(t){return[t,{attempts:n}]}))}var vo="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",mo="Failed to load the JS script of the agent";function bo(n){var o;n.scriptUrlPattern;var i=n.token,r=n.apiKey,s=void 0===r?i:r,a=e(n,["scriptUrlPattern","token","apiKey"]),l=null!==(o=function(t,e){return function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}(t,e)?t[e]:void 0}(n,"scriptUrlPattern"))&&void 0!==o?o:vo;return Promise.resolve().then((function(){if(!s||"string"!=typeof s)throw new Error(ho);var t=function(t,e){return(Array.isArray(t)?t:[t]).map((function(t){return function(t,e){var n=encodeURIComponent;return t.replace(/<[^<>]+>/g,(function(t){return"<version>"===t?"3":"<apiKey>"===t?n(e):"<loaderVersion>"===t?n(po):t}))}(String(t),e)}))}(l,s);return go(t,wo).catch(ko)})).then((function(e){var n=e[0],o=e[1];return n.load(t(t({},a),{ldi:o}))}))}function wo(t){return function(t,e,n,o){var i,r=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),o=e.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=e,l())};r.addEventListener(s,a);var l=function(){return r.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return l(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(l(),i)return function(){throw new Error(uo)}();throw t}))}))}(t,(function(){return function(t){return new Promise((function(e,n){var o=document.createElement("script"),i=function(){var t;return null===(t=o.parentNode)||void 0===t?void 0:t.removeChild(o)},r=document.head||document.getElementsByTagName("head")[0];o.onload=function(){i(),e()},o.onerror=function(){i(),n(new Error(mo))},o.async=!0,o.src=t,r.appendChild(o)}))}(t)})).then(yo)}function yo(){var t=window,e="__fpjs_p_l_b",n=t[e];if(function(t,e){var n,o=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==o?void 0:o.configurable)?delete t[e]:o&&!o.writable||(t[e]=void 0)}(t,e),"function"!=typeof(null==n?void 0:n.load))throw new Error(fo);return n}function ko(t){throw t instanceof Error&&t.message===fo?new Error(mo):t}
2
- /*! js-cookie v3.0.1 | MIT */function Io(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var xo=function t(e,n){function o(t,o,i){if("undefined"!=typeof document){"number"==typeof(i=Io({},n,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in i)i[s]&&(r+="; "+s,!0!==i[s]&&(r+="="+i[s].split(";")[0]));return document.cookie=t+"="+e.write(o,t)+r}}return Object.create({set:o,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],o={},i=0;i<n.length;i++){var r=n[i].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(o[a]=e.read(s,a),t===a)break}catch(t){}}return t?o[t]:o}},remove:function(t,e){o(t,"",Io({},e,{expires:-1}))},withAttributes:function(e){return t(this.converter,Io({},this.attributes,e))},withConverter:function(e){return t(Io({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(e)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const Oo=(t,e)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,o)=>{var i;return n[o]=[].concat((null===(i=t.hooks)||void 0===i?void 0:i[o])||[]).concat((null==e?void 0:e[o])||[]),n}),null!==(n=t.hooks)&&void 0!==n?n:t.hooks={}),t},jo=async t=>{if(!(null==t?void 0:t.ok))return{};const e=await(null==t?void 0:t.clone().json());return(null==e?void 0:e.authInfo)||e||{}},So=async t=>{const e=await jo(t);return(null==e?void 0:e.user)||((null==e?void 0:e.hasOwnProperty("userId"))?e:void 0)},Co="undefined"!=typeof localStorage,Eo=(t,e)=>Co&&(null===localStorage||void 0===localStorage?void 0:localStorage.setItem(t,e)),Ao=t=>Co&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(t)),_o=t=>Co&&(null===localStorage||void 0===localStorage?void 0:localStorage.removeItem(t)),Uo="undefined"!=typeof window,Po=Uo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://fp.descope.com",Ro=(t="",e="")=>({vsid:t,vrid:e}),To=(t=!1)=>{const e=localStorage.getItem("fp");if(!e)return null;const n=JSON.parse(e);return(new Date).getTime()>n.expiry&&!t?null:n.value},Lo=t=>(t.body&&(t.body.fpData=To(!0)||Ro()),t),Mo="dls_last_user_login_id",qo="dls_last_user_display_name",$o=()=>Ao(Mo),Do=()=>Ao(qo),No=t=>async(...e)=>{var n;e[1]=e[1]||{};const[,o={}]=e,i=$o(),r=Do();return i&&(null!==(n=o.lastAuth)&&void 0!==n||(o.lastAuth={}),o.lastAuth.loginId=i,o.lastAuth.name=r),await t(...e)},Wo=t=>async(...e)=>{const n=await t(...e);return _o(Mo),_o(qo),n};function Fo(){const t=[];return{pub:e=>{t.forEach((t=>t(e)))},sub:e=>{const n=t.push(e)-1;return()=>t.splice(n,1)}}}const Ko="DS",Jo="DSR",Ho=(t={},n)=>{var{refreshJwt:o,sessionJwt:i}=t,r=e(t,["refreshJwt","sessionJwt"]);void 0===n&&(n=!1),o&&Eo(Jo,o),i&&(n?function(t,e,{cookiePath:n,cookieDomain:o,cookieExpiration:i}){if(e){const r=new Date(1e3*i);xo.set(t,e,{path:n,domain:o,expires:r,sameSite:"Strict",secure:!0})}}(Ko,i,r):Eo(Ko,i))};function zo(){return Ao(Jo)||""}function Bo(){return xo.get(Ko)||Ao(Ko)||""}function Vo(){_o(Jo),_o(Ko),xo.remove(Ko)}const Zo=t=>Object.assign(t,{token:t.token||zo()}),Go=t=>async(...e)=>{const n=await t(...e);return Vo(),n};async function Xo(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=oi(n.publicKey.challenge),n.publicKey.user.id=oi(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=oi(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify({id:n.id,rawId:ii(n.rawId),type:n.type,response:{attestationObject:ii(n.response.attestationObject),clientDataJSON:ii(n.response.clientDataJSON)}});var n}async function Yo(t){const e=ei(t);return ni(await navigator.credentials.get(e))}async function Qo(t,e){const n=ei(t);return n.signal=e.signal,n.mediation="conditional",ni(await navigator.credentials.get(n))}async function ti(t=!1){if(!Uo)return Promise.resolve(!1);const e=!!(PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return e&&t&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():e}function ei(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=oi(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=oi(t.id)})),n}function ni(t){return JSON.stringify({id:t.id,rawId:ii(t.rawId),type:t.type,response:{authenticatorData:ii(t.response.authenticatorData),clientDataJSON:ii(t.response.clientDataJSON),signature:ii(t.response.signature),userHandle:t.response.userHandle?ii(t.response.userHandle):void 0}})}function oi(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function ii(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var ri,si=(ri=t=>({async signUp(e,n){const o=await t.webauthn.signUp.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Xo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,i)},async signIn(e){const n=await t.webauthn.signIn.start(e,window.location.origin);if(!n.ok)return n;const o=await Yo(n.data.options);return await t.webauthn.signIn.finish(n.data.transactionId,o)},async signUpOrIn(e){var n;const o=await t.webauthn.signUpOrIn.start(e,window.location.origin);if(!o.ok)return o;if(null===(n=o.data)||void 0===n?void 0:n.create){const e=await Xo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,e)}{const e=await Yo(o.data.options);return await t.webauthn.signIn.finish(o.data.transactionId,e)}},async update(e,n){const o=await t.webauthn.update.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Xo(o.data.options);return await t.webauthn.update.finish(o.data.transactionId,i)},helpers:{create:Xo,get:Yo,isSupported:ti,conditional:Qo}}),(...t)=>{const e=ri(...t);return Object.assign(e.signUp,t[0].webauthn.signUp),Object.assign(e.signIn,t[0].webauthn.signIn),Object.assign(e.signUpOrIn,t[0].webauthn.signUpOrIn),Object.assign(e.update,t[0].webauthn.update),e}),ai=t=>Object.assign(Object.assign({},t.flow),{start:async(...e)=>{const n=await ti(),o=Object.assign(Object.assign({redirectUrl:window.location.href},e[1]),{deviceInfo:{webAuthnSupport:n}});return e[1]=o,t.flow.start(...e)}});const li=function(...t){return e=>t.reduce(((t,e)=>e(t)),e)}((t=>n=>{var{fpKey:o,fpLoad:i}=n,r=e(n,["fpKey","fpLoad"]);return o?(Uo?i&&(async t=>{try{if(To())return;const e=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=bo({apiKey:t,endpoint:Po}),o=await n,{requestId:i}=await o.get({linkedId:e});(t=>{const e={value:t,expiry:(new Date).getTime()+864e5};localStorage.setItem("fp",JSON.stringify(e))})(Ro(e,i))}catch(t){global.FB_DEBUG&&console.error(t)}})(o).catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server"),t(Oo(r,{beforeRequest:Lo}))):t(Object.assign({},r))}),(t=>n=>{var o=e(n,["autoRefresh"]);const{clearAllTimers:i,setTimer:r}=(()=>{const t=[];return{clearAllTimers:()=>{for(;t.length;)clearTimeout(t.pop())},setTimer:(e,n)=>{t.push(setTimeout(e,n))}}})(),s=t(Oo(o,{afterRequest:async(t,e)=>{const{refreshJwt:n,sessionJwt:o}=await jo(e);if(401===(null==e?void 0:e.status))i();else if(o){const t=((a=(t=>{const e=t.split(".");try{if(3===e.length){const t=JSON.parse(window.atob(e[1]));if(t.exp)return new Date(1e3*t.exp)}}catch(t){}return null})(o))?a.getTime()-(new Date).getTime():0)-2e4;i(),r((()=>s.refresh(n)),t)}var a}}));return lo(s,["logout","logoutAll"],(t=>async(...e)=>{const n=await t(...e);return i(),n}))}),(t=>e=>t(Object.assign(Object.assign({},e),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.0.1"},e.baseHeaders)}))),(t=>e=>{const n=Fo(),o=Fo(),i=t(Oo(e,{afterRequest:async(t,e)=>{if(401===(null==e?void 0:e.status))n.pub(null),o.pub(null);else{const t=await So(e);t&&o.pub(t);const{sessionJwt:i}=await jo(e);i&&n.pub(i)}}})),r=lo(i,["logout","logoutAll"],(t=>async(...e)=>{const i=await t(...e);return n.pub(null),o.pub(null),i}));return Object.assign(r,{onSessionTokenChange:n.sub,onUserChange:o.sub})}),(t=>e=>{const n=t(Oo(e,{afterRequest:async(t,e)=>{var n;const o=await So(e),i=null===(n=null==o?void 0:o.loginIds)||void 0===n?void 0:n[0],r=null==o?void 0:o.name;i&&((t=>{Eo(Mo,t)})(i),(t=>{Eo(qo,t)})(r))}}));let o=lo(n,["flow.start"],No);return o=lo(o,["logout","logoutAll"],Wo),Object.assign(o,{getLastUserLoginId:$o,getLastUserDisplayName:Do})}),(t=>n=>{var{persistTokens:o,sessionTokenViaCookie:i}=n,r=e(n,["persistTokens","sessionTokenViaCookie"]);if(!o||!Uo)return o&&console.warn("Storing auth tokens in local storage and cookies are a client side only capabilities and will not be done when running in the server"),t(r);const s=t(Oo(r,{beforeRequest:Zo,afterRequest:async(t,e)=>{401===(null==e?void 0:e.status)?Vo():Ho(await jo(e),i)}})),a=lo(s,["logout","logoutAll"],Go);return Object.assign(a,{getRefreshToken:zo,getSessionToken:Bo})}))(((...t)=>{const e=co(...t);return Object.assign(Object.assign({},e),{flow:ai(e),webauthn:si(e)})})),ci=document.createElement("template");var di,ui,hi,pi,fi,gi,vi,mi,bi,wi,yi,ki,Ii,xi,Oi,ji,Si,Ci,Ei,Ai,_i,Ui,Pi,Ri,Ti,Li,Mi,qi,$i,Di,Ni,Wi,Fi,Ki,Ji,Hi,zi,Bi,Vi,Zi,Gi,Xi,Yi,Qi,tr,er,nr,or;ci.innerHTML='\n\t<style>\n\t\t:host {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\t#wc-root {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t#wc-root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<div id="wc-root"></div>\n\t';class ir extends HTMLElement{constructor(t){super(),di.add(this),ui.set(this,!1),hi.set(this,new W),pi.set(this,new W),this.nextRequestStatus=new W({isLoading:!1}),fi.set(this,void 0),gi.set(this,{popstate:o(this,di,"m",ki).bind(this)}),vi.set(this,void 0),Oi.set(this,T((()=>n(this,void 0,void 0,(function*(){const t=E(this.projectId,"config.json");try{const{body:e,headers:n}=yield S(t,"json");return{projectConfig:e,executionContext:{geo:n["x-geo"]}}}catch(t){this.logger.error("Cannot get config file","make sure that your projectId & flowId are correct")}}))))),this.logger={error:(t,e="")=>{console.error(t,e,new Error),o(this,di,"m",Ui).call(this,t,e)},info:(t,e="")=>{console.log(t,e)}},i(this,vi,t,"f"),o(this,di,"m",mi).call(this)}static get observedAttributes(){return["project-id","flow-id","base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"]}get projectId(){return this.getAttribute("project-id")}get flowId(){return this.getAttribute("flow-id")}get baseUrl(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}get redirectUrl(){return this.getAttribute("redirect-url")||void 0}get debug(){return"true"===this.getAttribute("debug")}get theme(){var t,e;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(e=null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)"))||void 0===e?void 0:e.matches)?"dark":"light"}return n||"light"}get telemetryKey(){return this.getAttribute("telemetryKey")||void 0}get autoFocus(){var t;const e=null!==(t=this.getAttribute("auto-focus"))&&void 0!==t?t:"true";return"skipFirstScreen"===e?e:"true"===e}getExecutionContext(){return n(this,void 0,void 0,(function*(){const{executionContext:t}=yield o(this,Oi,"f").call(this);return t}))}getFlowConfig(){var t;return n(this,void 0,void 0,(function*(){const{projectConfig:e}=yield o(this,Oi,"f").call(this);return(null===(t=null==e?void 0:e.flows)||void 0===t?void 0:t[this.flowId])||{}}))}connectedCallback(){return n(this,void 0,void 0,(function*(){if(this.shadowRoot.isConnected){if(o(this,di,"m",bi).call(this))return void o(this,di,"m",wi).call(this);o(this,di,"m",yi).call(this),o(this,di,"m",Si).call(this),o(this,di,"m",ji).call(this),o(this,di,"m",Pi).call(this);const{executionId:t,stepId:e,token:n,code:r,exchangeError:s}=R();window.addEventListener("popstate",o(this,gi,"f").popstate),o(this,hi,"f").subscribe(o(this,di,"m",xi).bind(this)),o(this,pi,"f").subscribe(o(this,di,"m",_i).bind(this)),o(this,hi,"f").update({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenant,redirectUrl:this.redirectUrl,stepId:e,executionId:t,token:n,code:r,exchangeError:s,telemetryKey:this.telemetryKey}),o(this,pi,"f").update({isDebug:this.debug}),i(this,ui,!0,"f")}}))}disconnectedCallback(){o(this,hi,"f").unsubscribeAll(),o(this,pi,"f").unsubscribeAll(),o(this,di,"m",Ai).call(this),window.removeEventListener("popstate",o(this,gi,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&o(this,ui,"f")&&e!==n&&ir.observedAttributes.includes(t)){o(this,di,"m",yi).call(this);const i=null===e;o(this,hi,"f").update((({stepId:e,executionId:o})=>{let r=e,s=o;return i||(s=null,r=null,U()),{[P(t)]:n,stepId:r,executionId:s}})),o(this,pi,"f").update({isDebug:this.debug})}}}ui=new WeakMap,hi=new WeakMap,pi=new WeakMap,fi=new WeakMap,gi=new WeakMap,vi=new WeakMap,Oi=new WeakMap,di=new WeakSet,mi=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(ci.content.cloneNode(!0)),this.rootElement=this.shadowRoot.querySelector("#wc-root")},bi=function(){const t=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);return!this.shadowRoot.host.closest("form")&&t},wi=function(){const t=this.shadowRoot.host,e=document.createElement("form");t.parentElement.appendChild(e),e.appendChild(t)},yi=function(){const t=["base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"];if(ir.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[P(e)])throw Error(`${e} cannot be empty`)})),this.theme&&"light"!==this.theme&&"dark"!==this.theme)throw Error('Supported theme values are "light", "dark", or leave empty for using the OS theme')},ki=function(){const{stepId:t,executionId:e}=_();o(this,hi,"f").update({stepId:t,executionId:e})},Ii=function(t,e,o){const i=o||void 0,r=!!i;this.sdk=li(Object.assign(Object.assign({persistTokens:!0},ir.sdkConfigOverrides),{projectId:t,baseUrl:e,fpKey:i,fpLoad:r})),["start","next"].forEach((t=>{const e=this.sdk.flow[t];this.sdk.flow[t]=(...t)=>n(this,void 0,void 0,(function*(){this.nextRequestStatus.update({isLoading:!0});try{return yield e(...t)}finally{this.nextRequestStatus.update({isLoading:!1})}}))}))},xi=function(t,e,i){return n(this,void 0,void 0,(function*(){const{projectId:e,baseUrl:n,telemetryKey:r}=t;if(i("projectId")||i("baseUrl")||i("telemetryKey")){if(!e)return;o(this,di,"m",Ii).call(this,e,n,r)}o(this,vi,"f").call(this,t)}))},ji=function(){var t,e,i,r;return n(this,void 0,void 0,(function*(){const{projectConfig:n}=yield o(this,Oi,"f").call(this);null===(r=null===(i=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t[this.theme])||void 0===e?void 0:e.typography)||void 0===i?void 0:i.fontFamilies)||void 0===r||r.forEach((t=>(t=>{if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)})(t.url)))}))},Si=function(){o(this,di,"m",Ci).call(this),o(this,di,"m",Ei).call(this)},Ci=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=E(this.projectId,"theme.css");try{const{body:n}=yield S(e,"text");t.innerText=n}catch(t){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}this.shadowRoot.appendChild(t)}))},Ei=function(){this.rootElement.setAttribute("data-theme",this.theme)},Ai=function(){var t;null===(t=o(this,fi,"f"))||void 0===t||t.remove(),i(this,fi,null,"f")},_i=function({isDebug:t}){return n(this,void 0,void 0,(function*(){t?(yield Promise.resolve().then((function(){return lr})),i(this,fi,document.createElement("descope-debugger"),"f"),Object.assign(o(this,fi,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),document.body.appendChild(o(this,fi,"f"))):o(this,di,"m",Ai).call(this)}))},Ui=function(t,e){var n;t&&this.debug&&(null===(n=o(this,fi,"f"))||void 0===n||n.updateData({title:t,description:e}))},Pi=function(){this.rootElement.onkeydown=t=>{if("Enter"!==t.key)return;t.preventDefault();const e=this.rootElement.querySelectorAll("button");if(1===e.length)return void e[0].click();const n=Array.from(e).filter((t=>"button"===t.getAttribute("data-type")));1===n.length&&n[0].click()}},ir.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"2.0.6"}};class rr extends ir{constructor(){const t=new W;super(t.update.bind(t)),Ri.add(this),this.stepState=new W({},{updateOnlyOnChange:!1}),Ti.set(this,void 0),Li.set(this,null),Mi.set(this,(()=>{clearInterval(o(this,Ti,"f")),i(this,Ti,null,"f")})),qi.set(this,(t=>{var e,n,i,s,a,l,c,d,u;if(!(null==t?void 0:t.ok)){o(this,Mi,"f").call(this),o(this,Ri,"m",Bi).call(this,"error",null==t?void 0:t.error);const r=null===(e=null==t?void 0:t.response)||void 0===e?void 0:e.url,l=`${null===(n=null==t?void 0:t.response)||void 0===n?void 0:n.status} - ${null===(i=null==t?void 0:t.response)||void 0===i?void 0:i.statusText}`;return void this.logger.error((null===(s=null==t?void 0:t.error)||void 0===s?void 0:s.errorDescription)||r,(null===(a=null==t?void 0:t.error)||void 0===a?void 0:a.errorMessage)||l)}const p=null===(d=null===(c=null===(l=t.data)||void 0===l?void 0:l.screen)||void 0===c?void 0:c.state)||void 0===d?void 0:d.errorText;p&&this.logger.error(p),(null===(u=t.data)||void 0===u?void 0:u.error)&&this.logger.error(`[${t.data.error.code}]: ${t.data.error.description}`,t.data.error.message);const{status:f,authInfo:v,lastAuth:m}=t.data;if("completed"===f)return function(t){(null==t?void 0:t.authMethod)&&r&&localStorage.setItem(h,JSON.stringify(t))}(m),o(this,Mi,"f").call(this),void o(this,Ri,"m",Bi).call(this,"success",v);const{executionId:b,stepId:w,action:y,screen:k,redirect:I,webauthn:x}=t.data;y!==g?this.flowState.update({stepId:w,executionId:b,action:y,redirectTo:null==I?void 0:I.url,screenId:null==k?void 0:k.id,screenState:null==k?void 0:k.state,webauthnTransactionId:null==x?void 0:x.transactionId,webauthnOptions:null==x?void 0:x.options}):this.flowState.update({action:y})})),$i.set(this,T((()=>n(this,void 0,void 0,(function*(){var t;try{const e=yield this.sdk.webauthn.signIn.start("",window.location.origin);return e.ok||this.logger.error("Webauthn start failed",null===(t=null==e?void 0:e.error)||void 0===t?void 0:t.errorMessage),e.data}catch(t){this.logger.error("Webauthn start failed",t.message)}}))))),this.flowState=t}static set sdkConfigOverrides(t){ir.sdkConfigOverrides=t}connectedCallback(){const t=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});var e,o;return n(this,void 0,void 0,(function*(){this.shadowRoot.isConnected&&(null===(e=this.flowState)||void 0===e||e.subscribe(this.onFlowChange.bind(this)),null===(o=this.stepState)||void 0===o||o.subscribe(this.onStepChange.bind(this))),yield t.connectedCallback.call(this)}))}disconnectedCallback(){super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll()}onFlowChange(t,e,r){var s,a;return n(this,void 0,void 0,(function*(){const{projectId:l,flowId:c,tenant:d,stepId:u,executionId:p,action:b,screenId:k,screenState:I,redirectTo:x,redirectUrl:O,token:j,code:S,exchangeError:C,webauthnTransactionId:_,webauthnOptions:U}=t;let P,R;o(this,Ti,"f")&&o(this,Mi,"f").call(this);const T=this.sdk.getLastUserLoginId();if(!p){if(!c)return;const t=yield this.getFlowConfig();if(({startScreenId:P=t.startScreenId,conditionInteractionId:R}=((t,e)=>{var n;const o=null===(n=H[null==t?void 0:t.key])||void 0===n?void 0:n[t.operator];if(!o)return{};const i=o(e)?t.met:t.unmet;return{startScreenId:null==i?void 0:i.screenId,conditionInteractionId:null==i?void 0:i.interactionId}})(t.condition,{loginId:T,code:S})),!P){const t=S?{exchangeCode:S,idpInitiated:!0}:void 0,e=yield this.sdk.flow.start(c,Object.assign({tenant:d},O&&{redirectUrl:O}),R,"",t);return o(this,qi,"f").call(this,e),void("completed"!==(null===(s=null==e?void 0:e.data)||void 0===s?void 0:s.status)&&this.flowState.update({code:void 0}))}}if(p&&(r("token")&&j||r("code")&&S||r("exchangeError")&&C)){const t=yield this.sdk.flow.next(p,u,w,{token:j,exchangeCode:S,exchangeError:C});return o(this,qi,"f").call(this,t),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(b===f)return x||this.logger.error("Did not get redirect url"),void window.location.assign(x);if(b===v||b===m){if(!_||!U)return void this.logger.error("Did not get webauthn transaction id or options");let t,e;null===(a=o(this,Li,"f"))||void 0===a||a.abort(),i(this,Li,null,"f");try{t=b===v?yield this.sdk.webauthn.helpers.create(U):yield this.sdk.webauthn.helpers.get(U)}catch(t){if("NotAllowedError"!==t.name)return void this.logger.error(t.message);e=!0}const n=yield this.sdk.flow.next(p,u,w,{transactionId:_,response:t,cancelWebauthn:e});o(this,qi,"f").call(this,n)}if(b===g&&i(this,Ti,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(p,u,y,{});o(this,qi,"f").call(this,t)}))),2e3),"f"),!k&&!P)return void this.logger.info("Refreshing the page during a flow is not supported yet");const L={direction:A(+u,+e.stepId),screenState:Object.assign(Object.assign({},I),{lastAuth:{loginId:T,name:this.sdk.getLastUserDisplayName()||T}}),htmlUrl:E(l,`${P||k}.html`)},M=function(t){const e={};if(t)try{Object.assign(e,JSON.parse(localStorage.getItem(h)))}catch(t){}return e}(T);P?L.next=(t,e)=>this.sdk.flow.start(c,Object.assign({tenant:d,lastAuth:M},O&&{redirectUrl:O}),R,t,Object.assign(Object.assign({},e),S&&{exchangeCode:S,idpInitiated:!0})):(r("projectId")||r("baseUrl")||r("executionId")||r("stepId"))&&(L.next=(...t)=>this.sdk.flow.next(p,u,...t)),this.stepState.update(L)}))}onStepChange(t,e){var i;return n(this,void 0,void 0,(function*(){const{htmlUrl:r,direction:s,next:a,screenState:l}=t,c=document.createElement("template"),{body:d}=yield S(r,"text");c.innerHTML=d;const u=c.content.cloneNode(!0),h=((t,e)=>{var n;const o=Array.from(t.querySelectorAll("script[data-id]")).map((n=>{var o;const i=n.getAttribute("data-id"),r=null===(o=t.getElementById(i))||void 0===o?void 0:o.innerHTML,s=Function(r).bind(n.previousSibling,e);return n.remove(),s}));return null===(n=t.querySelector("scripts"))||void 0===n||n.remove(),o})(u,yield this.getExecutionContext());this.sdk.webauthn.helpers.isSupported()?yield o(this,Ri,"m",Ni).call(this,u,a):u.querySelectorAll(`button[${p}="biometrics"]`).forEach((t=>t.setAttribute("disabled","true"))),F(u,l),((t,e)=>{var n;e&&(null===(n=null==t?void 0:t.style)||void 0===n||n.setProperty("--totp-image",`url(data:image/jpg;base64,${e})`))})(u.querySelector("div"),null===(i=null==l?void 0:l.totp)||void 0===i?void 0:i.image);const f=()=>n(this,void 0,void 0,(function*(){try{h.forEach((t=>{t()}))}catch(t){this.logger.error(t.message)}this.rootElement.replaceChildren(u);const t=!e.htmlUrl;((t,e,n)=>{if(!0===e||"skipFirstScreen"===e&&!n){const e=t.querySelector('input:not([aria-hidden="true"])');null==e||e.focus()}})(this.rootElement,this.autoFocus,t),o(this,Ri,"m",Hi).call(this,a),o(this,Ri,"m",Bi).call(this,"page-updated",{});if(this.rootElement.querySelector(`[${p}="polling"]`)){const t=yield a(y,{});o(this,qi,"f").call(this,t)}}));s?o(this,Ri,"m",zi).call(this,f,s):f()}))}}Ti=new WeakMap,Li=new WeakMap,Mi=new WeakMap,qi=new WeakMap,$i=new WeakMap,Ri=new WeakSet,Di=function(t){const e=t.name;if(!["email"].includes(e)){const n=`user-${e}`;t.name=n,t.addEventListener("input",(()=>{t.name=t.value?e:n}))}},Ni=function(t,e){var r;return n(this,void 0,void 0,(function*(){null===(r=o(this,Li,"f"))||void 0===r||r.abort();const s=t.querySelector('input[autocomplete="webauthn"]');if(s&&(yield K())){const{options:t,transactionId:r}=(yield o(this,$i,"f").call(this))||{};t&&r&&(o(this,Ri,"m",Di).call(this,s),i(this,Li,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(t,o(this,Li,"f")).then((t=>n(this,void 0,void 0,(function*(){const n=yield e(s.id,{transactionId:r,response:t});o(this,qi,"f").call(this,n)})))).catch((t=>{"AbortError"!==t.name&&this.logger.error("Conditional login failed",t.message)})))}}))},Wi=function(){return Array.from(this.shadowRoot.querySelectorAll(".descope-input")).every((t=>(t.reportValidity(),t.checkValidity())))},Fi=function(){return Array.from(this.shadowRoot.querySelectorAll(`*[name]:not([${u}])`)).reduce(((t,e)=>e.name?Object.assign(t,{[e.name]:e.value}):t),{})},Ki=function(t){const e=this.nextRequestStatus.subscribe((({isLoading:n})=>{var o,i;n?null===(o=null==t?void 0:t.classList)||void 0===o||o.add("loading"):(this.nextRequestStatus.unsubscribe(e),null===(i=null==t?void 0:t.classList)||void 0===i||i.remove("loading"))}))},Ji=function(t,e){return n(this,void 0,void 0,(function*(){if(t.formNoValidate||o(this,Ri,"m",Wi).call(this)){const i=null==t?void 0:t.getAttribute("id");o(this,Ri,"m",Ki).call(this,t);const r=o(this,Ri,"m",Fi).call(this),s=(n=t,Array.from((null==n?void 0:n.attributes)||[]).reduce(((t,e)=>{var n;const o=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return o?Object.assign(t,{[o]:e.value}):t}),{})),a=Object.assign(Object.assign(Object.assign({},s),r),{origin:window.location.origin}),l=yield e(i,a);o(this,qi,"f").call(this,l)}var n}))},Hi=function(t){this.rootElement.querySelectorAll("button").forEach((e=>{e.onclick=()=>{o(this,Ri,"m",Ji).call(this,e,t)}}))},zi=function(t,e){this.rootElement.addEventListener("transitionend",(()=>{this.rootElement.classList.remove("fade-out"),t()}),{once:!0});const n=e===k.forward?"slide-forward":"slide-backward";Array.from(this.rootElement.getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),this.rootElement.classList.add("fade-out")},Bi=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},customElements.define("descope-wc",rr);const sr=document.createElement("template");sr.innerHTML=`\n<style>\n .debugger {\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey; \n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n \n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n } \n\n .msg_desc {\n color: #646464;\n cursor: initial;\n } \n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n</style>\n\n<div style="top:32px; left:${window.innerWidth-300-32}px;" class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n`;class ar extends HTMLElement{constructor(){super(),Vi.add(this),Zi.set(this,new W({messages:[]})),Gi.set(this,void 0),Xi.set(this,void 0),Yi.set(this,void 0),Qi.set(this,{resize:o(this,Vi,"m",or).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(sr.content.cloneNode(!0)),i(this,Gi,this.shadowRoot.querySelector(".debugger"),"f"),i(this,Xi,o(this,Gi,"f").querySelector(".content"),"f"),i(this,Yi,o(this,Gi,"f").querySelector(".header"),"f")}updateData(t){o(this,Zi,"f").update((e=>({messages:e.messages.concat(t)})))}connectedCallback(){var t;((t,e,n)=>{let o=0,i=0,r=0,s=0;function a(e){e.preventDefault(),o=r-e.clientX,i=s-e.clientY,r=e.clientX,s=e.clientY;const[a,l]=J(t,t.offsetLeft-o,t.offsetTop-i,n);t.style.top=`${l}px`,t.style.left=`${a}px`}function l(){document.onmouseup=null,document.onmousemove=null}function c(t){t.preventDefault(),r=t.clientX,s=t.clientY,document.onmouseup=l,document.onmousemove=a}e?e.onmousedown=c:t.onmousedown=c})(o(this,Gi,"f"),o(this,Yi,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",o(this,Qi,"f").resize),(t=o(this,Gi,"f")).onmousemove=e=>{(e.target.w&&e.target.w!==e.target.offsetWidth||e.target.h&&e.target.h!==e.target.offsetHeight)&&t.onresize(e),e.target.w=e.target.offsetWidth,e.target.h=e.target.offsetHeight},o(this,Gi,"f").onresize=o(this,Vi,"m",nr).bind(this),o(this,Zi,"f").subscribe(o(this,Vi,"m",tr).bind(this))}disconnectedCallback(){o(this,Zi,"f").unsubscribeAll(),window.removeEventListener("resize",o(this,Qi,"f").resize)}}Zi=new WeakMap,Gi=new WeakMap,Xi=new WeakMap,Yi=new WeakMap,Qi=new WeakMap,Vi=new WeakSet,tr=function(t){o(this,Vi,"m",er).call(this,t),o(this,Vi,"m",nr).call(this)},er=function(t){o(this,Xi,"f").innerHTML=t.messages.map((t=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${t.title}\n </div>\n <div class="msg_desc">\n ${t.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},nr=function(){o(this,Xi,"f").querySelectorAll(".msg").forEach((t=>{const e=t.querySelector(".msg_desc"),n=e.scrollWidth>e.clientWidth,o=e.clientHeight>20;n||o?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},or=function(){const[t,e]=J(o(this,Gi,"f"),Number.parseInt(o(this,Gi,"f").style.left,10),Number.parseInt(o(this,Gi,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});o(this,Gi,"f").style.top=`${e}px`,o(this,Gi,"f").style.left=`${t}px`},customElements.define("descope-debugger",ar);var lr=Object.freeze({__proto__:null,default:ar})}();
1
+ !function(){"use strict";var t=function(){return t=Object.assign||function(t){for(var e,n=1,o=arguments.length;n<o;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t},t.apply(this,arguments)};function e(t,e){var n={};for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&e.indexOf(o)<0&&(n[o]=t[o]);if(null!=t&&"function"==typeof Object.getOwnPropertySymbols){var i=0;for(o=Object.getOwnPropertySymbols(t);i<o.length;i++)e.indexOf(o[i])<0&&Object.prototype.propertyIsEnumerable.call(t,o[i])&&(n[o[i]]=t[o[i]])}return n}function n(t,e,n,o){return new(n||(n=Promise))((function(i,r){function s(t){try{l(o.next(t))}catch(t){r(t)}}function a(t){try{l(o.throw(t))}catch(t){r(t)}}function l(t){var e;t.done?i(t.value):(e=t.value,e instanceof n?e:new n((function(t){t(e)}))).then(s,a)}l((o=o.apply(t,e||[])).next())}))}function o(t,e,n,o){if("a"===n&&!o)throw new TypeError("Private accessor was defined without a getter");if("function"==typeof e?t!==e||!o:!e.has(t))throw new TypeError("Cannot read private member from an object whose class did not declare it");return"m"===n?o:"a"===n?o.call(t):o?o.value:e.get(t)}function i(t,e,n,o,i){if("m"===o)throw new TypeError("Private method is not writable");if("a"===o&&!i)throw new TypeError("Private accessor was defined without a setter");if("function"==typeof e?t!==e||!i:!e.has(t))throw new TypeError("Cannot write private member to an object whose class did not declare it");return"a"===o?i.call(t,n):i?i.value=n:e.set(t,n),n}const r="undefined"!=typeof localStorage,s=r&&localStorage.getItem("base.content.url")||"https://static.descope.com/pages",a="descope-login-flow",l="t",c="code",d="err",u="data-exclude-field",h="dls_last_auth",p="data-type",f="redirect",g="poll",v="webauthnCreate",m="webauthnGet",b="v2-alpha",w="submit",y="polling";var k,I,x;function O(t){return new URLSearchParams(window.location.search).get(t)}function j(t){if(window.history.replaceState&&O(t)){const e=new URL(window.location.href),n=new URLSearchParams(e.search);n.delete(t),e.search=n.toString(),window.history.replaceState({},"",e.toString())}}function S(t,e){return n(this,void 0,void 0,(function*(){const n=yield fetch(t,{cache:"default"});if(!n.ok)throw Error(`Error fetching URL ${t}`);return{body:yield n[e||"text"](),headers:Object.fromEntries(n.headers.entries())}}))}!function(t){t.backward="backward",t.forward="forward"}(k||(k={}));const C=(...t)=>t.join("/").replace(/\/+/g,"/");function E(t,e){const n=new URL(s);return n.pathname=C(n.pathname,t,b,e),n.toString()}function A(t,e){if(!Number.isNaN(t)&&!Number.isNaN(e))return t>e?k.forward:t<e?k.backward:void 0}const _=()=>{const[t="",e=""]=(O(a)||"").split("_");return{executionId:t,stepId:e}};function U(){j(a)}const P=t=>t.replace(/-./g,(t=>t[1].toUpperCase())),R=()=>{const{executionId:t,stepId:e}=_();(t||e)&&U();const n=O(l)||void 0;n&&j(l);const o=O(c)||void 0;o&&j(c);const i=O(d)||void 0;return i&&j(d),{executionId:t,stepId:e,token:n,code:o,exchangeError:i}},T=t=>{let e,n;return(...o)=>{return e&&(r=o,(i=e).length===r.length&&i.every(((t,e)=>t===r[e])))||(e=o,n=t(...o)),n;var i,r}},L=null===(x=null===(I=null===navigator||void 0===navigator?void 0:navigator.userAgentData)||void 0===I?void 0:I.brands)||void 0===x?void 0:x.find((({brand:t,version:e})=>"Chromium"===t&&parseFloat(e)));var M,q,$,D;function N(t,e){const n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(e);if(n.length!==o.length)return!1;for(let o=0;o<n.length;o+=1){const i=n[o],r=t[i],s=e[i];if(null===r||null===s){if(r!==s)return!1}else if("object"==typeof r&&"object"==typeof s){if(!N(r,s))return!1}else if(r!==s)return!1}return!0}class W{constructor(t={},{updateOnlyOnChange:e=!0}={}){M.set(this,void 0),q.set(this,{}),$.set(this,0),D.set(this,!1),this.update=t=>{const e="function"==typeof t?t(o(this,M,"f")):t,n=Object.assign(Object.assign({},o(this,M,"f")),e);if(!o(this,D,"f")||!N(o(this,M,"f"),n)){const t=o(this,M,"f");i(this,M,n,"f"),Object.freeze(o(this,M,"f")),setTimeout((()=>{Object.values(o(this,q,"f")).forEach((e=>e(n,t,((t,e)=>n=>t[n]!==e[n])(n,t))))}),0)}},i(this,M,t,"f"),i(this,D,e,"f")}get current(){return Object.assign({},o(this,M,"f"))}subscribe(t){return i(this,$,o(this,$,"f")+1,"f"),o(this,q,"f")[o(this,$,"f")]=t,o(this,$,"f").toString()}unsubscribe(t){const e=!!o(this,q,"f")[t];return e&&delete o(this,q,"f")[t],e}unsubscribeAll(){return i(this,q,{},"f"),!0}}M=new WeakMap,q=new WeakMap,$=new WeakMap,D=new WeakMap;const F=(t,e)=>{var n;((t,e,n="")=>{t.querySelectorAll(`[${p}="${e}"]`).forEach((t=>{t.textContent=n,t.classList[n?"remove":"add"]("hide")}))})(t,"error-message",null==e?void 0:e.errorText),((t,e)=>{Object.entries(e||{}).forEach((([e,n])=>{Array.from(t.querySelectorAll(`.descope-input[name="${e}"]:not([${u}])`)).forEach((t=>{t.value=n}))}))})(t,null==e?void 0:e.inputs),((t,e)=>{t.querySelectorAll(`[${p}="totp-link"]`).forEach((t=>{t.href=e}))})(t,null===(n=null==e?void 0:e.totp)||void 0===n?void 0:n.provisionUrl),((t,e)=>{t.querySelectorAll(".descope-text,.descope-link").forEach((t=>{t.textContent=((t,e)=>t.replace(/{{(.+?)}}/g,((t,n)=>{return o=e,n.split(".").reduce(((t,e)=>(null==t?void 0:t[e])||""),o);var o})))(t.textContent,e)}))})(t,e)},K=T((()=>n(void 0,void 0,void 0,(function*(){var t,e,n,o;if(!window.PublicKeyCredential||!PublicKeyCredential.isConditionalMediationAvailable||!PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable)return console.warn("webauthn","Conditional UI is not supported"),!1;try{const i=Promise.all([null===(t=window.PublicKeyCredential)||void 0===t?void 0:t.isConditionalMediationAvailable(),null===(e=window.PublicKeyCredential)||void 0===e?void 0:e.isUserVerifyingPlatformAuthenticatorAvailable()]).then((t=>t.every((t=>!!t)))),r=108;return yield Promise.race([i,(n=100,new Promise(((t,e)=>{const i=setTimeout((()=>{e(new Error(`Promise timed out after ${n} ms`))}),n);null==o||o((e=>{clearTimeout(i),t(e)}),(t=>{clearTimeout(i),e(t)}))}))).catch((()=>L()>=r))])}catch(t){return console.warn("webauthn","Conditional login check failed",t),!1}})))),J=(t,e,n,o={})=>{var i,r,s,a;return[Math.min(Math.max(e,("all"===o.left?t.offsetWidth:null!==(i=o.left)&&void 0!==i?i:0)-t.offsetWidth),window.innerWidth-("all"===o.right?t.offsetWidth:null!==(r=o.right)&&void 0!==r?r:0)),Math.min(Math.max(n,("all"===o.top?t.offsetHeight:null!==(s=o.top)&&void 0!==s?s:0)-t.offsetHeight),window.innerHeight-("all"===o.bottom?t.offsetHeight:null!==(a=o.bottom)&&void 0!==a?a:0))]},H={"lastAuth.loginId":{"not-empty":t=>!!t.loginId,empty:t=>!t.loginId},idpInitiated:{"is-true":t=>!!t.code,"is-false":t=>!t.code}};function z(t){this.message=t}z.prototype=new Error,z.prototype.name="InvalidCharacterError";var B="undefined"!=typeof window&&window.atob&&window.atob.bind(window)||function(t){var e=String(t).replace(/=+$/,"");if(e.length%4==1)throw new z("'atob' failed: The string to be decoded is not correctly encoded.");for(var n,o,i=0,r=0,s="";o=e.charAt(r++);~o&&(n=i%4?64*n+o:o,i++%4)?s+=String.fromCharCode(255&n>>(-2*i&6)):0)o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".indexOf(o);return s};function V(t){this.message=t}function Z(t,e){if("string"!=typeof t)throw new V("Invalid token specified");var n=!0===(e=e||{}).header?0:1;try{return JSON.parse(function(t){var e=t.replace(/-/g,"+").replace(/_/g,"/");switch(e.length%4){case 0:break;case 2:e+="==";break;case 3:e+="=";break;default:throw"Illegal base64url string!"}try{return function(t){return decodeURIComponent(B(t).replace(/(.)/g,(function(t,e){var n=e.charCodeAt(0).toString(16).toUpperCase();return n.length<2&&(n="0"+n),"%"+n})))}(e)}catch(t){return B(e)}}(t.split(".")[n]))}catch(t){throw new V("Invalid token specified: "+t.message)}}V.prototype=new Error,V.prototype.name="InvalidTokenError";var G="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},X="Expected a function",Y="__lodash_hash_undefined__",Q=1/0,tt="[object Function]",et="[object GeneratorFunction]",nt="[object Symbol]",ot=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,it=/^\w*$/,rt=/^\./,st=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,at=/\\(\\)?/g,lt=/^\[object .+?Constructor\]$/,ct="object"==typeof G&&G&&G.Object===Object&&G,dt="object"==typeof self&&self&&self.Object===Object&&self,ut=ct||dt||Function("return this")();var ht,pt=Array.prototype,ft=Function.prototype,gt=Object.prototype,vt=ut["__core-js_shared__"],mt=(ht=/[^.]+$/.exec(vt&&vt.keys&&vt.keys.IE_PROTO||""))?"Symbol(src)_1."+ht:"",bt=ft.toString,wt=gt.hasOwnProperty,yt=gt.toString,kt=RegExp("^"+bt.call(wt).replace(/[\\^$.*+?()[\]{}|]/g,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),It=ut.Symbol,xt=pt.splice,Ot=Lt(ut,"Map"),jt=Lt(Object,"create"),St=It?It.prototype:void 0,Ct=St?St.toString:void 0;function Et(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function At(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function _t(t){var e=-1,n=t?t.length:0;for(this.clear();++e<n;){var o=t[e];this.set(o[0],o[1])}}function Ut(t,e){for(var n,o,i=t.length;i--;)if((n=t[i][0])===(o=e)||n!=n&&o!=o)return i;return-1}function Pt(t,e){var n;e=function(t,e){if(Dt(t))return!1;var n=typeof t;if("number"==n||"symbol"==n||"boolean"==n||null==t||Wt(t))return!0;return it.test(t)||!ot.test(t)||null!=e&&t in Object(e)}(e,t)?[e]:Dt(n=e)?n:Mt(n);for(var o=0,i=e.length;null!=t&&o<i;)t=t[qt(e[o++])];return o&&o==i?t:void 0}function Rt(t){if(!Nt(t)||(e=t,mt&&mt in e))return!1;var e,n=function(t){var e=Nt(t)?yt.call(t):"";return e==tt||e==et}(t)||function(t){var e=!1;if(null!=t&&"function"!=typeof t.toString)try{e=!!(t+"")}catch(t){}return e}(t)?kt:lt;return n.test(function(t){if(null!=t){try{return bt.call(t)}catch(t){}try{return t+""}catch(t){}}return""}(t))}function Tt(t,e){var n,o,i=t.__data__;return("string"==(o=typeof(n=e))||"number"==o||"symbol"==o||"boolean"==o?"__proto__"!==n:null===n)?i["string"==typeof e?"string":"hash"]:i.map}function Lt(t,e){var n=function(t,e){return null==t?void 0:t[e]}(t,e);return Rt(n)?n:void 0}Et.prototype.clear=function(){this.__data__=jt?jt(null):{}},Et.prototype.delete=function(t){return this.has(t)&&delete this.__data__[t]},Et.prototype.get=function(t){var e=this.__data__;if(jt){var n=e[t];return n===Y?void 0:n}return wt.call(e,t)?e[t]:void 0},Et.prototype.has=function(t){var e=this.__data__;return jt?void 0!==e[t]:wt.call(e,t)},Et.prototype.set=function(t,e){return this.__data__[t]=jt&&void 0===e?Y:e,this},At.prototype.clear=function(){this.__data__=[]},At.prototype.delete=function(t){var e=this.__data__,n=Ut(e,t);return!(n<0)&&(n==e.length-1?e.pop():xt.call(e,n,1),!0)},At.prototype.get=function(t){var e=this.__data__,n=Ut(e,t);return n<0?void 0:e[n][1]},At.prototype.has=function(t){return Ut(this.__data__,t)>-1},At.prototype.set=function(t,e){var n=this.__data__,o=Ut(n,t);return o<0?n.push([t,e]):n[o][1]=e,this},_t.prototype.clear=function(){this.__data__={hash:new Et,map:new(Ot||At),string:new Et}},_t.prototype.delete=function(t){return Tt(this,t).delete(t)},_t.prototype.get=function(t){return Tt(this,t).get(t)},_t.prototype.has=function(t){return Tt(this,t).has(t)},_t.prototype.set=function(t,e){return Tt(this,t).set(t,e),this};var Mt=$t((function(t){var e;t=null==(e=t)?"":function(t){if("string"==typeof t)return t;if(Wt(t))return Ct?Ct.call(t):"";var e=t+"";return"0"==e&&1/t==-Q?"-0":e}(e);var n=[];return rt.test(t)&&n.push(""),t.replace(st,(function(t,e,o,i){n.push(o?i.replace(at,"$1"):e||t)})),n}));function qt(t){if("string"==typeof t||Wt(t))return t;var e=t+"";return"0"==e&&1/t==-Q?"-0":e}function $t(t,e){if("function"!=typeof t||e&&"function"!=typeof e)throw new TypeError(X);var n=function(){var o=arguments,i=e?e.apply(this,o):o[0],r=n.cache;if(r.has(i))return r.get(i);var s=t.apply(this,o);return n.cache=r.set(i,s),s};return n.cache=new($t.Cache||_t),n}$t.Cache=_t;var Dt=Array.isArray;function Nt(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function Wt(t){return"symbol"==typeof t||function(t){return!!t&&"object"==typeof t}(t)&&yt.call(t)==nt}var Ft=function(t,e,n){var o=null==t?void 0:Pt(t,e);return void 0===o?n:o},Kt="/v1/auth/accesskey/exchange",Jt="/v1/auth/otp/verify",Ht="/v1/auth/otp/signin",zt="/v1/auth/otp/signup",Bt={email:"/v1/auth/otp/update/email",phone:"/v1/auth/otp/update/phone"},Vt="/v1/auth/otp/signup-in",Zt="/v1/auth/magiclink/verify",Gt="/v1/auth/magiclink/signin",Xt="/v1/auth/magiclink/signup",Yt={email:"/v1/auth/magiclink/update/email",phone:"/v1/auth/magiclink/update/phone"},Qt="/v1/auth/magiclink/signup-in",te="/v1/auth/enchantedlink/verify",ee="/v1/auth/enchantedlink/signin",ne="/v1/auth/enchantedlink/signup",oe="/v1/auth/enchantedlink/pending-session",ie={email:"/v1/auth/enchantedlink/update/email"},re="/v1/auth/enchantedlink/signup-in",se="/v1/auth/oauth/authorize",ae="/v1/auth/oauth/exchange",le="/v1/auth/saml/authorize",ce="/v1/auth/saml/exchange",de="/v1/auth/totp/verify",ue="/v1/auth/totp/signup",he="/v1/auth/totp/update",pe={start:"/v1/auth/webauthn/signup/start",finish:"/v1/auth/webauthn/signup/finish"},fe={start:"/v1/auth/webauthn/signin/start",finish:"/v1/auth/webauthn/signin/finish"},ge={start:"/v1/auth/webauthn/signup-in/start"},ve={start:"v1/auth/webauthn/update/start",finish:"/v1/auth/webauthn/update/finish"},me="/v1/auth/password/signup",be="/v1/auth/password/signin",we="/v1/auth/password/reset",ye="/v1/auth/password/update",ke="/v1/auth/password/replace",Ie="/v1/auth/password/policy",xe="/v1/auth/refresh",Oe="/v1/auth/logout",je="/v1/auth/logoutall",Se="/v1/auth/me",Ce="/v1/flow/start",Ee="/v1/flow/next";const Ae=6e5,_e=()=>{const t={};return{headers(e){const n="function"==typeof e.entries?Object.fromEntries(e.entries()):e;return t.Headers=JSON.stringify(n),this},body(e){return t.Body=e,this},url(e){return t.Url=e.toString(),this},method(e){return t.Method=e,this},title(e){return t.Title=e,this},status(e){return t.Status=e,this},build:()=>Object.keys(t).flatMap((e=>t[e]?[`${"Title"!==e?`${e}: `:""}${t[e]}`]:[])).join("\n")}};var Ue;!function(t){t.get="GET",t.delete="DELETE",t.post="POST",t.put="PUT"}(Ue||(Ue={}));const Pe=(...t)=>new Headers(t.reduce(((t,e)=>{const n=(t=>Array.isArray(t)?t:t instanceof Headers?Array.from(t.entries()):t?Object.entries(t):[])(e);return n.reduce(((e,[n,o])=>(t[n]=o,t)),t),t}),{})),Re=t=>void 0===t?void 0:JSON.stringify(t),Te=(t,e="")=>{let n=t;return e&&(n=n+":"+e),{Authorization:`Bearer ${n}`}},Le=({baseUrl:t,projectId:e,baseConfig:n,logger:o,hooks:i,cookiePolicy:r,fetch:s})=>{const a=((t,e)=>{const n=e||fetch;return n||null==t||t.warn("Fetch is not defined, you will not be able to send http requests, if you are running in a test, make sure fetch is defined globally"),t?async(...e)=>{if(!n)throw Error("Cannot send http request, fetch is not defined, if you are running in a test, make sure fetch is defined globally");t.log((t=>_e().title("Request").url(t[0]).method(t[1].method).headers(t[1].headers).body(t[1].body).build())(e));const o=await n(...e);return t[o.ok?"log":"error"](await(async t=>{const e=await(t.clone?t.clone().text():t.text());return t.text=()=>Promise.resolve(e),t.json=()=>Promise.resolve(JSON.parse(e)),_e().title("Response").url(t.url.toString()).status(`${t.status} ${t.statusText}`).headers(t.headers).body(e).build()})(o)),o}:n})(o,s),l=async o=>{const s=(null==i?void 0:i.beforeRequest)?i.beforeRequest(o):o,{path:l,body:c,headers:d,queryParams:u,method:h,token:p}=s,f=await a((({path:t,baseUrl:e,queryParams:n})=>{const o=new URL(t,e);return n&&(o.search=new URLSearchParams(n).toString()),o})({path:l,baseUrl:t,queryParams:u}),{headers:Pe(Te(e,p),{"x-descope-sdk-name":"core-js","x-descope-sdk-version":"1.0.6"},(null==n?void 0:n.baseHeaders)||{},d),method:h,body:Re(c),credentials:r||"include"});return(null==i?void 0:i.afterRequest)&&await i.afterRequest(o,null==f?void 0:f.clone()),f};return{get:(t,{headers:e,queryParams:n,token:o}={})=>l({path:t,headers:e,queryParams:n,body:void 0,method:Ue.get,token:o}),post:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.post,token:i}),put:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.put,token:i}),delete:(t,e,{headers:n,queryParams:o,token:i}={})=>l({path:t,headers:n,queryParams:o,body:e,method:Ue.delete,token:i}),hooks:i}};var Me={TOO_MANY_REQUESTS:429};function qe(t,e,n){var o;let i=$e(t);e&&(i=null===(o=null==i?void 0:i.tenants)||void 0===o?void 0:o[e]);const r=null==i?void 0:i[n];return Array.isArray(r)?r:[]}function $e(t){if("string"!=typeof t||!t)throw new Error("Invalid token provided");return Z(t)}function De(t){const{exp:e}=$e(t);return(new Date).getTime()/1e3>e}function Ne(t,e){return qe(t,e,"permissions")}function We(t,e){return qe(t,e,"roles")}const Fe=(...t)=>t.join("/").replace(/\/{2,}/g,"/");async function Ke(t,e){var n;const o=await t,i={code:o.status,ok:o.ok,response:o},r=await o.clone().json();return o.ok?i.data=e?e(r):r:(i.error=r,o.status===Me.TOO_MANY_REQUESTS&&Object.assign(i.error,{retryAfter:Number.parseInt(null===(n=o.headers)||void 0===n?void 0:n.get("retry-after"))||0})),i}const Je=(t,e)=>(n=e)=>e=>!t(e)&&n.replace("{val}",e),He=(...t)=>({validate:e=>(t.forEach((t=>{const n=t(e);if(n)throw new Error(n)})),!0)}),ze=t=>e=>t.test(e),Be=ze(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Ve=ze(/^\+[1-9]{1}[0-9]{3,14}$/),Ze=Je(Be,'"{val}" is not a valid email'),Ge=Je(Ve,'"{val}" is not a valid phone number'),Xe=Je((1,t=>t.length>=1),"Minimum length is 1");const Ye=Je((t=>"string"==typeof t),"Input is not a string"),Qe=(...t)=>e=>(...n)=>(t.forEach(((t,e)=>He(...t).validate(n[e]))),e(...n)),tn=t=>[Ye(`"${t}" must be a string`),Xe(`"${t}" must not be empty`)],en=t=>[Ye(`"${t}" must be a string`),Ze()],nn=t=>[Ye(`"${t}" must be a string`),Ge()],on=Qe(tn("accessKey")),rn=t=>({exchange:on((e=>Ke(t.post(Kt,{},{token:e}))))});var sn,an,ln,cn;!function(t){t.sms="sms",t.whatsapp="whatsapp"}(sn||(sn={})),function(t){t.email="email",t.sms="sms",t.whatsapp="whatsapp"}(an||(an={})),function(t){t.waiting="waiting",t.running="running",t.completed="completed",t.failed="failed"}(ln||(ln={})),function(t){t.signUp="signup",t.signIn="signin",t.verify="verify"}(cn||(cn={}));const dn=tn("loginId"),un=Qe(tn("token")),hn=Qe(dn),pn=Qe(tn("pendingRef")),fn=Qe(dn,en("email")),gn=t=>({verify:un((e=>Ke(t.post(te,{token:e})))),signIn:hn(((e,n,o,i)=>Ke(t.post(Fe(ee,an.email),{loginId:e,URI:n,loginOptions:o},{token:i})))),signUpOrIn:hn(((e,n)=>Ke(t.post(Fe(re,an.email),{loginId:e,URI:n})))),signUp:hn(((e,n,o)=>Ke(t.post(Fe(ne,an.email),{loginId:e,URI:n,user:o})))),waitForSession:pn(((e,n)=>new Promise((o=>{const{pollingIntervalMs:i,timeoutMs:r}=(({pollingIntervalMs:t=1e3,timeoutMs:e=6e5}={})=>({pollingIntervalMs:Math.max(t||1e3,1e3),timeoutMs:Math.min(e||Ae,Ae)}))(n);let s;const a=setInterval((async()=>{const n=await t.post(oe,{pendingRef:e});n.ok&&(clearInterval(a),s&&clearTimeout(s),o(Ke(Promise.resolve(n))))}),i);s=setTimeout((()=>{o({error:{errorDescription:`Session polling timeout exceeded: ${r}ms`,errorCode:"0"},ok:!1}),clearInterval(a)}),r)})))),update:{email:fn(((e,n,o,i)=>Ke(t.post(ie.email,{loginId:e,email:n,URI:o},{token:i}))))}}),vn=Qe(tn("flowId")),mn=Qe(tn("executionId"),tn("stepId"),tn("interactionId")),bn=t=>({start:vn(((e,n,o,i,r)=>Ke(t.post(Ce,{flowId:e,options:n,conditionInteractionId:o,interactionId:i,input:r})))),next:mn(((e,n,o,i)=>Ke(t.post(Ee,{executionId:e,stepId:n,interactionId:o,input:i}))))}),wn=tn("loginId"),yn=Qe(tn("token")),kn=Qe(wn),In=Qe(wn,nn("phone")),xn=Qe(wn,en("email")),On=t=>({verify:yn((e=>Ke(t.post(Zt,{token:e})))),signIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:kn(((e,o,i,r)=>Ke(t.post(Fe(Gt,n),{loginId:e,URI:o,loginOptions:i},{token:r}))))})),{}),signUp:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:kn(((e,o,i)=>Ke(t.post(Fe(Xt,n),{loginId:e,URI:o,user:i}))))})),{}),signUpOrIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:kn(((e,o)=>Ke(t.post(Fe(Qt,n),{loginId:e,URI:o}))))})),{}),update:{email:xn(((e,n,o,i)=>Ke(t.post(Yt.email,{loginId:e,email:n,URI:o},{token:i})))),phone:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:In(((e,o,i,r)=>Ke(t.post(Fe(Yt.phone,n),{loginId:e,phone:o,URI:i},{token:r}))))})),{})}});var jn;!function(t){t.facebook="facebook",t.github="github",t.google="google",t.microsoft="microsoft",t.gitlab="gitlab",t.apple="apple",t.discord="discord",t.linkedin="linkedin"}(jn||(jn={}));const Sn=Qe(tn("code")),Cn=t=>({start:Object.keys(jn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:async(e,{redirect:o=!1}={},i,r)=>{const s=await t.post(se,i||{},{queryParams:Object.assign({provider:n},e&&{redirectURL:e}),token:r});if(!o||!s.ok)return Ke(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a}})),{}),exchange:Sn((e=>Ke(t.post(ae,{code:e}))))});var En;!function(t){t.signUp="signup",t.signIn="signin",t.verify="verify",t.updatePhone="updatePhone"}(En||(En={}));const An=tn("loginId"),_n=Qe(An,tn("code")),Un=Qe(An),Pn=Qe(An,nn("phone")),Rn=Qe(An,en("email")),Tn=t=>({verify:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:_n(((e,o)=>Ke(t.post(Fe(Jt,n),{code:o,loginId:e}))))})),{}),signIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o,i)=>Ke(t.post(Fe(Ht,n),{loginId:e,loginOptions:o},{token:i}))))})),{}),signUp:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un(((e,o)=>Ke(t.post(Fe(zt,n),{loginId:e,user:o}))))})),{}),signUpOrIn:Object.keys(an).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Un((e=>Ke(t.post(Fe(Vt,n),{loginId:e}))))})),{}),update:{email:Rn(((e,n,o)=>Ke(t.post(Bt.email,{loginId:e,email:n},{token:o})))),phone:Object.keys(sn).reduce(((e,n)=>Object.assign(Object.assign({},e),{[n]:Pn(((e,o,i)=>Ke(t.post(Fe(Bt.phone,n),{loginId:e,phone:o},{token:i}))))})),{})}}),Ln=Qe(tn("tenant")),Mn=Qe(tn("code")),qn=t=>({start:Ln((async(e,n,{redirect:o=!1}={},i,r)=>{const s=await t.post(le,i||{},{queryParams:{tenant:e,redirectURL:n},token:r});if(!o||!s.ok)return Ke(Promise.resolve(s));const{url:a}=await s.json();window.location.href=a})),exchange:Mn((e=>Ke(t.post(ce,{code:e}))))}),$n=tn("loginId"),Dn=Qe($n,tn("code")),Nn=Qe($n),Wn=Qe($n),Fn=t=>({signUp:Nn(((e,n)=>Ke(t.post(ue,{loginId:e,user:n})))),verify:Dn(((e,n,o,i)=>Ke(t.post(de,{loginId:e,code:n,loginOptions:o},{token:i})))),update:Wn(((e,n)=>Ke(t.post(he,{loginId:e},{token:n}))))}),Kn=tn("loginId"),Jn=tn("newPassword"),Hn=Qe(Kn,tn("password")),zn=Qe(Kn),Bn=Qe(Kn,Jn),Vn=Qe(Kn,tn("oldPassword"),Jn),Zn=t=>({signUp:Hn(((e,n,o)=>Ke(t.post(me,{loginId:e,password:n,user:o})))),signIn:Hn(((e,n)=>Ke(t.post(be,{loginId:e,password:n})))),sendReset:zn(((e,n)=>Ke(t.post(we,{loginId:e,redirectUrl:n})))),update:Bn(((e,n,o)=>Ke(t.post(ye,{loginId:e,newPassword:n},{token:o})))),replace:Vn(((e,n,o)=>Ke(t.post(ke,{loginId:e,oldPassword:n,newPassword:o})))),policy:()=>Ke(t.get(Ie))}),Gn=[Ye('"loginId" must be a string')],Xn=tn("loginId"),Yn=tn("origin"),Qn=Qe(Xn,Yn,tn("name")),to=Qe(Xn,Yn),eo=Qe(Gn,Yn),no=Qe(Xn,Yn,tn("token")),oo=Qe(tn("transactionId"),tn("response")),io=t=>({signUp:{start:Qn(((e,n,o)=>Ke(t.post(pe.start,{user:{loginId:e,name:o},origin:n})))),finish:oo(((e,n)=>Ke(t.post(pe.finish,{transactionId:e,response:n}))))},signIn:{start:eo(((e,n,o,i)=>Ke(t.post(fe.start,{loginId:e,origin:n,loginOptions:o},{token:i})))),finish:oo(((e,n)=>Ke(t.post(fe.finish,{transactionId:e,response:n}))))},signUpOrIn:{start:to(((e,n)=>Ke(t.post(ge.start,{loginId:e,origin:n}))))},update:{start:no(((e,n,o)=>Ke(t.post(ve.start,{loginId:e,origin:n},{token:o})))),finish:oo(((e,n)=>Ke(t.post(ve.finish,{transactionId:e,response:n}))))}}),ro=Qe(tn("token"));var so,ao=Qe([("projectId",so=tn("projectId"),Je(((t,e)=>n=>He(...e).validate(Ft(n,t)))("projectId",so))())])((t=>{var e,n;const o=[].concat((null===(e=t.hooks)||void 0===e?void 0:e.beforeRequest)||[]),i=[].concat((null===(n=t.hooks)||void 0===n?void 0:n.afterRequest)||[]);return(({projectId:t,logger:e,baseUrl:n,hooks:o,cookiePolicy:i,baseHeaders:r={},fetch:s})=>{return a=Le({baseUrl:n||"https://api.descope.com",projectId:t,logger:e,hooks:o,cookiePolicy:i,baseConfig:{baseHeaders:r},fetch:s}),{accessKey:rn(a),otp:Tn(a),magicLink:On(a),enchantedLink:gn(a),oauth:Cn(a),saml:qn(a),totp:Fn(a),webauthn:io(a),password:Zn(a),flow:bn(a),refresh:t=>Ke(a.post(xe,{},{token:t})),logout:t=>Ke(a.post(Oe,{},{token:t})),logoutAll:t=>Ke(a.post(je,{},{token:t})),me:t=>Ke(a.get(Se,{token:t})),isJwtExpired:ro(De),getJwtPermissions:ro(Ne),getJwtRoles:ro(We),httpClient:a};var a})(Object.assign(Object.assign({},t),{hooks:{beforeRequest:t=>null==o?void 0:o.reduce(((t,e)=>e(t)),t),afterRequest:async(e,n)=>{(await Promise.allSettled(null==i?void 0:i.map((t=>t(e,null==n?void 0:n.clone()))))).forEach((e=>{var n;return"rejected"===e.status&&(null===(n=t.logger)||void 0===n?void 0:n.error(e.reason))}))}}}))}));const lo=(t,e,n)=>(e.forEach((e=>{const o=e.split(".");let i=o.shift(),r=t;for(;o.length>0;){if(r=r[i],!i||!r)throw Error(`Invalid path "${e}", "${i}" is missing or has no value`);i=o.shift()}if("function"!=typeof r[i])throw Error(`"${e}" is not a function`);const s=r[i];r[i]=n(s)})),t);var co=Object.assign(ao,{DeliveryMethods:an});var uo="Blocked by CSP",ho="API key required",po="3.8.2",fo="9319";function go(t,e){var n=[];return function(t,e){var n,o,i=(o=function(t,e,n){if(n||2===arguments.length)for(var o,i=0,r=e.length;i<r;i++)!o&&i in e||(o||(o=Array.prototype.slice.call(e,0,i)),o[i]=e[i]);return t.concat(o||Array.prototype.slice.call(e))}([],t,!0),{current:function(){return o[0]},postpone:function(){var t=o.shift();void 0!==t&&o.push(t)},exclude:function(){o.shift()}}),r=(100,3e3,n=0,function(){return Math.random()*Math.min(3e3,100*Math.pow(2,n++))}),s=i.current();if(void 0===s)return Promise.reject(new TypeError("The list of script URL patterns is empty"));var a=function(t,n){return e(t).catch((function(t){if(n+1>=5)throw t;!function(t){if(!(t instanceof Error))return!1;var e=t.message;return e===uo||e===fo}(t)?i.postpone():i.exclude();var e,o=i.current();if(void 0===o)throw t;return(e=r(),new Promise((function(t){return setTimeout(t,e)}))).then((function(){return a(o,n+1)}))}))};return a(s,0)}(t,(function(t){var o=new Date,i=function(){return n.push({url:t,startedAt:o,finishedAt:new Date})},r=e(t);return r.then(i,i),r})).then((function(t){return[t,{attempts:n}]}))}var vo="https://fpnpmcdn.net/v<version>/<apiKey>/loader_v<loaderVersion>.js",mo="Failed to load the JS script of the agent";function bo(n){var o;n.scriptUrlPattern;var i=n.token,r=n.apiKey,s=void 0===r?i:r,a=e(n,["scriptUrlPattern","token","apiKey"]),l=null!==(o=function(t,e){return function(t,e){return Object.prototype.hasOwnProperty.call(t,e)}(t,e)?t[e]:void 0}(n,"scriptUrlPattern"))&&void 0!==o?o:vo;return Promise.resolve().then((function(){if(!s||"string"!=typeof s)throw new Error(ho);var t=function(t,e){return(Array.isArray(t)?t:[t]).map((function(t){return function(t,e){var n=encodeURIComponent;return t.replace(/<[^<>]+>/g,(function(t){return"<version>"===t?"3":"<apiKey>"===t?n(e):"<loaderVersion>"===t?n(po):t}))}(String(t),e)}))}(l,s);return go(t,wo).catch(ko)})).then((function(e){var n=e[0],o=e[1];return n.load(t(t({},a),{ldi:o}))}))}function wo(t){return function(t,e,n,o){var i,r=document,s="securitypolicyviolation",a=function(e){var n=new URL(t,location.href),o=e.blockedURI;o!==n.href&&o!==n.protocol.slice(0,-1)&&o!==n.origin||(i=e,l())};r.addEventListener(s,a);var l=function(){return r.removeEventListener(s,a)};return Promise.resolve().then(e).then((function(t){return l(),t}),(function(t){return new Promise((function(t){return setTimeout(t)})).then((function(){if(l(),i)return function(){throw new Error(uo)}();throw t}))}))}(t,(function(){return function(t){return new Promise((function(e,n){var o=document.createElement("script"),i=function(){var t;return null===(t=o.parentNode)||void 0===t?void 0:t.removeChild(o)},r=document.head||document.getElementsByTagName("head")[0];o.onload=function(){i(),e()},o.onerror=function(){i(),n(new Error(mo))},o.async=!0,o.src=t,r.appendChild(o)}))}(t)})).then(yo)}function yo(){var t=window,e="__fpjs_p_l_b",n=t[e];if(function(t,e){var n,o=null===(n=Object.getOwnPropertyDescriptor)||void 0===n?void 0:n.call(Object,t,e);(null==o?void 0:o.configurable)?delete t[e]:o&&!o.writable||(t[e]=void 0)}(t,e),"function"!=typeof(null==n?void 0:n.load))throw new Error(fo);return n}function ko(t){throw t instanceof Error&&t.message===fo?new Error(mo):t}
2
+ /*! js-cookie v3.0.1 | MIT */function Io(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)t[o]=n[o]}return t}var xo=function t(e,n){function o(t,o,i){if("undefined"!=typeof document){"number"==typeof(i=Io({},n,i)).expires&&(i.expires=new Date(Date.now()+864e5*i.expires)),i.expires&&(i.expires=i.expires.toUTCString()),t=encodeURIComponent(t).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var r="";for(var s in i)i[s]&&(r+="; "+s,!0!==i[s]&&(r+="="+i[s].split(";")[0]));return document.cookie=t+"="+e.write(o,t)+r}}return Object.create({set:o,get:function(t){if("undefined"!=typeof document&&(!arguments.length||t)){for(var n=document.cookie?document.cookie.split("; "):[],o={},i=0;i<n.length;i++){var r=n[i].split("="),s=r.slice(1).join("=");try{var a=decodeURIComponent(r[0]);if(o[a]=e.read(s,a),t===a)break}catch(t){}}return t?o[t]:o}},remove:function(t,e){o(t,"",Io({},e,{expires:-1}))},withAttributes:function(e){return t(this.converter,Io({},this.attributes,e))},withConverter:function(e){return t(Io({},this.converter,e),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(e)}})}({read:function(t){return'"'===t[0]&&(t=t.slice(1,-1)),t.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(t){return encodeURIComponent(t).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const Oo=(t,e)=>{var n;return["beforeRequest","afterRequest"].reduce(((n,o)=>{var i;return n[o]=[].concat((null===(i=t.hooks)||void 0===i?void 0:i[o])||[]).concat((null==e?void 0:e[o])||[]),n}),null!==(n=t.hooks)&&void 0!==n?n:t.hooks={}),t},jo=async t=>{if(!(null==t?void 0:t.ok))return{};const e=await(null==t?void 0:t.clone().json());return(null==e?void 0:e.authInfo)||e||{}},So=async t=>{const e=await jo(t);return(null==e?void 0:e.user)||((null==e?void 0:e.hasOwnProperty("userId"))?e:void 0)},Co="undefined"!=typeof localStorage,Eo=(t,e)=>Co&&(null===localStorage||void 0===localStorage?void 0:localStorage.setItem(t,e)),Ao=t=>Co&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem(t)),_o=t=>Co&&(null===localStorage||void 0===localStorage?void 0:localStorage.removeItem(t)),Uo="undefined"!=typeof window,Po=Uo&&(null===localStorage||void 0===localStorage?void 0:localStorage.getItem("fingerprint.endpoint.url"))||"https://fp.descope.com",Ro=(t="",e="")=>({vsid:t,vrid:e}),To=(t=!1)=>{const e=localStorage.getItem("fp");if(!e)return null;const n=JSON.parse(e);return(new Date).getTime()>n.expiry&&!t?null:n.value},Lo=t=>(t.body&&(t.body.fpData=To(!0)||Ro()),t),Mo="dls_last_user_login_id",qo="dls_last_user_display_name",$o=()=>Ao(Mo),Do=()=>Ao(qo),No=t=>async(...e)=>{var n;e[1]=e[1]||{};const[,o={}]=e,i=$o(),r=Do();return i&&(null!==(n=o.lastAuth)&&void 0!==n||(o.lastAuth={}),o.lastAuth.loginId=i,o.lastAuth.name=r),await t(...e)},Wo=t=>async(...e)=>{const n=await t(...e);return _o(Mo),_o(qo),n};function Fo(){const t=[];return{pub:e=>{t.forEach((t=>t(e)))},sub:e=>{const n=t.push(e)-1;return()=>t.splice(n,1)}}}const Ko="DS",Jo="DSR",Ho=(t={},n)=>{var{refreshJwt:o,sessionJwt:i}=t,r=e(t,["refreshJwt","sessionJwt"]);void 0===n&&(n=!1),o&&Eo(Jo,o),i&&(n?function(t,e,{cookiePath:n,cookieDomain:o,cookieExpiration:i}){if(e){const r=new Date(1e3*i);xo.set(t,e,{path:n,domain:o,expires:r,sameSite:"Strict",secure:!0})}}(Ko,i,r):Eo(Ko,i))};function zo(){return Ao(Jo)||""}function Bo(){return xo.get(Ko)||Ao(Ko)||""}function Vo(){_o(Jo),_o(Ko),xo.remove(Ko)}const Zo=t=>Object.assign(t,{token:t.token||zo()}),Go=t=>async(...e)=>{const n=await t(...e);return Vo(),n};async function Xo(t){const e=function(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=oi(n.publicKey.challenge),n.publicKey.user.id=oi(n.publicKey.user.id),null===(e=n.publicKey.excludeCredentials)||void 0===e||e.forEach((t=>{t.id=oi(t.id)})),n}(t);return n=await navigator.credentials.create(e),JSON.stringify({id:n.id,rawId:ii(n.rawId),type:n.type,response:{attestationObject:ii(n.response.attestationObject),clientDataJSON:ii(n.response.clientDataJSON)}});var n}async function Yo(t){const e=ei(t);return ni(await navigator.credentials.get(e))}async function Qo(t,e){const n=ei(t);return n.signal=e.signal,n.mediation="conditional",ni(await navigator.credentials.get(n))}async function ti(t=!1){if(!Uo)return Promise.resolve(!1);const e=!!(PublicKeyCredential&&navigator.credentials&&navigator.credentials.create&&navigator.credentials.get);return e&&t&&PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable?PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable():e}function ei(t){var e;const n=JSON.parse(t);return n.publicKey.challenge=oi(n.publicKey.challenge),null===(e=n.publicKey.allowCredentials)||void 0===e||e.forEach((t=>{t.id=oi(t.id)})),n}function ni(t){return JSON.stringify({id:t.id,rawId:ii(t.rawId),type:t.type,response:{authenticatorData:ii(t.response.authenticatorData),clientDataJSON:ii(t.response.clientDataJSON),signature:ii(t.response.signature),userHandle:t.response.userHandle?ii(t.response.userHandle):void 0}})}function oi(t){const e=t.replace(/_/g,"/").replace(/-/g,"+");return Uint8Array.from(atob(e),(t=>t.charCodeAt(0))).buffer}function ii(t){return btoa(String.fromCharCode.apply(null,new Uint8Array(t))).replace(/\//g,"_").replace(/\+/g,"-").replace(/=/g,"")}var ri,si=(ri=t=>({async signUp(e,n){const o=await t.webauthn.signUp.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Xo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,i)},async signIn(e){const n=await t.webauthn.signIn.start(e,window.location.origin);if(!n.ok)return n;const o=await Yo(n.data.options);return await t.webauthn.signIn.finish(n.data.transactionId,o)},async signUpOrIn(e){var n;const o=await t.webauthn.signUpOrIn.start(e,window.location.origin);if(!o.ok)return o;if(null===(n=o.data)||void 0===n?void 0:n.create){const e=await Xo(o.data.options);return await t.webauthn.signUp.finish(o.data.transactionId,e)}{const e=await Yo(o.data.options);return await t.webauthn.signIn.finish(o.data.transactionId,e)}},async update(e,n){const o=await t.webauthn.update.start(e,window.location.origin,n);if(!o.ok)return o;const i=await Xo(o.data.options);return await t.webauthn.update.finish(o.data.transactionId,i)},helpers:{create:Xo,get:Yo,isSupported:ti,conditional:Qo}}),(...t)=>{const e=ri(...t);return Object.assign(e.signUp,t[0].webauthn.signUp),Object.assign(e.signIn,t[0].webauthn.signIn),Object.assign(e.signUpOrIn,t[0].webauthn.signUpOrIn),Object.assign(e.update,t[0].webauthn.update),e}),ai=t=>Object.assign(Object.assign({},t.flow),{start:async(...e)=>{const n=await ti(),o=Object.assign(Object.assign({redirectUrl:window.location.href},e[1]),{deviceInfo:{webAuthnSupport:n}});return e[1]=o,t.flow.start(...e)}});const li=function(...t){return e=>t.reduce(((t,e)=>e(t)),e)}((t=>n=>{var{fpKey:o,fpLoad:i}=n,r=e(n,["fpKey","fpLoad"]);return o?(Uo?i&&(async t=>{try{if(To())return;const e=(Date.now().toString(36)+Math.random().toString(36).substring(2)+Math.random().toString(36).substring(2)).substring(0,27),n=bo({apiKey:t,endpoint:Po}),o=await n,{requestId:i}=await o.get({linkedId:e});(t=>{const e={value:t,expiry:(new Date).getTime()+864e5};localStorage.setItem("fp",JSON.stringify(e))})(Ro(e,i))}catch(t){global.FB_DEBUG&&console.error(t)}})(o).catch((()=>null)):console.warn("Fingerprint is a client side only capability and will not work when running in the server"),t(Oo(r,{beforeRequest:Lo}))):t(Object.assign({},r))}),(t=>n=>{var o=e(n,["autoRefresh"]);const{clearAllTimers:i,setTimer:r}=(()=>{const t=[];return{clearAllTimers:()=>{for(;t.length;)clearTimeout(t.pop())},setTimer:(e,n)=>{t.push(setTimeout(e,n))}}})(),s=t(Oo(o,{afterRequest:async(t,e)=>{const{refreshJwt:n,sessionJwt:o}=await jo(e);if(401===(null==e?void 0:e.status))i();else if(o){const t=((a=(t=>{const e=t.split(".");try{if(3===e.length){const t=JSON.parse(window.atob(e[1]));if(t.exp)return new Date(1e3*t.exp)}}catch(t){}return null})(o))?a.getTime()-(new Date).getTime():0)-2e4;i(),r((()=>s.refresh(n)),t)}var a}}));return lo(s,["logout","logoutAll"],(t=>async(...e)=>{const n=await t(...e);return i(),n}))}),(t=>e=>t(Object.assign(Object.assign({},e),{baseHeaders:Object.assign({"x-descope-sdk-name":"web-js","x-descope-sdk-version":"1.0.3"},e.baseHeaders)}))),(t=>e=>{const n=Fo(),o=Fo(),i=t(Oo(e,{afterRequest:async(t,e)=>{if(401===(null==e?void 0:e.status))n.pub(null),o.pub(null);else{const t=await So(e);t&&o.pub(t);const{sessionJwt:i}=await jo(e);i&&n.pub(i)}}})),r=lo(i,["logout","logoutAll"],(t=>async(...e)=>{const i=await t(...e);return n.pub(null),o.pub(null),i}));return Object.assign(r,{onSessionTokenChange:n.sub,onUserChange:o.sub})}),(t=>e=>{const n=t(Oo(e,{afterRequest:async(t,e)=>{var n;const o=await So(e),i=null===(n=null==o?void 0:o.loginIds)||void 0===n?void 0:n[0],r=null==o?void 0:o.name;i&&((t=>{Eo(Mo,t)})(i),(t=>{Eo(qo,t)})(r))}}));let o=lo(n,["flow.start"],No);return o=lo(o,["logout","logoutAll"],Wo),Object.assign(o,{getLastUserLoginId:$o,getLastUserDisplayName:Do})}),(t=>n=>{var{persistTokens:o,sessionTokenViaCookie:i}=n,r=e(n,["persistTokens","sessionTokenViaCookie"]);if(!o||!Uo)return o&&console.warn("Storing auth tokens in local storage and cookies are a client side only capabilities and will not be done when running in the server"),t(r);const s=t(Oo(r,{beforeRequest:Zo,afterRequest:async(t,e)=>{401===(null==e?void 0:e.status)?Vo():Ho(await jo(e),i)}})),a=lo(s,["logout","logoutAll"],Go);return Object.assign(a,{getRefreshToken:zo,getSessionToken:Bo})}))(((...t)=>{const e=co(...t);return Object.assign(Object.assign({},e),{flow:ai(e),webauthn:si(e)})})),ci=document.createElement("template");var di,ui,hi,pi,fi,gi,vi,mi,bi,wi,yi,ki,Ii,xi,Oi,ji,Si,Ci,Ei,Ai,_i,Ui,Pi,Ri,Ti,Li,Mi,qi,$i,Di,Ni,Wi,Fi,Ki,Ji,Hi,zi,Bi,Vi,Zi,Gi,Xi,Yi,Qi,tr,er,nr,or;ci.innerHTML='\n\t<style>\n\t\t:host {\n\t\t\twidth: 100%;\n\t\t\theight: 100%;\n\t\t}\n\t\t\n\t\t#wc-root {\n\t\t\theight: 100%;\n\t\t\ttransition: opacity 300ms ease-in-out;\n\t\t}\n\n\t\t#wc-root[data-theme] {\n\t\t\tbackground-color: transparent;\n\t\t}\n\n\t\t.fade-out {\n\t\t\topacity: 0.1;\n\t\t}\n\n\t</style>\n\t<div id="wc-root"></div>\n\t';class ir extends HTMLElement{constructor(t){super(),di.add(this),ui.set(this,!1),hi.set(this,new W),pi.set(this,new W),this.nextRequestStatus=new W({isLoading:!1}),fi.set(this,void 0),gi.set(this,{popstate:o(this,di,"m",ki).bind(this)}),vi.set(this,void 0),Oi.set(this,T((()=>n(this,void 0,void 0,(function*(){const t=E(this.projectId,"config.json");try{const{body:e,headers:n}=yield S(t,"json");return{projectConfig:e,executionContext:{geo:n["x-geo"]}}}catch(t){this.logger.error("Cannot get config file","make sure that your projectId & flowId are correct")}}))))),this.logger={error:(t,e="")=>{console.error(t,e,new Error),o(this,di,"m",Ui).call(this,t,e)},info:(t,e="")=>{console.log(t,e)}},i(this,vi,t,"f"),o(this,di,"m",mi).call(this)}static get observedAttributes(){return["project-id","flow-id","base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"]}get projectId(){return this.getAttribute("project-id")}get flowId(){return this.getAttribute("flow-id")}get baseUrl(){return this.getAttribute("base-url")||void 0}get tenant(){return this.getAttribute("tenant")||void 0}get redirectUrl(){return this.getAttribute("redirect-url")||void 0}get debug(){return"true"===this.getAttribute("debug")}get theme(){var t,e;const n=this.getAttribute("theme");if("os"===n){return window.matchMedia&&(null===(e=null===(t=window.matchMedia)||void 0===t?void 0:t.call(window,"(prefers-color-scheme: dark)"))||void 0===e?void 0:e.matches)?"dark":"light"}return n||"light"}get telemetryKey(){return this.getAttribute("telemetryKey")||void 0}get autoFocus(){var t;const e=null!==(t=this.getAttribute("auto-focus"))&&void 0!==t?t:"true";return"skipFirstScreen"===e?e:"true"===e}getExecutionContext(){return n(this,void 0,void 0,(function*(){const{executionContext:t}=yield o(this,Oi,"f").call(this);return t}))}getFlowConfig(){var t;return n(this,void 0,void 0,(function*(){const{projectConfig:e}=yield o(this,Oi,"f").call(this);return(null===(t=null==e?void 0:e.flows)||void 0===t?void 0:t[this.flowId])||{}}))}connectedCallback(){return n(this,void 0,void 0,(function*(){if(this.shadowRoot.isConnected){if(o(this,di,"m",bi).call(this))return void o(this,di,"m",wi).call(this);o(this,di,"m",yi).call(this),o(this,di,"m",Si).call(this),o(this,di,"m",ji).call(this),o(this,di,"m",Pi).call(this);const{executionId:t,stepId:e,token:n,code:r,exchangeError:s}=R();window.addEventListener("popstate",o(this,gi,"f").popstate),o(this,hi,"f").subscribe(o(this,di,"m",xi).bind(this)),o(this,pi,"f").subscribe(o(this,di,"m",_i).bind(this)),o(this,hi,"f").update({projectId:this.projectId,flowId:this.flowId,baseUrl:this.baseUrl,tenant:this.tenant,redirectUrl:this.redirectUrl,stepId:e,executionId:t,token:n,code:r,exchangeError:s,telemetryKey:this.telemetryKey}),o(this,pi,"f").update({isDebug:this.debug}),i(this,ui,!0,"f")}}))}disconnectedCallback(){o(this,hi,"f").unsubscribeAll(),o(this,pi,"f").unsubscribeAll(),o(this,di,"m",Ai).call(this),window.removeEventListener("popstate",o(this,gi,"f").popstate)}attributeChangedCallback(t,e,n){if(this.shadowRoot.isConnected&&o(this,ui,"f")&&e!==n&&ir.observedAttributes.includes(t)){o(this,di,"m",yi).call(this);const i=null===e;o(this,hi,"f").update((({stepId:e,executionId:o})=>{let r=e,s=o;return i||(s=null,r=null,U()),{[P(t)]:n,stepId:r,executionId:s}})),o(this,pi,"f").update({isDebug:this.debug})}}}ui=new WeakMap,hi=new WeakMap,pi=new WeakMap,fi=new WeakMap,gi=new WeakMap,vi=new WeakMap,Oi=new WeakMap,di=new WeakSet,mi=function(){this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(ci.content.cloneNode(!0)),this.rootElement=this.shadowRoot.querySelector("#wc-root")},bi=function(){const t=/Chrome/.test(navigator.userAgent)&&/Google Inc/.test(navigator.vendor);return!this.shadowRoot.host.closest("form")&&t},wi=function(){const t=this.shadowRoot.host,e=document.createElement("form");t.parentElement.appendChild(e),e.appendChild(t)},yi=function(){const t=["base-url","tenant","theme","debug","telemetryKey","redirect-url","auto-focus"];if(ir.observedAttributes.forEach((e=>{if(!t.includes(e)&&!this[P(e)])throw Error(`${e} cannot be empty`)})),this.theme&&"light"!==this.theme&&"dark"!==this.theme)throw Error('Supported theme values are "light", "dark", or leave empty for using the OS theme')},ki=function(){const{stepId:t,executionId:e}=_();o(this,hi,"f").update({stepId:t,executionId:e})},Ii=function(t,e,o){const i=o||void 0,r=!!i;this.sdk=li(Object.assign(Object.assign({persistTokens:!0},ir.sdkConfigOverrides),{projectId:t,baseUrl:e,fpKey:i,fpLoad:r})),["start","next"].forEach((t=>{const e=this.sdk.flow[t];this.sdk.flow[t]=(...t)=>n(this,void 0,void 0,(function*(){this.nextRequestStatus.update({isLoading:!0});try{return yield e(...t)}finally{this.nextRequestStatus.update({isLoading:!1})}}))}))},xi=function(t,e,i){return n(this,void 0,void 0,(function*(){const{projectId:e,baseUrl:n,telemetryKey:r}=t;if(i("projectId")||i("baseUrl")||i("telemetryKey")){if(!e)return;o(this,di,"m",Ii).call(this,e,n,r)}o(this,vi,"f").call(this,t)}))},ji=function(){var t,e,i,r;return n(this,void 0,void 0,(function*(){const{projectConfig:n}=yield o(this,Oi,"f").call(this);null===(r=null===(i=null===(e=null===(t=null==n?void 0:n.cssTemplate)||void 0===t?void 0:t[this.theme])||void 0===e?void 0:e.typography)||void 0===i?void 0:i.fontFamilies)||void 0===r||r.forEach((t=>(t=>{if(!t)return;const e=document.createElement("link");e.href=t,e.rel="stylesheet",document.head.appendChild(e)})(t.url)))}))},Si=function(){o(this,di,"m",Ci).call(this),o(this,di,"m",Ei).call(this)},Ci=function(){return n(this,void 0,void 0,(function*(){const t=document.createElement("style"),e=E(this.projectId,"theme.css");try{const{body:n}=yield S(e,"text");t.innerText=n}catch(t){this.logger.error("Cannot fetch theme file","make sure that your projectId & flowId are correct")}this.shadowRoot.appendChild(t)}))},Ei=function(){this.rootElement.setAttribute("data-theme",this.theme)},Ai=function(){var t;null===(t=o(this,fi,"f"))||void 0===t||t.remove(),i(this,fi,null,"f")},_i=function({isDebug:t}){return n(this,void 0,void 0,(function*(){t?(yield Promise.resolve().then((function(){return lr})),i(this,fi,document.createElement("descope-debugger"),"f"),Object.assign(o(this,fi,"f").style,{position:"fixed",top:"0",right:"0",height:"100vh",width:"100vw",pointerEvents:"none",zIndex:99999}),document.body.appendChild(o(this,fi,"f"))):o(this,di,"m",Ai).call(this)}))},Ui=function(t,e){var n;t&&this.debug&&(null===(n=o(this,fi,"f"))||void 0===n||n.updateData({title:t,description:e}))},Pi=function(){this.rootElement.onkeydown=t=>{if("Enter"!==t.key)return;t.preventDefault();const e=this.rootElement.querySelectorAll("button");if(1===e.length)return void e[0].click();const n=Array.from(e).filter((t=>"button"===t.getAttribute("data-type")));1===n.length&&n[0].click()}},ir.sdkConfigOverrides={baseHeaders:{"x-descope-sdk-name":"web-component","x-descope-sdk-version":"2.0.8"}};class rr extends ir{constructor(){const t=new W;super(t.update.bind(t)),Ri.add(this),this.stepState=new W({},{updateOnlyOnChange:!1}),Ti.set(this,void 0),Li.set(this,null),Mi.set(this,(()=>{clearInterval(o(this,Ti,"f")),i(this,Ti,null,"f")})),qi.set(this,(t=>{var e,n,i,s,a,l,c,d,u;if(!(null==t?void 0:t.ok)){o(this,Mi,"f").call(this),o(this,Ri,"m",Bi).call(this,"error",null==t?void 0:t.error);const r=null===(e=null==t?void 0:t.response)||void 0===e?void 0:e.url,l=`${null===(n=null==t?void 0:t.response)||void 0===n?void 0:n.status} - ${null===(i=null==t?void 0:t.response)||void 0===i?void 0:i.statusText}`;return void this.logger.error((null===(s=null==t?void 0:t.error)||void 0===s?void 0:s.errorDescription)||r,(null===(a=null==t?void 0:t.error)||void 0===a?void 0:a.errorMessage)||l)}const p=null===(d=null===(c=null===(l=t.data)||void 0===l?void 0:l.screen)||void 0===c?void 0:c.state)||void 0===d?void 0:d.errorText;p&&this.logger.error(p),(null===(u=t.data)||void 0===u?void 0:u.error)&&this.logger.error(`[${t.data.error.code}]: ${t.data.error.description}`,t.data.error.message);const{status:f,authInfo:v,lastAuth:m}=t.data;if("completed"===f)return function(t){(null==t?void 0:t.authMethod)&&r&&localStorage.setItem(h,JSON.stringify(t))}(m),o(this,Mi,"f").call(this),void o(this,Ri,"m",Bi).call(this,"success",v);const{executionId:b,stepId:w,action:y,screen:k,redirect:I,webauthn:x}=t.data;y!==g?this.flowState.update({stepId:w,executionId:b,action:y,redirectTo:null==I?void 0:I.url,screenId:null==k?void 0:k.id,screenState:null==k?void 0:k.state,webauthnTransactionId:null==x?void 0:x.transactionId,webauthnOptions:null==x?void 0:x.options}):this.flowState.update({action:y})})),$i.set(this,T((()=>n(this,void 0,void 0,(function*(){var t;try{const e=yield this.sdk.webauthn.signIn.start("",window.location.origin);return e.ok||this.logger.error("Webauthn start failed",null===(t=null==e?void 0:e.error)||void 0===t?void 0:t.errorMessage),e.data}catch(t){this.logger.error("Webauthn start failed",t.message)}}))))),this.flowState=t}static set sdkConfigOverrides(t){ir.sdkConfigOverrides=t}connectedCallback(){const t=Object.create(null,{connectedCallback:{get:()=>super.connectedCallback}});var e,o;return n(this,void 0,void 0,(function*(){this.shadowRoot.isConnected&&(null===(e=this.flowState)||void 0===e||e.subscribe(this.onFlowChange.bind(this)),null===(o=this.stepState)||void 0===o||o.subscribe(this.onStepChange.bind(this))),yield t.connectedCallback.call(this)}))}disconnectedCallback(){super.disconnectedCallback(),this.flowState.unsubscribeAll(),this.stepState.unsubscribeAll()}onFlowChange(t,e,r){var s,a;return n(this,void 0,void 0,(function*(){const{projectId:l,flowId:c,tenant:d,stepId:u,executionId:p,action:b,screenId:k,screenState:I,redirectTo:x,redirectUrl:O,token:j,code:S,exchangeError:C,webauthnTransactionId:_,webauthnOptions:U}=t;let P,R;o(this,Ti,"f")&&o(this,Mi,"f").call(this);const T=this.sdk.getLastUserLoginId();if(!p){if(!c)return;const t=yield this.getFlowConfig();if(({startScreenId:P=t.startScreenId,conditionInteractionId:R}=((t,e)=>{var n;const o=null===(n=H[null==t?void 0:t.key])||void 0===n?void 0:n[t.operator];if(!o)return{};const i=o(e)?t.met:t.unmet;return{startScreenId:null==i?void 0:i.screenId,conditionInteractionId:null==i?void 0:i.interactionId}})(t.condition,{loginId:T,code:S})),!P){const t=S?{exchangeCode:S,idpInitiated:!0}:void 0,e=yield this.sdk.flow.start(c,Object.assign({tenant:d},O&&{redirectUrl:O}),R,"",t);return o(this,qi,"f").call(this,e),void("completed"!==(null===(s=null==e?void 0:e.data)||void 0===s?void 0:s.status)&&this.flowState.update({code:void 0}))}}if(p&&(r("token")&&j||r("code")&&S||r("exchangeError")&&C)){const t=yield this.sdk.flow.next(p,u,w,{token:j,exchangeCode:S,exchangeError:C});return o(this,qi,"f").call(this,t),void this.flowState.update({token:void 0,code:void 0,exchangeError:void 0})}if(b===f)return x||this.logger.error("Did not get redirect url"),void window.location.assign(x);if(b===v||b===m){if(!_||!U)return void this.logger.error("Did not get webauthn transaction id or options");let t,e;null===(a=o(this,Li,"f"))||void 0===a||a.abort(),i(this,Li,null,"f");try{t=b===v?yield this.sdk.webauthn.helpers.create(U):yield this.sdk.webauthn.helpers.get(U)}catch(t){if("NotAllowedError"!==t.name)return void this.logger.error(t.message);e=!0}const n=yield this.sdk.flow.next(p,u,w,{transactionId:_,response:t,cancelWebauthn:e});o(this,qi,"f").call(this,n)}if(b===g&&i(this,Ti,setInterval((()=>n(this,void 0,void 0,(function*(){const t=yield this.sdk.flow.next(p,u,y,{});o(this,qi,"f").call(this,t)}))),2e3),"f"),!k&&!P)return void this.logger.info("Refreshing the page during a flow is not supported yet");const L={direction:A(+u,+e.stepId),screenState:Object.assign(Object.assign({},I),{lastAuth:{loginId:T,name:this.sdk.getLastUserDisplayName()||T}}),htmlUrl:E(l,`${P||k}.html`)},M=function(t){const e={};if(t)try{Object.assign(e,JSON.parse(localStorage.getItem(h)))}catch(t){}return e}(T);P?L.next=(t,e)=>this.sdk.flow.start(c,Object.assign({tenant:d,lastAuth:M},O&&{redirectUrl:O}),R,t,Object.assign(Object.assign({},e),S&&{exchangeCode:S,idpInitiated:!0})):(r("projectId")||r("baseUrl")||r("executionId")||r("stepId"))&&(L.next=(...t)=>this.sdk.flow.next(p,u,...t)),this.stepState.update(L)}))}onStepChange(t,e){var i;return n(this,void 0,void 0,(function*(){const{htmlUrl:r,direction:s,next:a,screenState:l}=t,c=document.createElement("template"),{body:d}=yield S(r,"text");c.innerHTML=d;const u=c.content.cloneNode(!0),h=((t,e)=>{var n;const o=Array.from(t.querySelectorAll("script[data-id]")).map((n=>{var o;const i=n.getAttribute("data-id"),r=null===(o=t.getElementById(i))||void 0===o?void 0:o.innerHTML,s=Function(r).bind(n.previousSibling,e);return n.remove(),s}));return null===(n=t.querySelector("scripts"))||void 0===n||n.remove(),o})(u,yield this.getExecutionContext());this.sdk.webauthn.helpers.isSupported()?yield o(this,Ri,"m",Ni).call(this,u,a):u.querySelectorAll(`button[${p}="biometrics"]`).forEach((t=>t.setAttribute("disabled","true"))),F(u,l),((t,e)=>{var n;e&&(null===(n=null==t?void 0:t.style)||void 0===n||n.setProperty("--totp-image",`url(data:image/jpg;base64,${e})`))})(u.querySelector("div"),null===(i=null==l?void 0:l.totp)||void 0===i?void 0:i.image);const f=()=>n(this,void 0,void 0,(function*(){try{h.forEach((t=>{t()}))}catch(t){this.logger.error(t.message)}this.rootElement.replaceChildren(u);const t=!e.htmlUrl;((t,e,n)=>{if(!0===e||"skipFirstScreen"===e&&!n){const e=t.querySelector('input:not([aria-hidden="true"])');null==e||e.focus()}})(this.rootElement,this.autoFocus,t),o(this,Ri,"m",Hi).call(this,a),o(this,Ri,"m",Bi).call(this,"page-updated",{});if(this.rootElement.querySelector(`[${p}="polling"]`)){const t=yield a(y,{});o(this,qi,"f").call(this,t)}}));s?o(this,Ri,"m",zi).call(this,f,s):f()}))}}Ti=new WeakMap,Li=new WeakMap,Mi=new WeakMap,qi=new WeakMap,$i=new WeakMap,Ri=new WeakSet,Di=function(t){const e=t.name;if(!["email"].includes(e)){const n=`user-${e}`;t.name=n,t.addEventListener("input",(()=>{t.name=t.value?e:n}))}},Ni=function(t,e){var r;return n(this,void 0,void 0,(function*(){null===(r=o(this,Li,"f"))||void 0===r||r.abort();const s=t.querySelector('input[autocomplete="webauthn"]');if(s&&(yield K())){const{options:t,transactionId:r}=(yield o(this,$i,"f").call(this))||{};t&&r&&(o(this,Ri,"m",Di).call(this,s),i(this,Li,new AbortController,"f"),this.sdk.webauthn.helpers.conditional(t,o(this,Li,"f")).then((t=>n(this,void 0,void 0,(function*(){const n=yield e(s.id,{transactionId:r,response:t});o(this,qi,"f").call(this,n)})))).catch((t=>{"AbortError"!==t.name&&this.logger.error("Conditional login failed",t.message)})))}}))},Wi=function(){return Array.from(this.shadowRoot.querySelectorAll(".descope-input")).every((t=>(t.reportValidity(),t.checkValidity())))},Fi=function(){return Array.from(this.shadowRoot.querySelectorAll(`*[name]:not([${u}])`)).reduce(((t,e)=>e.name?Object.assign(t,{[e.name]:e.value}):t),{})},Ki=function(t){const e=this.nextRequestStatus.subscribe((({isLoading:n})=>{var o,i;n?null===(o=null==t?void 0:t.classList)||void 0===o||o.add("loading"):(this.nextRequestStatus.unsubscribe(e),null===(i=null==t?void 0:t.classList)||void 0===i||i.remove("loading"))}))},Ji=function(t,e){return n(this,void 0,void 0,(function*(){if(t.formNoValidate||o(this,Ri,"m",Wi).call(this)){const i=null==t?void 0:t.getAttribute("id");o(this,Ri,"m",Ki).call(this,t);const r=o(this,Ri,"m",Fi).call(this),s=(n=t,Array.from((null==n?void 0:n.attributes)||[]).reduce(((t,e)=>{var n;const o=null===(n=new RegExp("^data-descope-(\\S+)$").exec(e.name))||void 0===n?void 0:n[1];return o?Object.assign(t,{[o]:e.value}):t}),{})),a=Object.assign(Object.assign(Object.assign({},s),r),{origin:window.location.origin}),l=yield e(i,a);o(this,qi,"f").call(this,l)}var n}))},Hi=function(t){this.rootElement.querySelectorAll("button").forEach((e=>{e.onclick=()=>{o(this,Ri,"m",Ji).call(this,e,t)}}))},zi=function(t,e){this.rootElement.addEventListener("transitionend",(()=>{this.rootElement.classList.remove("fade-out"),t()}),{once:!0});const n=e===k.forward?"slide-forward":"slide-backward";Array.from(this.rootElement.getElementsByClassName("input-container")).forEach(((t,e)=>{t.style["transition-delay"]=40*e+"ms",t.classList.add(n)})),this.rootElement.classList.add("fade-out")},Bi=function(t,e){this.dispatchEvent(new CustomEvent(t,{detail:e}))},customElements.define("descope-wc",rr);const sr=document.createElement("template");sr.innerHTML=`\n<style>\n .debugger {\n width: 300px;\n height: 200px;\n background-color: #FAFAFA;\n position: fixed;\n font-family: "Helvetica Neue", sans-serif;\n box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;\n border-radius: 8px;\n overflow: hidden;\n border: 1px solid lightgrey;\n pointer-events: initial;\n display: flex;\n flex-direction: column;\n min-width: 200px;\n max-width: 600px;\n max-height: calc(100% - 64px);\n min-height: 200px;\n resize: both;\n }\n\n .header {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n background-color: #EEEEEE;\n cursor: move;\n border-bottom: 1px solid #e0e0e0;\n }\n\n .content {\n font-size: 14px;\n flex-grow: 1;\n overflow: auto;\n }\n\n .msg {\n border-bottom: 1px solid lightgrey; \n padding: 8px 16px;\n display: flex;\n gap: 5px;\n background-color: #FAFAFA;\n }\n\n .msg.collapsible {\n cursor: pointer;\n }\n\n .empty-state {\n padding: 8px 16px;\n background-color: #FAFAFA;\n }\n \n\n .msg.collapsible:not(.collapsed) {\n background-color: #F5F5F5;\n }\n\n .msg_title {\n padding-bottom: 5px;\n display: flex;\n gap: 8px;\n font-weight: 500;\n }\n\n .msg svg {\n padding: 1px;\n flex-shrink: 0;\n margin-top: -2px;\n }\n\n .msg_content {\n overflow: hidden;\n flex-grow: 1;\n margin-right:5px;\n } \n\n .msg_desc {\n color: #646464;\n cursor: initial;\n } \n\n .msg.collapsed .msg_desc {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .msg.collapsible.collapsed .chevron {\n transform: rotate(-45deg) translateX(-2px);\n }\n\n .msg.collapsible .chevron {\n content: "";\n width:6px;\n height:6px;\n border-bottom: 2px solid grey;\n border-right: 2px solid grey;\n transform: rotate(45deg) translateX(-1px);\n margin: 5px;\n flex-shrink:0;\n }\n</style>\n\n<div style="top:32px; left:${window.innerWidth-300-32}px;" class="debugger">\n <div class="header">\n <span>Debugger messages</span>\n </div>\n <div class="content">\n <div class="empty-state">\n No errors detected 👀\n </div>\n </div>\n</div>\n`;class ar extends HTMLElement{constructor(){super(),Vi.add(this),Zi.set(this,new W({messages:[]})),Gi.set(this,void 0),Xi.set(this,void 0),Yi.set(this,void 0),Qi.set(this,{resize:o(this,Vi,"m",or).bind(this)}),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(sr.content.cloneNode(!0)),i(this,Gi,this.shadowRoot.querySelector(".debugger"),"f"),i(this,Xi,o(this,Gi,"f").querySelector(".content"),"f"),i(this,Yi,o(this,Gi,"f").querySelector(".header"),"f")}updateData(t){o(this,Zi,"f").update((e=>({messages:e.messages.concat(t)})))}connectedCallback(){var t;((t,e,n)=>{let o=0,i=0,r=0,s=0;function a(e){e.preventDefault(),o=r-e.clientX,i=s-e.clientY,r=e.clientX,s=e.clientY;const[a,l]=J(t,t.offsetLeft-o,t.offsetTop-i,n);t.style.top=`${l}px`,t.style.left=`${a}px`}function l(){document.onmouseup=null,document.onmousemove=null}function c(t){t.preventDefault(),r=t.clientX,s=t.clientY,document.onmouseup=l,document.onmousemove=a}e?e.onmousedown=c:t.onmousedown=c})(o(this,Gi,"f"),o(this,Yi,"f"),{top:"all",bottom:100,left:100,right:100}),window.addEventListener("resize",o(this,Qi,"f").resize),(t=o(this,Gi,"f")).onmousemove=e=>{(e.target.w&&e.target.w!==e.target.offsetWidth||e.target.h&&e.target.h!==e.target.offsetHeight)&&t.onresize(e),e.target.w=e.target.offsetWidth,e.target.h=e.target.offsetHeight},o(this,Gi,"f").onresize=o(this,Vi,"m",nr).bind(this),o(this,Zi,"f").subscribe(o(this,Vi,"m",tr).bind(this))}disconnectedCallback(){o(this,Zi,"f").unsubscribeAll(),window.removeEventListener("resize",o(this,Qi,"f").resize)}}Zi=new WeakMap,Gi=new WeakMap,Xi=new WeakMap,Yi=new WeakMap,Qi=new WeakMap,Vi=new WeakSet,tr=function(t){o(this,Vi,"m",er).call(this,t),o(this,Vi,"m",nr).call(this)},er=function(t){o(this,Xi,"f").innerHTML=t.messages.map((t=>`\n <div class="msg">\n <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">\n<path d="M5.99984 13.167L8.99984 10.167L11.9998 13.167L13.1665 12.0003L10.1665 9.00033L13.1665 6.00033L11.9998 4.83366L8.99984 7.83366L5.99984 4.83366L4.83317 6.00033L7.83317 9.00033L4.83317 12.0003L5.99984 13.167ZM8.99984 17.3337C7.84706 17.3337 6.76373 17.1148 5.74984 16.677C4.73595 16.2398 3.854 15.6462 3.104 14.8962C2.354 14.1462 1.76039 13.2642 1.32317 12.2503C0.885393 11.2364 0.666504 10.1531 0.666504 9.00033C0.666504 7.84755 0.885393 6.76421 1.32317 5.75033C1.76039 4.73644 2.354 3.85449 3.104 3.10449C3.854 2.35449 4.73595 1.7606 5.74984 1.32283C6.76373 0.885603 7.84706 0.666992 8.99984 0.666992C10.1526 0.666992 11.2359 0.885603 12.2498 1.32283C13.2637 1.7606 14.1457 2.35449 14.8957 3.10449C15.6457 3.85449 16.2393 4.73644 16.6765 5.75033C17.1143 6.76421 17.3332 7.84755 17.3332 9.00033C17.3332 10.1531 17.1143 11.2364 16.6765 12.2503C16.2393 13.2642 15.6457 14.1462 14.8957 14.8962C14.1457 15.6462 13.2637 16.2398 12.2498 16.677C11.2359 17.1148 10.1526 17.3337 8.99984 17.3337ZM8.99984 15.667C10.8609 15.667 12.4373 15.0212 13.729 13.7295C15.0207 12.4378 15.6665 10.8614 15.6665 9.00033C15.6665 7.13921 15.0207 5.56283 13.729 4.27116C12.4373 2.97949 10.8609 2.33366 8.99984 2.33366C7.13873 2.33366 5.56234 2.97949 4.27067 4.27116C2.979 5.56283 2.33317 7.13921 2.33317 9.00033C2.33317 10.8614 2.979 12.4378 4.27067 13.7295C5.56234 15.0212 7.13873 15.667 8.99984 15.667Z" fill="#ED404A"/>\n</svg>\n\n <div class="msg_content">\n <div class="msg_title">\n ${t.title}\n </div>\n <div class="msg_desc">\n ${t.description}\n </div>\n </div>\n <div class="chevron"></div>\n </div>\n `)).join("")},nr=function(){o(this,Xi,"f").querySelectorAll(".msg").forEach((t=>{const e=t.querySelector(".msg_desc"),n=e.scrollWidth>e.clientWidth,o=e.clientHeight>20;n||o?(t.classList.add("collapsible"),t.onclick=e=>{e.target.classList.contains("msg_desc")||t.classList.toggle("collapsed")}):(t.classList.remove("collapsible"),t.onclick=null)}))},or=function(){const[t,e]=J(o(this,Gi,"f"),Number.parseInt(o(this,Gi,"f").style.left,10),Number.parseInt(o(this,Gi,"f").style.top,10),{top:"all",bottom:100,left:100,right:100});o(this,Gi,"f").style.top=`${e}px`,o(this,Gi,"f").style.left=`${t}px`},customElements.define("descope-debugger",ar);var lr=Object.freeze({__proto__:null,default:ar})}();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/web-component",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "author": "Descope Team <info@descope.com>",
5
5
  "homepage": "https://github.com/descope/web-component",
6
6
  "bugs": {
@@ -65,7 +65,7 @@
65
65
  "typescript": "^4.5.3"
66
66
  },
67
67
  "dependencies": {
68
- "@descope/web-js-sdk": "1.0.1"
68
+ "@descope/web-js-sdk": "1.0.3"
69
69
  },
70
70
  "overrides": {
71
71
  "terser": "5.16.5"