@asgardeo/browser 0.1.15 → 0.1.17
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/dist/__legacy__/client.d.ts +2 -1
- package/dist/cjs/index.js +123 -21
- package/dist/cjs/index.js.map +4 -4
- package/dist/index.d.ts +2 -0
- package/dist/index.js +123 -21
- package/dist/index.js.map +4 -4
- package/dist/models/config.d.ts +1 -1
- package/dist/theme/getActiveTheme.d.ts +27 -0
- package/dist/utils/navigate.d.ts +42 -0
- package/package.json +3 -2
- /package/dist/{worker.d.ts → web.worker.d.ts} +0 -0
|
@@ -32,7 +32,7 @@ export declare class AsgardeoSPAClient {
|
|
|
32
32
|
protected _client: WebWorkerClientInterface | MainThreadClientInterface | undefined;
|
|
33
33
|
protected _storage: BrowserStorage | undefined;
|
|
34
34
|
protected _authHelper: typeof AuthenticationHelper;
|
|
35
|
-
protected _worker:
|
|
35
|
+
protected _worker: new () => Worker;
|
|
36
36
|
protected _initialized: boolean;
|
|
37
37
|
protected _startedInitialize: boolean;
|
|
38
38
|
protected _onSignInCallback: (response: User) => void;
|
|
@@ -44,6 +44,7 @@ export declare class AsgardeoSPAClient {
|
|
|
44
44
|
protected _instanceID: number;
|
|
45
45
|
protected constructor(id: number);
|
|
46
46
|
instantiateAuthHelper(authHelper?: typeof AuthenticationHelper): void;
|
|
47
|
+
instantiateWorker(worker: new () => Worker): void;
|
|
47
48
|
/**
|
|
48
49
|
* This method specifies if the `AsgardeoSPAClient` has been initialized or not.
|
|
49
50
|
*
|
package/dist/cjs/index.js
CHANGED
|
@@ -1946,8 +1946,10 @@ __export(index_exports, {
|
|
|
1946
1946
|
createClassObserver: () => createClassObserver,
|
|
1947
1947
|
createMediaQueryListener: () => createMediaQueryListener,
|
|
1948
1948
|
detectThemeMode: () => detectThemeMode,
|
|
1949
|
+
getActiveTheme: () => getActiveTheme_default,
|
|
1949
1950
|
hasAuthParamsInUrl: () => hasAuthParamsInUrl_default,
|
|
1950
1951
|
http: () => http_default,
|
|
1952
|
+
navigate: () => navigate_default,
|
|
1951
1953
|
workerReceiver: () => workerReceiver
|
|
1952
1954
|
});
|
|
1953
1955
|
module.exports = __toCommonJS(index_exports);
|
|
@@ -1955,6 +1957,20 @@ module.exports = __toCommonJS(index_exports);
|
|
|
1955
1957
|
// src/__legacy__/client.ts
|
|
1956
1958
|
var import_javascript8 = require("@asgardeo/javascript");
|
|
1957
1959
|
|
|
1960
|
+
// inline-worker:__inline-worker
|
|
1961
|
+
function inlineWorker(scriptText) {
|
|
1962
|
+
let blob = new Blob([scriptText], { type: "text/javascript" });
|
|
1963
|
+
let url = URL.createObjectURL(blob);
|
|
1964
|
+
let worker = new Worker(url);
|
|
1965
|
+
URL.revokeObjectURL(url);
|
|
1966
|
+
return worker;
|
|
1967
|
+
}
|
|
1968
|
+
|
|
1969
|
+
// src/web.worker.ts
|
|
1970
|
+
function Worker2() {
|
|
1971
|
+
return inlineWorker('(()=>{var Sa=Object.create;var nt=Object.defineProperty;var Jr=Object.getOwnPropertyDescriptor;var wa=Object.getOwnPropertyNames;var Ea=Object.getPrototypeOf,ba=Object.prototype.hasOwnProperty;var Vr=r=>{throw TypeError(r)};var va=(r,e,t)=>e in r?nt(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t;var w=(r,e)=>()=>(e||r((e={exports:{}}).exports,e),e.exports);var Ta=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of wa(e))!ba.call(r,i)&&i!==t&&nt(r,i,{get:()=>e[i],enumerable:!(n=Jr(e,i))||n.enumerable});return r};var Te=(r,e,t)=>(t=r!=null?Sa(Ea(r)):{},Ta(e||!r||!r.__esModule?nt(t,"default",{value:r,enumerable:!0}):t,r));var Gr=(r,e,t,n)=>{for(var i=n>1?void 0:n?Jr(e,t):e,o=r.length-1,a;o>=0;o--)(a=r[o])&&(i=(n?a(e,t,i):a(i))||i);return n&&i&&nt(e,t,i),i};var y=(r,e,t)=>va(r,typeof e!="symbol"?e+"":e,t),Xr=(r,e,t)=>e.has(r)||Vr("Cannot "+t);var _e=(r,e,t)=>(Xr(r,e,"read from private field"),t?t.call(r):e.get(r)),it=(r,e,t)=>e.has(r)?Vr("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(r):e.set(r,t),At=(r,e,t,n)=>(Xr(r,e,"write to private field"),n?n.call(r,t):e.set(r,t),t);var Zr=w(ot=>{"use strict";ot.byteLength=Ra;ot.toByteArray=xa;ot.fromByteArray=Oa;var X=[],J=[],_a=typeof Uint8Array<"u"?Uint8Array:Array,Ct="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";for(ge=0,Yr=Ct.length;ge<Yr;++ge)X[ge]=Ct[ge],J[Ct.charCodeAt(ge)]=ge;var ge,Yr;J[45]=62;J[95]=63;function Qr(r){var e=r.length;if(e%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var t=r.indexOf("=");t===-1&&(t=e);var n=t===e?0:4-t%4;return[t,n]}function Ra(r){var e=Qr(r),t=e[0],n=e[1];return(t+n)*3/4-n}function Ia(r,e,t){return(e+t)*3/4-t}function xa(r){var e,t=Qr(r),n=t[0],i=t[1],o=new _a(Ia(r,n,i)),a=0,s=i>0?n-4:n,u;for(u=0;u<s;u+=4)e=J[r.charCodeAt(u)]<<18|J[r.charCodeAt(u+1)]<<12|J[r.charCodeAt(u+2)]<<6|J[r.charCodeAt(u+3)],o[a++]=e>>16&255,o[a++]=e>>8&255,o[a++]=e&255;return i===2&&(e=J[r.charCodeAt(u)]<<2|J[r.charCodeAt(u+1)]>>4,o[a++]=e&255),i===1&&(e=J[r.charCodeAt(u)]<<10|J[r.charCodeAt(u+1)]<<4|J[r.charCodeAt(u+2)]>>2,o[a++]=e>>8&255,o[a++]=e&255),o}function Aa(r){return X[r>>18&63]+X[r>>12&63]+X[r>>6&63]+X[r&63]}function Ca(r,e,t){for(var n,i=[],o=e;o<t;o+=3)n=(r[o]<<16&16711680)+(r[o+1]<<8&65280)+(r[o+2]&255),i.push(Aa(n));return i.join("")}function Oa(r){for(var e,t=r.length,n=t%3,i=[],o=16383,a=0,s=t-n;a<s;a+=o)i.push(Ca(r,a,a+o>s?s:a+o));return n===1?(e=r[t-1],i.push(X[e>>2]+X[e<<4&63]+"==")):n===2&&(e=(r[t-2]<<8)+r[t-1],i.push(X[e>>10]+X[e>>4&63]+X[e<<2&63]+"=")),i.join("")}});var en=w(Ot=>{Ot.read=function(r,e,t,n,i){var o,a,s=i*8-n-1,u=(1<<s)-1,l=u>>1,f=-7,c=t?i-1:0,p=t?-1:1,g=r[e+c];for(c+=p,o=g&(1<<-f)-1,g>>=-f,f+=s;f>0;o=o*256+r[e+c],c+=p,f-=8);for(a=o&(1<<-f)-1,o>>=-f,f+=n;f>0;a=a*256+r[e+c],c+=p,f-=8);if(o===0)o=1-l;else{if(o===u)return a?NaN:(g?-1:1)*(1/0);a=a+Math.pow(2,n),o=o-l}return(g?-1:1)*a*Math.pow(2,o-n)};Ot.write=function(r,e,t,n,i,o){var a,s,u,l=o*8-i-1,f=(1<<l)-1,c=f>>1,p=i===23?Math.pow(2,-24)-Math.pow(2,-77):0,g=n?0:o-1,h=n?1:-1,m=e<0||e===0&&1/e<0?1:0;for(e=Math.abs(e),isNaN(e)||e===1/0?(s=isNaN(e)?1:0,a=f):(a=Math.floor(Math.log(e)/Math.LN2),e*(u=Math.pow(2,-a))<1&&(a--,u*=2),a+c>=1?e+=p/u:e+=p*Math.pow(2,1-c),e*u>=2&&(a++,u/=2),a+c>=f?(s=0,a=f):a+c>=1?(s=(e*u-1)*Math.pow(2,i),a=a+c):(s=e*Math.pow(2,c-1)*Math.pow(2,i),a=0));i>=8;r[t+g]=s&255,g+=h,s/=256,i-=8);for(a=a<<i|s,l+=i;l>0;r[t+g]=a&255,g+=h,a/=256,l-=8);r[t+g-h]|=m*128}});var ct=w(Ae=>{"use strict";var Pt=Zr(),Ie=en(),tn=typeof Symbol=="function"&&typeof Symbol.for=="function"?Symbol.for("nodejs.util.inspect.custom"):null;Ae.Buffer=d;Ae.SlowBuffer=Ma;Ae.INSPECT_MAX_BYTES=50;var at=2147483647;Ae.kMaxLength=at;d.TYPED_ARRAY_SUPPORT=Pa();!d.TYPED_ARRAY_SUPPORT&&typeof console<"u"&&typeof console.error=="function"&&console.error("This browser lacks typed array (Uint8Array) support which is required by `buffer` v5.x. Use `buffer` v4.x if you require old browser support.");function Pa(){try{let r=new Uint8Array(1),e={foo:function(){return 42}};return Object.setPrototypeOf(e,Uint8Array.prototype),Object.setPrototypeOf(r,e),r.foo()===42}catch{return!1}}Object.defineProperty(d.prototype,"parent",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.buffer}});Object.defineProperty(d.prototype,"offset",{enumerable:!0,get:function(){if(d.isBuffer(this))return this.byteOffset}});function Z(r){if(r>at)throw new RangeError(\'The value "\'+r+\'" is invalid for option "size"\');let e=new Uint8Array(r);return Object.setPrototypeOf(e,d.prototype),e}function d(r,e,t){if(typeof r=="number"){if(typeof e=="string")throw new TypeError(\'The "string" argument must be of type string. Received type number\');return Nt(r)}return an(r,e,t)}d.poolSize=8192;function an(r,e,t){if(typeof r=="string")return ka(r,e);if(ArrayBuffer.isView(r))return Da(r);if(r==null)throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r);if(Y(r,ArrayBuffer)||r&&Y(r.buffer,ArrayBuffer)||typeof SharedArrayBuffer<"u"&&(Y(r,SharedArrayBuffer)||r&&Y(r.buffer,SharedArrayBuffer)))return kt(r,e,t);if(typeof r=="number")throw new TypeError(\'The "value" argument must not be of type number. Received type number\');let n=r.valueOf&&r.valueOf();if(n!=null&&n!==r)return d.from(n,e,t);let i=Na(r);if(i)return i;if(typeof Symbol<"u"&&Symbol.toPrimitive!=null&&typeof r[Symbol.toPrimitive]=="function")return d.from(r[Symbol.toPrimitive]("string"),e,t);throw new TypeError("The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type "+typeof r)}d.from=function(r,e,t){return an(r,e,t)};Object.setPrototypeOf(d.prototype,Uint8Array.prototype);Object.setPrototypeOf(d,Uint8Array);function sn(r){if(typeof r!="number")throw new TypeError(\'"size" argument must be of type number\');if(r<0)throw new RangeError(\'The value "\'+r+\'" is invalid for option "size"\')}function Ua(r,e,t){return sn(r),r<=0?Z(r):e!==void 0?typeof t=="string"?Z(r).fill(e,t):Z(r).fill(e):Z(r)}d.alloc=function(r,e,t){return Ua(r,e,t)};function Nt(r){return sn(r),Z(r<0?0:Mt(r)|0)}d.allocUnsafe=function(r){return Nt(r)};d.allocUnsafeSlow=function(r){return Nt(r)};function ka(r,e){if((typeof e!="string"||e==="")&&(e="utf8"),!d.isEncoding(e))throw new TypeError("Unknown encoding: "+e);let t=cn(r,e)|0,n=Z(t),i=n.write(r,e);return i!==t&&(n=n.slice(0,i)),n}function Ut(r){let e=r.length<0?0:Mt(r.length)|0,t=Z(e);for(let n=0;n<e;n+=1)t[n]=r[n]&255;return t}function Da(r){if(Y(r,Uint8Array)){let e=new Uint8Array(r);return kt(e.buffer,e.byteOffset,e.byteLength)}return Ut(r)}function kt(r,e,t){if(e<0||r.byteLength<e)throw new RangeError(\'"offset" is outside of buffer bounds\');if(r.byteLength<e+(t||0))throw new RangeError(\'"length" is outside of buffer bounds\');let n;return e===void 0&&t===void 0?n=new Uint8Array(r):t===void 0?n=new Uint8Array(r,e):n=new Uint8Array(r,e,t),Object.setPrototypeOf(n,d.prototype),n}function Na(r){if(d.isBuffer(r)){let e=Mt(r.length)|0,t=Z(e);return t.length===0||r.copy(t,0,0,e),t}if(r.length!==void 0)return typeof r.length!="number"||Ft(r.length)?Z(0):Ut(r);if(r.type==="Buffer"&&Array.isArray(r.data))return Ut(r.data)}function Mt(r){if(r>=at)throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+at.toString(16)+" bytes");return r|0}function Ma(r){return+r!=r&&(r=0),d.alloc(+r)}d.isBuffer=function(e){return e!=null&&e._isBuffer===!0&&e!==d.prototype};d.compare=function(e,t){if(Y(e,Uint8Array)&&(e=d.from(e,e.offset,e.byteLength)),Y(t,Uint8Array)&&(t=d.from(t,t.offset,t.byteLength)),!d.isBuffer(e)||!d.isBuffer(t))throw new TypeError(\'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array\');if(e===t)return 0;let n=e.length,i=t.length;for(let o=0,a=Math.min(n,i);o<a;++o)if(e[o]!==t[o]){n=e[o],i=t[o];break}return n<i?-1:i<n?1:0};d.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"latin1":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}};d.concat=function(e,t){if(!Array.isArray(e))throw new TypeError(\'"list" argument must be an Array of Buffers\');if(e.length===0)return d.alloc(0);let n;if(t===void 0)for(t=0,n=0;n<e.length;++n)t+=e[n].length;let i=d.allocUnsafe(t),o=0;for(n=0;n<e.length;++n){let a=e[n];if(Y(a,Uint8Array))o+a.length>i.length?(d.isBuffer(a)||(a=d.from(a)),a.copy(i,o)):Uint8Array.prototype.set.call(i,a,o);else if(d.isBuffer(a))a.copy(i,o);else throw new TypeError(\'"list" argument must be an Array of Buffers\');o+=a.length}return i};function cn(r,e){if(d.isBuffer(r))return r.length;if(ArrayBuffer.isView(r)||Y(r,ArrayBuffer))return r.byteLength;if(typeof r!="string")throw new TypeError(\'The "string" argument must be one of type string, Buffer, or ArrayBuffer. Received type \'+typeof r);let t=r.length,n=arguments.length>2&&arguments[2]===!0;if(!n&&t===0)return 0;let i=!1;for(;;)switch(e){case"ascii":case"latin1":case"binary":return t;case"utf8":case"utf-8":return Dt(r).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return t*2;case"hex":return t>>>1;case"base64":return yn(r).length;default:if(i)return n?-1:Dt(r).length;e=(""+e).toLowerCase(),i=!0}}d.byteLength=cn;function Ba(r,e,t){let n=!1;if((e===void 0||e<0)&&(e=0),e>this.length||((t===void 0||t>this.length)&&(t=this.length),t<=0)||(t>>>=0,e>>>=0,t<=e))return"";for(r||(r="utf8");;)switch(r){case"hex":return Ja(this,e,t);case"utf8":case"utf-8":return ln(this,e,t);case"ascii":return za(this,e,t);case"latin1":case"binary":return ja(this,e,t);case"base64":return Ka(this,e,t);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return Va(this,e,t);default:if(n)throw new TypeError("Unknown encoding: "+r);r=(r+"").toLowerCase(),n=!0}}d.prototype._isBuffer=!0;function me(r,e,t){let n=r[e];r[e]=r[t],r[t]=n}d.prototype.swap16=function(){let e=this.length;if(e%2!==0)throw new RangeError("Buffer size must be a multiple of 16-bits");for(let t=0;t<e;t+=2)me(this,t,t+1);return this};d.prototype.swap32=function(){let e=this.length;if(e%4!==0)throw new RangeError("Buffer size must be a multiple of 32-bits");for(let t=0;t<e;t+=4)me(this,t,t+3),me(this,t+1,t+2);return this};d.prototype.swap64=function(){let e=this.length;if(e%8!==0)throw new RangeError("Buffer size must be a multiple of 64-bits");for(let t=0;t<e;t+=8)me(this,t,t+7),me(this,t+1,t+6),me(this,t+2,t+5),me(this,t+3,t+4);return this};d.prototype.toString=function(){let e=this.length;return e===0?"":arguments.length===0?ln(this,0,e):Ba.apply(this,arguments)};d.prototype.toLocaleString=d.prototype.toString;d.prototype.equals=function(e){if(!d.isBuffer(e))throw new TypeError("Argument must be a Buffer");return this===e?!0:d.compare(this,e)===0};d.prototype.inspect=function(){let e="",t=Ae.INSPECT_MAX_BYTES;return e=this.toString("hex",0,t).replace(/(.{2})/g,"$1 ").trim(),this.length>t&&(e+=" ... "),"<Buffer "+e+">"};tn&&(d.prototype[tn]=d.prototype.inspect);d.prototype.compare=function(e,t,n,i,o){if(Y(e,Uint8Array)&&(e=d.from(e,e.offset,e.byteLength)),!d.isBuffer(e))throw new TypeError(\'The "target" argument must be one of type Buffer or Uint8Array. Received type \'+typeof e);if(t===void 0&&(t=0),n===void 0&&(n=e?e.length:0),i===void 0&&(i=0),o===void 0&&(o=this.length),t<0||n>e.length||i<0||o>this.length)throw new RangeError("out of range index");if(i>=o&&t>=n)return 0;if(i>=o)return-1;if(t>=n)return 1;if(t>>>=0,n>>>=0,i>>>=0,o>>>=0,this===e)return 0;let a=o-i,s=n-t,u=Math.min(a,s),l=this.slice(i,o),f=e.slice(t,n);for(let c=0;c<u;++c)if(l[c]!==f[c]){a=l[c],s=f[c];break}return a<s?-1:s<a?1:0};function un(r,e,t,n,i){if(r.length===0)return-1;if(typeof t=="string"?(n=t,t=0):t>2147483647?t=2147483647:t<-2147483648&&(t=-2147483648),t=+t,Ft(t)&&(t=i?0:r.length-1),t<0&&(t=r.length+t),t>=r.length){if(i)return-1;t=r.length-1}else if(t<0)if(i)t=0;else return-1;if(typeof e=="string"&&(e=d.from(e,n)),d.isBuffer(e))return e.length===0?-1:rn(r,e,t,n,i);if(typeof e=="number")return e=e&255,typeof Uint8Array.prototype.indexOf=="function"?i?Uint8Array.prototype.indexOf.call(r,e,t):Uint8Array.prototype.lastIndexOf.call(r,e,t):rn(r,[e],t,n,i);throw new TypeError("val must be string, number or Buffer")}function rn(r,e,t,n,i){let o=1,a=r.length,s=e.length;if(n!==void 0&&(n=String(n).toLowerCase(),n==="ucs2"||n==="ucs-2"||n==="utf16le"||n==="utf-16le")){if(r.length<2||e.length<2)return-1;o=2,a/=2,s/=2,t/=2}function u(f,c){return o===1?f[c]:f.readUInt16BE(c*o)}let l;if(i){let f=-1;for(l=t;l<a;l++)if(u(r,l)===u(e,f===-1?0:l-f)){if(f===-1&&(f=l),l-f+1===s)return f*o}else f!==-1&&(l-=l-f),f=-1}else for(t+s>a&&(t=a-s),l=t;l>=0;l--){let f=!0;for(let c=0;c<s;c++)if(u(r,l+c)!==u(e,c)){f=!1;break}if(f)return l}return-1}d.prototype.includes=function(e,t,n){return this.indexOf(e,t,n)!==-1};d.prototype.indexOf=function(e,t,n){return un(this,e,t,n,!0)};d.prototype.lastIndexOf=function(e,t,n){return un(this,e,t,n,!1)};function Fa(r,e,t,n){t=Number(t)||0;let i=r.length-t;n?(n=Number(n),n>i&&(n=i)):n=i;let o=e.length;n>o/2&&(n=o/2);let a;for(a=0;a<n;++a){let s=parseInt(e.substr(a*2,2),16);if(Ft(s))return a;r[t+a]=s}return a}function Ha(r,e,t,n){return st(Dt(e,r.length-t),r,t,n)}function La(r,e,t,n){return st(Qa(e),r,t,n)}function $a(r,e,t,n){return st(yn(e),r,t,n)}function qa(r,e,t,n){return st(Za(e,r.length-t),r,t,n)}d.prototype.write=function(e,t,n,i){if(t===void 0)i="utf8",n=this.length,t=0;else if(n===void 0&&typeof t=="string")i=t,n=this.length,t=0;else if(isFinite(t))t=t>>>0,isFinite(n)?(n=n>>>0,i===void 0&&(i="utf8")):(i=n,n=void 0);else throw new Error("Buffer.write(string, encoding, offset[, length]) is no longer supported");let o=this.length-t;if((n===void 0||n>o)&&(n=o),e.length>0&&(n<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");i||(i="utf8");let a=!1;for(;;)switch(i){case"hex":return Fa(this,e,t,n);case"utf8":case"utf-8":return Ha(this,e,t,n);case"ascii":case"latin1":case"binary":return La(this,e,t,n);case"base64":return $a(this,e,t,n);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return qa(this,e,t,n);default:if(a)throw new TypeError("Unknown encoding: "+i);i=(""+i).toLowerCase(),a=!0}};d.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function Ka(r,e,t){return e===0&&t===r.length?Pt.fromByteArray(r):Pt.fromByteArray(r.slice(e,t))}function ln(r,e,t){t=Math.min(r.length,t);let n=[],i=e;for(;i<t;){let o=r[i],a=null,s=o>239?4:o>223?3:o>191?2:1;if(i+s<=t){let u,l,f,c;switch(s){case 1:o<128&&(a=o);break;case 2:u=r[i+1],(u&192)===128&&(c=(o&31)<<6|u&63,c>127&&(a=c));break;case 3:u=r[i+1],l=r[i+2],(u&192)===128&&(l&192)===128&&(c=(o&15)<<12|(u&63)<<6|l&63,c>2047&&(c<55296||c>57343)&&(a=c));break;case 4:u=r[i+1],l=r[i+2],f=r[i+3],(u&192)===128&&(l&192)===128&&(f&192)===128&&(c=(o&15)<<18|(u&63)<<12|(l&63)<<6|f&63,c>65535&&c<1114112&&(a=c))}}a===null?(a=65533,s=1):a>65535&&(a-=65536,n.push(a>>>10&1023|55296),a=56320|a&1023),n.push(a),i+=s}return Wa(n)}var nn=4096;function Wa(r){let e=r.length;if(e<=nn)return String.fromCharCode.apply(String,r);let t="",n=0;for(;n<e;)t+=String.fromCharCode.apply(String,r.slice(n,n+=nn));return t}function za(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]&127);return n}function ja(r,e,t){let n="";t=Math.min(r.length,t);for(let i=e;i<t;++i)n+=String.fromCharCode(r[i]);return n}function Ja(r,e,t){let n=r.length;(!e||e<0)&&(e=0),(!t||t<0||t>n)&&(t=n);let i="";for(let o=e;o<t;++o)i+=es[r[o]];return i}function Va(r,e,t){let n=r.slice(e,t),i="";for(let o=0;o<n.length-1;o+=2)i+=String.fromCharCode(n[o]+n[o+1]*256);return i}d.prototype.slice=function(e,t){let n=this.length;e=~~e,t=t===void 0?n:~~t,e<0?(e+=n,e<0&&(e=0)):e>n&&(e=n),t<0?(t+=n,t<0&&(t=0)):t>n&&(t=n),t<e&&(t=e);let i=this.subarray(e,t);return Object.setPrototypeOf(i,d.prototype),i};function F(r,e,t){if(r%1!==0||r<0)throw new RangeError("offset is not uint");if(r+e>t)throw new RangeError("Trying to access beyond buffer length")}d.prototype.readUintLE=d.prototype.readUIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||F(e,t,this.length);let i=this[e],o=1,a=0;for(;++a<t&&(o*=256);)i+=this[e+a]*o;return i};d.prototype.readUintBE=d.prototype.readUIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||F(e,t,this.length);let i=this[e+--t],o=1;for(;t>0&&(o*=256);)i+=this[e+--t]*o;return i};d.prototype.readUint8=d.prototype.readUInt8=function(e,t){return e=e>>>0,t||F(e,1,this.length),this[e]};d.prototype.readUint16LE=d.prototype.readUInt16LE=function(e,t){return e=e>>>0,t||F(e,2,this.length),this[e]|this[e+1]<<8};d.prototype.readUint16BE=d.prototype.readUInt16BE=function(e,t){return e=e>>>0,t||F(e,2,this.length),this[e]<<8|this[e+1]};d.prototype.readUint32LE=d.prototype.readUInt32LE=function(e,t){return e=e>>>0,t||F(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+this[e+3]*16777216};d.prototype.readUint32BE=d.prototype.readUInt32BE=function(e,t){return e=e>>>0,t||F(e,4,this.length),this[e]*16777216+(this[e+1]<<16|this[e+2]<<8|this[e+3])};d.prototype.readBigUInt64LE=oe(function(e){e=e>>>0,xe(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&Ke(e,this.length-8);let i=t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24,o=this[++e]+this[++e]*2**8+this[++e]*2**16+n*2**24;return BigInt(i)+(BigInt(o)<<BigInt(32))});d.prototype.readBigUInt64BE=oe(function(e){e=e>>>0,xe(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&Ke(e,this.length-8);let i=t*2**24+this[++e]*2**16+this[++e]*2**8+this[++e],o=this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n;return(BigInt(i)<<BigInt(32))+BigInt(o)});d.prototype.readIntLE=function(e,t,n){e=e>>>0,t=t>>>0,n||F(e,t,this.length);let i=this[e],o=1,a=0;for(;++a<t&&(o*=256);)i+=this[e+a]*o;return o*=128,i>=o&&(i-=Math.pow(2,8*t)),i};d.prototype.readIntBE=function(e,t,n){e=e>>>0,t=t>>>0,n||F(e,t,this.length);let i=t,o=1,a=this[e+--i];for(;i>0&&(o*=256);)a+=this[e+--i]*o;return o*=128,a>=o&&(a-=Math.pow(2,8*t)),a};d.prototype.readInt8=function(e,t){return e=e>>>0,t||F(e,1,this.length),this[e]&128?(255-this[e]+1)*-1:this[e]};d.prototype.readInt16LE=function(e,t){e=e>>>0,t||F(e,2,this.length);let n=this[e]|this[e+1]<<8;return n&32768?n|4294901760:n};d.prototype.readInt16BE=function(e,t){e=e>>>0,t||F(e,2,this.length);let n=this[e+1]|this[e]<<8;return n&32768?n|4294901760:n};d.prototype.readInt32LE=function(e,t){return e=e>>>0,t||F(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24};d.prototype.readInt32BE=function(e,t){return e=e>>>0,t||F(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]};d.prototype.readBigInt64LE=oe(function(e){e=e>>>0,xe(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&Ke(e,this.length-8);let i=this[e+4]+this[e+5]*2**8+this[e+6]*2**16+(n<<24);return(BigInt(i)<<BigInt(32))+BigInt(t+this[++e]*2**8+this[++e]*2**16+this[++e]*2**24)});d.prototype.readBigInt64BE=oe(function(e){e=e>>>0,xe(e,"offset");let t=this[e],n=this[e+7];(t===void 0||n===void 0)&&Ke(e,this.length-8);let i=(t<<24)+this[++e]*2**16+this[++e]*2**8+this[++e];return(BigInt(i)<<BigInt(32))+BigInt(this[++e]*2**24+this[++e]*2**16+this[++e]*2**8+n)});d.prototype.readFloatLE=function(e,t){return e=e>>>0,t||F(e,4,this.length),Ie.read(this,e,!0,23,4)};d.prototype.readFloatBE=function(e,t){return e=e>>>0,t||F(e,4,this.length),Ie.read(this,e,!1,23,4)};d.prototype.readDoubleLE=function(e,t){return e=e>>>0,t||F(e,8,this.length),Ie.read(this,e,!0,52,8)};d.prototype.readDoubleBE=function(e,t){return e=e>>>0,t||F(e,8,this.length),Ie.read(this,e,!1,52,8)};function W(r,e,t,n,i,o){if(!d.isBuffer(r))throw new TypeError(\'"buffer" argument must be a Buffer instance\');if(e>i||e<o)throw new RangeError(\'"value" argument is out of bounds\');if(t+n>r.length)throw new RangeError("Index out of range")}d.prototype.writeUintLE=d.prototype.writeUIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let s=Math.pow(2,8*n)-1;W(this,e,t,n,s,0)}let o=1,a=0;for(this[t]=e&255;++a<n&&(o*=256);)this[t+a]=e/o&255;return t+n};d.prototype.writeUintBE=d.prototype.writeUIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,n=n>>>0,!i){let s=Math.pow(2,8*n)-1;W(this,e,t,n,s,0)}let o=n-1,a=1;for(this[t+o]=e&255;--o>=0&&(a*=256);)this[t+o]=e/a&255;return t+n};d.prototype.writeUint8=d.prototype.writeUInt8=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,1,255,0),this[t]=e&255,t+1};d.prototype.writeUint16LE=d.prototype.writeUInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,2,65535,0),this[t]=e&255,this[t+1]=e>>>8,t+2};d.prototype.writeUint16BE=d.prototype.writeUInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,2,65535,0),this[t]=e>>>8,this[t+1]=e&255,t+2};d.prototype.writeUint32LE=d.prototype.writeUInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,4,4294967295,0),this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=e&255,t+4};d.prototype.writeUint32BE=d.prototype.writeUInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,4,4294967295,0),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};function fn(r,e,t,n,i){mn(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o,o=o>>8,r[t++]=o;let a=Number(e>>BigInt(32)&BigInt(4294967295));return r[t++]=a,a=a>>8,r[t++]=a,a=a>>8,r[t++]=a,a=a>>8,r[t++]=a,t}function dn(r,e,t,n,i){mn(e,n,i,r,t,7);let o=Number(e&BigInt(4294967295));r[t+7]=o,o=o>>8,r[t+6]=o,o=o>>8,r[t+5]=o,o=o>>8,r[t+4]=o;let a=Number(e>>BigInt(32)&BigInt(4294967295));return r[t+3]=a,a=a>>8,r[t+2]=a,a=a>>8,r[t+1]=a,a=a>>8,r[t]=a,t+8}d.prototype.writeBigUInt64LE=oe(function(e,t=0){return fn(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});d.prototype.writeBigUInt64BE=oe(function(e,t=0){return dn(this,e,t,BigInt(0),BigInt("0xffffffffffffffff"))});d.prototype.writeIntLE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let u=Math.pow(2,8*n-1);W(this,e,t,n,u-1,-u)}let o=0,a=1,s=0;for(this[t]=e&255;++o<n&&(a*=256);)e<0&&s===0&&this[t+o-1]!==0&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n};d.prototype.writeIntBE=function(e,t,n,i){if(e=+e,t=t>>>0,!i){let u=Math.pow(2,8*n-1);W(this,e,t,n,u-1,-u)}let o=n-1,a=1,s=0;for(this[t+o]=e&255;--o>=0&&(a*=256);)e<0&&s===0&&this[t+o+1]!==0&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+n};d.prototype.writeInt8=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,1,127,-128),e<0&&(e=255+e+1),this[t]=e&255,t+1};d.prototype.writeInt16LE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,2,32767,-32768),this[t]=e&255,this[t+1]=e>>>8,t+2};d.prototype.writeInt16BE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,2,32767,-32768),this[t]=e>>>8,this[t+1]=e&255,t+2};d.prototype.writeInt32LE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,4,2147483647,-2147483648),this[t]=e&255,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24,t+4};d.prototype.writeInt32BE=function(e,t,n){return e=+e,t=t>>>0,n||W(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=e&255,t+4};d.prototype.writeBigInt64LE=oe(function(e,t=0){return fn(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});d.prototype.writeBigInt64BE=oe(function(e,t=0){return dn(this,e,t,-BigInt("0x8000000000000000"),BigInt("0x7fffffffffffffff"))});function pn(r,e,t,n,i,o){if(t+n>r.length)throw new RangeError("Index out of range");if(t<0)throw new RangeError("Index out of range")}function hn(r,e,t,n,i){return e=+e,t=t>>>0,i||pn(r,e,t,4,34028234663852886e22,-34028234663852886e22),Ie.write(r,e,t,n,23,4),t+4}d.prototype.writeFloatLE=function(e,t,n){return hn(this,e,t,!0,n)};d.prototype.writeFloatBE=function(e,t,n){return hn(this,e,t,!1,n)};function gn(r,e,t,n,i){return e=+e,t=t>>>0,i||pn(r,e,t,8,17976931348623157e292,-17976931348623157e292),Ie.write(r,e,t,n,52,8),t+8}d.prototype.writeDoubleLE=function(e,t,n){return gn(this,e,t,!0,n)};d.prototype.writeDoubleBE=function(e,t,n){return gn(this,e,t,!1,n)};d.prototype.copy=function(e,t,n,i){if(!d.isBuffer(e))throw new TypeError("argument should be a Buffer");if(n||(n=0),!i&&i!==0&&(i=this.length),t>=e.length&&(t=e.length),t||(t=0),i>0&&i<n&&(i=n),i===n||e.length===0||this.length===0)return 0;if(t<0)throw new RangeError("targetStart out of bounds");if(n<0||n>=this.length)throw new RangeError("Index out of range");if(i<0)throw new RangeError("sourceEnd out of bounds");i>this.length&&(i=this.length),e.length-t<i-n&&(i=e.length-t+n);let o=i-n;return this===e&&typeof Uint8Array.prototype.copyWithin=="function"?this.copyWithin(t,n,i):Uint8Array.prototype.set.call(e,this.subarray(n,i),t),o};d.prototype.fill=function(e,t,n,i){if(typeof e=="string"){if(typeof t=="string"?(i=t,t=0,n=this.length):typeof n=="string"&&(i=n,n=this.length),i!==void 0&&typeof i!="string")throw new TypeError("encoding must be a string");if(typeof i=="string"&&!d.isEncoding(i))throw new TypeError("Unknown encoding: "+i);if(e.length===1){let a=e.charCodeAt(0);(i==="utf8"&&a<128||i==="latin1")&&(e=a)}}else typeof e=="number"?e=e&255:typeof e=="boolean"&&(e=Number(e));if(t<0||this.length<t||this.length<n)throw new RangeError("Out of range index");if(n<=t)return this;t=t>>>0,n=n===void 0?this.length:n>>>0,e||(e=0);let o;if(typeof e=="number")for(o=t;o<n;++o)this[o]=e;else{let a=d.isBuffer(e)?e:d.from(e,i),s=a.length;if(s===0)throw new TypeError(\'The value "\'+e+\'" is invalid for argument "value"\');for(o=0;o<n-t;++o)this[o+t]=a[o%s]}return this};var Re={};function Bt(r,e,t){Re[r]=class extends t{constructor(){super(),Object.defineProperty(this,"message",{value:e.apply(this,arguments),writable:!0,configurable:!0}),this.name=`${this.name} [${r}]`,this.stack,delete this.name}get code(){return r}set code(i){Object.defineProperty(this,"code",{configurable:!0,enumerable:!0,value:i,writable:!0})}toString(){return`${this.name} [${r}]: ${this.message}`}}}Bt("ERR_BUFFER_OUT_OF_BOUNDS",function(r){return r?`${r} is outside of buffer bounds`:"Attempt to access memory outside buffer bounds"},RangeError);Bt("ERR_INVALID_ARG_TYPE",function(r,e){return`The "${r}" argument must be of type number. Received type ${typeof e}`},TypeError);Bt("ERR_OUT_OF_RANGE",function(r,e,t){let n=`The value of "${r}" is out of range.`,i=t;return Number.isInteger(t)&&Math.abs(t)>2**32?i=on(String(t)):typeof t=="bigint"&&(i=String(t),(t>BigInt(2)**BigInt(32)||t<-(BigInt(2)**BigInt(32)))&&(i=on(i)),i+="n"),n+=` It must be ${e}. Received ${i}`,n},RangeError);function on(r){let e="",t=r.length,n=r[0]==="-"?1:0;for(;t>=n+4;t-=3)e=`_${r.slice(t-3,t)}${e}`;return`${r.slice(0,t)}${e}`}function Ga(r,e,t){xe(e,"offset"),(r[e]===void 0||r[e+t]===void 0)&&Ke(e,r.length-(t+1))}function mn(r,e,t,n,i,o){if(r>t||r<e){let a=typeof e=="bigint"?"n":"",s;throw o>3?e===0||e===BigInt(0)?s=`>= 0${a} and < 2${a} ** ${(o+1)*8}${a}`:s=`>= -(2${a} ** ${(o+1)*8-1}${a}) and < 2 ** ${(o+1)*8-1}${a}`:s=`>= ${e}${a} and <= ${t}${a}`,new Re.ERR_OUT_OF_RANGE("value",s,r)}Ga(n,i,o)}function xe(r,e){if(typeof r!="number")throw new Re.ERR_INVALID_ARG_TYPE(e,"number",r)}function Ke(r,e,t){throw Math.floor(r)!==r?(xe(r,t),new Re.ERR_OUT_OF_RANGE(t||"offset","an integer",r)):e<0?new Re.ERR_BUFFER_OUT_OF_BOUNDS:new Re.ERR_OUT_OF_RANGE(t||"offset",`>= ${t?1:0} and <= ${e}`,r)}var Xa=/[^+/0-9A-Za-z-_]/g;function Ya(r){if(r=r.split("=")[0],r=r.trim().replace(Xa,""),r.length<2)return"";for(;r.length%4!==0;)r=r+"=";return r}function Dt(r,e){e=e||1/0;let t,n=r.length,i=null,o=[];for(let a=0;a<n;++a){if(t=r.charCodeAt(a),t>55295&&t<57344){if(!i){if(t>56319){(e-=3)>-1&&o.push(239,191,189);continue}else if(a+1===n){(e-=3)>-1&&o.push(239,191,189);continue}i=t;continue}if(t<56320){(e-=3)>-1&&o.push(239,191,189),i=t;continue}t=(i-55296<<10|t-56320)+65536}else i&&(e-=3)>-1&&o.push(239,191,189);if(i=null,t<128){if((e-=1)<0)break;o.push(t)}else if(t<2048){if((e-=2)<0)break;o.push(t>>6|192,t&63|128)}else if(t<65536){if((e-=3)<0)break;o.push(t>>12|224,t>>6&63|128,t&63|128)}else if(t<1114112){if((e-=4)<0)break;o.push(t>>18|240,t>>12&63|128,t>>6&63|128,t&63|128)}else throw new Error("Invalid code point")}return o}function Qa(r){let e=[];for(let t=0;t<r.length;++t)e.push(r.charCodeAt(t)&255);return e}function Za(r,e){let t,n,i,o=[];for(let a=0;a<r.length&&!((e-=2)<0);++a)t=r.charCodeAt(a),n=t>>8,i=t%256,o.push(i),o.push(n);return o}function yn(r){return Pt.toByteArray(Ya(r))}function st(r,e,t,n){let i;for(i=0;i<n&&!(i+t>=e.length||i>=r.length);++i)e[i+t]=r[i];return i}function Y(r,e){return r instanceof e||r!=null&&r.constructor!=null&&r.constructor.name!=null&&r.constructor.name===e.name}function Ft(r){return r!==r}var es=(function(){let r="0123456789abcdef",e=new Array(256);for(let t=0;t<16;++t){let n=t*16;for(let i=0;i<16;++i)e[n+i]=r[t]+r[i]}return e})();function oe(r){return typeof BigInt>"u"?ts:r}function ts(){throw new Error("BigInt not supported")}});var er=w((Yl,Vn)=>{"use strict";Vn.exports=function(e,t){return function(){return e.apply(t,arguments)}}});var k=w((Ql,Qn)=>{"use strict";var Ms=er(),nr=Object.prototype.toString,ir=(function(r){return function(e){var t=nr.call(e);return r[t]||(r[t]=t.slice(8,-1).toLowerCase())}})(Object.create(null));function ue(r){return r=r.toLowerCase(),function(t){return ir(t)===r}}function dt(r){return Array.isArray(r)}function tr(r){return typeof r>"u"}function Bs(r){return r!==null&&!tr(r)&&r.constructor!==null&&!tr(r.constructor)&&typeof r.constructor.isBuffer=="function"&&r.constructor.isBuffer(r)}var Gn=ue("ArrayBuffer");function Fs(r){var e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(r):e=r&&r.buffer&&Gn(r.buffer),e}function Hs(r){return typeof r=="string"}function Xn(r){return typeof r=="number"}function Yn(r){return r!==null&&typeof r=="object"}function ft(r){if(ir(r)!=="object")return!1;var e=Object.getPrototypeOf(r);return e===null||e===Object.prototype}function Ls(r){return r&&Object.keys(r).length===0&&Object.getPrototypeOf(r)===Object.prototype}var $s=ue("Date"),qs=ue("File"),Ks=ue("Blob"),Ws=ue("FileList");function or(r){return nr.call(r)==="[object Function]"}function zs(r){return Yn(r)&&or(r.pipe)}function js(r){var e="[object FormData]";return r&&(typeof FormData=="function"&&r instanceof FormData||nr.call(r)===e||or(r.toString)&&r.toString()===e)}var Js=ue("URLSearchParams");function Vs(r){return r.trim?r.trim():r.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g,"")}function Gs(){var r;return typeof navigator<"u"&&((r=navigator.product)==="ReactNative"||r==="NativeScript"||r==="NS")?!1:typeof window<"u"&&typeof document<"u"}function ar(r,e){if(!(r===null||typeof r>"u"))if(typeof r!="object"&&(r=[r]),dt(r))for(var t=0,n=r.length;t<n;t++)e.call(null,r[t],t,r);else for(var i in r)Object.prototype.hasOwnProperty.call(r,i)&&e.call(null,r[i],i,r)}function rr(){var r={};function e(i,o){ft(r[o])&&ft(i)?r[o]=rr(r[o],i):ft(i)?r[o]=rr({},i):dt(i)?r[o]=i.slice():r[o]=i}for(var t=0,n=arguments.length;t<n;t++)ar(arguments[t],e);return r}function Xs(r,e,t){return ar(e,function(i,o){t&&typeof i=="function"?r[o]=Ms(i,t):r[o]=i}),r}function Ys(r){return r.charCodeAt(0)===65279&&(r=r.slice(1)),r}function Qs(r,e,t,n){r.prototype=Object.create(e.prototype,n),r.prototype.constructor=r,t&&Object.assign(r.prototype,t)}function Zs(r,e,t,n){var i,o,a,s={};if(e=e||{},r==null)return e;do{for(i=Object.getOwnPropertyNames(r),o=i.length;o-- >0;)a=i[o],(!n||n(a,r,e))&&!s[a]&&(e[a]=r[a],s[a]=!0);r=t!==!1&&Object.getPrototypeOf(r)}while(r&&(!t||t(r,e))&&r!==Object.prototype);return e}function ec(r,e,t){r=String(r),(t===void 0||t>r.length)&&(t=r.length),t-=e.length;var n=r.indexOf(e,t);return n!==-1&&n===t}function tc(r){if(!r)return null;if(dt(r))return r;var e=r.length;if(!Xn(e))return null;for(var t=new Array(e);e-- >0;)t[e]=r[e];return t}var rc=(function(r){return function(e){return r&&e instanceof r}})(typeof Uint8Array<"u"&&Object.getPrototypeOf(Uint8Array));function nc(r,e){for(var t=r&&r[Symbol.iterator],n=t.call(r),i;(i=n.next())&&!i.done;){var o=i.value;e.call(r,o[0],o[1])}}function ic(r,e){for(var t,n=[];(t=r.exec(e))!==null;)n.push(t);return n}var oc=ue("HTMLFormElement"),ac=(function(e){return function(t,n){return e.call(t,n)}})(Object.prototype.hasOwnProperty);Qn.exports={isArray:dt,isArrayBuffer:Gn,isBuffer:Bs,isFormData:js,isArrayBufferView:Fs,isString:Hs,isNumber:Xn,isObject:Yn,isPlainObject:ft,isEmptyObject:Ls,isUndefined:tr,isDate:$s,isFile:qs,isBlob:Ks,isFunction:or,isStream:zs,isURLSearchParams:Js,isStandardBrowserEnv:Gs,forEach:ar,merge:rr,extend:Xs,trim:Vs,stripBOM:Ys,inherits:Qs,toFlatObject:Zs,kindOf:ir,kindOfTest:ue,endsWith:ec,toArray:tc,isTypedArray:rc,isFileList:Ws,forEachEntry:nc,matchAll:ic,isHTMLForm:oc,hasOwnProperty:ac}});var le=w((Zl,ri)=>{"use strict";var Zn=k();function Pe(r,e,t,n,i){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=r,this.name="AxiosError",e&&(this.code=e),t&&(this.config=t),n&&(this.request=n),i&&(this.response=i)}Zn.inherits(Pe,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var ei=Pe.prototype,ti={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(function(r){ti[r]={value:r}});Object.defineProperties(Pe,ti);Object.defineProperty(ei,"isAxiosError",{value:!0});Pe.from=function(r,e,t,n,i,o){var a=Object.create(ei);return Zn.toFlatObject(r,a,function(u){return u!==Error.prototype}),Pe.call(a,r.message,e,t,n,i),a.cause=r,a.name=r.name,o&&Object.assign(a,o),a};ri.exports=Pe});var ii=w((ef,ni)=>{"use strict";ni.exports=typeof self=="object"?self.FormData:window.FormData});var ai=w((tf,oi)=>{oi.exports=ii()});var Je=w((rf,ui)=>{"use strict";var C=k(),sc=le(),cc=ai();function sr(r){return C.isPlainObject(r)||C.isArray(r)}function ci(r){return C.endsWith(r,"[]")?r.slice(0,-2):r}function si(r,e,t){return r?r.concat(e).map(function(i,o){return i=ci(i),!t&&o?"["+i+"]":i}).join(t?".":""):e}function uc(r){return C.isArray(r)&&!r.some(sr)}var lc=C.toFlatObject(C,{},null,function(e){return/^is[A-Z]/.test(e)});function fc(r){return r&&C.isFunction(r.append)&&r[Symbol.toStringTag]==="FormData"&&r[Symbol.iterator]}function dc(r,e,t){if(!C.isObject(r))throw new TypeError("target must be an object");e=e||new(cc||FormData),t=C.toFlatObject(t,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,b){return!C.isUndefined(b[m])});var n=t.metaTokens,i=t.visitor||f,o=t.dots,a=t.indexes,s=t.Blob||typeof Blob<"u"&&Blob,u=s&&fc(e);if(!C.isFunction(i))throw new TypeError("visitor must be a function");function l(h){if(h===null)return"";if(C.isDate(h))return h.toISOString();if(!u&&C.isBlob(h))throw new sc("Blob is not supported. Use a Buffer instead.");return C.isArrayBuffer(h)||C.isTypedArray(h)?u&&typeof Blob=="function"?new Blob([h]):Buffer.from(h):h}function f(h,m,b){var v=h;if(h&&!b&&typeof h=="object"){if(C.endsWith(m,"{}"))m=n?m:m.slice(0,-2),h=JSON.stringify(h);else if(C.isArray(h)&&uc(h)||C.isFileList(h)||C.endsWith(m,"[]")&&(v=C.toArray(h)))return m=ci(m),v.forEach(function(R,I){!(C.isUndefined(R)||R===null)&&e.append(a===!0?si([m],I,o):a===null?m:m+"[]",l(R))}),!1}return sr(h)?!0:(e.append(si(b,m,o),l(h)),!1)}var c=[],p=Object.assign(lc,{defaultVisitor:f,convertValue:l,isVisitable:sr});function g(h,m){if(!C.isUndefined(h)){if(c.indexOf(h)!==-1)throw Error("Circular reference detected in "+m.join("."));c.push(h),C.forEach(h,function(v,S){var R=!(C.isUndefined(v)||v===null)&&i.call(e,v,C.isString(S)?S.trim():S,m,p);R===!0&&g(v,m?m.concat(S):[S])}),c.pop()}}if(!C.isObject(r))throw new TypeError("data must be an object");return g(r),e}ui.exports=dc});var cr=w((nf,pi)=>{"use strict";var pc=Je();function li(r){var e={"!":"%21","\'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\\0"};return encodeURIComponent(r).replace(/[!\'\\(\\)~]|%20|%00/g,function(n){return e[n]})}function fi(r,e){this._pairs=[],r&&pc(r,this,e)}var di=fi.prototype;di.append=function(e,t){this._pairs.push([e,t])};di.toString=function(e){var t=e?function(n){return e.call(this,n,li)}:li;return this._pairs.map(function(i){return t(i[0])+"="+t(i[1])},"").join("&")};pi.exports=fi});var ur=w((of,hi)=>{"use strict";var hc=k(),gc=cr();function mc(r){return encodeURIComponent(r).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}hi.exports=function(e,t,n){if(!t)return e;var i=e.indexOf("#");i!==-1&&(e=e.slice(0,i));var o=n&&n.encode||mc,a=n&&n.serialize,s;return a?s=a(t,n):s=hc.isURLSearchParams(t)?t.toString():new gc(t,n).toString(o),s&&(e+=(e.indexOf("?")===-1?"?":"&")+s),e}});var mi=w((af,gi)=>{"use strict";var yc=k();function Ve(){this.handlers=[]}Ve.prototype.use=function(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1};Ve.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)};Ve.prototype.clear=function(){this.handlers&&(this.handlers=[])};Ve.prototype.forEach=function(e){yc.forEach(this.handlers,function(n){n!==null&&e(n)})};gi.exports=Ve});var lr=w((sf,yi)=>{"use strict";var Sc=k();yi.exports=function(e,t){Sc.forEach(e,function(i,o){o!==t&&o.toUpperCase()===t.toUpperCase()&&(e[t]=i,delete e[o])})}});var fr=w((cf,Si)=>{"use strict";Si.exports={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1}});var Ei=w((uf,wi)=>{"use strict";var wc=cr();wi.exports=typeof URLSearchParams<"u"?URLSearchParams:wc});var vi=w((lf,bi)=>{"use strict";bi.exports=FormData});var _i=w((ff,Ti)=>{"use strict";Ti.exports={isBrowser:!0,classes:{URLSearchParams:Ei(),FormData:vi(),Blob},protocols:["http","https","file","blob","url","data"]}});var pt=w((df,Ri)=>{"use strict";Ri.exports=_i()});var Ai=w((pf,xi)=>{"use strict";var Ec=k(),bc=Je(),Ii=pt();xi.exports=function(e,t){return bc(e,new Ii.classes.URLSearchParams,Object.assign({visitor:function(n,i,o,a){return Ii.isNode&&Ec.isBuffer(n)?(this.append(i,n.toString("base64")),!1):a.defaultVisitor.apply(this,arguments)}},t))}});var dr=w((hf,Ci)=>{"use strict";var fe=k();function vc(r){return fe.matchAll(/\\w+|\\[(\\w*)]/g,r).map(function(e){return e[0]==="[]"?"":e[1]||e[0]})}function Tc(r){var e={},t=Object.keys(r),n,i=t.length,o;for(n=0;n<i;n++)o=t[n],e[o]=r[o];return e}function _c(r){function e(n,i,o,a){var s=n[a++];if(s==="__proto__")return!0;var u=Number.isFinite(+s),l=a>=n.length;if(s=!s&&fe.isArray(o)?o.length:s,l)return fe.hasOwnProperty(o,s)?o[s]=[o[s],i]:o[s]=i,!u;(!o[s]||!fe.isObject(o[s]))&&(o[s]=[]);var f=e(n,i,o[s],a);return f&&fe.isArray(o[s])&&(o[s]=Tc(o[s])),!u}if(fe.isFormData(r)&&fe.isFunction(r.entries)){var t={};return fe.forEachEntry(r,function(n,i){e(vc(n),i,t,0)}),t}return null}Ci.exports=_c});var Pi=w((gf,Oi)=>{"use strict";var pr=le();Oi.exports=function(e,t,n){var i=n.config.validateStatus;!n.status||!i||i(n.status)?e(n):t(new pr("Request failed with status code "+n.status,[pr.ERR_BAD_REQUEST,pr.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}});var ki=w((mf,Ui)=>{"use strict";var ht=k();Ui.exports=ht.isStandardBrowserEnv()?(function(){return{write:function(t,n,i,o,a,s){var u=[];u.push(t+"="+encodeURIComponent(n)),ht.isNumber(i)&&u.push("expires="+new Date(i).toGMTString()),ht.isString(o)&&u.push("path="+o),ht.isString(a)&&u.push("domain="+a),s===!0&&u.push("secure"),document.cookie=u.join("; ")},read:function(t){var n=document.cookie.match(new RegExp("(^|;\\\\s*)("+t+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove:function(t){this.write(t,"",Date.now()-864e5)}}})():(function(){return{write:function(){},read:function(){return null},remove:function(){}}})()});var Ni=w((yf,Di)=>{"use strict";Di.exports=function(e){return/^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(e)}});var Bi=w((Sf,Mi)=>{"use strict";Mi.exports=function(e,t){return t?e.replace(/\\/?\\/$/,"")+"/"+t.replace(/^\\/+/,""):e}});var hr=w((wf,Fi)=>{"use strict";var Rc=Ni(),Ic=Bi();Fi.exports=function(e,t,n){var i=!Rc(t);return e&&(i||n===!1)?Ic(e,t):t}});var Li=w((Ef,Hi)=>{"use strict";var gr=k(),xc=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];Hi.exports=function(e){var t={},n,i,o;return e&&gr.forEach(e.split(`\n`),function(s){if(o=s.indexOf(":"),n=gr.trim(s.slice(0,o)).toLowerCase(),i=gr.trim(s.slice(o+1)),n){if(t[n]&&xc.indexOf(n)>=0)return;n==="set-cookie"?t[n]=(t[n]?t[n]:[]).concat([i]):t[n]=t[n]?t[n]+", "+i:i}}),t}});var Ki=w((bf,qi)=>{"use strict";var $i=k();qi.exports=$i.isStandardBrowserEnv()?(function(){var e=/(msie|trident)/i.test(navigator.userAgent),t=document.createElement("a"),n;function i(o){var a=o;return e&&(t.setAttribute("href",a),a=t.href),t.setAttribute("href",a),{href:t.href,protocol:t.protocol?t.protocol.replace(/:$/,""):"",host:t.host,search:t.search?t.search.replace(/^\\?/,""):"",hash:t.hash?t.hash.replace(/^#/,""):"",hostname:t.hostname,port:t.port,pathname:t.pathname.charAt(0)==="/"?t.pathname:"/"+t.pathname}}return n=i(window.location.href),function(a){var s=$i.isString(a)?i(a):a;return s.protocol===n.protocol&&s.host===n.host}})():(function(){return function(){return!0}})()});var Ge=w((vf,zi)=>{"use strict";var mr=le(),Ac=k();function Wi(r,e,t){mr.call(this,r??"canceled",mr.ERR_CANCELED,e,t),this.name="CanceledError"}Ac.inherits(Wi,mr,{__CANCEL__:!0});zi.exports=Wi});var Ji=w((Tf,ji)=>{"use strict";ji.exports=function(e){var t=/^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(e);return t&&t[1]||""}});var yr=w((_f,Vi)=>{"use strict";var Ue=k(),Cc=Pi(),Oc=ki(),Pc=ur(),Uc=hr(),kc=Li(),Dc=Ki(),Nc=fr(),te=le(),Mc=Ge(),Bc=Ji(),Fc=pt();Vi.exports=function(e){return new Promise(function(n,i){var o=e.data,a=e.headers,s=e.responseType,u=e.withXSRFToken,l;function f(){e.cancelToken&&e.cancelToken.unsubscribe(l),e.signal&&e.signal.removeEventListener("abort",l)}Ue.isFormData(o)&&Ue.isStandardBrowserEnv()&&delete a["Content-Type"];var c=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",g=e.auth.password?unescape(encodeURIComponent(e.auth.password)):"";a.Authorization="Basic "+btoa(p+":"+g)}var h=Uc(e.baseURL,e.url,e.allowAbsoluteUrls);c.open(e.method.toUpperCase(),Pc(h,e.params,e.paramsSerializer),!0),c.timeout=e.timeout;function m(){if(c){var S="getAllResponseHeaders"in c?kc(c.getAllResponseHeaders()):null,R=!s||s==="text"||s==="json"?c.responseText:c.response,I={data:R,status:c.status,statusText:c.statusText,headers:S,config:e,request:c};Cc(function($){n($),f()},function($){i($),f()},I),c=null}}if("onloadend"in c?c.onloadend=m:c.onreadystatechange=function(){!c||c.readyState!==4||c.status===0&&!(c.responseURL&&c.responseURL.indexOf("file:")===0)||setTimeout(m)},c.onabort=function(){c&&(i(new te("Request aborted",te.ECONNABORTED,e,c)),c=null)},c.onerror=function(){i(new te("Network Error",te.ERR_NETWORK,e,c)),c=null},c.ontimeout=function(){var R=e.timeout?"timeout of "+e.timeout+"ms exceeded":"timeout exceeded",I=e.transitional||Nc;e.timeoutErrorMessage&&(R=e.timeoutErrorMessage),i(new te(R,I.clarifyTimeoutError?te.ETIMEDOUT:te.ECONNABORTED,e,c)),c=null},Ue.isStandardBrowserEnv()&&(u&&Ue.isFunction(u)&&(u=u(e)),u||u!==!1&&Dc(h))){var b=e.xsrfHeaderName&&e.xsrfCookieName&&Oc.read(e.xsrfCookieName);b&&(a[e.xsrfHeaderName]=b)}"setRequestHeader"in c&&Ue.forEach(a,function(R,I){typeof o>"u"&&I.toLowerCase()==="content-type"?delete a[I]:c.setRequestHeader(I,R)}),Ue.isUndefined(e.withCredentials)||(c.withCredentials=!!e.withCredentials),s&&s!=="json"&&(c.responseType=e.responseType),typeof e.onDownloadProgress=="function"&&c.addEventListener("progress",e.onDownloadProgress),typeof e.onUploadProgress=="function"&&c.upload&&c.upload.addEventListener("progress",e.onUploadProgress),(e.cancelToken||e.signal)&&(l=function(S){c&&(i(!S||S.type?new Mc(null,e,c):S),c.abort(),c=null)},e.cancelToken&&e.cancelToken.subscribe(l),e.signal&&(e.signal.aborted?l():e.signal.addEventListener("abort",l))),!o&&o!==!1&&o!==0&&o!==""&&(o=null);var v=Bc(h);if(v&&Fc.protocols.indexOf(v)===-1){i(new te("Unsupported protocol "+v+":",te.ERR_BAD_REQUEST,e));return}c.send(o)})}});var mt=w((Rf,Zi)=>{"use strict";var M=k(),Gi=lr(),Xi=le(),Hc=fr(),Lc=Je(),$c=Ai(),Yi=pt(),qc=dr(),Kc={"Content-Type":"application/x-www-form-urlencoded"};function Qi(r,e){!M.isUndefined(r)&&M.isUndefined(r["Content-Type"])&&(r["Content-Type"]=e)}function Wc(){var r;return typeof XMLHttpRequest<"u"?r=yr():typeof process<"u"&&Object.prototype.toString.call(process)==="[object process]"&&(r=yr()),r}function zc(r,e,t){if(M.isString(r))try{return(e||JSON.parse)(r),M.trim(r)}catch(n){if(n.name!=="SyntaxError")throw n}return(t||JSON.stringify)(r)}var gt={transitional:Hc,adapter:Wc(),transformRequest:[function(e,t){Gi(t,"Accept"),Gi(t,"Content-Type");var n=t&&t["Content-Type"]||"",i=n.indexOf("application/json")>-1,o=M.isObject(e);o&&M.isHTMLForm(e)&&(e=new FormData(e));var a=M.isFormData(e);if(a)return i?JSON.stringify(qc(e)):e;if(M.isArrayBuffer(e)||M.isBuffer(e)||M.isStream(e)||M.isFile(e)||M.isBlob(e))return e;if(M.isArrayBufferView(e))return e.buffer;if(M.isURLSearchParams(e))return Qi(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString();var s;if(o){if(n.indexOf("application/x-www-form-urlencoded")!==-1)return $c(e,this.formSerializer).toString();if((s=M.isFileList(e))||n.indexOf("multipart/form-data")>-1){var u=this.env&&this.env.FormData;return Lc(s?{"files[]":e}:e,u&&new u,this.formSerializer)}}return o||i?(Qi(t,"application/json"),zc(e)):e}],transformResponse:[function(e){var t=this.transitional||gt.transitional,n=t&&t.forcedJSONParsing,i=this.responseType==="json";if(e&&M.isString(e)&&(n&&!this.responseType||i)){var o=t&&t.silentJSONParsing,a=!o&&i;try{return JSON.parse(e)}catch(s){if(a)throw s.name==="SyntaxError"?Xi.from(s,Xi.ERR_BAD_RESPONSE,this,null,this.response):s}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Yi.classes.FormData,Blob:Yi.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};M.forEach(["delete","get","head"],function(e){gt.headers[e]={}});M.forEach(["post","put","patch"],function(e){gt.headers[e]=M.merge(Kc)});Zi.exports=gt});var to=w((If,eo)=>{"use strict";var jc=k(),Jc=mt();eo.exports=function(e,t,n,i){var o=this||Jc;return jc.forEach(i,function(s){e=s.call(o,e,t,n)}),e}});var Sr=w((xf,ro)=>{"use strict";ro.exports=function(e){return!!(e&&e.__CANCEL__)}});var ao=w((Af,oo)=>{"use strict";var no=k(),wr=to(),Vc=Sr(),Gc=mt(),Xc=Ge(),io=lr();function Er(r){if(r.cancelToken&&r.cancelToken.throwIfRequested(),r.signal&&r.signal.aborted)throw new Xc}oo.exports=function(e){Er(e),e.headers=e.headers||{},e.data=wr.call(e,e.data,e.headers,null,e.transformRequest),io(e.headers,"Accept"),io(e.headers,"Content-Type"),e.headers=no.merge(e.headers.common||{},e.headers[e.method]||{},e.headers),no.forEach(["delete","get","head","post","put","patch","common"],function(i){delete e.headers[i]});var t=e.adapter||Gc.adapter;return t(e).then(function(i){return Er(e),i.data=wr.call(e,i.data,i.headers,i.status,e.transformResponse),i},function(i){return Vc(i)||(Er(e),i&&i.response&&(i.response.data=wr.call(e,i.response.data,i.response.headers,i.response.status,e.transformResponse))),Promise.reject(i)})}});var br=w((Cf,so)=>{"use strict";var q=k();so.exports=function(e,t){t=t||{};var n={};function i(f,c){return q.isPlainObject(f)&&q.isPlainObject(c)?q.merge(f,c):q.isEmptyObject(c)?q.merge({},f):q.isPlainObject(c)?q.merge({},c):q.isArray(c)?c.slice():c}function o(f){if(q.isUndefined(t[f])){if(!q.isUndefined(e[f]))return i(void 0,e[f])}else return i(e[f],t[f])}function a(f){if(!q.isUndefined(t[f]))return i(void 0,t[f])}function s(f){if(q.isUndefined(t[f])){if(!q.isUndefined(e[f]))return i(void 0,e[f])}else return i(void 0,t[f])}function u(f){if(f in t)return i(e[f],t[f]);if(f in e)return i(void 0,e[f])}var l={url:a,method:a,data:a,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:u};return q.forEach(Object.keys(e).concat(Object.keys(t)),function(c){var p=l[c]||o,g=p(c);q.isUndefined(g)&&p!==u||(n[c]=g)}),n}});var vr=w((Of,co)=>{co.exports={version:"0.30.1"}});var fo=w((Pf,lo)=>{"use strict";var Yc=vr().version,de=le(),Tr={};["object","boolean","number","function","string","symbol"].forEach(function(r,e){Tr[r]=function(n){return typeof n===r||"a"+(e<1?"n ":" ")+r}});var uo={};Tr.transitional=function(e,t,n){function i(o,a){return"[Axios v"+Yc+"] Transitional option \'"+o+"\'"+a+(n?". "+n:"")}return function(o,a,s){if(e===!1)throw new de(i(a," has been removed"+(t?" in "+t:"")),de.ERR_DEPRECATED);return t&&!uo[a]&&(uo[a]=!0,console.warn(i(a," has been deprecated since v"+t+" and will be removed in the near future"))),e?e(o,a,s):!0}};function Qc(r,e,t){if(typeof r!="object")throw new de("options must be an object",de.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(r),i=n.length;i-- >0;){var o=n[i],a=e[o];if(a){var s=r[o],u=s===void 0||a(s,o,r);if(u!==!0)throw new de("option "+o+" must be "+u,de.ERR_BAD_OPTION_VALUE);continue}if(t!==!0)throw new de("Unknown option "+o,de.ERR_BAD_OPTION)}}lo.exports={assertOptions:Qc,validators:Tr}});var mo=w((Uf,go)=>{"use strict";var Rr=k(),Zc=ur(),po=mi(),ho=ao(),yt=br(),eu=hr(),_r=fo(),pe=_r.validators;function ke(r){this.defaults=r,this.interceptors={request:new po,response:new po}}ke.prototype.request=function(e,t){typeof e=="string"?(t=t||{},t.url=e):t=e||{},t=yt(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var n=t.transitional;n!==void 0&&_r.assertOptions(n,{silentJSONParsing:pe.transitional(pe.boolean),forcedJSONParsing:pe.transitional(pe.boolean),clarifyTimeoutError:pe.transitional(pe.boolean)},!1);var i=t.paramsSerializer;i!=null&&(Rr.isFunction(i)?t.paramsSerializer={serialize:i}:_r.assertOptions(i,{encode:pe.function,serialize:pe.function},!0));var o=[],a=!0;this.interceptors.request.forEach(function(h){typeof h.runWhen=="function"&&h.runWhen(t)===!1||(a=a&&h.synchronous,o.unshift(h.fulfilled,h.rejected))});var s=[];this.interceptors.response.forEach(function(h){s.push(h.fulfilled,h.rejected)});var u;if(!a){var l=[ho,void 0];for(Array.prototype.unshift.apply(l,o),l=l.concat(s),u=Promise.resolve(t);l.length;)u=u.then(l.shift(),l.shift());return u}for(var f=t;o.length;){var c=o.shift(),p=o.shift();try{f=c(f)}catch(g){p(g);break}}try{u=ho(f)}catch(g){return Promise.reject(g)}for(;s.length;)u=u.then(s.shift(),s.shift());return u};ke.prototype.getUri=function(e){e=yt(this.defaults,e);var t=eu(e.baseURL,e.url,e.allowAbsoluteUrls);return Zc(t,e.params,e.paramsSerializer)};Rr.forEach(["delete","get","head","options"],function(e){ke.prototype[e]=function(t,n){return this.request(yt(n||{},{method:e,url:t,data:(n||{}).data}))}});Rr.forEach(["post","put","patch"],function(e){function t(n){return function(o,a,s){return this.request(yt(s||{},{method:e,headers:n?{"Content-Type":"multipart/form-data"}:{},url:o,data:a}))}}ke.prototype[e]=t(),ke.prototype[e+"Form"]=t(!0)});go.exports=ke});var So=w((kf,yo)=>{"use strict";var tu=Ge();function De(r){if(typeof r!="function")throw new TypeError("executor must be a function.");var e;this.promise=new Promise(function(i){e=i});var t=this;this.promise.then(function(n){if(t._listeners){for(var i=t._listeners.length;i-- >0;)t._listeners[i](n);t._listeners=null}}),this.promise.then=function(n){var i,o=new Promise(function(a){t.subscribe(a),i=a}).then(n);return o.cancel=function(){t.unsubscribe(i)},o},r(function(i,o,a){t.reason||(t.reason=new tu(i,o,a),e(t.reason))})}De.prototype.throwIfRequested=function(){if(this.reason)throw this.reason};De.prototype.subscribe=function(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]};De.prototype.unsubscribe=function(e){if(this._listeners){var t=this._listeners.indexOf(e);t!==-1&&this._listeners.splice(t,1)}};De.source=function(){var e,t=new De(function(i){e=i});return{token:t,cancel:e}};yo.exports=De});var Eo=w((Df,wo)=>{"use strict";wo.exports=function(e){return function(n){return e.apply(null,n)}}});var vo=w((Nf,bo)=>{"use strict";var ru=k();bo.exports=function(e){return ru.isObject(e)&&e.isAxiosError===!0}});var _o=w((Mf,xr)=>{"use strict";var Ir=k(),nu=er(),St=mo(),iu=br(),ou=mt(),au=dr();function To(r){var e=new St(r),t=nu(St.prototype.request,e);return Ir.extend(t,St.prototype,e),Ir.extend(t,e),t.create=function(i){return To(iu(r,i))},t}var K=To(ou);K.Axios=St;K.CanceledError=Ge();K.CancelToken=So();K.isCancel=Sr();K.VERSION=vr().version;K.toFormData=Je();K.AxiosError=le();K.Cancel=K.CanceledError;K.all=function(e){return Promise.all(e)};K.spread=Eo();K.isAxiosError=vo();K.formToJSON=function(r){return au(Ir.isHTMLForm(r)?new FormData(r):r)};xr.exports=K;xr.exports.default=K});var Io=w((Bf,Ro)=>{Ro.exports=_o()});var Ao=w(Ar=>{"use strict";Object.defineProperty(Ar,"__esModule",{value:!0});function su(r){var e=4,t=r.length,n=t%e;if(!n)return r;var i=t,o=e-n,a=t+o,s=Buffer.alloc(a);for(s.write(r);o--;)s.write("=",i++);return s.toString()}Ar.default=su});var Oo=w(Pr=>{"use strict";Object.defineProperty(Pr,"__esModule",{value:!0});var cu=Ao();function Co(r,e){return e===void 0&&(e="utf8"),Buffer.isBuffer(r)?Cr(r.toString("base64")):Cr(Buffer.from(r,e).toString("base64"))}function uu(r,e){return e===void 0&&(e="utf8"),Buffer.from(Or(r),"base64").toString(e)}function Or(r){return r=r.toString(),cu.default(r).replace(/\\-/g,"+").replace(/_/g,"/")}function Cr(r){return r.replace(/=/g,"").replace(/\\+/g,"-").replace(/\\//g,"_")}function lu(r){return Buffer.from(Or(r),"base64")}var Ne=Co;Ne.encode=Co;Ne.decode=uu;Ne.toBase64=Or;Ne.fromBase64=Cr;Ne.toBuffer=lu;Pr.default=Ne});var Po=w((sd,bt)=>{bt.exports=Oo().default;bt.exports.default=bt.exports});var ko=w((Uo,vt)=>{(function(r,e){var t={};e(t);var n=t.default;for(var i in t)n[i]=t[i];typeof vt=="object"&&typeof vt.exports=="object"?vt.exports=n:typeof define=="function"&&define.amd?define(function(){return n}):r.sha256=n})(Uo,function(r){"use strict";r.__esModule=!0,r.digestLength=32,r.blockSize=64;var e=new Uint32Array([1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298]);function t(c,p,g,h,m){for(var b,v,S,R,I,x,$,D,B,N,be,ve,qe;m>=64;){for(b=p[0],v=p[1],S=p[2],R=p[3],I=p[4],x=p[5],$=p[6],D=p[7],N=0;N<16;N++)be=h+N*4,c[N]=(g[be]&255)<<24|(g[be+1]&255)<<16|(g[be+2]&255)<<8|g[be+3]&255;for(N=16;N<64;N++)B=c[N-2],ve=(B>>>17|B<<15)^(B>>>19|B<<13)^B>>>10,B=c[N-15],qe=(B>>>7|B<<25)^(B>>>18|B<<14)^B>>>3,c[N]=(ve+c[N-7]|0)+(qe+c[N-16]|0);for(N=0;N<64;N++)ve=(((I>>>6|I<<26)^(I>>>11|I<<21)^(I>>>25|I<<7))+(I&x^~I&$)|0)+(D+(e[N]+c[N]|0)|0)|0,qe=((b>>>2|b<<30)^(b>>>13|b<<19)^(b>>>22|b<<10))+(b&v^b&S^v&S)|0,D=$,$=x,x=I,I=R+ve|0,R=S,S=v,v=b,b=ve+qe|0;p[0]+=b,p[1]+=v,p[2]+=S,p[3]+=R,p[4]+=I,p[5]+=x,p[6]+=$,p[7]+=D,h+=64,m-=64}return h}var n=(function(){function c(){this.digestLength=r.digestLength,this.blockSize=r.blockSize,this.state=new Int32Array(8),this.temp=new Int32Array(64),this.buffer=new Uint8Array(128),this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this.reset()}return c.prototype.reset=function(){return this.state[0]=1779033703,this.state[1]=3144134277,this.state[2]=1013904242,this.state[3]=2773480762,this.state[4]=1359893119,this.state[5]=2600822924,this.state[6]=528734635,this.state[7]=1541459225,this.bufferLength=0,this.bytesHashed=0,this.finished=!1,this},c.prototype.clean=function(){for(var p=0;p<this.buffer.length;p++)this.buffer[p]=0;for(var p=0;p<this.temp.length;p++)this.temp[p]=0;this.reset()},c.prototype.update=function(p,g){if(g===void 0&&(g=p.length),this.finished)throw new Error("SHA256: can\'t update because hash was finished.");var h=0;if(this.bytesHashed+=g,this.bufferLength>0){for(;this.bufferLength<64&&g>0;)this.buffer[this.bufferLength++]=p[h++],g--;this.bufferLength===64&&(t(this.temp,this.state,this.buffer,0,64),this.bufferLength=0)}for(g>=64&&(h=t(this.temp,this.state,p,h,g),g%=64);g>0;)this.buffer[this.bufferLength++]=p[h++],g--;return this},c.prototype.finish=function(p){if(!this.finished){var g=this.bytesHashed,h=this.bufferLength,m=g/536870912|0,b=g<<3,v=g%64<56?64:128;this.buffer[h]=128;for(var S=h+1;S<v-8;S++)this.buffer[S]=0;this.buffer[v-8]=m>>>24&255,this.buffer[v-7]=m>>>16&255,this.buffer[v-6]=m>>>8&255,this.buffer[v-5]=m>>>0&255,this.buffer[v-4]=b>>>24&255,this.buffer[v-3]=b>>>16&255,this.buffer[v-2]=b>>>8&255,this.buffer[v-1]=b>>>0&255,t(this.temp,this.state,this.buffer,0,v),this.finished=!0}for(var S=0;S<8;S++)p[S*4+0]=this.state[S]>>>24&255,p[S*4+1]=this.state[S]>>>16&255,p[S*4+2]=this.state[S]>>>8&255,p[S*4+3]=this.state[S]>>>0&255;return this},c.prototype.digest=function(){var p=new Uint8Array(this.digestLength);return this.finish(p),p},c.prototype._saveState=function(p){for(var g=0;g<this.state.length;g++)p[g]=this.state[g]},c.prototype._restoreState=function(p,g){for(var h=0;h<this.state.length;h++)this.state[h]=p[h];this.bytesHashed=g,this.finished=!1,this.bufferLength=0},c})();r.Hash=n;var i=(function(){function c(p){this.inner=new n,this.outer=new n,this.blockSize=this.inner.blockSize,this.digestLength=this.inner.digestLength;var g=new Uint8Array(this.blockSize);if(p.length>this.blockSize)new n().update(p).finish(g).clean();else for(var h=0;h<p.length;h++)g[h]=p[h];for(var h=0;h<g.length;h++)g[h]^=54;this.inner.update(g);for(var h=0;h<g.length;h++)g[h]^=106;this.outer.update(g),this.istate=new Uint32Array(8),this.ostate=new Uint32Array(8),this.inner._saveState(this.istate),this.outer._saveState(this.ostate);for(var h=0;h<g.length;h++)g[h]=0}return c.prototype.reset=function(){return this.inner._restoreState(this.istate,this.inner.blockSize),this.outer._restoreState(this.ostate,this.outer.blockSize),this},c.prototype.clean=function(){for(var p=0;p<this.istate.length;p++)this.ostate[p]=this.istate[p]=0;this.inner.clean(),this.outer.clean()},c.prototype.update=function(p){return this.inner.update(p),this},c.prototype.finish=function(p){return this.outer.finished?this.outer.finish(p):(this.inner.finish(p),this.outer.update(p,this.digestLength).finish(p)),this},c.prototype.digest=function(){var p=new Uint8Array(this.digestLength);return this.finish(p),p},c})();r.HMAC=i;function o(c){var p=new n().update(c),g=p.digest();return p.clean(),g}r.hash=o,r.default=o;function a(c,p){var g=new i(c).update(p),h=g.digest();return g.clean(),h}r.hmac=a;function s(c,p,g,h){var m=h[0];if(m===0)throw new Error("hkdf: cannot expand more");p.reset(),m>1&&p.update(c),g&&p.update(g),p.update(h),p.finish(c),h[0]++}var u=new Uint8Array(r.digestLength);function l(c,p,g,h){p===void 0&&(p=u),h===void 0&&(h=32);for(var m=new Uint8Array([1]),b=a(p,c),v=new i(b),S=new Uint8Array(v.digestLength),R=S.length,I=new Uint8Array(h),x=0;x<h;x++)R===S.length&&(s(S,v,g,m),R=0),I[x]=S[R++];return v.clean(),S.fill(0),m.fill(0),I}r.hkdf=l;function f(c,p,g,h){for(var m=new i(c),b=m.digestLength,v=new Uint8Array(4),S=new Uint8Array(b),R=new Uint8Array(b),I=new Uint8Array(h),x=0;x*b<h;x++){var $=x+1;v[0]=$>>>24&255,v[1]=$>>>16&255,v[2]=$>>>8&255,v[3]=$>>>0&255,m.reset(),m.update(p),m.update(v),m.finish(R);for(var D=0;D<b;D++)S[D]=R[D];for(var D=2;D<=g;D++){m.reset(),m.update(R).finish(R);for(var B=0;B<b;B++)S[B]^=R[B]}for(var D=0;D<b&&x*b+D<h;D++)I[x*b+D]=S[D]}for(var x=0;x<b;x++)S[x]=R[x]=0;for(var x=0;x<4;x++)v[x]=0;return m.clean(),I}r.pbkdf2=f})});var ua=w((qr,ca)=>{var _t=ct(),Q=_t.Buffer;function sa(r,e){for(var t in r)e[t]=r[t]}Q.from&&Q.alloc&&Q.allocUnsafe&&Q.allocUnsafeSlow?ca.exports=_t:(sa(_t,qr),qr.Buffer=Ee);function Ee(r,e,t){return Q(r,e,t)}Ee.prototype=Object.create(Q.prototype);sa(Q,Ee);Ee.from=function(r,e,t){if(typeof r=="number")throw new TypeError("Argument must not be a number");return Q(r,e,t)};Ee.alloc=function(r,e,t){if(typeof r!="number")throw new TypeError("Argument must be a number");var n=Q(r);return e!==void 0?typeof t=="string"?n.fill(e,t):n.fill(e):n.fill(0),n};Ee.allocUnsafe=function(r){if(typeof r!="number")throw new TypeError("Argument must be a number");return Q(r)};Ee.allocUnsafeSlow=function(r){if(typeof r!="number")throw new TypeError("Argument must be a number");return _t.SlowBuffer(r)}});var la=w((kp,Wr)=>{"use strict";var Kr=65536,Iu=4294967295;function xu(){throw new Error(`Secure random number generation is not supported by this browser.\nUse Chrome, Firefox or Internet Explorer 11`)}var Au=ua().Buffer,Rt=self.crypto||self.msCrypto;Rt&&Rt.getRandomValues?Wr.exports=Cu:Wr.exports=xu;function Cu(r,e){if(r>Iu)throw new RangeError("requested too many random bytes");var t=Au.allocUnsafe(r);if(r>0)if(r>Kr)for(var n=0;n<r;n+=Kr)Rt.getRandomValues(t.slice(n,n+Kr));else Rt.getRandomValues(t);return typeof e=="function"?process.nextTick(function(){e(null,t)}):t}});var ma=Te(ct(),1);var wn=Object.defineProperty,rs=(r,e,t)=>e in r?wn(r,e,{enumerable:!0,configurable:!0,writable:!0,value:t}):r[e]=t,ns=(r,e)=>{for(var t in e)wn(r,t,{get:e[t],enumerable:!0})},P=(r,e,t)=>rs(r,typeof e!="symbol"?e+"":e,t),Ht="asgardeo-session-active",is=class{constructor(r,e){P(this,"_id"),P(this,"_store"),this._id=r,this._store=e}async setDataInBulk(r,e){let t=await this._store.getData(r)??null,i={...t&&JSON.parse(t),...e},o=JSON.stringify(i);await this._store.setData(r,o)}async setValue(r,e,t){let n=await this._store.getData(r)??null,o={...n&&JSON.parse(n),[e]:t},a=JSON.stringify(o);await this._store.setData(r,a)}async removeValue(r,e){let t=await this._store.getData(r)??null,i={...t&&JSON.parse(t)};delete i[e];let o=JSON.stringify(i);await this._store.setData(r,o)}_resolveKey(r,e){return e?`${r}-${this._id}-${e}`:`${r}-${this._id}`}isLocalStorageAvailable(){try{let r="__ASGARDEO_AUTH_CORE_LOCAL_STORAGE_TEST__";return localStorage.setItem(r,r),localStorage.removeItem(r),!0}catch{return!1}}async setConfigData(r){await this.setDataInBulk(this._resolveKey("config_data"),r)}async setOIDCProviderMetaData(r){this.setDataInBulk(this._resolveKey("oidc_provider_meta_data"),r)}async setTemporaryData(r,e){this.setDataInBulk(this._resolveKey("temporary_data",e),r)}async setSessionData(r,e){this.setDataInBulk(this._resolveKey("session_data",e),r)}async setCustomData(r,e,t){this.setDataInBulk(this._resolveKey(r,t),e)}async getConfigData(r){return JSON.parse(await this._store.getData(this._resolveKey("config_data",r))??null)}async loadOpenIDProviderConfiguration(){return JSON.parse(await this._store.getData(this._resolveKey("oidc_provider_meta_data"))??null)}async getTemporaryData(r){return JSON.parse(await this._store.getData(this._resolveKey("temporary_data",r))??null)}async getSessionData(r){return JSON.parse(await this._store.getData(this._resolveKey("session_data",r))??null)}async getCustomData(r,e){return JSON.parse(await this._store.getData(this._resolveKey(r,e))??null)}setSessionStatus(r){this.isLocalStorageAvailable()&&localStorage.setItem(`${Ht}`,r)}getSessionStatus(){return this.isLocalStorageAvailable()?localStorage.getItem(`${Ht}`)??"":""}removeSessionStatus(){this.isLocalStorageAvailable()&&localStorage.removeItem(`${Ht}`)}async removeConfigData(){await this._store.removeData(this._resolveKey("config_data"))}async removeOIDCProviderMetaData(){await this._store.removeData(this._resolveKey("oidc_provider_meta_data"))}async removeTemporaryData(r){await this._store.removeData(this._resolveKey("temporary_data",r))}async removeSessionData(r){await this._store.removeData(this._resolveKey("session_data",r))}async getConfigDataParameter(r){let e=await this._store.getData(this._resolveKey("config_data"));return e&&JSON.parse(e)[r]}async getOIDCProviderMetaDataParameter(r){let e=await this._store.getData(this._resolveKey("oidc_provider_meta_data"));return e&&JSON.parse(e)[r]}async getTemporaryDataParameter(r,e){let t=await this._store.getData(this._resolveKey("temporary_data",e));return t&&JSON.parse(t)[r]}async getSessionDataParameter(r,e){let t=await this._store.getData(this._resolveKey("session_data",e));return t&&JSON.parse(t)[r]}async setConfigDataParameter(r,e){await this.setValue(this._resolveKey("config_data"),r,e)}async setOIDCProviderMetaDataParameter(r,e){await this.setValue(this._resolveKey("oidc_provider_meta_data"),r,e)}async setTemporaryDataParameter(r,e,t){await this.setValue(this._resolveKey("temporary_data",t),r,e)}async setSessionDataParameter(r,e,t){await this.setValue(this._resolveKey("session_data",t),r,e)}async removeConfigDataParameter(r){await this.removeValue(this._resolveKey("config_data"),r)}async removeOIDCProviderMetaDataParameter(r){await this.removeValue(this._resolveKey("oidc_provider_meta_data"),r)}async removeTemporaryDataParameter(r,e){await this.removeValue(this._resolveKey("temporary_data",e),r)}async removeSessionDataParameter(r,e){await this.removeValue(this._resolveKey("session_data",e),r)}},Sn=is,os={Endpoints:{AUTHORIZATION:"/oauth2/authorize",SESSION_IFRAME:"/oidc/checksession",END_SESSION:"/oidc/logout",ISSUER:"/oauth2/token",JWKS:"/oauth2/jwks",REVOCATION:"/oauth2/revoke",TOKEN:"/oauth2/token",USERINFO:"/oauth2/userinfo"},Storage:{StorageKeys:{Endpoints:{AUTHORIZATION:"authorization_endpoint",TOKEN:"token_endpoint",REVOCATION:"revocation_endpoint",END_SESSION:"end_session_endpoint",JWKS:"jwks_uri",SESSION_IFRAME:"check_session_iframe",ISSUER:"issuer",USERINFO:"userinfo_endpoint"},OPENID_PROVIDER_CONFIG_INITIATED:"op_config_initiated"}}},_=os,as={INTERNAL_LOGIN:"internal_login",OPENID:"openid",PROFILE:"profile"},Lt=as,ss={Params:{AUTHORIZATION_CODE:"code",SESSION_STATE:"session_state",STATE:"state",SIGN_OUT_SUCCESS:"sign_out_success"},SignIn:{Payload:{DEFAULT_SCOPES:[Lt.OPENID,Lt.PROFILE,Lt.INTERNAL_LOGIN]}},SignOut:{Storage:{StorageKeys:{SIGN_OUT_URL:"sign_out_url"}}}},H=ss,T=class{constructor(r,e,t){P(this,"name"),P(this,"code"),P(this,"message"),this.message=t,this.name=e,this.code=r,Object.setPrototypeOf(this,new.target.prototype)}},cs={SignatureValidation:{SUPPORTED_ALGORITHMS:["RS256","RS512","RS384","PS256"]},Storage:{StorageKeys:{REFRESH_TOKEN_TIMER:"refresh_token_timer"}}},ze=cs,us=class{constructor(r){P(this,"_cryptoUtils"),this._cryptoUtils=r}getCodeVerifier(){return this._cryptoUtils.base64URLEncode(this._cryptoUtils.generateRandomBytes(32))}getCodeChallenge(r){return this._cryptoUtils.base64URLEncode(this._cryptoUtils.hashSha256(r))}getJWKForTheIdToken(r,e){let t=JSON.parse(this._cryptoUtils.base64URLDecode(r));for(let n of e)if(t.kid===n.kid)return n;throw new T("JS-CRYPTO_UTIL-GJFTIT-IV01","kid not found.","Failed to find the \'kid\' specified in the id_token. \'kid\' found in the header : "+t.kid+", Expected values: "+e.map(n=>n.kid).join(", "))}isValidIdToken(r,e,t,n,i,o,a){return this._cryptoUtils.verifyJwt(r,e,ze.SignatureValidation.SUPPORTED_ALGORITHMS,t,n,i,o,a).then(s=>s?Promise.resolve(!0):Promise.reject(new T("JS-CRYPTO_HELPER-IVIT-IV01","Invalid ID token.","ID token validation returned false")))}decodeIdToken(r){try{let e=this._cryptoUtils.base64URLDecode(r?.split(".")[1]);return JSON.parse(e)}catch(e){throw new T("JS-CRYPTO_UTIL-DIT-IV01","Decoding ID token failed.",e)}}},ls={DEFAULT_CODE_CHALLENGE_METHOD:"S256",Storage:{StorageKeys:{CODE_VERIFIER:"pkce_code_verifier",SEPARATOR:"#"}}},ae=ls,fs=r=>{let e=parseInt(r.split("request_")[1]);return`${ae.Storage.StorageKeys.CODE_VERIFIER}${ae.Storage.StorageKeys.SEPARATOR}${e}`},ye=fs,ds={Placeholders:{ACCESS_TOKEN:"{{accessToken}}",USERNAME:"{{username}}",SCOPES:"{{scopes}}",CLIENT_ID:"{{clientId}}",CLIENT_SECRET:"{{clientSecret}}"}},We=ds,ps=r=>{let e={...r};["iss","aud","exp","iat","acr","amr","azp","auth_time","nonce","c_hash","at_hash","nbf","isk","sid","jti","sub"].forEach(i=>{delete e[i]});let n={};return Object.entries(e).forEach(([i,o])=>{let a=i.split("_").map((s,u)=>u===0?s:s[0].toUpperCase()+s.slice(1)).join("");n[a]=o}),n},hs=ps,gs=class En extends Error{constructor(e,t,n){let i=En.resolveOrigin(n);super(e),P(this,"code"),P(this,"origin"),this.name=new.target.name,this.code=t,this.origin=i,Error.captureStackTrace&&Error.captureStackTrace(this,new.target)}static resolveOrigin(e){return e?`@asgardeo/${e}`:"@asgardeo/javascript"}toString(){let e=`\\u{1F6E1}\\uFE0F Asgardeo - ${this.origin}:`;return`[${this.name}]\n${e} ${this.message}\n(code="${this.code}")`}},bn=class extends gs{constructor(r,e,t,n){super(r,e,t),this.details=n,Object.defineProperty(this,"name",{value:"AsgardeoRuntimeError",configurable:!0,writable:!0})}toString(){let r=this.details?`\nDetails: ${JSON.stringify(this.details,null,2)}`:"";return`[${this.name}] (code="${this.code}")${r}\nMessage: ${this.message}`}},ms=r=>{let e=[];if(r)if(Array.isArray(r))e=r;else if(typeof r=="string")e=r.split(" ");else throw new bn("Scopes must be a string or an array of strings.","processOpenIDScopes-Invalid-001","javascript","The provided scopes are not in the expected format. Please provide a string or an array of strings.");return H.SignIn.Payload.DEFAULT_SCOPES.forEach(t=>{e.includes(t)||e.push(t)}),e.join(" ")},$t=ms,ys=class{constructor(r,e){P(this,"_storageManager"),P(this,"_config"),P(this,"_oidcProviderMetaData"),P(this,"_cryptoHelper"),this._storageManager=r,this._config=async()=>this._storageManager.getConfigData(),this._oidcProviderMetaData=async()=>this._storageManager.loadOpenIDProviderConfiguration(),this._cryptoHelper=e}async resolveEndpoints(r){let e={},t=await this._config();return t.endpoints&&Object.keys(t.endpoints).forEach(n=>{let i=n.replace(/[A-Z]/g,o=>`_${o.toLowerCase()}`);e[i]=t?.endpoints?t.endpoints[n]:""}),{...r,...e}}async resolveEndpointsExplicitly(){let r={},e=await this._config(),t=[_.Storage.StorageKeys.Endpoints.AUTHORIZATION,_.Storage.StorageKeys.Endpoints.END_SESSION,_.Storage.StorageKeys.Endpoints.JWKS,_.Storage.StorageKeys.Endpoints.SESSION_IFRAME,_.Storage.StorageKeys.Endpoints.REVOCATION,_.Storage.StorageKeys.Endpoints.TOKEN,_.Storage.StorageKeys.Endpoints.ISSUER,_.Storage.StorageKeys.Endpoints.USERINFO];if(!(e.endpoints?t.every(i=>e.endpoints?Object.keys(e.endpoints).some(o=>o.replace(/[A-Z]/g,s=>`_${s.toLowerCase()}`)===i):!1):!1))throw new T("JS-AUTH_HELPER-REE-NF01","Required endpoints missing","Some or all of the required endpoints are missing in the object passed to the `endpoints` attribute of the`AuthConfig` object.");return e.endpoints&&Object.keys(e.endpoints).forEach(i=>{let o=i.replace(/[A-Z]/g,a=>`_${a.toLowerCase()}`);r[o]=e?.endpoints?e.endpoints[i]:""}),{...r}}async resolveEndpointsByBaseURL(){let r={},e=await this._config(),{baseUrl:t}=e;if(!t)throw new T("JS-AUTH_HELPER_REBO-NF01","Base URL not defined.","Base URL is not defined in AuthClient config.");return e.endpoints&&Object.keys(e.endpoints).forEach(i=>{let o=i.replace(/[A-Z]/g,a=>`_${a.toLowerCase()}`);r[o]=e?.endpoints?e.endpoints[i]:""}),{...{[_.Storage.StorageKeys.Endpoints.AUTHORIZATION]:`${t}${_.Endpoints.AUTHORIZATION}`,[_.Storage.StorageKeys.Endpoints.END_SESSION]:`${t}${_.Endpoints.END_SESSION}`,[_.Storage.StorageKeys.Endpoints.ISSUER]:`${t}${_.Endpoints.ISSUER}`,[_.Storage.StorageKeys.Endpoints.JWKS]:`${t}${_.Endpoints.JWKS}`,[_.Storage.StorageKeys.Endpoints.SESSION_IFRAME]:`${t}${_.Endpoints.SESSION_IFRAME}`,[_.Storage.StorageKeys.Endpoints.REVOCATION]:`${t}${_.Endpoints.REVOCATION}`,[_.Storage.StorageKeys.Endpoints.TOKEN]:`${t}${_.Endpoints.TOKEN}`,[_.Storage.StorageKeys.Endpoints.USERINFO]:`${t}${_.Endpoints.USERINFO}`},...r}}async validateIdToken(r){let e=(await this._storageManager.loadOpenIDProviderConfiguration()).jwks_uri,t=await this._config();if(!e||e.trim().length===0)throw new T("JS_AUTH_HELPER-VIT-NF01","JWKS endpoint not found.","No JWKS endpoint was found in the OIDC provider meta data returned by the well-known endpoint or the JWKS endpoint passed to the SDK is empty.");let n;try{n=await fetch(e,{credentials:t.sendCookiesInRequests?"include":"same-origin"})}catch(s){throw new T("JS-AUTH_HELPER-VIT-NE02","Request to jwks endpoint failed.",s??"The request sent to get the jwks from the server failed.")}if(n.status!==200||!n.ok)throw new T("JS-AUTH_HELPER-VIT-HE03",`Invalid response status received for jwks request (${n.statusText}).`,await n.json());let{issuer:i}=await this._oidcProviderMetaData(),{keys:o}=await n.json(),a=await this._cryptoHelper.getJWKForTheIdToken(r.split(".")[0],o);return this._cryptoHelper.isValidIdToken(r,a,(await this._config()).clientId,i??"",this._cryptoHelper.decodeIdToken(r).sub,(await this._config()).tokenValidation?.idToken?.clockTolerance,(await this._config()).tokenValidation?.idToken?.validateIssuer??!0)}getAuthenticatedUserInfo(r){let e=this._cryptoHelper.decodeIdToken(r),t=e?.username??"",n=e?.given_name??"",i=e?.family_name??"",o=n&&i?`${n} ${i}`:n||i||"";return{displayName:e.preferred_username??o,username:t,...hs(e)}}async replaceCustomGrantTemplateTags(r,e){let t=await this._config(),n=await this._storageManager.getSessionData(e),i=$t(t.scopes);return typeof r!="string"?r:r.replace(We.Placeholders.ACCESS_TOKEN,n.access_token).replace(We.Placeholders.USERNAME,this.getAuthenticatedUserInfo(n.id_token).username).replace(We.Placeholders.SCOPES,i).replace(We.Placeholders.CLIENT_ID,t.clientId).replace(We.Placeholders.CLIENT_SECRET,t.clientSecret??"")}async clearSession(r){await this._storageManager.removeTemporaryData(r),await this._storageManager.removeSessionData(r)}async handleTokenResponse(r,e){if(r.status!==200||!r.ok)throw new T("JS-AUTH_HELPER-HTR-NE01",`Invalid response status received for token request (${r.statusText}).`,await r.json());let t=await r.json();if(t.created_at=new Date().getTime(),(await this._config()).tokenValidation?.idToken?.validate)return this.validateIdToken(t.id_token).then(async()=>{await this._storageManager.setSessionData(t,e);let o={accessToken:t.access_token,createdAt:t.created_at,expiresIn:t.expires_in,idToken:t.id_token,refreshToken:t.refresh_token,scope:t.scope,tokenType:t.token_type};return Promise.resolve(o)});let i={accessToken:t.access_token,createdAt:t.created_at,expiresIn:t.expires_in,idToken:t.id_token,refreshToken:t.refresh_token,scope:t.scope,tokenType:t.token_type};return await this._storageManager.setSessionData(t,e),Promise.resolve(i)}},Ss=r=>{let e=[];Object.keys(r).forEach(i=>{i.startsWith(ae.Storage.StorageKeys.CODE_VERIFIER)&&e.push(i)});let t=e.sort().pop(),n=parseInt(t?.split(ae.Storage.StorageKeys.SEPARATOR)[1]??"-1");return`${ae.Storage.StorageKeys.CODE_VERIFIER}${ae.Storage.StorageKeys.SEPARATOR}${n+1}`},ws=Ss,Es=(r,e)=>{let t=parseInt(r.split(ae.Storage.StorageKeys.SEPARATOR)[1]);return e?`${e}_request_${t}`:`request_${t}`},bs=Es,vs=(r,e,t)=>{let{redirectUri:n,clientId:i,clientSecret:o,scopes:a,responseMode:s,codeChallenge:u,codeChallengeMethod:l,prompt:f}=r,c=new Map;c.set("response_type","code"),c.set("client_id",i),c.set("scope",a),c.set("redirect_uri",n),s&&c.set("response_mode",s);let p=e?.key;if(u)if(c.set("code_challenge",u),l)c.set("code_challenge_method",l);else throw new bn("Code challenge method is required when code challenge is provided.","getAuthorizeRequestUrlParams-ValidationError-001","javascript","When PKCE is enabled, the code challenge method must be provided along with the code challenge.");if(f&&c.set("prompt",f),t)for(let[g,h]of Object.entries(t))g!==""&&h!==""&&g!==H.Params.STATE&&c.set(g,h.toString());return c.set(H.Params.STATE,bs(p,t?t[H.Params.STATE]?.toString():"")),c},Ts=vs,_s={tokenValidation:{idToken:{validate:!0,validateIssuer:!0,clockTolerance:300}},enablePKCE:!0,responseMode:"query",sendCookiesInRequests:!0},qt=class ee{constructor(){P(this,"_storageManager"),P(this,"_config"),P(this,"_oidcProviderMetaData"),P(this,"_authenticationHelper"),P(this,"_cryptoUtils"),P(this,"_cryptoHelper")}async initialize(e,t,n,i){let o=e.clientId;ee._instanceID?ee._instanceID+=1:ee._instanceID=0,i&&(ee._instanceID=i),o?this._storageManager=new Sn(`instance_${ee._instanceID}-${o}`,t):this._storageManager=new Sn(`instance_${ee._instanceID}`,t),this._cryptoUtils=n,this._cryptoHelper=new us(n),this._authenticationHelper=new ys(this._storageManager,this._cryptoHelper),this._config=async()=>await this._storageManager.getConfigData(),this._oidcProviderMetaData=async()=>await this._storageManager.loadOpenIDProviderConfiguration(),ee._authenticationHelper=this._authenticationHelper,await this._storageManager.setConfigData({..._s,...e,scope:$t(e.scopes)})}getStorageManager(){return this._storageManager}getInstanceId(){return ee._instanceID}async getSignInUrl(e,t){let n={...e};delete n?.forceInit;let i=async()=>{let o=await this._storageManager.getOIDCProviderMetaDataParameter(_.Storage.StorageKeys.Endpoints.AUTHORIZATION);if(!o||o.trim().length===0)throw new T("JS-AUTH_CORE-GAU-NF01","No authorization endpoint found.","No authorization endpoint was found in the OIDC provider meta data from the well-known endpoint or the authorization endpoint passed to the SDK is empty.");let a=new URL(o),s=await this._config(),u=await this._storageManager.getTemporaryData(t),l=await ws(u),f,c;s.enablePKCE&&(f=this._cryptoHelper?.getCodeVerifier(),c=this._cryptoHelper?.getCodeChallenge(f),await this._storageManager.setTemporaryDataParameter(l,f,t)),n.client_secret&&(n.client_secret=s.clientSecret);let p=Ts({redirectUri:s.afterSignInUrl,clientId:s.clientId,scopes:$t(s.scopes),responseMode:s.responseMode,codeChallengeMethod:ae.DEFAULT_CODE_CHALLENGE_METHOD,codeChallenge:c,prompt:s.prompt},{key:l},n);for(let[g,h]of p.entries())a.searchParams.append(g,h);return a.toString()};return await this._storageManager.getTemporaryDataParameter(_.Storage.StorageKeys.OPENID_PROVIDER_CONFIG_INITIATED)?i():this.loadOpenIDProviderConfiguration(e?.forceInit).then(()=>i())}async requestAccessToken(e,t,n,i,o){let a=async()=>{let s=(await this._oidcProviderMetaData()).token_endpoint,u=await this._config();if(!s||s.trim().length===0)throw new T("JS-AUTH_CORE-RAT1-NF01","Token endpoint not found.","No token endpoint was found in the OIDC provider meta data returned by the well-known endpoint or the token endpoint passed to the SDK is empty.");t&&await this._storageManager.setSessionDataParameter(H.Params.SESSION_STATE,t,i);let l=new URLSearchParams;l.set("client_id",u.clientId),u.clientSecret&&u.clientSecret.trim().length>0&&l.set("client_secret",u.clientSecret);let f=e;l.set("code",f),l.set("grant_type","authorization_code"),l.set("redirect_uri",u.afterSignInUrl),o?.params&&Object.entries(o.params).forEach(([p,g])=>{l.append(p,g)}),u.enablePKCE&&(l.set("code_verifier",`${await this._storageManager.getTemporaryDataParameter(ye(n),i)}`),await this._storageManager.removeTemporaryDataParameter(ye(n),i));let c;try{c=await fetch(s,{body:l,credentials:u.sendCookiesInRequests?"include":"same-origin",headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded"},method:"POST"})}catch(p){throw new T("JS-AUTH_CORE-RAT1-NE02","Requesting access token failed",p??"The request to get the access token from the server failed.")}if(!c.ok)throw new T("JS-AUTH_CORE-RAT1-HE03",`Requesting access token failed with ${c.statusText}`,await c.json());return await this._authenticationHelper.handleTokenResponse(c,i)};return await this._storageManager.getTemporaryDataParameter(_.Storage.StorageKeys.OPENID_PROVIDER_CONFIG_INITIATED)?a():this.loadOpenIDProviderConfiguration(!1).then(()=>a())}async loadOpenIDProviderConfiguration(e){let t=await this._config();if(!e&&await this._storageManager.getTemporaryDataParameter(_.Storage.StorageKeys.OPENID_PROVIDER_CONFIG_INITIATED))return Promise.resolve();let n=t.wellKnownEndpoint;if(n){let i;try{if(i=await fetch(n),i.status!==200||!i.ok)throw new Error}catch{throw new T("JS-AUTH_CORE-GOPMD-HE01","Invalid well-known response","The well known endpoint response has been failed with an error.")}return await this._storageManager.setOIDCProviderMetaData(await this._authenticationHelper.resolveEndpoints(await i.json())),await this._storageManager.setTemporaryDataParameter(_.Storage.StorageKeys.OPENID_PROVIDER_CONFIG_INITIATED,!0),Promise.resolve()}else if(t.baseUrl){try{await this._storageManager.setOIDCProviderMetaData(await this._authenticationHelper.resolveEndpointsByBaseURL())}catch(i){throw new T("JS-AUTH_CORE-GOPMD-IV02","Resolving endpoints failed.",i??"Resolving endpoints by base url failed.")}return await this._storageManager.setTemporaryDataParameter(_.Storage.StorageKeys.OPENID_PROVIDER_CONFIG_INITIATED,!0),Promise.resolve()}else return await this._storageManager.setOIDCProviderMetaData(await this._authenticationHelper.resolveEndpointsExplicitly()),await this._storageManager.setTemporaryDataParameter(_.Storage.StorageKeys.OPENID_PROVIDER_CONFIG_INITIATED,!0),Promise.resolve()}async getSignOutUrl(e){let t=(await this._oidcProviderMetaData())?.end_session_endpoint,n=await this._config();if(!t||t.trim().length===0)throw new T("JS-AUTH_CORE-GSOU-NF01","Sign-out endpoint not found.","No sign-out endpoint was found in the OIDC provider meta data returned by the well-known endpoint or the sign-out endpoint passed to the SDK is empty.");let i=n?.afterSignOutUrl??n?.afterSignInUrl;if(!i||i.trim().length===0)throw new T("JS-AUTH_CORE-GSOU-NF03","No sign-out redirect URL found.","The sign-out redirect URL cannot be found or the URL passed to the SDK is empty. No sign-in redirect URL has been found either. ");let o=new URLSearchParams;if(o.set("post_logout_redirect_uri",i),n.sendIdTokenInLogoutRequest){let a=(await this._storageManager.getSessionData(e))?.id_token;if(!a||a.trim().length===0)throw new T("JS-AUTH_CORE-GSOU-NF02","ID token not found.","No ID token could be found. Either the session information is lost or you have not signed in.");o.set("id_token_hint",a)}else o.set("client_id",n.clientId);return o.set("state",H.Params.SIGN_OUT_SUCCESS),`${t}?${o.toString()}`}async getOpenIDProviderEndpoints(){let e=await this._oidcProviderMetaData();return{authorizationEndpoint:e.authorization_endpoint??"",checkSessionIframe:e.check_session_iframe??"",endSessionEndpoint:e.end_session_endpoint??"",introspectionEndpoint:e.introspection_endpoint??"",issuer:e.issuer??"",jwksUri:e.jwks_uri??"",registrationEndpoint:e.registration_endpoint??"",revocationEndpoint:e.revocation_endpoint??"",tokenEndpoint:e.token_endpoint??"",userinfoEndpoint:e.userinfo_endpoint??""}}async getDecodedIdToken(e,t){let n=(await this._storageManager.getSessionData(e)).id_token;return this._cryptoHelper.decodeIdToken(n??t)}async getIdToken(e){return(await this._storageManager.getSessionData(e)).id_token}async getUser(e){let t=await this._storageManager.getSessionData(e),n=this._authenticationHelper.getAuthenticatedUserInfo(t?.id_token);return Object.keys(n).forEach(i=>{(n[i]===void 0||n[i]===""||n[i]===null)&&delete n[i]}),n}async getUserSession(e){let t=await this._storageManager.getSessionData(e);return{scopes:t?.scope?.split(" "),sessionState:t?.session_state??""}}async getCrypto(){return this._cryptoHelper}async revokeAccessToken(e){let t=(await this._oidcProviderMetaData()).revocation_endpoint,n=await this._config();if(!t||t.trim().length===0)throw new T("JS-AUTH_CORE-RAT3-NF01","No revoke access token endpoint found.","No revoke access token endpoint was found in the OIDC provider meta data returned by the well-known endpoint or the revoke access token endpoint passed to the SDK is empty.");let i=[];i.push(`client_id=${n.clientId}`),i.push(`token=${(await this._storageManager.getSessionData(e)).access_token}`),i.push("token_type_hint=access_token"),n.clientSecret&&n.clientSecret.trim().length>0&&i.push(`client_secret=${n.clientSecret}`);let o;try{o=await fetch(t,{body:i.join("&"),credentials:n.sendCookiesInRequests?"include":"same-origin",headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded"},method:"POST"})}catch(a){throw new T("JS-AUTH_CORE-RAT3-NE02","The request to revoke access token failed.",a??"The request sent to revoke the access token failed.")}if(o.status!==200||!o.ok)throw new T("JS-AUTH_CORE-RAT3-HE03",`Invalid response status received for revoke access token request (${o.statusText}).`,await o.json());return this._authenticationHelper.clearSession(e),Promise.resolve(o)}async refreshAccessToken(e){let t=(await this._oidcProviderMetaData()).token_endpoint,n=await this._config(),i=await this._storageManager.getSessionData(e);if(!i.refresh_token)throw new T("JS-AUTH_CORE-RAT2-NF01","No refresh token found.","There was no refresh token found. Asgardeo doesn\'t return a refresh token if the refresh token grant is not enabled.");if(!t||t.trim().length===0)throw new T("JS-AUTH_CORE-RAT2-NF02","No refresh token endpoint found.","No refresh token endpoint was in the OIDC provider meta data returned by the well-known endpoint or the refresh token endpoint passed to the SDK is empty.");let o=[];o.push(`client_id=${n.clientId}`),o.push(`refresh_token=${i.refresh_token}`),o.push("grant_type=refresh_token"),n.clientSecret&&n.clientSecret.trim().length>0&&o.push(`client_secret=${n.clientSecret}`);let a;try{a=await fetch(t,{body:o.join("&"),credentials:n.sendCookiesInRequests?"include":"same-origin",headers:{Accept:"application/json","Content-Type":"application/x-www-form-urlencoded"},method:"POST"})}catch(s){throw new T("JS-AUTH_CORE-RAT2-NR03","Refresh access token request failed.",s??"The request to refresh the access token failed.")}if(!a.ok)throw new T("JS-AUTH_CORE-RAT2-HE04",`Refreshing access token failed with ${a.statusText}`,await a.json());return this._authenticationHelper.handleTokenResponse(a,e)}async getAccessToken(e){return(await this._storageManager.getSessionData(e))?.access_token}async exchangeToken(e,t){let n=await this._oidcProviderMetaData(),i=await this._config(),o;if(e.tokenEndpoint&&e.tokenEndpoint.trim().length!==0?o=e.tokenEndpoint:o=n.token_endpoint,!o||o.trim().length===0)throw new T("JS-AUTH_CORE-RCG-NF01","Token endpoint not found.","No token endpoint was found in the OIDC provider meta data returned by the well-known endpoint or the token endpoint passed to the SDK is empty.");let a=await Promise.all(Object.entries(e.data).map(async([f,c])=>{let p=await this._authenticationHelper.replaceCustomGrantTemplateTags(c,t);return`${f}=${p}`})),s={Accept:"application/json","Content-Type":"application/x-www-form-urlencoded"};e.attachToken&&(s={...s,Authorization:`Bearer ${(await this._storageManager.getSessionData(t)).access_token}`});let u={body:a.join("&"),credentials:i.sendCookiesInRequests?"include":"same-origin",headers:new Headers(s),method:"POST"},l;try{l=await fetch(o,u)}catch(f){throw new T("JS-AUTH_CORE-RCG-NE02","The custom grant request failed.",f??"The request sent to get the custom grant failed.")}if(l.status!==200||!l.ok)throw new T("JS-AUTH_CORE-RCG-HE03",`Invalid response status received for the custom grant request. (${l.statusText})`,await l.json());return e.returnsSession?this._authenticationHelper.handleTokenResponse(l,t):Promise.resolve(await l.json())}async isSignedIn(e){let t=!!await this.getAccessToken(e),n=(await this._storageManager.getSessionData(e))?.created_at,i=(await this._storageManager.getSessionData(e))?.expires_in;if(!i)return!1;let o=parseInt(i)*1e3,a=new Date().getTime(),s=n+o>a;return t&&s}async getPKCECode(e,t){return await this._storageManager.getTemporaryDataParameter(ye(e),t)}async setPKCECode(e,t,n){return await this._storageManager.setTemporaryDataParameter(ye(t),e,n)}static isSignOutSuccessful(e){let t=new URL(e),n=t.searchParams.get(H.Params.STATE),i=!!t.searchParams.get("error");return n?n===H.Params.SIGN_OUT_SUCCESS&&!i:!1}static didSignOutFail(e){let t=new URL(e),n=t.searchParams.get(H.Params.STATE),i=!!t.searchParams.get("error");return n?n===H.Params.SIGN_OUT_SUCCESS&&i:!1}async reInitialize(e){await this._storageManager.setConfigData(e),await this.loadOpenIDProviderConfiguration(!0)}static async clearSession(e){await this._authenticationHelper.clearSession(e)}};P(qt,"_instanceID");P(qt,"_authenticationHelper");var Se=qt;var Rs="\\u{1F6E1}\\uFE0F Asgardeo",Is={level:"info",prefix:`${Rs}`,timestamps:!0,showLevel:!0},xs=()=>typeof window<"u"&&typeof window.document<"u",As=()=>typeof process<"u"&&process.versions&&process.versions.node,V={reset:"\\x1B[0m",bright:"\\x1B[1m",dim:"\\x1B[2m",red:"\\x1B[31m",green:"\\x1B[32m",yellow:"\\x1B[33m",blue:"\\x1B[34m",magenta:"\\x1B[35m",cyan:"\\x1B[36m",white:"\\x1B[37m",gray:"\\x1B[90m"},Ce={debug:"color: #6b7280; font-weight: normal;",info:"color: #2563eb; font-weight: bold;",warn:"color: #d97706; font-weight: bold;",error:"color: #dc2626; font-weight: bold;",prefix:"color: #7c3aed; font-weight: bold;",timestamp:"color: #6b7280; font-size: 0.9em;"},Cs=class vn{constructor(e={}){P(this,"config"),this.config={...Is,...e}}configure(e){this.config={...this.config,...e}}getConfig(){return{...this.config}}shouldLog(e){return e>=this.config.level}getTimestamp(){return new Date().toISOString()}getLevelString(e){switch(e){case"debug":return"DEBUG";case"info":return"INFO";case"warn":return"WARN";case"error":return"ERROR";default:return"UNKNOWN"}}formatForNode(e,t){let n=[];if(this.config.timestamps&&n.push(`${V.gray}[${this.getTimestamp()}]${V.reset}`),this.config.prefix&&n.push(`${V.magenta}${this.config.prefix}${V.reset}`),this.config.showLevel){let i=this.getLevelString(e),o;switch(e){case"debug":o=`${V.gray}[${i}]${V.reset}`;break;case"info":o=`${V.blue}[${i}]${V.reset}`;break;case"warn":o=`${V.yellow}[${i}]${V.reset}`;break;case"error":o=`${V.red}[${i}]${V.reset}`;break;default:o=`[${i}]`}n.push(o)}return n.push(t),n.join(" ")}logMessage(e,t,...n){if(this.shouldLog(e)){if(this.config.formatter){this.config.formatter(e,t,...n);return}xs()?this.logToBrowser(e,t,...n):As()?this.logToNode(e,t,...n):console.log(t,...n)}}logToBrowser(e,t,...n){let i=[],o=[];if(this.config.timestamps&&(i.push(`%c[${this.getTimestamp()}]`),o.push(Ce.timestamp)),this.config.prefix&&(i.push(`%c${this.config.prefix}`),o.push(Ce.prefix)),this.config.showLevel){let s=this.getLevelString(e);switch(i.push(`%c[${s}]`),e){case"debug":o.push(Ce.debug);break;case"info":o.push(Ce.info);break;case"warn":o.push(Ce.warn);break;case"error":o.push(Ce.error);break;default:o.push("")}}i.push(`%c${t}`),o.push("color: inherit; font-weight: normal;");let a=i.join(" ");switch(e){case"debug":console.debug(a,...o,...n);break;case"info":console.info(a,...o,...n);break;case"warn":console.warn(a,...o,...n);break;case"error":console.error(a,...o,...n);break;default:console.log(a,...o,...n)}}logToNode(e,t,...n){let i=this.formatForNode(e,t);switch(e){case"debug":console.debug(i,...n);break;case"info":console.info(i,...n);break;case"warn":console.warn(i,...n);break;case"error":console.error(i,...n);break;default:console.log(i,...n)}}debug(e,...t){this.logMessage("debug",e,...t)}info(e,...t){this.logMessage("info",e,...t)}warn(e,...t){this.logMessage("warn",e,...t)}error(e,...t){this.logMessage("error",e,...t)}child(e){let t=this.config.prefix?`${this.config.prefix} - ${e}`:e;return new vn({...this.config,prefix:t})}setLevel(e){this.config.level=e}getLevel(){return this.config.level}},qu=new Cs;var Os={};ns(Os,{en_US:()=>Ds});var Ps={"elements.buttons.signIn":"Sign In","elements.buttons.signOut":"Sign Out","elements.buttons.signUp":"Sign Up","elements.buttons.facebook":"Continue with Facebook","elements.buttons.google":"Continue with Google","elements.buttons.github":"Continue with GitHub","elements.buttons.microsoft":"Continue with Microsoft","elements.buttons.linkedin":"Continue with LinkedIn","elements.buttons.ethereum":"Continue with Sign In Ethereum","elements.buttons.multi.option":"Continue with {connection}","elements.buttons.social":"Continue with {connection}","elements.fields.placeholder":"Enter your {field}","signin.title":"Sign In","signin.subtitle":"Enter your credentials to continue.","signup.title":"Sign Up","signup.subtitle":"Create a new account to get started.","email.otp.title":"OTP Verification","email.otp.subtitle":"Enter the code sent to your email address.","email.otp.submit.button":"Continue","identifier.first.title":"Sign In","identifier.first.subtitle":"Enter your username or email address.","identifier.first.submit.button":"Continue","sms.otp.title":"OTP Verification","sms.otp.subtitle":"Enter the code sent to your phone number.","sms.otp.submit.button":"Continue","totp.title":"Verify Your Identity","totp.subtitle":"Enter the code from your authenticator app.","totp.submit.button":"Continue","username.password.submit.button":"Continue","username.password.title":"Sign In","username.password.subtitle":"Enter your username and password to continue.","user.profile.title":"Profile","user.profile.update.generic.error":"An error occurred while updating your profile. Please try again.","organization.switcher.select.organization":"Select Organization","organization.switcher.switch.organization":"Switch Organization","organization.switcher.loading.organizations":"Loading organizations...","organization.switcher.members":"members","organization.switcher.member":"member","organization.switcher.create.organization":"Create Organization","organization.switcher.manage.organizations":"Manage Organizations","organization.switcher.manage.button":"Manage","organization.switcher.organizations.title":"Organizations","organization.switcher.switch.button":"Switch","organization.switcher.no.access":"No Access","organization.switcher.status.label":"Status:","organization.switcher.showing.count":"Showing {showing} of {total} organizations","organization.switcher.refresh.button":"Refresh","organization.switcher.load.more":"Load More Organizations","organization.switcher.loading.more":"Loading...","organization.switcher.no.organizations":"No organizations found","organization.switcher.error.prefix":"Error:","organization.profile.title":"Organization Profile","organization.profile.loading":"Loading organization...","organization.profile.error":"Failed to load organization","organization.create.title":"Create Organization","organization.create.name.label":"Organization Name","organization.create.name.placeholder":"Enter organization name","organization.create.handle.label":"Organization Handle","organization.create.handle.placeholder":"my-organization","organization.create.description.label":"Description","organization.create.description.placeholder":"Enter organization description","organization.create.button":"Create Organization","organization.create.creating":"Creating...","organization.create.cancel":"Cancel","messages.loading":"Loading...","errors.title":"Error","errors.sign.in.initialization":"An error occurred while initializing. Please try again later.","errors.sign.in.flow.failure":"An error occurred during the sign-in flow. Please try again later.","errors.sign.in.flow.completion.failure":"An error occurred while completing the sign-in flow. Please try again later.","errors.sign.in.flow.passkeys.failure":"An error occurred while signing in with passkeys. Please try again later.","errors.sign.in.flow.passkeys.completion.failure":"An error occurred while completing the passkeys sign-in flow. Please try again later."},Us={localeCode:"en-US",countryCode:"US",languageCode:"en",displayName:"English (United States)",direction:"ltr"},ks={metadata:Us,translations:Ps},Ds=ks;var Kt="init";var Tn="sign-out",_n="http-request",Rn="http-request-all",In="request-custom-grant",xn="revoke-access-token";var An="request-start",Cn="request-success";var On="request-finish",Pn="get-oidc-service-endpoints",Un="get-basic-user-info",kn="get-decoded-id-token";var Dn="get-crypto-helper",Nn="enable_http_handler",Mn="disable_http_handler",Bn="get_auth_url",Fn="request_get_token",Hn="is_authenticated",Ln="get_sign_out_url",$n="refresh_access-token",qn="refresh-access-token-error",Kn="set_session_state",Wn="start_auto_refresh_token",zn="update_config",jn="get_id_token",Wt="check_session_signed_in",zt="check_session_signed_out",Jn="get_config_data";var jt="rpIFrame",Jt="promptNoneIFrame";var Vt="sign-in-silently";var Gt="initialized-silent-sign-in",Xt="promptNoneRequestSent";var Oe="error",je="error_description",Yt="custom_grant_config",Qt="state";var Zt="Access token is invalid";var E=class{constructor(){}static generateSuccessMessage(e){return{blob:e?.data instanceof Blob?e?.data:null,data:JSON.stringify(e??""),success:!0}}static generateFailureMessage(e){e?.toJSON&&delete e.toJSON;let t;try{if(e instanceof Error)t=JSON.stringify({name:e.name,message:e.message,stack:e.stack,...e});else if(typeof e=="object"&&e!==null)try{t=JSON.stringify(e)}catch{t=JSON.stringify({message:e.toString?e.toString():"Unknown error",originalError:String(e)})}else t=JSON.stringify(e??"Unknown error")}catch{t=JSON.stringify({message:"Error serialization failed",originalError:String(e)})}return{error:t,success:!1}}};var se=class se{constructor(){}static removeAuthorizationCode(){let e=location.href;history.pushState({},document.title,e.replace(/\\?code=.*$/,""))}static getPKCE(e){return sessionStorage.getItem(e)??""}static setPKCE(e,t){sessionStorage.setItem(e,t)}static setSignOutURL(e,t,n){sessionStorage.setItem(`${H.SignOut.Storage.StorageKeys.SIGN_OUT_URL}-instance_${n}-${t}`,e)}static getSignOutUrl(e,t){return sessionStorage.getItem(`${H.SignOut.Storage.StorageKeys.SIGN_OUT_URL}-instance_${t}-${e}`)??""}static removePKCE(e){sessionStorage.removeItem(e)}static canContinueSignIn(e,t){return!(e&&!se.hasErrorInURL()&&!se.hasAuthSearchParamsInURL()&&!t)}static isInitializedSilentSignIn(){return se.isSilentStatePresentInURL()}static wasSignInCalled(){return!!((se.hasErrorInURL()||se.hasAuthSearchParamsInURL())&&!this.isSilentStatePresentInURL())}static wasSilentSignInCalled(){let e=sessionStorage.getItem(Gt);return!!(e?JSON.parse(e):null)}static async isSignOutSuccessful(){if(Se.isSignOutSuccessful(window.location.href)){let e=window.location.href.split("?")[0];return history.pushState({},document.title,e),await Se.clearSession(),!0}return!1}static didSignOutFail(){if(Se.didSignOutFail(window.location.href)){let e=new URL(window.location.href),t=e.searchParams.get(Oe),n=e.searchParams.get(je),i=window.location.href.split("?")[0];return history.pushState({},document.title,i),{description:n??"",error:t??""}}return!1}static isSilentStatePresentInURL(){return new URL(window.location.href).searchParams.get("state")?.includes(Vt)??!1}static hasAuthSearchParamsInURL(e=window.location.search){return/[?&]code=[^&]+/.test(e)}static hasErrorInURL(e=window.location.href){let t=new URL(e);return!!t.searchParams.get(Oe)&&t.searchParams.get(Qt)!==H.Params.SIGN_OUT_SUCCESS}static canSendPromptNoneRequest(){let e=sessionStorage.getItem(Xt);return!(e?JSON.parse(e):null)}static setPromptNoneRequestSent(e){sessionStorage.setItem(Xt,JSON.stringify(e))}static async waitTillPageRedirect(e){let t=e??3e3;await new Promise(n=>setTimeout(n,t*1e3))}};y(se,"until",(e,t=500)=>{let n=i=>e()?i():setTimeout(()=>n(i),t);return new Promise(n)});var ce=se;var ut=class{constructor(e,t){y(this,"_authenticationClient");y(this,"_storageManager");y(this,"_spaHelper");y(this,"_instanceID");y(this,"_isTokenRefreshing");this._authenticationClient=e,this._storageManager=this._authenticationClient.getStorageManager(),this._spaHelper=t,this._instanceID=this._authenticationClient.getInstanceId(),this._isTokenRefreshing=!1}enableHttpHandler(e){e?.enableHandler&&e.enableHandler()}disableHttpHandler(e){e?.disableHandler&&e.disableHandler()}initializeSessionManger(e,t,n,i,o){o.initialize(e.clientId,t.checkSessionIframe??"",n,e.checkSessionInterval??3,e.sessionRefreshInterval??300,e.afterSignInUrl,i)}async exchangeToken(e,t){let n=!0,i=!1;if(e?.tokenEndpoint){n=!1;for(let o of[...(await this._storageManager.getConfigData())?.resourceServerURLs??[],e.baseUrl])if(o&&e.tokenEndpoint?.startsWith(o)){i=!0;break}}return e.shouldReplayAfterRefresh&&this._storageManager.setTemporaryDataParameter(Yt,JSON.stringify(e)),n||i?this._authenticationClient.exchangeToken(e).then(async o=>(t&&typeof t=="function"&&t(e),e.returnsSession?(this._spaHelper.refreshAccessTokenAutomatically(this),this._authenticationClient.getUser()):o)).catch(o=>Promise.reject(o)):Promise.reject(new T("SPA-MAIN_THREAD_CLIENT-RCG-IV01","Request to the provided endpoint is prohibited.","Requests can only be sent to resource servers specified by the `resourceServerURLs` attribute while initializing the SDK. The specified token endpoint in this request cannot be found among the `resourceServerURLs`"))}async getCustomGrantConfigData(){let e=await this._storageManager.getTemporaryDataParameter(Yt);return e?JSON.parse(e):null}async refreshAccessToken(e){try{await this._authenticationClient.refreshAccessToken();let t=await this.getCustomGrantConfigData();return t&&await this.exchangeToken(t,e),this._spaHelper.refreshAccessTokenAutomatically(this),this._authenticationClient.getUser()}catch(t){let n={type:qn};return window.postMessage(n),Promise.reject(t)}}async retryFailedRequests(e){let t=e.httpClient,n=e.requestConfig,i=e.isHttpHandlerEnabled,o=e.httpErrorCallback,a=e.httpFinishCallback;await ce.until(()=>!this._isTokenRefreshing);try{let s=await t.request(n);return Promise.resolve(s)}catch(s){return i&&(typeof o=="function"&&await o(s),typeof a=="function"&&a()),Promise.reject(s)}}async httpRequest(e,t,n,i,o,a){let s=!1,u=await this._storageManager.getConfigData();for(let l of[...await u?.resourceServerURLs??[],u.baseUrl])if(l&&t?.url?.startsWith(l)){s=!0;break}return s?e.request(t).then(l=>Promise.resolve(l)).catch(async l=>{if(l?.response?.status===401||!l?.response){if(this._isTokenRefreshing)return this.retryFailedRequests({enableRetrievingSignOutURLFromSession:a,httpClient:e,httpErrorCallback:i,httpFinishCallback:o,isHttpHandlerEnabled:n,requestConfig:t});this._isTokenRefreshing=!0;let f;try{f=await this.refreshAccessToken(a),this._isTokenRefreshing=!1}catch(c){throw this._isTokenRefreshing=!1,n&&(typeof i=="function"&&await i({...l,code:Zt}),typeof o=="function"&&o()),new T("SPA-AUTH_HELPER-HR-SE01",c?.name??"Refresh token request failed.",c?.message??"An error occurred while trying to refresh the access token following a 401 response from the server.")}if(f)try{let c=await e.request(t);return Promise.resolve(c)}catch(c){return n&&(typeof i=="function"&&await i(c),typeof o=="function"&&o()),Promise.reject(c)}}return n&&(typeof i=="function"&&await i(l),typeof o=="function"&&o()),Promise.reject(l)}):Promise.reject(new T("SPA-AUTH_HELPER-HR-IV02","Request to the provided endpoint is prohibited.","Requests can only be sent to resource servers specified by the `resourceServerURLs` attribute while initializing the SDK. The specified endpoint in this request cannot be found among the `resourceServerURLs`"))}async httpRequestAll(e,t,n,i,o){let a=!0,s=await this._storageManager.getConfigData();for(let l of e){let f=!1;for(let c of[...(await s)?.resourceServerURLs??[],s.baseUrl])if(c&&l.url?.startsWith(c)){f=!0;break}if(!f){a=!1;break}}let u=[];if(a)return e.forEach(l=>{u.push(t.request(l))}),t?.all&&t.all(u).then(l=>Promise.resolve(l)).catch(async l=>{if(l?.response?.status===401||!l?.response){let f;try{f=await this._authenticationClient.refreshAccessToken()}catch(c){throw n&&(typeof i=="function"&&await i({...l,code:Zt}),typeof o=="function"&&o()),new T("SPA-AUTH_HELPER-HRA-SE01",c?.name??"Refresh token request failed.",c?.message??"An error occurred while trying to refresh the access token following a 401 response from the server.")}if(f)return t.all&&t.all(u).then(c=>Promise.resolve(c)).catch(async c=>(n&&(typeof i=="function"&&await i(c),typeof o=="function"&&o()),Promise.reject(c)))}return n&&(typeof i=="function"&&await i(l),typeof o=="function"&&o()),Promise.reject(l)});throw new T("SPA-AUTH_HELPER-HRA-IV02","Request to the provided endpoint is prohibited.","Requests can only be sent to resource servers specified by the `resourceServerURLs` attribute while initializing the SDK. The specified endpoint in this request cannot be found among the `resourceServerURLs`")}async requestAccessToken(e,t,n,i,o,a){let s=await this._storageManager.getConfigData();if(s.storage==="browserMemory"&&s.enablePKCE&&t){let u=ce.getPKCE(ye(t));await this._authenticationClient.setPKCECode(ye(t),u)}else s.storage==="webWorker"&&i&&await this._authenticationClient.setPKCECode(i,o??"");return e?this._authenticationClient.requestAccessToken(e,t??"",o??"",void 0,a).then(async()=>(s.storage!=="webWorker"?(ce.setSignOutURL(await this._authenticationClient.getSignOutUrl(),s.clientId,this._instanceID),this._spaHelper&&(this._spaHelper.clearRefreshTokenTimeout(),this._spaHelper.refreshAccessTokenAutomatically(this)),n&&typeof n=="function"&&s.syncSession&&n()):this._spaHelper&&this._spaHelper.refreshAccessTokenAutomatically(this),this._authenticationClient.getUser())).catch(u=>Promise.reject(u)):Promise.reject(new T("SPA-AUTH_HELPER-RAT1-NF01","No authorization code.","No authorization code was found."))}async signInSilently(e,t,n,i,o){if(ce.isInitializedSilentSignIn())return await n.receivePromptNoneResponse(),Promise.resolve({allowedScopes:"",displayName:"",email:"",sessionState:"",sub:"",tenantDomain:"",username:""});let s=document.getElementById(jt)?.contentDocument?.getElementById(Jt);try{let u=await e(i);s.src=u}catch(u){return Promise.reject(u)}return new Promise((u,l)=>{let f=setTimeout(()=>{u(!1)},1e4),c=async p=>{let g=p.data;g?.type==zt&&(window.removeEventListener("message",c),clearTimeout(f),u(!1)),g?.type==Wt&&g?.data?.code&&t(g?.data?.code,g?.data?.sessionState,g?.data?.state,o).then(h=>{window.removeEventListener("message",c),u(h)}).catch(h=>{window.removeEventListener("message",c),l(h)}).finally(()=>{clearTimeout(f)})};window.addEventListener("message",c)})}async handleSignIn(e,t,n){let i=await this._storageManager.getConfigData();if(await e())return Promise.resolve({allowedScopes:"",displayName:"",email:"",sessionState:"",sub:"",tenantDomain:"",username:""});if(i.storage!=="webWorker"&&await this._authenticationClient.isSignedIn())return this._spaHelper.clearRefreshTokenTimeout(),this._spaHelper.refreshAccessTokenAutomatically(this),i.syncSession&&t(),Promise.resolve(await this._authenticationClient.getUser());let o=new URL(window.location.href).searchParams.get(Oe),a=new URL(window.location.href).searchParams.get(je);if(o){let s=new URL(window.location.href);throw s.searchParams.delete(Oe),s.searchParams.delete(je),history.pushState(null,document.title,s.toString()),new T("SPA-AUTH_HELPER-SI-SE01",o,a??"")}if(i.storage==="webWorker"&&n){let s=await n();if(s)return s}return Promise.resolve(void 0)}async attachTokenToRequestConfig(e){let t={attachToken:!0,...e};t.attachToken&&(t.shouldAttachIDPAccessToken?e.headers={...e.headers,Authorization:`Bearer ${await this.getIDPAccessToken()}`}:e.headers={...e.headers,Authorization:`Bearer ${await this.getAccessToken()}`})}async getUser(){return this._authenticationClient.getUser()}async getDecodedIdToken(e){return this._authenticationClient.getDecodedIdToken(e)}async getDecodedIDPIDToken(){return this._authenticationClient.getDecodedIdToken()}async getCrypto(){return this._authenticationClient.getCrypto()}async getIdToken(){return this._authenticationClient.getIdToken()}async getOpenIDProviderEndpoints(){return this._authenticationClient.getOpenIDProviderEndpoints()}async getAccessToken(e){return this._authenticationClient.getAccessToken(e)}async getIDPAccessToken(){return(await this._storageManager.getSessionData())?.access_token}getStorageManager(){return this._storageManager}async isSignedIn(){return this._authenticationClient.isSignedIn()}};var lt=class{constructor(e){y(this,"_authenticationClient");y(this,"_storageManager");this._authenticationClient=e,this._storageManager=this._authenticationClient.getStorageManager()}async refreshAccessTokenAutomatically(e){if(!((await this._storageManager.getConfigData())?.periodicTokenRefresh??!1))return;let n=await this._storageManager.getSessionData();if(n.refresh_token){let i=parseInt(n.expires_in),o=i<=10?i:i-10,a=setTimeout(async()=>{await e.refreshAccessToken()},o*1e3);await this._storageManager.setTemporaryDataParameter(ze.Storage.StorageKeys.REFRESH_TOKEN_TIMER,JSON.stringify(a))}}async getRefreshTimeoutTimer(){return await this._storageManager.getTemporaryDataParameter(ze.Storage.StorageKeys.REFRESH_TOKEN_TIMER)?JSON.parse(await this._storageManager.getTemporaryDataParameter(ze.Storage.StorageKeys.REFRESH_TOKEN_TIMER)):-1}async clearRefreshTokenTimeout(e){if(e){clearTimeout(e);return}let t=await this.getRefreshTimeoutTimer();t!==-1&&clearTimeout(t)}};var wt=Te(Io(),1);function xo(){return r=>{}}var U=class{constructor(){y(this,"attachToken",()=>Promise.resolve());y(this,"requestStartCallback",()=>null);y(this,"requestSuccessCallback",()=>null);y(this,"requestErrorCallback",()=>null);y(this,"requestFinishCallback",()=>null);this.init=this.init.bind(this),this.setHttpRequestErrorCallback=this.setHttpRequestErrorCallback.bind(this),this.setHttpRequestFinishCallback=this.setHttpRequestFinishCallback.bind(this),this.setHttpRequestStartCallback=this.setHttpRequestStartCallback.bind(this),this.setHttpRequestSuccessCallback=this.setHttpRequestSuccessCallback.bind(this)}static getInstance(){return this.axiosInstance?this.axiosInstance:(this.axiosInstance=wt.default.create({withCredentials:!0}),this.clientInstance||(this.clientInstance=new U),this.axiosInstance.interceptors.request.use(async e=>await this.clientInstance.requestHandler(e)),this.axiosInstance.interceptors.response.use(e=>this.clientInstance.successHandler(e),e=>this.clientInstance.errorHandler(e)),this.axiosInstance.all=wt.default.all,this.axiosInstance.spread=wt.default.spread,this.axiosInstance.init=this.clientInstance.init,this.axiosInstance.enableHandler=this.clientInstance.enableHandler,this.axiosInstance.disableHandler=this.clientInstance.disableHandler,this.axiosInstance.disableHandlerWithTimeout=this.clientInstance.disableHandlerWithTimeout,this.axiosInstance.setHttpRequestStartCallback=this.clientInstance.setHttpRequestStartCallback,this.axiosInstance.setHttpRequestSuccessCallback=this.clientInstance.setHttpRequestSuccessCallback,this.axiosInstance.setHttpRequestErrorCallback=this.clientInstance.setHttpRequestErrorCallback,this.axiosInstance.setHttpRequestFinishCallback=this.clientInstance.setHttpRequestFinishCallback,this.axiosInstance)}async requestHandler(e){if(await this.attachToken(e),e?.shouldEncodeToFormData){let t=e?.data,n=new FormData;Object.keys(t).forEach(i=>{n.append(i,t[i])}),e.data=n}return e.startTimeInMs=new Date().getTime(),U.isHandlerEnabled&&this.requestStartCallback&&typeof this.requestStartCallback=="function"&&this.requestStartCallback(e),e}errorHandler(e){throw U.isHandlerEnabled&&(this.requestErrorCallback&&typeof this.requestErrorCallback=="function"&&this.requestErrorCallback(e),this.requestFinishCallback&&typeof this.requestFinishCallback=="function"&&this.requestFinishCallback()),e}successHandler(e){return U.isHandlerEnabled&&(this.requestSuccessCallback&&typeof this.requestSuccessCallback=="function"&&this.requestSuccessCallback(e),this.requestFinishCallback&&typeof this.requestFinishCallback=="function"&&this.requestFinishCallback()),e}async init(e=!0,t){U.isHandlerEnabled=e,this.attachToken=t}enableHandler(){U.isHandlerEnabled=!0}disableHandler(){U.isHandlerEnabled=!1}disableHandlerWithTimeout(e=U.DEFAULT_HANDLER_DISABLE_TIMEOUT){U.isHandlerEnabled=!1,setTimeout(()=>{U.isHandlerEnabled=!0},e)}setHttpRequestStartCallback(e){this.requestStartCallback=e}setHttpRequestSuccessCallback(e){this.requestSuccessCallback=e}setHttpRequestErrorCallback(e){this.requestErrorCallback=e}setHttpRequestFinishCallback(e){this.requestFinishCallback=e}};y(U,"axiosInstance"),y(U,"clientInstance"),y(U,"isHandlerEnabled"),y(U,"DEFAULT_HANDLER_DISABLE_TIMEOUT",1e3),U=Gr([xo()],U);var Et=class{constructor(){y(this,"_data");this._data=new Map}async setData(e,t){this._data.set(e,t)}async getData(e){return this._data?.get(e)??"{}"}async removeData(e){this._data.delete(e)}};var fa=Te(ct(),1);var zr=Te(Po(),1),da=Te(ko(),1);var Me=new TextEncoder,re=new TextDecoder,cd=2**32;function Do(...r){let e=r.reduce((i,{length:o})=>i+o,0),t=new Uint8Array(e),n=0;for(let i of r)t.set(i,n),n+=i.length;return t}function No(r){if(Uint8Array.fromBase64)return Uint8Array.fromBase64(r);let e=atob(r),t=new Uint8Array(e.length);for(let n=0;n<e.length;n++)t[n]=e.charCodeAt(n);return t}function he(r){if(Uint8Array.fromBase64)return Uint8Array.fromBase64(typeof r=="string"?r:re.decode(r),{alphabet:"base64url"});let e=r;e instanceof Uint8Array&&(e=re.decode(e)),e=e.replace(/-/g,"+").replace(/_/g,"/").replace(/\\s/g,"");try{return No(e)}catch{throw new TypeError("The input to be decoded is not correctly encoded.")}}var j=class extends Error{constructor(t,n){super(t,n);y(this,"code","ERR_JOSE_GENERIC");this.name=this.constructor.name,Error.captureStackTrace?.(this,this.constructor)}};y(j,"code","ERR_JOSE_GENERIC");var z=class extends j{constructor(t,n,i="unspecified",o="unspecified"){super(t,{cause:{claim:i,reason:o,payload:n}});y(this,"code","ERR_JWT_CLAIM_VALIDATION_FAILED");y(this,"claim");y(this,"reason");y(this,"payload");this.claim=i,this.reason=o,this.payload=n}};y(z,"code","ERR_JWT_CLAIM_VALIDATION_FAILED");var Be=class extends j{constructor(t,n,i="unspecified",o="unspecified"){super(t,{cause:{claim:i,reason:o,payload:n}});y(this,"code","ERR_JWT_EXPIRED");y(this,"claim");y(this,"reason");y(this,"payload");this.claim=i,this.reason=o,this.payload=n}};y(Be,"code","ERR_JWT_EXPIRED");var Xe=class extends j{constructor(){super(...arguments);y(this,"code","ERR_JOSE_ALG_NOT_ALLOWED")}};y(Xe,"code","ERR_JOSE_ALG_NOT_ALLOWED");var L=class extends j{constructor(){super(...arguments);y(this,"code","ERR_JOSE_NOT_SUPPORTED")}};y(L,"code","ERR_JOSE_NOT_SUPPORTED");var O=class extends j{constructor(){super(...arguments);y(this,"code","ERR_JWS_INVALID")}};y(O,"code","ERR_JWS_INVALID");var we=class extends j{constructor(){super(...arguments);y(this,"code","ERR_JWT_INVALID")}};y(we,"code","ERR_JWT_INVALID");var Fe=class extends j{constructor(){super(...arguments);y(this,"code","ERR_JWKS_INVALID")}};y(Fe,"code","ERR_JWKS_INVALID");var Ye=class extends j{constructor(t="no applicable key found in the JSON Web Key Set",n){super(t,n);y(this,"code","ERR_JWKS_NO_MATCHING_KEY")}};y(Ye,"code","ERR_JWKS_NO_MATCHING_KEY");var Mo,Bo,Qe=class extends(Bo=j,Mo=Symbol.asyncIterator,Bo){constructor(t="multiple matching keys found in the JSON Web Key Set",n){super(t,n);y(this,Mo);y(this,"code","ERR_JWKS_MULTIPLE_MATCHING_KEYS")}};y(Qe,"code","ERR_JWKS_MULTIPLE_MATCHING_KEYS");var Ze=class extends j{constructor(t="signature verification failed",n){super(t,n);y(this,"code","ERR_JWS_SIGNATURE_VERIFICATION_FAILED")}};y(Ze,"code","ERR_JWS_SIGNATURE_VERIFICATION_FAILED");function ne(r,e="algorithm.name"){return new TypeError(`CryptoKey does not support this operation, its ${e} must be ${r}`)}function et(r,e){return r.name===e}function Ur(r){return parseInt(r.name.slice(4),10)}function pu(r){switch(r){case"ES256":return"P-256";case"ES384":return"P-384";case"ES512":return"P-521";default:throw new Error("unreachable")}}function hu(r,e){if(e&&!r.usages.includes(e))throw new TypeError(`CryptoKey does not support this operation, its usages must include ${e}.`)}function Fo(r,e,t){switch(e){case"HS256":case"HS384":case"HS512":{if(!et(r.algorithm,"HMAC"))throw ne("HMAC");let n=parseInt(e.slice(2),10);if(Ur(r.algorithm.hash)!==n)throw ne(`SHA-${n}`,"algorithm.hash");break}case"RS256":case"RS384":case"RS512":{if(!et(r.algorithm,"RSASSA-PKCS1-v1_5"))throw ne("RSASSA-PKCS1-v1_5");let n=parseInt(e.slice(2),10);if(Ur(r.algorithm.hash)!==n)throw ne(`SHA-${n}`,"algorithm.hash");break}case"PS256":case"PS384":case"PS512":{if(!et(r.algorithm,"RSA-PSS"))throw ne("RSA-PSS");let n=parseInt(e.slice(2),10);if(Ur(r.algorithm.hash)!==n)throw ne(`SHA-${n}`,"algorithm.hash");break}case"Ed25519":case"EdDSA":{if(!et(r.algorithm,"Ed25519"))throw ne("Ed25519");break}case"ES256":case"ES384":case"ES512":{if(!et(r.algorithm,"ECDSA"))throw ne("ECDSA");let n=pu(e);if(r.algorithm.namedCurve!==n)throw ne(n,"algorithm.namedCurve");break}default:throw new TypeError("CryptoKey does not support this operation")}hu(r,t)}function Ho(r,e,...t){if(t=t.filter(Boolean),t.length>2){let n=t.pop();r+=`one of type ${t.join(", ")}, or ${n}.`}else t.length===2?r+=`one of type ${t[0]} or ${t[1]}.`:r+=`of type ${t[0]}.`;return e==null?r+=` Received ${e}`:typeof e=="function"&&e.name?r+=` Received function ${e.name}`:typeof e=="object"&&e!=null&&e.constructor?.name&&(r+=` Received an instance of ${e.constructor.name}`),r}var Lo=(r,...e)=>Ho("Key must be ",r,...e);function kr(r,e,...t){return Ho(`Key for the ${r} algorithm must be `,e,...t)}function Dr(r){return r?.[Symbol.toStringTag]==="CryptoKey"}function Nr(r){return r?.[Symbol.toStringTag]==="KeyObject"}var Mr=r=>Dr(r)||Nr(r);var $o=(...r)=>{let e=r.filter(Boolean);if(e.length===0||e.length===1)return!0;let t;for(let n of e){let i=Object.keys(n);if(!t||t.size===0){t=new Set(i);continue}for(let o of i){if(t.has(o))return!1;t.add(o)}}return!0};function gu(r){return typeof r=="object"&&r!==null}var G=r=>{if(!gu(r)||Object.prototype.toString.call(r)!=="[object Object]")return!1;if(Object.getPrototypeOf(r)===null)return!0;let e=r;for(;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(r)===e};var qo=(r,e)=>{if(r.startsWith("RS")||r.startsWith("PS")){let{modulusLength:t}=e.algorithm;if(typeof t!="number"||t<2048)throw new TypeError(`${r} requires key modulusLength to be 2048 bits or larger`)}};function mu(r){let e,t;switch(r.kty){case"RSA":{switch(r.alg){case"PS256":case"PS384":case"PS512":e={name:"RSA-PSS",hash:`SHA-${r.alg.slice(-3)}`},t=r.d?["sign"]:["verify"];break;case"RS256":case"RS384":case"RS512":e={name:"RSASSA-PKCS1-v1_5",hash:`SHA-${r.alg.slice(-3)}`},t=r.d?["sign"]:["verify"];break;case"RSA-OAEP":case"RSA-OAEP-256":case"RSA-OAEP-384":case"RSA-OAEP-512":e={name:"RSA-OAEP",hash:`SHA-${parseInt(r.alg.slice(-3),10)||1}`},t=r.d?["decrypt","unwrapKey"]:["encrypt","wrapKey"];break;default:throw new L(\'Invalid or unsupported JWK "alg" (Algorithm) Parameter value\')}break}case"EC":{switch(r.alg){case"ES256":e={name:"ECDSA",namedCurve:"P-256"},t=r.d?["sign"]:["verify"];break;case"ES384":e={name:"ECDSA",namedCurve:"P-384"},t=r.d?["sign"]:["verify"];break;case"ES512":e={name:"ECDSA",namedCurve:"P-521"},t=r.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":e={name:"ECDH",namedCurve:r.crv},t=r.d?["deriveBits"]:[];break;default:throw new L(\'Invalid or unsupported JWK "alg" (Algorithm) Parameter value\')}break}case"OKP":{switch(r.alg){case"Ed25519":case"EdDSA":e={name:"Ed25519"},t=r.d?["sign"]:["verify"];break;case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":e={name:r.crv},t=r.d?["deriveBits"]:[];break;default:throw new L(\'Invalid or unsupported JWK "alg" (Algorithm) Parameter value\')}break}default:throw new L(\'Invalid or unsupported JWK "kty" (Key Type) Parameter value\')}return{algorithm:e,keyUsages:t}}var Tt=async r=>{if(!r.alg)throw new TypeError(\'"alg" argument is required when "jwk.alg" is not present\');let{algorithm:e,keyUsages:t}=mu(r),n={...r};return delete n.alg,delete n.use,crypto.subtle.importKey("jwk",n,e,r.ext??!r.d,r.key_ops??t)};async function Ko(r,e,t){if(!G(r))throw new TypeError("JWK must be an object");let n;switch(e??(e=r.alg),n??(n=t?.extractable??r.ext),r.kty){case"oct":if(typeof r.k!="string"||!r.k)throw new TypeError(\'missing "k" (Key Value) Parameter value\');return he(r.k);case"RSA":if("oth"in r&&r.oth!==void 0)throw new L(\'RSA JWK "oth" (Other Primes Info) Parameter value is not supported\');case"EC":case"OKP":return Tt({...r,alg:e,ext:n});default:throw new L(\'Unsupported "kty" (Key Type) Parameter value\')}}var Wo=(r,e,t,n,i)=>{if(i.crit!==void 0&&n?.crit===void 0)throw new r(\'"crit" (Critical) Header Parameter MUST be integrity protected\');if(!n||n.crit===void 0)return new Set;if(!Array.isArray(n.crit)||n.crit.length===0||n.crit.some(a=>typeof a!="string"||a.length===0))throw new r(\'"crit" (Critical) Header Parameter MUST be an array of non-empty strings when present\');let o;t!==void 0?o=new Map([...Object.entries(t),...e.entries()]):o=e;for(let a of n.crit){if(!o.has(a))throw new L(`Extension Header Parameter "${a}" is not recognized`);if(i[a]===void 0)throw new r(`Extension Header Parameter "${a}" is missing`);if(o.get(a)&&n[a]===void 0)throw new r(`Extension Header Parameter "${a}" MUST be integrity protected`)}return new Set(n.crit)};var zo=(r,e)=>{if(e!==void 0&&(!Array.isArray(e)||e.some(t=>typeof t!="string")))throw new TypeError(`"${r}" option must be an array of strings`);if(e)return new Set(e)};function tt(r){return G(r)&&typeof r.kty=="string"}function jo(r){return r.kty!=="oct"&&typeof r.d=="string"}function Jo(r){return r.kty!=="oct"&&typeof r.d>"u"}function Vo(r){return r.kty==="oct"&&typeof r.k=="string"}var He,Go=async(r,e,t,n=!1)=>{He||(He=new WeakMap);let i=He.get(r);if(i?.[t])return i[t];let o=await Tt({...e,alg:t});return n&&Object.freeze(r),i?i[t]=o:He.set(r,{[t]:o}),o},Su=(r,e)=>{He||(He=new WeakMap);let t=He.get(r);if(t?.[e])return t[e];let n=r.type==="public",i=!!n,o;if(r.asymmetricKeyType==="x25519"){switch(e){case"ECDH-ES":case"ECDH-ES+A128KW":case"ECDH-ES+A192KW":case"ECDH-ES+A256KW":break;default:throw new TypeError("given KeyObject instance cannot be used for this algorithm")}o=r.toCryptoKey(r.asymmetricKeyType,i,n?[]:["deriveBits"])}if(r.asymmetricKeyType==="ed25519"){if(e!=="EdDSA"&&e!=="Ed25519")throw new TypeError("given KeyObject instance cannot be used for this algorithm");o=r.toCryptoKey(r.asymmetricKeyType,i,[n?"verify":"sign"])}if(r.asymmetricKeyType==="rsa"){let a;switch(e){case"RSA-OAEP":a="SHA-1";break;case"RS256":case"PS256":case"RSA-OAEP-256":a="SHA-256";break;case"RS384":case"PS384":case"RSA-OAEP-384":a="SHA-384";break;case"RS512":case"PS512":case"RSA-OAEP-512":a="SHA-512";break;default:throw new TypeError("given KeyObject instance cannot be used for this algorithm")}if(e.startsWith("RSA-OAEP"))return r.toCryptoKey({name:"RSA-OAEP",hash:a},i,n?["encrypt"]:["decrypt"]);o=r.toCryptoKey({name:e.startsWith("PS")?"RSA-PSS":"RSASSA-PKCS1-v1_5",hash:a},i,[n?"verify":"sign"])}if(r.asymmetricKeyType==="ec"){let s=new Map([["prime256v1","P-256"],["secp384r1","P-384"],["secp521r1","P-521"]]).get(r.asymmetricKeyDetails?.namedCurve);if(!s)throw new TypeError("given KeyObject instance cannot be used for this algorithm");e==="ES256"&&s==="P-256"&&(o=r.toCryptoKey({name:"ECDSA",namedCurve:s},i,[n?"verify":"sign"])),e==="ES384"&&s==="P-384"&&(o=r.toCryptoKey({name:"ECDSA",namedCurve:s},i,[n?"verify":"sign"])),e==="ES512"&&s==="P-521"&&(o=r.toCryptoKey({name:"ECDSA",namedCurve:s},i,[n?"verify":"sign"])),e.startsWith("ECDH-ES")&&(o=r.toCryptoKey({name:"ECDH",namedCurve:s},i,n?[]:["deriveBits"]))}if(!o)throw new TypeError("given KeyObject instance cannot be used for this algorithm");return t?t[e]=o:He.set(r,{[e]:o}),o},Xo=async(r,e)=>{if(r instanceof Uint8Array||Dr(r))return r;if(Nr(r)){if(r.type==="secret")return r.export();if("toCryptoKey"in r&&typeof r.toCryptoKey=="function")try{return Su(r,e)}catch(n){if(n instanceof TypeError)throw n}let t=r.export({format:"jwk"});return Go(r,t,e)}if(tt(r))return r.k?he(r.k):Go(r,r,e,!0);throw new Error("unreachable")};var Le=r=>r?.[Symbol.toStringTag],Br=(r,e,t)=>{if(e.use!==void 0){let n;switch(t){case"sign":case"verify":n="sig";break;case"encrypt":case"decrypt":n="enc";break}if(e.use!==n)throw new TypeError(`Invalid key for this operation, its "use" must be "${n}" when present`)}if(e.alg!==void 0&&e.alg!==r)throw new TypeError(`Invalid key for this operation, its "alg" must be "${r}" when present`);if(Array.isArray(e.key_ops)){let n;switch(!0){case(t==="sign"||t==="verify"):case r==="dir":case r.includes("CBC-HS"):n=t;break;case r.startsWith("PBES2"):n="deriveBits";break;case/^A\\d{3}(?:GCM)?(?:KW)?$/.test(r):!r.includes("GCM")&&r.endsWith("KW")?n=t==="encrypt"?"wrapKey":"unwrapKey":n=t;break;case(t==="encrypt"&&r.startsWith("RSA")):n="wrapKey";break;case t==="decrypt":n=r.startsWith("RSA")?"unwrapKey":"deriveBits";break}if(n&&e.key_ops?.includes?.(n)===!1)throw new TypeError(`Invalid key for this operation, its "key_ops" must include "${n}" when present`)}return!0},wu=(r,e,t)=>{if(!(e instanceof Uint8Array)){if(tt(e)){if(Vo(e)&&Br(r,e,t))return;throw new TypeError(\'JSON Web Key for symmetric algorithms must have JWK "kty" (Key Type) equal to "oct" and the JWK "k" (Key Value) present\')}if(!Mr(e))throw new TypeError(kr(r,e,"CryptoKey","KeyObject","JSON Web Key","Uint8Array"));if(e.type!=="secret")throw new TypeError(`${Le(e)} instances for symmetric algorithms must be of type "secret"`)}},Eu=(r,e,t)=>{if(tt(e))switch(t){case"decrypt":case"sign":if(jo(e)&&Br(r,e,t))return;throw new TypeError("JSON Web Key for this operation be a private JWK");case"encrypt":case"verify":if(Jo(e)&&Br(r,e,t))return;throw new TypeError("JSON Web Key for this operation be a public JWK")}if(!Mr(e))throw new TypeError(kr(r,e,"CryptoKey","KeyObject","JSON Web Key"));if(e.type==="secret")throw new TypeError(`${Le(e)} instances for asymmetric algorithms must not be of type "secret"`);if(e.type==="public")switch(t){case"sign":throw new TypeError(`${Le(e)} instances for asymmetric algorithm signing must be of type "private"`);case"decrypt":throw new TypeError(`${Le(e)} instances for asymmetric algorithm decryption must be of type "private"`);default:break}if(e.type==="private")switch(t){case"verify":throw new TypeError(`${Le(e)} instances for asymmetric algorithm verifying must be of type "public"`);case"encrypt":throw new TypeError(`${Le(e)} instances for asymmetric algorithm encryption must be of type "public"`);default:break}},Yo=(r,e,t)=>{r.startsWith("HS")||r==="dir"||r.startsWith("PBES2")||/^A(?:128|192|256)(?:GCM)?(?:KW)?$/.test(r)||/^A(?:128|192|256)CBC-HS(?:256|384|512)$/.test(r)?wu(r,e,t):Eu(r,e,t)};var Qo=(r,e)=>{let t=`SHA-${r.slice(-3)}`;switch(r){case"HS256":case"HS384":case"HS512":return{hash:t,name:"HMAC"};case"PS256":case"PS384":case"PS512":return{hash:t,name:"RSA-PSS",saltLength:parseInt(r.slice(-3),10)>>3};case"RS256":case"RS384":case"RS512":return{hash:t,name:"RSASSA-PKCS1-v1_5"};case"ES256":case"ES384":case"ES512":return{hash:t,name:"ECDSA",namedCurve:e.namedCurve};case"Ed25519":case"EdDSA":return{name:"Ed25519"};default:throw new L(`alg ${r} is not supported either by JOSE or your javascript runtime`)}};var Zo=async(r,e,t)=>{if(e instanceof Uint8Array){if(!r.startsWith("HS"))throw new TypeError(Lo(e,"CryptoKey","KeyObject","JSON Web Key"));return crypto.subtle.importKey("raw",e,{hash:`SHA-${r.slice(-3)}`,name:"HMAC"},!1,[t])}return Fo(e,r,t),e};var ea=async(r,e,t,n)=>{let i=await Zo(r,e,"verify");qo(r,i);let o=Qo(r,i.algorithm);try{return await crypto.subtle.verify(o,i,t,n)}catch{return!1}};async function ta(r,e,t){if(!G(r))throw new O("Flattened JWS must be an object");if(r.protected===void 0&&r.header===void 0)throw new O(\'Flattened JWS must have either of the "protected" or "header" members\');if(r.protected!==void 0&&typeof r.protected!="string")throw new O("JWS Protected Header incorrect type");if(r.payload===void 0)throw new O("JWS Payload missing");if(typeof r.signature!="string")throw new O("JWS Signature missing or incorrect type");if(r.header!==void 0&&!G(r.header))throw new O("JWS Unprotected Header incorrect type");let n={};if(r.protected)try{let b=he(r.protected);n=JSON.parse(re.decode(b))}catch{throw new O("JWS Protected Header is invalid")}if(!$o(n,r.header))throw new O("JWS Protected and JWS Unprotected Header Parameter names must be disjoint");let i={...n,...r.header},o=Wo(O,new Map([["b64",!0]]),t?.crit,n,i),a=!0;if(o.has("b64")&&(a=n.b64,typeof a!="boolean"))throw new O(\'The "b64" (base64url-encode payload) Header Parameter must be a boolean\');let{alg:s}=i;if(typeof s!="string"||!s)throw new O(\'JWS "alg" (Algorithm) Header Parameter missing or invalid\');let u=t&&zo("algorithms",t.algorithms);if(u&&!u.has(s))throw new Xe(\'"alg" (Algorithm) Header Parameter value not allowed\');if(a){if(typeof r.payload!="string")throw new O("JWS Payload must be a string")}else if(typeof r.payload!="string"&&!(r.payload instanceof Uint8Array))throw new O("JWS Payload must be a string or an Uint8Array instance");let l=!1;typeof e=="function"&&(e=await e(n,r),l=!0),Yo(s,e,"verify");let f=Do(Me.encode(r.protected??""),Me.encode("."),typeof r.payload=="string"?Me.encode(r.payload):r.payload),c;try{c=he(r.signature)}catch{throw new O("Failed to base64url decode the signature")}let p=await Xo(e,s);if(!await ea(s,p,c,f))throw new Ze;let h;if(a)try{h=he(r.payload)}catch{throw new O("Failed to base64url decode the payload")}else typeof r.payload=="string"?h=Me.encode(r.payload):h=r.payload;let m={payload:h};return r.protected!==void 0&&(m.protectedHeader=n),r.header!==void 0&&(m.unprotectedHeader=r.header),l?{...m,key:p}:m}async function ra(r,e,t){if(r instanceof Uint8Array&&(r=re.decode(r)),typeof r!="string")throw new O("Compact JWS must be a string or Uint8Array");let{0:n,1:i,2:o,length:a}=r.split(".");if(a!==3)throw new O("Invalid Compact JWS");let s=await ta({payload:i,protected:n,signature:o},e,t),u={payload:s.payload,protectedHeader:s.protectedHeader};return typeof e=="function"?{...u,key:s.key}:u}var na=r=>Math.floor(r.getTime()/1e3);var bu=/^(\\+|\\-)? ?(\\d+|\\d+\\.\\d+) ?(seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)(?: (ago|from now))?$/i,Fr=r=>{let e=bu.exec(r);if(!e||e[4]&&e[1])throw new TypeError("Invalid time period format");let t=parseFloat(e[2]),n=e[3].toLowerCase(),i;switch(n){case"sec":case"secs":case"second":case"seconds":case"s":i=Math.round(t);break;case"minute":case"minutes":case"min":case"mins":case"m":i=Math.round(t*60);break;case"hour":case"hours":case"hr":case"hrs":case"h":i=Math.round(t*3600);break;case"day":case"days":case"d":i=Math.round(t*86400);break;case"week":case"weeks":case"w":i=Math.round(t*604800);break;default:i=Math.round(t*31557600);break}return e[1]==="-"||e[4]==="ago"?-i:i};var ia=r=>r.includes("/")?r.toLowerCase():`application/${r.toLowerCase()}`,vu=(r,e)=>typeof r=="string"?e.includes(r):Array.isArray(r)?e.some(Set.prototype.has.bind(new Set(r))):!1;function oa(r,e,t={}){let n;try{n=JSON.parse(re.decode(e))}catch{}if(!G(n))throw new we("JWT Claims Set must be a top-level JSON object");let{typ:i}=t;if(i&&(typeof r.typ!="string"||ia(r.typ)!==ia(i)))throw new z(\'unexpected "typ" JWT header value\',n,"typ","check_failed");let{requiredClaims:o=[],issuer:a,subject:s,audience:u,maxTokenAge:l}=t,f=[...o];l!==void 0&&f.push("iat"),u!==void 0&&f.push("aud"),s!==void 0&&f.push("sub"),a!==void 0&&f.push("iss");for(let h of new Set(f.reverse()))if(!(h in n))throw new z(`missing required "${h}" claim`,n,h,"missing");if(a&&!(Array.isArray(a)?a:[a]).includes(n.iss))throw new z(\'unexpected "iss" claim value\',n,"iss","check_failed");if(s&&n.sub!==s)throw new z(\'unexpected "sub" claim value\',n,"sub","check_failed");if(u&&!vu(n.aud,typeof u=="string"?[u]:u))throw new z(\'unexpected "aud" claim value\',n,"aud","check_failed");let c;switch(typeof t.clockTolerance){case"string":c=Fr(t.clockTolerance);break;case"number":c=t.clockTolerance;break;case"undefined":c=0;break;default:throw new TypeError("Invalid clockTolerance option type")}let{currentDate:p}=t,g=na(p||new Date);if((n.iat!==void 0||l)&&typeof n.iat!="number")throw new z(\'"iat" claim must be a number\',n,"iat","invalid");if(n.nbf!==void 0){if(typeof n.nbf!="number")throw new z(\'"nbf" claim must be a number\',n,"nbf","invalid");if(n.nbf>g+c)throw new z(\'"nbf" claim timestamp check failed\',n,"nbf","check_failed")}if(n.exp!==void 0){if(typeof n.exp!="number")throw new z(\'"exp" claim must be a number\',n,"exp","invalid");if(n.exp<=g-c)throw new Be(\'"exp" claim timestamp check failed\',n,"exp","check_failed")}if(l){let h=g-n.iat,m=typeof l=="number"?l:Fr(l);if(h-c>m)throw new Be(\'"iat" claim timestamp check failed (too far in the past)\',n,"iat","check_failed");if(h<0-c)throw new z(\'"iat" claim timestamp check failed (it should be in the past)\',n,"iat","check_failed")}return n}async function Hr(r,e,t){let n=await ra(r,e,t);if(n.protectedHeader.crit?.includes("b64")&&n.protectedHeader.b64===!1)throw new we("JWTs MUST NOT use unencoded payload");let o={payload:oa(n.protectedHeader,n.payload,t),protectedHeader:n.protectedHeader};return typeof e=="function"?{...o,key:n.key}:o}function Tu(r){switch(typeof r=="string"&&r.slice(0,2)){case"RS":case"PS":return"RSA";case"ES":return"EC";case"Ed":return"OKP";default:throw new L(\'Unsupported "alg" value for a JSON Web Key Set\')}}function _u(r){return r&&typeof r=="object"&&Array.isArray(r.keys)&&r.keys.every(Ru)}function Ru(r){return G(r)}var $e,rt,Lr=class{constructor(e){it(this,$e);it(this,rt,new WeakMap);if(!_u(e))throw new Fe("JSON Web Key Set malformed");At(this,$e,structuredClone(e))}jwks(){return _e(this,$e)}async getKey(e,t){let{alg:n,kid:i}={...e,...t?.header},o=Tu(n),a=_e(this,$e).keys.filter(l=>{let f=o===l.kty;if(f&&typeof i=="string"&&(f=i===l.kid),f&&typeof l.alg=="string"&&(f=n===l.alg),f&&typeof l.use=="string"&&(f=l.use==="sig"),f&&Array.isArray(l.key_ops)&&(f=l.key_ops.includes("verify")),f)switch(n){case"ES256":f=l.crv==="P-256";break;case"ES384":f=l.crv==="P-384";break;case"ES512":f=l.crv==="P-521";break;case"Ed25519":case"EdDSA":f=l.crv==="Ed25519";break}return f}),{0:s,length:u}=a;if(u===0)throw new Ye;if(u!==1){let l=new Qe,f=_e(this,rt);throw l[Symbol.asyncIterator]=async function*(){for(let c of a)try{yield await aa(f,c,n)}catch{}},l}return aa(_e(this,rt),s,n)}};$e=new WeakMap,rt=new WeakMap;async function aa(r,e,t){let n=r.get(e)||r.set(e,{}).get(e);if(n[t]===void 0){let i=await Ko({...e,ext:!0},t);if(i instanceof Uint8Array||i.type!=="public")throw new Fe("JSON Web Key Set members must be public keys");n[t]=i}return n[t]}function $r(r){let e=new Lr(r),t=async(n,i)=>e.getKey(n,i);return Object.defineProperties(t,{jwks:{value:()=>structuredClone(e.jwks()),enumerable:!1,configurable:!1,writable:!1}}),t}var pa=Te(la(),1),It=class{base64URLEncode(e){return zr.default.encode(e).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,"")}base64URLDecode(e){return zr.default.decode(e).toString()}hashSha256(e){return fa.Buffer.from((0,da.default)(new TextEncoder().encode(e)))}generateRandomBytes(e){return(0,pa.default)(e)}verifyJwt(e,t,n,i,o,a,s,u){let l={algorithms:n,audience:i,clockTolerance:s,subject:a};return(u??!0)&&(l.issuer=o),Hr(e,$r({keys:[t]}),l).then(()=>Promise.resolve(!0)).catch(f=>Promise.reject(new T("SPA-CRYPTO-UTILS-VJ-IV01",f?.reason??JSON.stringify(f),`${f?.code} ${f?.claim}`)))}};var ha=async(r,e)=>{let t=new Et,n=new It,i=new Se;await i.initialize(r,t,n);let o=new lt(i),a=e(i,o),s=i.getStorageManager(),u=U.getInstance(),l=async A=>{await a.attachTokenToRequestConfig(A)};return u?.init&&await u.init(!0,l),{disableHttpHandler:()=>{a.disableHttpHandler(u)},enableHttpHandler:()=>{a.enableHttpHandler(u)},getAccessToken:()=>a.getAccessToken(),getSignInUrl:async A=>i.getSignInUrl(A).then(async ie=>{let xt=new URL(ie).searchParams.get(H.Params.STATE)??"",ya=await i.getPKCECode(xt);return{authorizationURL:ie,pkce:ya}}).catch(ie=>Promise.reject(ie)),getUser:async()=>a.getUser(),getConfigData:async()=>s.getConfigData(),getCrypto:async()=>a.getCrypto(),getDecodedIDPIDToken:async()=>a.getDecodedIDPIDToken(),getDecodedIdToken:async A=>a.getDecodedIdToken(A),getIdToken:async()=>a.getIdToken(),getOpenIDProviderEndpoints:async()=>a.getOpenIDProviderEndpoints(),getSignOutUrl:async()=>await i.getSignOutUrl(),httpRequest:async A=>await a.httpRequest(u,A),httpRequestAll:async A=>await a.httpRequestAll(A,u),isSignedIn:()=>a.isSignedIn(),refreshAccessToken:async()=>{try{return await a.refreshAccessToken()}catch(A){return Promise.reject(A)}},requestAccessToken:async(A,ie,jr,xt)=>await a.requestAccessToken(A,ie,void 0,jr,xt),exchangeToken:async A=>await a.exchangeToken(A),revokeAccessToken:async()=>{let A=await o.getRefreshTimeoutTimer();return i.revokeAccessToken().then(()=>(o.clearRefreshTokenTimeout(A),Promise.resolve(!0))).catch(ie=>Promise.reject(ie))},setHttpRequestFinishCallback:A=>{u?.setHttpRequestFinishCallback&&u.setHttpRequestFinishCallback(A)},setHttpRequestStartCallback:A=>{u?.setHttpRequestStartCallback&&u.setHttpRequestStartCallback(A)},setHttpRequestSuccessCallback:A=>{u?.setHttpRequestSuccessCallback&&u.setHttpRequestSuccessCallback(A)},setSessionState:async A=>{await s.setSessionDataParameter(H.Params.SESSION_STATE,A)},signOut:async()=>(o.clearRefreshTokenTimeout(),await i.getSignOutUrl()),startAutoRefreshToken:async()=>{o.clearRefreshTokenTimeout(),o.refreshAccessTokenAutomatically(a)},reInitialize:async A=>{await i.reInitialize(A)}}};var ga=r=>{let e=self,t;e.onmessage=async({data:a,ports:s})=>{let u=s[0];if(a.type!==Kt&&!t){u.postMessage(E.generateFailureMessage(new T("SPA-CLIENT_WORKER-ONMSG-NF01","The web worker has not been initialized yet.","The initialize method needs to be called before the specified operation can be carried out.")));return}switch(a.type){case Kt:try{let l={...a.data};t=await ha(l,r),t.setHttpRequestFinishCallback(o),t.setHttpRequestStartCallback(n),t.setHttpRequestSuccessCallback(i),u.postMessage(E.generateSuccessMessage())}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Bn:t.getSignInUrl(a?.data).then(l=>{u.postMessage(E.generateSuccessMessage(l))}).catch(l=>{u.postMessage(E.generateFailureMessage(l))});break;case Fn:t.requestAccessToken(a?.data?.code,a?.data?.sessionState,a?.data?.pkce,a?.data?.state).then(l=>{u.postMessage(E.generateSuccessMessage(l))}).catch(l=>{u.postMessage(E.generateFailureMessage(l))});break;case _n:{let l=a.data,f=l?.data;if(a.data?.data?.formData===!0){let c=new FormData;for(let p in f)p!=="formData"&&c.append(p,f[p]);l.data=c}t.httpRequest(l).then(c=>{u.postMessage(E.generateSuccessMessage(c))}).catch(c=>{u.postMessage(E.generateFailureMessage(c))});break}case Rn:t.httpRequestAll(a.data).then(l=>{u.postMessage(E.generateSuccessMessage(l))}).catch(l=>{u.postMessage(E.generateFailureMessage(l))});break;case Tn:try{u.postMessage(E.generateSuccessMessage(await t.signOut()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case In:t.exchangeToken(a.data).then(l=>{u.postMessage(E.generateSuccessMessage(l))}).catch(l=>{u.postMessage(E.generateFailureMessage(l))});break;case xn:t.revokeAccessToken().then(l=>{u.postMessage(E.generateSuccessMessage(l))}).catch(l=>{u.postMessage(E.generateFailureMessage(l))});break;case Pn:try{u.postMessage(E.generateSuccessMessage(await t.getOpenIDProviderEndpoints()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Un:try{u.postMessage(E.generateSuccessMessage(await t.getUser()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case kn:try{u.postMessage(E.generateSuccessMessage(await t.getDecodedIdToken()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Dn:try{u.postMessage(E.generateSuccessMessage(await t.getCrypto()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case jn:try{u.postMessage(E.generateSuccessMessage(await t.getIdToken()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Nn:t.enableHttpHandler(),u.postMessage(E.generateSuccessMessage());break;case Mn:t.disableHttpHandler(),u.postMessage(E.generateSuccessMessage());break;case Hn:try{u.postMessage(E.generateSuccessMessage(await t.isSignedIn()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Ln:try{u.postMessage(E.generateSuccessMessage(await t.getSignOutUrl()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case $n:try{u.postMessage(E.generateSuccessMessage(await t.refreshAccessToken()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Wn:try{u.postMessage(E.generateSuccessMessage(t.startAutoRefreshToken()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Kn:try{u.postMessage(E.generateSuccessMessage(await t.setSessionState(a?.data)))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case zn:try{u.postMessage(E.generateSuccessMessage(await t.reInitialize(a?.data)))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;case Jn:try{u.postMessage(E.generateSuccessMessage(await t.getConfigData()))}catch(l){u.postMessage(E.generateFailureMessage(l))}break;default:u?.postMessage(E.generateFailureMessage(new T("SPA-CLIENT_WORKER-ONMSG-IV02","The message type is invalid.",`The message type provided, ${a.type}, is invalid.`)))}};let n=()=>{e.postMessage({type:An})},i=a=>{e.postMessage({data:JSON.stringify(a??""),type:Cn})},o=()=>{e.postMessage({type:On})}};typeof self<"u"&&!self.Buffer&&(self.Buffer=ma.Buffer);typeof self<"u"&&(self.global||(self.global=self));ga((r,e)=>new ut(r,e));var ph={};})();\n/*! Bundled license information:\n\nieee754/index.js:\n (*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> *)\n\nbuffer/index.js:\n (*!\n * The buffer module from node.js, for the browser.\n *\n * @author Feross Aboukhadijeh <https://feross.org>\n * @license MIT\n *)\n\nsafe-buffer/index.js:\n (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)\n*/\n');
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1958
1974
|
// src/__legacy__/clients/main-thread-client.ts
|
|
1959
1975
|
var import_javascript5 = require("@asgardeo/javascript");
|
|
1960
1976
|
|
|
@@ -2061,8 +2077,36 @@ var MessageUtils = class {
|
|
|
2061
2077
|
if (error?.toJSON) {
|
|
2062
2078
|
delete error.toJSON;
|
|
2063
2079
|
}
|
|
2080
|
+
let serializedError;
|
|
2081
|
+
try {
|
|
2082
|
+
if (error instanceof Error) {
|
|
2083
|
+
serializedError = JSON.stringify({
|
|
2084
|
+
name: error.name,
|
|
2085
|
+
message: error.message,
|
|
2086
|
+
stack: error.stack,
|
|
2087
|
+
// Copy any additional enumerable properties
|
|
2088
|
+
...error
|
|
2089
|
+
});
|
|
2090
|
+
} else if (typeof error === "object" && error !== null) {
|
|
2091
|
+
try {
|
|
2092
|
+
serializedError = JSON.stringify(error);
|
|
2093
|
+
} catch {
|
|
2094
|
+
serializedError = JSON.stringify({
|
|
2095
|
+
message: error.toString ? error.toString() : "Unknown error",
|
|
2096
|
+
originalError: String(error)
|
|
2097
|
+
});
|
|
2098
|
+
}
|
|
2099
|
+
} else {
|
|
2100
|
+
serializedError = JSON.stringify(error ?? "Unknown error");
|
|
2101
|
+
}
|
|
2102
|
+
} catch {
|
|
2103
|
+
serializedError = JSON.stringify({
|
|
2104
|
+
message: "Error serialization failed",
|
|
2105
|
+
originalError: String(error)
|
|
2106
|
+
});
|
|
2107
|
+
}
|
|
2064
2108
|
return {
|
|
2065
|
-
error:
|
|
2109
|
+
error: serializedError,
|
|
2066
2110
|
success: false
|
|
2067
2111
|
};
|
|
2068
2112
|
}
|
|
@@ -3569,7 +3613,25 @@ var WebWorkerClient = async (instanceID, config, webWorker, getAuthHelper) => {
|
|
|
3569
3613
|
}
|
|
3570
3614
|
resolve(responseData);
|
|
3571
3615
|
} else {
|
|
3572
|
-
|
|
3616
|
+
let error = null;
|
|
3617
|
+
if (data.error) {
|
|
3618
|
+
try {
|
|
3619
|
+
error = JSON.parse(data.error);
|
|
3620
|
+
} catch (parseError) {
|
|
3621
|
+
error = new import_javascript7.AsgardeoAuthException(
|
|
3622
|
+
"SPA-WEB_WORKER_CLIENT-COM-PE01",
|
|
3623
|
+
"Worker communication error.",
|
|
3624
|
+
`Failed to parse worker error response: ${data.error}`
|
|
3625
|
+
);
|
|
3626
|
+
}
|
|
3627
|
+
} else {
|
|
3628
|
+
error = new import_javascript7.AsgardeoAuthException(
|
|
3629
|
+
"SPA-WEB_WORKER_CLIENT-COM-UE01",
|
|
3630
|
+
"Unknown worker error.",
|
|
3631
|
+
"An unknown error occurred in the web worker."
|
|
3632
|
+
);
|
|
3633
|
+
}
|
|
3634
|
+
reject(error);
|
|
3573
3635
|
}
|
|
3574
3636
|
};
|
|
3575
3637
|
});
|
|
@@ -3745,17 +3807,17 @@ var WebWorkerClient = async (instanceID, config, webWorker, getAuthHelper) => {
|
|
|
3745
3807
|
data: params,
|
|
3746
3808
|
type: GET_AUTH_URL
|
|
3747
3809
|
};
|
|
3748
|
-
return communicate(message).then(
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
SPAUtils.setPKCE(pkceKey, response.pkce);
|
|
3755
|
-
}
|
|
3756
|
-
return Promise.resolve(response);
|
|
3810
|
+
return communicate(message).then(async (response) => {
|
|
3811
|
+
if (response.pkce && config2.enablePKCE) {
|
|
3812
|
+
const pkceKey = (0, import_javascript7.extractPkceStorageKeyFromState)(
|
|
3813
|
+
new URL(response.authorizationURL).searchParams.get(import_javascript7.OIDCRequestConstants.Params.STATE) ?? ""
|
|
3814
|
+
);
|
|
3815
|
+
SPAUtils.setPKCE(pkceKey, response.pkce);
|
|
3757
3816
|
}
|
|
3758
|
-
|
|
3817
|
+
return Promise.resolve(response);
|
|
3818
|
+
}).catch((error) => {
|
|
3819
|
+
return Promise.reject(error);
|
|
3820
|
+
});
|
|
3759
3821
|
};
|
|
3760
3822
|
const requestAccessToken = async (resolvedAuthorizationCode, resolvedSessionState, resolvedState, tokenRequestConfig) => {
|
|
3761
3823
|
const config2 = await getConfigData();
|
|
@@ -4040,8 +4102,7 @@ var _AsgardeoSPAClient = class _AsgardeoSPAClient {
|
|
|
4040
4102
|
__publicField(this, "_client");
|
|
4041
4103
|
__publicField(this, "_storage");
|
|
4042
4104
|
__publicField(this, "_authHelper", AuthenticationHelper);
|
|
4043
|
-
|
|
4044
|
-
__publicField(this, "_worker", null);
|
|
4105
|
+
__publicField(this, "_worker", Worker2);
|
|
4045
4106
|
__publicField(this, "_initialized", false);
|
|
4046
4107
|
__publicField(this, "_startedInitialize", false);
|
|
4047
4108
|
__publicField(this, "_onSignInCallback", () => null);
|
|
@@ -4060,13 +4121,13 @@ var _AsgardeoSPAClient = class _AsgardeoSPAClient {
|
|
|
4060
4121
|
this._authHelper = AuthenticationHelper;
|
|
4061
4122
|
}
|
|
4062
4123
|
}
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4124
|
+
instantiateWorker(worker) {
|
|
4125
|
+
if (worker) {
|
|
4126
|
+
this._worker = worker;
|
|
4127
|
+
} else {
|
|
4128
|
+
this._worker = Worker2;
|
|
4129
|
+
}
|
|
4130
|
+
}
|
|
4070
4131
|
/**
|
|
4071
4132
|
* This method specifies if the `AsgardeoSPAClient` has been initialized or not.
|
|
4072
4133
|
*
|
|
@@ -4184,6 +4245,7 @@ var _AsgardeoSPAClient = class _AsgardeoSPAClient {
|
|
|
4184
4245
|
this._initialized = false;
|
|
4185
4246
|
this._startedInitialize = true;
|
|
4186
4247
|
authHelper && this.instantiateAuthHelper(authHelper);
|
|
4248
|
+
workerFile && this.instantiateWorker(workerFile);
|
|
4187
4249
|
const _config = await this._client?.getConfigData();
|
|
4188
4250
|
if (!(this._storage === "webWorker" /* WebWorker */)) {
|
|
4189
4251
|
const mainThreadClientConfig = config;
|
|
@@ -4312,6 +4374,8 @@ var _AsgardeoSPAClient = class _AsgardeoSPAClient {
|
|
|
4312
4374
|
this._onSignInCallback(response);
|
|
4313
4375
|
}
|
|
4314
4376
|
return response;
|
|
4377
|
+
}).catch((error) => {
|
|
4378
|
+
return Promise.reject(error);
|
|
4315
4379
|
});
|
|
4316
4380
|
}
|
|
4317
4381
|
/**
|
|
@@ -5351,6 +5415,22 @@ var hasAuthParamsInUrl = (params = window.location.search) => {
|
|
|
5351
5415
|
};
|
|
5352
5416
|
var hasAuthParamsInUrl_default = hasAuthParamsInUrl;
|
|
5353
5417
|
|
|
5418
|
+
// src/utils/navigate.ts
|
|
5419
|
+
var navigate = (url) => {
|
|
5420
|
+
try {
|
|
5421
|
+
const targetUrl = new URL(url, window.location.origin);
|
|
5422
|
+
if (targetUrl.origin === window.location.origin) {
|
|
5423
|
+
window.history.pushState(null, "", targetUrl.pathname + targetUrl.search + targetUrl.hash);
|
|
5424
|
+
window.dispatchEvent(new PopStateEvent("popstate", { state: null }));
|
|
5425
|
+
} else {
|
|
5426
|
+
window.location.assign(targetUrl.href);
|
|
5427
|
+
}
|
|
5428
|
+
} catch {
|
|
5429
|
+
window.location.assign(url);
|
|
5430
|
+
}
|
|
5431
|
+
};
|
|
5432
|
+
var navigate_default = navigate;
|
|
5433
|
+
|
|
5354
5434
|
// src/AsgardeoBrowserClient.ts
|
|
5355
5435
|
var import_javascript11 = require("@asgardeo/javascript");
|
|
5356
5436
|
var AsgardeoBrowserClient = class extends import_javascript11.AsgardeoJavaScriptClient {
|
|
@@ -5427,6 +5507,28 @@ var createMediaQueryListener = (callback) => {
|
|
|
5427
5507
|
return mediaQuery;
|
|
5428
5508
|
};
|
|
5429
5509
|
|
|
5510
|
+
// src/theme/getActiveTheme.ts
|
|
5511
|
+
var import_javascript12 = require("@asgardeo/javascript");
|
|
5512
|
+
var getActiveTheme = (mode, config = {}) => {
|
|
5513
|
+
if (mode === "dark") {
|
|
5514
|
+
return "dark";
|
|
5515
|
+
}
|
|
5516
|
+
if (mode === "light") {
|
|
5517
|
+
return "light";
|
|
5518
|
+
}
|
|
5519
|
+
if (mode === "system") {
|
|
5520
|
+
if (typeof window !== "undefined" && window.matchMedia) {
|
|
5521
|
+
return window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
|
|
5522
|
+
}
|
|
5523
|
+
return import_javascript12.DEFAULT_THEME;
|
|
5524
|
+
}
|
|
5525
|
+
if (mode === "class") {
|
|
5526
|
+
return detectThemeMode(mode, config);
|
|
5527
|
+
}
|
|
5528
|
+
return import_javascript12.DEFAULT_THEME;
|
|
5529
|
+
};
|
|
5530
|
+
var getActiveTheme_default = getActiveTheme;
|
|
5531
|
+
|
|
5430
5532
|
// src/utils/http.ts
|
|
5431
5533
|
var http = {
|
|
5432
5534
|
/**
|