diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css index a13094d4..6dd4eef7 100644 --- a/docs/assets/highlight.css +++ b/docs/assets/highlight.css @@ -1,5 +1,5 @@ :root { - --light-code-background: #FFFFFF; + --light-code-background: #F5F5F5; --dark-code-background: #1E1E1E; } diff --git a/docs/assets/main.js b/docs/assets/main.js index 1cc526e6..bd45452d 100644 --- a/docs/assets/main.js +++ b/docs/assets/main.js @@ -1,5 +1,5 @@ -(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let n of Oe(e))!_e.call(t,n)&&n!=="default"&&J(t,n,{get:()=>e[n],enumerable:!(r=Pe(e,n))||r.enumerable});return t},Ae=t=>De(Me(J(t!=null?Ce(Re(t)):{},"default",t&&t.__esModule&&"default"in t?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ue,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(oc?h+=2:a==c&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var c=s.node.edges["*"];else{var c=new t.TokenSet;s.node.edges["*"]=c}if(s.str.length==0&&(c.final=!0),i.push({node:c,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),v;f in s.node.edges?v=s.node.edges[f]:(v=new t.TokenSet,s.node.edges[f]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),c=0;c1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ue=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ce=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var pe=Ae(de());function fe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ce(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=pe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(c.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=c.classes;let f=document.createElement("a");f.href=n.base+c.url,f.classList.add("tsd-kind-icon"),f.innerHTML=l,h.append(f),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch(e){return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}fe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); +(()=>{var Ce=Object.create;var ue=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&i!==r&&ue(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t};var Fe=(t,e,r)=>(r=t!=null?Ce(Re(t)):{},De(e||!t||!t.__esModule?ue(r,"default",{value:t,enumerable:!0}):r,t));var pe=Me((de,fe)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,u],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ol?h+=2:a==l&&(r+=n[u+1]*i[h+1],u+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),f=s.str.charAt(1),p;f in s.node.edges?p=s.node.edges[f]:(p=new t.TokenSet,s.node.edges[f]=p),s.str.length==1&&(p.final=!0),i.push({node:p,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),l=0;l1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof de=="object"?fe.exports=r():e.lunr=r()}(this,function(){return t})})()});var ce=[];function N(t,e){ce.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){ce.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ie=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let r=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(r)}onScroll(){this.scrollTop=window.scrollY||0;let r=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(r),this.hideShowToolbar()}hideShowToolbar(){var n;let r=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,r!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(n=this.secondaryNav)==null||n.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},Q=ie;Q.instance=new ie;var X=class extends k{constructor(r){super(r);this.anchors=[];this.index=-1;Q.instance.addEventListener("resize",()=>this.onResize()),Q.instance.addEventListener("scroll",n=>this.onScroll(n)),this.createAnchors()}createAnchors(){let r=window.location.href;r.indexOf("#")!=-1&&(r=r.substr(0,r.indexOf("#"))),this.el.querySelectorAll("a").forEach(n=>{let i=n.href;if(i.indexOf("#")==-1||i.substr(0,r.length)!=r)return;let s=i.substr(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=n.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let r;for(let i=0,s=this.anchors.length;ii.position-s.position);let n=new CustomEvent("scroll",{detail:{scrollTop:Q.instance.scrollTop}});this.onScroll(n)}onScroll(r){let n=r.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>n;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var he=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var ge=Fe(pe());function ye(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ae(t,n,r,s)}function Ae(t,e,r,n){r.addEventListener("input",he(()=>{He(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?ze(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function Ve(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=ge.Index.load(window.searchData.index))}function He(t,e,r,n){var o,a;if(Ve(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=i?n.index.search(`*${i}*`):[];for(let l=0;lu.score-l.score);for(let l=0,u=Math.min(10,s.length);l${ve(h.parent,i)}.${f}`);let p=document.createElement("li");p.classList.value=(a=h.classes)!=null?a:"";let E=document.createElement("a");E.href=n.base+h.url,E.classList.add("tsd-kind-icon"),E.innerHTML=f,p.append(E),e.appendChild(p)}}function me(t,e){var n,i;let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let s=r;if(e===1)do s=(n=s.nextElementSibling)!=null?n:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);else do s=(i=s.previousElementSibling)!=null?i:void 0;while(s instanceof HTMLElement&&s.offsetParent==null);s&&(r.classList.remove("current"),s.classList.add("current"))}}function ze(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(se(t.substring(s,o)),`${se(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(se(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function se(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var oe=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},Z=class extends k{constructor(r){super(r);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(n=>{n.addEventListener("touchstart",i=>this.onClick(i)),n.addEventListener("click",i=>this.onClick(i))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(r){if(r<0&&(r=0),r>this.groups.length-1&&(r=this.groups.length-1),this.index==r)return;let n=this.groups[r];if(this.index>-1){let i=this.groups[this.index];i.removeClass("current").addClass("fade-out"),n.addClass("current"),n.addClass("fade-in"),Q.instance.triggerResize(),setTimeout(()=>{i.removeClass("fade-out"),n.removeClass("fade-in")},300)}else n.addClass("current"),Q.instance.triggerResize();this.index=r}createGroups(){let r=this.el.children;if(r.length<2)return;this.container=this.el.nextElementSibling;let n=this.container.children;this.groups=[];for(let i=0;i{n.signature===r.currentTarget&&this.setIndex(i)})}};var C="mousedown",Le="mousemove",_="mouseup",K={x:0,y:0},xe=!1,ae=!1,je=!1,A=!1,Ee=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Ee?"is-mobile":"not-mobile");Ee&&"ontouchstart"in document.documentElement&&(je=!0,C="touchstart",Le="touchmove",_="touchend");document.addEventListener(C,t=>{ae=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;K.y=e.pageY||0,K.x=e.pageX||0});document.addEventListener(Le,t=>{if(!!ae&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=K.x-(e.pageX||0),n=K.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ae=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var ee=class extends k{constructor(r){super(r);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,n=>this.onPointerUp(n)),this.el.addEventListener("click",n=>n.preventDefault()),document.addEventListener(C,n=>this.onDocumentPointerDown(n)),document.addEventListener(_,n=>this.onDocumentPointerUp(n))}setActive(r){if(this.active==r)return;this.active=r,document.documentElement.classList.toggle("has-"+this.className,r),this.el.classList.toggle("active",r);let n=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(n),setTimeout(()=>document.documentElement.classList.remove(n),500)}onPointerUp(r){A||(this.setActive(!0),r.preventDefault())}onDocumentPointerDown(r){if(this.active){if(r.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(r){if(!A&&this.active&&r.target.closest(".col-menu")){let n=r.target.closest("a");if(n){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substr(0,i.indexOf("#"))),n.href.substr(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var te=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},re=class extends te{initialize(){let r=document.querySelector("#tsd-filter-"+this.key);!r||(this.checkbox=r,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(r,n){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(r){return r=="true"}toLocalStorage(r){return r?"true":"false"}},le=class extends te{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let r=document.querySelector("#tsd-filter-"+this.key);if(!r)return;this.select=r;let n=()=>{this.select.classList.add("active")},i=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,n),this.select.addEventListener("mouseover",n),this.select.addEventListener("mouseleave",i),this.select.querySelectorAll("li").forEach(s=>{s.addEventListener(_,o=>{r.classList.remove("active"),this.setValue(o.target.dataset.value||"")})}),document.addEventListener(C,s=>{this.select.contains(s.target)||this.select.classList.remove("active")})}handleValueChange(r,n){this.select.querySelectorAll("li.selected").forEach(o=>{o.classList.remove("selected")});let i=this.select.querySelector('li[data-value="'+n+'"]'),s=this.select.querySelector(".tsd-select-label");i&&s&&(i.classList.add("selected"),s.textContent=i.textContent),document.documentElement.classList.remove("toggle-"+r),document.documentElement.classList.add("toggle-"+n)}fromLocalStorage(r){return r}toLocalStorage(r){return r}},j=class extends k{constructor(r){super(r);this.optionVisibility=new le("visibility","private"),this.optionInherited=new re("inherited",!0),this.optionExternals=new re("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function we(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,be(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),be(t.value)})}function be(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}ye();N(X,".menu-highlight");N(Z,".tsd-signatures");N(ee,"a[data-toggle]");j.isSupported()?N(j,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&we(Te);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); /*! * lunr.Builder * Copyright (C) 2020 Oliver Nightingale diff --git a/docs/assets/search.js b/docs/assets/search.js index 98dcd5b7..1f810bf6 100644 --- a/docs/assets/search.js +++ b/docs/assets/search.js @@ -1 +1 @@ -window.searchData = {"kinds":{"2":"Module","32":"Variable","64":"Function","128":"Class","512":"Constructor","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias","16777216":"Reference"},"rows":[{"id":0,"kind":2,"name":"index","url":"modules/index.html","classes":"tsd-kind-module"},{"id":1,"kind":128,"name":"default","url":"classes/index.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"index"},{"id":2,"kind":2048,"name":"init","url":"classes/index.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"index.default"},{"id":3,"kind":512,"name":"constructor","url":"classes/index.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"index.default"},{"id":4,"kind":64,"name":"init","url":"modules/index.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"index"},{"id":5,"kind":2,"name":"recipe/authRecipe","url":"modules/recipe_authRecipe.html","classes":"tsd-kind-module"},{"id":6,"kind":128,"name":"default","url":"classes/recipe_authRecipe.default.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/authRecipe"},{"id":7,"kind":512,"name":"constructor","url":"classes/recipe_authRecipe.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite","parent":"recipe/authRecipe.default"},{"id":8,"kind":2048,"name":"signOut","url":"classes/recipe_authRecipe.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class","parent":"recipe/authRecipe.default"},{"id":9,"kind":1024,"name":"config","url":"classes/recipe_authRecipe.default.html#config","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-inherited","parent":"recipe/authRecipe.default"},{"id":10,"kind":2,"name":"recipe/emailpassword","url":"modules/recipe_emailpassword.html","classes":"tsd-kind-module"},{"id":11,"kind":128,"name":"default","url":"classes/recipe_emailpassword.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":12,"kind":2048,"name":"init","url":"classes/recipe_emailpassword.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":13,"kind":2048,"name":"signOut","url":"classes/recipe_emailpassword.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":14,"kind":2048,"name":"submitNewPassword","url":"classes/recipe_emailpassword.default.html#submitNewPassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":15,"kind":2048,"name":"sendPasswordResetEmail","url":"classes/recipe_emailpassword.default.html#sendPasswordResetEmail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":16,"kind":2048,"name":"signUp","url":"classes/recipe_emailpassword.default.html#signUp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":17,"kind":2048,"name":"signIn","url":"classes/recipe_emailpassword.default.html#signIn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":18,"kind":2048,"name":"doesEmailExist","url":"classes/recipe_emailpassword.default.html#doesEmailExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":19,"kind":2048,"name":"getResetPasswordTokenFromURL","url":"classes/recipe_emailpassword.default.html#getResetPasswordTokenFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailpassword.default"},{"id":20,"kind":512,"name":"constructor","url":"classes/recipe_emailpassword.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/emailpassword.default"},{"id":21,"kind":64,"name":"init","url":"modules/recipe_emailpassword.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":22,"kind":64,"name":"submitNewPassword","url":"modules/recipe_emailpassword.html#submitNewPassword-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":23,"kind":64,"name":"sendPasswordResetEmail","url":"modules/recipe_emailpassword.html#sendPasswordResetEmail-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":24,"kind":64,"name":"signUp","url":"modules/recipe_emailpassword.html#signUp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":25,"kind":64,"name":"signIn","url":"modules/recipe_emailpassword.html#signIn-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":26,"kind":64,"name":"doesEmailExist","url":"modules/recipe_emailpassword.html#doesEmailExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":27,"kind":64,"name":"getResetPasswordTokenFromURL","url":"modules/recipe_emailpassword.html#getResetPasswordTokenFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":28,"kind":64,"name":"signOut","url":"modules/recipe_emailpassword.html#signOut","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":29,"kind":2,"name":"recipe/emailverification","url":"modules/recipe_emailverification.html","classes":"tsd-kind-module"},{"id":30,"kind":128,"name":"default","url":"classes/recipe_emailverification.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":31,"kind":1024,"name":"EmailVerificationClaim","url":"classes/recipe_emailverification.default.html#EmailVerificationClaim","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"recipe/emailverification.default"},{"id":32,"kind":2048,"name":"init","url":"classes/recipe_emailverification.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailverification.default"},{"id":33,"kind":2048,"name":"verifyEmail","url":"classes/recipe_emailverification.default.html#verifyEmail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailverification.default"},{"id":34,"kind":2048,"name":"sendVerificationEmail","url":"classes/recipe_emailverification.default.html#sendVerificationEmail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailverification.default"},{"id":35,"kind":2048,"name":"isEmailVerified","url":"classes/recipe_emailverification.default.html#isEmailVerified","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailverification.default"},{"id":36,"kind":2048,"name":"getEmailVerificationTokenFromURL","url":"classes/recipe_emailverification.default.html#getEmailVerificationTokenFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/emailverification.default"},{"id":37,"kind":512,"name":"constructor","url":"classes/recipe_emailverification.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/emailverification.default"},{"id":38,"kind":64,"name":"init","url":"modules/recipe_emailverification.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":39,"kind":64,"name":"verifyEmail","url":"modules/recipe_emailverification.html#verifyEmail-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":40,"kind":64,"name":"sendVerificationEmail","url":"modules/recipe_emailverification.html#sendVerificationEmail-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":41,"kind":64,"name":"isEmailVerified","url":"modules/recipe_emailverification.html#isEmailVerified-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":42,"kind":64,"name":"getEmailVerificationTokenFromURL","url":"modules/recipe_emailverification.html#getEmailVerificationTokenFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":43,"kind":32,"name":"EmailVerificationClaim","url":"modules/recipe_emailverification.html#EmailVerificationClaim","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":44,"kind":2,"name":"recipe/passwordless","url":"modules/recipe_passwordless.html","classes":"tsd-kind-module"},{"id":45,"kind":128,"name":"default","url":"classes/recipe_passwordless.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":46,"kind":2048,"name":"init","url":"classes/recipe_passwordless.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":47,"kind":2048,"name":"createCode","url":"classes/recipe_passwordless.default.html#createCode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":48,"kind":2048,"name":"resendCode","url":"classes/recipe_passwordless.default.html#resendCode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":49,"kind":2048,"name":"consumeCode","url":"classes/recipe_passwordless.default.html#consumeCode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":50,"kind":2048,"name":"getLinkCodeFromURL","url":"classes/recipe_passwordless.default.html#getLinkCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":51,"kind":2048,"name":"getPreAuthSessionIdFromURL","url":"classes/recipe_passwordless.default.html#getPreAuthSessionIdFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":52,"kind":2048,"name":"doesEmailExist","url":"classes/recipe_passwordless.default.html#doesEmailExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":53,"kind":2048,"name":"doesPhoneNumberExist","url":"classes/recipe_passwordless.default.html#doesPhoneNumberExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":54,"kind":2048,"name":"getLoginAttemptInfo","url":"classes/recipe_passwordless.default.html#getLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/passwordless.default"},{"id":55,"kind":2048,"name":"setLoginAttemptInfo","url":"classes/recipe_passwordless.default.html#setLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/passwordless.default"},{"id":56,"kind":2048,"name":"clearLoginAttemptInfo","url":"classes/recipe_passwordless.default.html#clearLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":57,"kind":2048,"name":"signOut","url":"classes/recipe_passwordless.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/passwordless.default"},{"id":58,"kind":512,"name":"constructor","url":"classes/recipe_passwordless.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/passwordless.default"},{"id":59,"kind":64,"name":"init","url":"modules/recipe_passwordless.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":60,"kind":64,"name":"createCode","url":"modules/recipe_passwordless.html#createCode-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":61,"kind":64,"name":"resendCode","url":"modules/recipe_passwordless.html#resendCode-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":62,"kind":64,"name":"consumeCode","url":"modules/recipe_passwordless.html#consumeCode-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":63,"kind":64,"name":"doesEmailExist","url":"modules/recipe_passwordless.html#doesEmailExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":64,"kind":64,"name":"doesPhoneNumberExist","url":"modules/recipe_passwordless.html#doesPhoneNumberExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":65,"kind":64,"name":"signOut","url":"modules/recipe_passwordless.html#signOut","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":66,"kind":64,"name":"getLinkCodeFromURL","url":"modules/recipe_passwordless.html#getLinkCodeFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":67,"kind":64,"name":"getPreAuthSessionIdFromURL","url":"modules/recipe_passwordless.html#getPreAuthSessionIdFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":68,"kind":64,"name":"getLoginAttemptInfo","url":"modules/recipe_passwordless.html#getLoginAttemptInfo-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/passwordless"},{"id":69,"kind":64,"name":"setLoginAttemptInfo","url":"modules/recipe_passwordless.html#setLoginAttemptInfo-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/passwordless"},{"id":70,"kind":64,"name":"clearLoginAttemptInfo","url":"modules/recipe_passwordless.html#clearLoginAttemptInfo-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":71,"kind":2,"name":"recipe/recipeModule","url":"modules/recipe_recipeModule.html","classes":"tsd-kind-module"},{"id":72,"kind":128,"name":"default","url":"classes/recipe_recipeModule.default.html","classes":"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/recipeModule"},{"id":73,"kind":512,"name":"constructor","url":"classes/recipe_recipeModule.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter","parent":"recipe/recipeModule.default"},{"id":74,"kind":1024,"name":"config","url":"classes/recipe_recipeModule.default.html#config","classes":"tsd-kind-property tsd-parent-kind-class","parent":"recipe/recipeModule.default"},{"id":75,"kind":2,"name":"recipe/session","url":"modules/recipe_session.html","classes":"tsd-kind-module"},{"id":76,"kind":128,"name":"default","url":"classes/recipe_session.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/session"},{"id":77,"kind":2048,"name":"init","url":"classes/recipe_session.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":78,"kind":2048,"name":"getUserId","url":"classes/recipe_session.default.html#getUserId","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":79,"kind":2048,"name":"getAccessTokenPayloadSecurely","url":"classes/recipe_session.default.html#getAccessTokenPayloadSecurely","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":80,"kind":2048,"name":"attemptRefreshingSession","url":"classes/recipe_session.default.html#attemptRefreshingSession","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":81,"kind":2048,"name":"doesSessionExist","url":"classes/recipe_session.default.html#doesSessionExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":82,"kind":2048,"name":"addAxiosInterceptors","url":"classes/recipe_session.default.html#addAxiosInterceptors","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":83,"kind":2048,"name":"signOut","url":"classes/recipe_session.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":84,"kind":2048,"name":"getClaimValue","url":"classes/recipe_session.default.html#getClaimValue","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/session.default"},{"id":85,"kind":2048,"name":"validateClaims","url":"classes/recipe_session.default.html#validateClaims","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":86,"kind":2048,"name":"getInvalidClaimsFromResponse","url":"classes/recipe_session.default.html#getInvalidClaimsFromResponse","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/session.default"},{"id":87,"kind":512,"name":"constructor","url":"classes/recipe_session.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/session.default"},{"id":88,"kind":64,"name":"init","url":"modules/recipe_session.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":89,"kind":64,"name":"getUserId","url":"modules/recipe_session.html#getUserId-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":90,"kind":64,"name":"getAccessTokenPayloadSecurely","url":"modules/recipe_session.html#getAccessTokenPayloadSecurely-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":91,"kind":64,"name":"attemptRefreshingSession","url":"modules/recipe_session.html#attemptRefreshingSession","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":92,"kind":64,"name":"doesSessionExist","url":"modules/recipe_session.html#doesSessionExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":93,"kind":64,"name":"addAxiosInterceptors","url":"modules/recipe_session.html#addAxiosInterceptors-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":94,"kind":64,"name":"signOut","url":"modules/recipe_session.html#signOut-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":95,"kind":64,"name":"validateClaims","url":"modules/recipe_session.html#validateClaims-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":96,"kind":64,"name":"getClaimValue","url":"modules/recipe_session.html#getClaimValue","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/session"},{"id":97,"kind":64,"name":"getInvalidClaimsFromResponse","url":"modules/recipe_session.html#getInvalidClaimsFromResponse-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/session"},{"id":98,"kind":2,"name":"recipe/thirdparty","url":"modules/recipe_thirdparty.html","classes":"tsd-kind-module"},{"id":99,"kind":128,"name":"default","url":"classes/recipe_thirdparty.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":100,"kind":2048,"name":"init","url":"classes/recipe_thirdparty.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":101,"kind":2048,"name":"signOut","url":"classes/recipe_thirdparty.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":102,"kind":2048,"name":"getStateAndOtherInfoFromStorage","url":"classes/recipe_thirdparty.default.html#getStateAndOtherInfoFromStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdparty.default"},{"id":103,"kind":2048,"name":"setStateAndOtherInfoToStorage","url":"classes/recipe_thirdparty.default.html#setStateAndOtherInfoToStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdparty.default"},{"id":104,"kind":2048,"name":"getAuthorisationURLWithQueryParamsAndSetState","url":"classes/recipe_thirdparty.default.html#getAuthorisationURLWithQueryParamsAndSetState","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":105,"kind":2048,"name":"getAuthorisationURLFromBackend","url":"classes/recipe_thirdparty.default.html#getAuthorisationURLFromBackend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":106,"kind":2048,"name":"signInAndUp","url":"classes/recipe_thirdparty.default.html#signInAndUp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":107,"kind":2048,"name":"generateStateToSendToOAuthProvider","url":"classes/recipe_thirdparty.default.html#generateStateToSendToOAuthProvider","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":108,"kind":2048,"name":"verifyAndGetStateOrThrowError","url":"classes/recipe_thirdparty.default.html#verifyAndGetStateOrThrowError","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdparty.default"},{"id":109,"kind":2048,"name":"getAuthCodeFromURL","url":"classes/recipe_thirdparty.default.html#getAuthCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":110,"kind":2048,"name":"getAuthErrorFromURL","url":"classes/recipe_thirdparty.default.html#getAuthErrorFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":111,"kind":2048,"name":"getAuthStateFromURL","url":"classes/recipe_thirdparty.default.html#getAuthStateFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdparty.default"},{"id":112,"kind":512,"name":"constructor","url":"classes/recipe_thirdparty.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/thirdparty.default"},{"id":113,"kind":64,"name":"init","url":"modules/recipe_thirdparty.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":114,"kind":64,"name":"getAuthorisationURLWithQueryParamsAndSetState","url":"modules/recipe_thirdparty.html#getAuthorisationURLWithQueryParamsAndSetState-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":115,"kind":64,"name":"signInAndUp","url":"modules/recipe_thirdparty.html#signInAndUp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":116,"kind":64,"name":"signOut","url":"modules/recipe_thirdparty.html#signOut","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":117,"kind":64,"name":"getStateAndOtherInfoFromStorage","url":"modules/recipe_thirdparty.html#getStateAndOtherInfoFromStorage-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdparty"},{"id":118,"kind":64,"name":"setStateAndOtherInfoToStorage","url":"modules/recipe_thirdparty.html#setStateAndOtherInfoToStorage-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdparty"},{"id":119,"kind":64,"name":"getAuthorisationURLFromBackend","url":"modules/recipe_thirdparty.html#getAuthorisationURLFromBackend-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":120,"kind":64,"name":"generateStateToSendToOAuthProvider","url":"modules/recipe_thirdparty.html#generateStateToSendToOAuthProvider-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":121,"kind":64,"name":"verifyAndGetStateOrThrowError","url":"modules/recipe_thirdparty.html#verifyAndGetStateOrThrowError-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdparty"},{"id":122,"kind":64,"name":"getAuthCodeFromURL","url":"modules/recipe_thirdparty.html#getAuthCodeFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":123,"kind":64,"name":"getAuthErrorFromURL","url":"modules/recipe_thirdparty.html#getAuthErrorFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":124,"kind":64,"name":"getAuthStateFromURL","url":"modules/recipe_thirdparty.html#getAuthStateFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":125,"kind":2,"name":"recipe/thirdpartyemailpassword","url":"modules/recipe_thirdpartyemailpassword.html","classes":"tsd-kind-module"},{"id":126,"kind":128,"name":"default","url":"classes/recipe_thirdpartyemailpassword.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":127,"kind":2048,"name":"init","url":"classes/recipe_thirdpartyemailpassword.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":128,"kind":2048,"name":"signOut","url":"classes/recipe_thirdpartyemailpassword.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":129,"kind":2048,"name":"submitNewPassword","url":"classes/recipe_thirdpartyemailpassword.default.html#submitNewPassword","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":130,"kind":2048,"name":"sendPasswordResetEmail","url":"classes/recipe_thirdpartyemailpassword.default.html#sendPasswordResetEmail","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":131,"kind":2048,"name":"doesEmailExist","url":"classes/recipe_thirdpartyemailpassword.default.html#doesEmailExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":132,"kind":2048,"name":"emailPasswordSignUp","url":"classes/recipe_thirdpartyemailpassword.default.html#emailPasswordSignUp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":133,"kind":2048,"name":"emailPasswordSignIn","url":"classes/recipe_thirdpartyemailpassword.default.html#emailPasswordSignIn","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":134,"kind":2048,"name":"getResetPasswordTokenFromURL","url":"classes/recipe_thirdpartyemailpassword.default.html#getResetPasswordTokenFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":135,"kind":2048,"name":"getAuthorisationURLFromBackend","url":"classes/recipe_thirdpartyemailpassword.default.html#getAuthorisationURLFromBackend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":136,"kind":2048,"name":"thirdPartySignInAndUp","url":"classes/recipe_thirdpartyemailpassword.default.html#thirdPartySignInAndUp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":137,"kind":2048,"name":"getStateAndOtherInfoFromStorage","url":"classes/recipe_thirdpartyemailpassword.default.html#getStateAndOtherInfoFromStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":138,"kind":2048,"name":"setStateAndOtherInfoToStorage","url":"classes/recipe_thirdpartyemailpassword.default.html#setStateAndOtherInfoToStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":139,"kind":2048,"name":"getAuthorisationURLWithQueryParamsAndSetState","url":"classes/recipe_thirdpartyemailpassword.default.html#getAuthorisationURLWithQueryParamsAndSetState","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":140,"kind":2048,"name":"generateStateToSendToOAuthProvider","url":"classes/recipe_thirdpartyemailpassword.default.html#generateStateToSendToOAuthProvider","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":141,"kind":2048,"name":"verifyAndGetStateOrThrowError","url":"classes/recipe_thirdpartyemailpassword.default.html#verifyAndGetStateOrThrowError","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":142,"kind":2048,"name":"getAuthCodeFromURL","url":"classes/recipe_thirdpartyemailpassword.default.html#getAuthCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":143,"kind":2048,"name":"getAuthErrorFromURL","url":"classes/recipe_thirdpartyemailpassword.default.html#getAuthErrorFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":144,"kind":2048,"name":"getAuthStateFromURL","url":"classes/recipe_thirdpartyemailpassword.default.html#getAuthStateFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartyemailpassword.default"},{"id":145,"kind":512,"name":"constructor","url":"classes/recipe_thirdpartyemailpassword.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/thirdpartyemailpassword.default"},{"id":146,"kind":64,"name":"init","url":"modules/recipe_thirdpartyemailpassword.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":147,"kind":64,"name":"submitNewPassword","url":"modules/recipe_thirdpartyemailpassword.html#submitNewPassword-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":148,"kind":64,"name":"sendPasswordResetEmail","url":"modules/recipe_thirdpartyemailpassword.html#sendPasswordResetEmail-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":149,"kind":64,"name":"doesEmailExist","url":"modules/recipe_thirdpartyemailpassword.html#doesEmailExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":150,"kind":64,"name":"emailPasswordSignUp","url":"modules/recipe_thirdpartyemailpassword.html#emailPasswordSignUp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":151,"kind":64,"name":"emailPasswordSignIn","url":"modules/recipe_thirdpartyemailpassword.html#emailPasswordSignIn-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":152,"kind":64,"name":"thirdPartySignInAndUp","url":"modules/recipe_thirdpartyemailpassword.html#thirdPartySignInAndUp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":153,"kind":64,"name":"getAuthorisationURLWithQueryParamsAndSetState","url":"modules/recipe_thirdpartyemailpassword.html#getAuthorisationURLWithQueryParamsAndSetState-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":154,"kind":64,"name":"signOut","url":"modules/recipe_thirdpartyemailpassword.html#signOut","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":155,"kind":64,"name":"getResetPasswordTokenFromURL","url":"modules/recipe_thirdpartyemailpassword.html#getResetPasswordTokenFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":156,"kind":64,"name":"getAuthorisationURLFromBackend","url":"modules/recipe_thirdpartyemailpassword.html#getAuthorisationURLFromBackend-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":157,"kind":64,"name":"getStateAndOtherInfoFromStorage","url":"modules/recipe_thirdpartyemailpassword.html#getStateAndOtherInfoFromStorage-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartyemailpassword"},{"id":158,"kind":64,"name":"setStateAndOtherInfoToStorage","url":"modules/recipe_thirdpartyemailpassword.html#setStateAndOtherInfoToStorage-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartyemailpassword"},{"id":159,"kind":64,"name":"generateStateToSendToOAuthProvider","url":"modules/recipe_thirdpartyemailpassword.html#generateStateToSendToOAuthProvider-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":160,"kind":64,"name":"verifyAndGetStateOrThrowError","url":"modules/recipe_thirdpartyemailpassword.html#verifyAndGetStateOrThrowError-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartyemailpassword"},{"id":161,"kind":64,"name":"getAuthCodeFromURL","url":"modules/recipe_thirdpartyemailpassword.html#getAuthCodeFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":162,"kind":64,"name":"getAuthErrorFromURL","url":"modules/recipe_thirdpartyemailpassword.html#getAuthErrorFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":163,"kind":64,"name":"getAuthStateFromURL","url":"modules/recipe_thirdpartyemailpassword.html#getAuthStateFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":164,"kind":2,"name":"recipe/thirdpartypasswordless","url":"modules/recipe_thirdpartypasswordless.html","classes":"tsd-kind-module"},{"id":165,"kind":128,"name":"default","url":"classes/recipe_thirdpartypasswordless.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":166,"kind":2048,"name":"init","url":"classes/recipe_thirdpartypasswordless.default.html#init","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":167,"kind":2048,"name":"signOut","url":"classes/recipe_thirdpartypasswordless.default.html#signOut","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":168,"kind":2048,"name":"getAuthorisationURLFromBackend","url":"classes/recipe_thirdpartypasswordless.default.html#getAuthorisationURLFromBackend","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":169,"kind":2048,"name":"thirdPartySignInAndUp","url":"classes/recipe_thirdpartypasswordless.default.html#thirdPartySignInAndUp","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":170,"kind":2048,"name":"getThirdPartyStateAndOtherInfoFromStorage","url":"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyStateAndOtherInfoFromStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":171,"kind":2048,"name":"setThirdPartyStateAndOtherInfoToStorage","url":"classes/recipe_thirdpartypasswordless.default.html#setThirdPartyStateAndOtherInfoToStorage","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":172,"kind":2048,"name":"getThirdPartyAuthorisationURLWithQueryParamsAndSetState","url":"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthorisationURLWithQueryParamsAndSetState","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":173,"kind":2048,"name":"generateThirdPartyStateToSendToOAuthProvider","url":"classes/recipe_thirdpartypasswordless.default.html#generateThirdPartyStateToSendToOAuthProvider","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":174,"kind":2048,"name":"verifyAndGetThirdPartyStateOrThrowError","url":"classes/recipe_thirdpartypasswordless.default.html#verifyAndGetThirdPartyStateOrThrowError","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":175,"kind":2048,"name":"getThirdPartyAuthCodeFromURL","url":"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":176,"kind":2048,"name":"getThirdPartyAuthErrorFromURL","url":"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthErrorFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":177,"kind":2048,"name":"getThirdPartyAuthStateFromURL","url":"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthStateFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":178,"kind":2048,"name":"createPasswordlessCode","url":"classes/recipe_thirdpartypasswordless.default.html#createPasswordlessCode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":179,"kind":2048,"name":"resendPasswordlessCode","url":"classes/recipe_thirdpartypasswordless.default.html#resendPasswordlessCode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":180,"kind":2048,"name":"consumePasswordlessCode","url":"classes/recipe_thirdpartypasswordless.default.html#consumePasswordlessCode","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":181,"kind":2048,"name":"getPasswordlessLinkCodeFromURL","url":"classes/recipe_thirdpartypasswordless.default.html#getPasswordlessLinkCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":182,"kind":2048,"name":"getPasswordlessPreAuthSessionIdFromURL","url":"classes/recipe_thirdpartypasswordless.default.html#getPasswordlessPreAuthSessionIdFromURL","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":183,"kind":2048,"name":"doesPasswordlessUserEmailExist","url":"classes/recipe_thirdpartypasswordless.default.html#doesPasswordlessUserEmailExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":184,"kind":2048,"name":"doesPasswordlessUserPhoneNumberExist","url":"classes/recipe_thirdpartypasswordless.default.html#doesPasswordlessUserPhoneNumberExist","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":185,"kind":2048,"name":"getPasswordlessLoginAttemptInfo","url":"classes/recipe_thirdpartypasswordless.default.html#getPasswordlessLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":186,"kind":2048,"name":"setPasswordlessLoginAttemptInfo","url":"classes/recipe_thirdpartypasswordless.default.html#setPasswordlessLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":187,"kind":2048,"name":"clearPasswordlessLoginAttemptInfo","url":"classes/recipe_thirdpartypasswordless.default.html#clearPasswordlessLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-class tsd-is-static","parent":"recipe/thirdpartypasswordless.default"},{"id":188,"kind":512,"name":"constructor","url":"classes/recipe_thirdpartypasswordless.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/thirdpartypasswordless.default"},{"id":189,"kind":64,"name":"init","url":"modules/recipe_thirdpartypasswordless.html#init","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":190,"kind":64,"name":"getThirdPartyAuthorisationURLWithQueryParamsAndSetState","url":"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthorisationURLWithQueryParamsAndSetState-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":191,"kind":64,"name":"thirdPartySignInAndUp","url":"modules/recipe_thirdpartypasswordless.html#thirdPartySignInAndUp-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":192,"kind":64,"name":"createPasswordlessCode","url":"modules/recipe_thirdpartypasswordless.html#createPasswordlessCode-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":193,"kind":64,"name":"resendPasswordlessCode","url":"modules/recipe_thirdpartypasswordless.html#resendPasswordlessCode-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":194,"kind":64,"name":"consumePasswordlessCode","url":"modules/recipe_thirdpartypasswordless.html#consumePasswordlessCode-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":195,"kind":64,"name":"doesPasswordlessUserEmailExist","url":"modules/recipe_thirdpartypasswordless.html#doesPasswordlessUserEmailExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":196,"kind":64,"name":"doesPasswordlessUserPhoneNumberExist","url":"modules/recipe_thirdpartypasswordless.html#doesPasswordlessUserPhoneNumberExist-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":197,"kind":64,"name":"signOut","url":"modules/recipe_thirdpartypasswordless.html#signOut","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":198,"kind":64,"name":"getAuthorisationURLFromBackend","url":"modules/recipe_thirdpartypasswordless.html#getAuthorisationURLFromBackend-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":199,"kind":64,"name":"getThirdPartyStateAndOtherInfoFromStorage","url":"modules/recipe_thirdpartypasswordless.html#getThirdPartyStateAndOtherInfoFromStorage-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless"},{"id":200,"kind":64,"name":"setThirdPartyStateAndOtherInfoToStorage","url":"modules/recipe_thirdpartypasswordless.html#setThirdPartyStateAndOtherInfoToStorage-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless"},{"id":201,"kind":64,"name":"generateThirdPartyStateToSendToOAuthProvider","url":"modules/recipe_thirdpartypasswordless.html#generateThirdPartyStateToSendToOAuthProvider-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":202,"kind":64,"name":"verifyAndGetThirdPartyStateOrThrowError","url":"modules/recipe_thirdpartypasswordless.html#verifyAndGetThirdPartyStateOrThrowError-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless"},{"id":203,"kind":64,"name":"getThirdPartyAuthCodeFromURL","url":"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthCodeFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":204,"kind":64,"name":"getThirdPartyAuthErrorFromURL","url":"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthErrorFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":205,"kind":64,"name":"getThirdPartyAuthStateFromURL","url":"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthStateFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":206,"kind":64,"name":"getPasswordlessLinkCodeFromURL","url":"modules/recipe_thirdpartypasswordless.html#getPasswordlessLinkCodeFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":207,"kind":64,"name":"getPasswordlessPreAuthSessionIdFromURL","url":"modules/recipe_thirdpartypasswordless.html#getPasswordlessPreAuthSessionIdFromURL-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":208,"kind":64,"name":"getPasswordlessLoginAttemptInfo","url":"modules/recipe_thirdpartypasswordless.html#getPasswordlessLoginAttemptInfo-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless"},{"id":209,"kind":64,"name":"setPasswordlessLoginAttemptInfo","url":"modules/recipe_thirdpartypasswordless.html#setPasswordlessLoginAttemptInfo-1","classes":"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless"},{"id":210,"kind":64,"name":"clearPasswordlessLoginAttemptInfo","url":"modules/recipe_thirdpartypasswordless.html#clearPasswordlessLoginAttemptInfo-1","classes":"tsd-kind-function tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":211,"kind":2,"name":"recipe/userroles","url":"modules/recipe_userroles.html","classes":"tsd-kind-module"},{"id":212,"kind":128,"name":"default","url":"classes/recipe_userroles.default.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/userroles"},{"id":213,"kind":1024,"name":"UserRoleClaim","url":"classes/recipe_userroles.default.html#UserRoleClaim","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"recipe/userroles.default"},{"id":214,"kind":1024,"name":"PermissionClaim","url":"classes/recipe_userroles.default.html#PermissionClaim","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-static","parent":"recipe/userroles.default"},{"id":215,"kind":512,"name":"constructor","url":"classes/recipe_userroles.default.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class","parent":"recipe/userroles.default"},{"id":216,"kind":4194304,"name":"UserType","url":"modules/recipe_emailpassword.html#UserType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":217,"kind":65536,"name":"__type","url":"modules/recipe_emailpassword.html#UserType.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/emailpassword.UserType"},{"id":218,"kind":1024,"name":"id","url":"modules/recipe_emailpassword.html#UserType.__type-2.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/emailpassword.UserType.__type"},{"id":219,"kind":1024,"name":"email","url":"modules/recipe_emailpassword.html#UserType.__type-2.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/emailpassword.UserType.__type"},{"id":220,"kind":1024,"name":"timeJoined","url":"modules/recipe_emailpassword.html#UserType.__type-2.timeJoined","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/emailpassword.UserType.__type"},{"id":221,"kind":4194304,"name":"UserInput","url":"modules/recipe_emailpassword.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":222,"kind":4194304,"name":"RecipeInterface","url":"modules/recipe_emailpassword.html#RecipeInterface","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":223,"kind":65536,"name":"__type","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/emailpassword.RecipeInterface"},{"id":224,"kind":2048,"name":"submitNewPassword","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1.submitNewPassword","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeInterface.__type"},{"id":225,"kind":2048,"name":"sendPasswordResetEmail","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1.sendPasswordResetEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeInterface.__type"},{"id":226,"kind":2048,"name":"signUp","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1.signUp","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeInterface.__type"},{"id":227,"kind":2048,"name":"signIn","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1.signIn","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeInterface.__type"},{"id":228,"kind":2048,"name":"doesEmailExist","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1.doesEmailExist","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeInterface.__type"},{"id":229,"kind":2048,"name":"getResetPasswordTokenFromURL","url":"modules/recipe_emailpassword.html#RecipeInterface.__type-1.getResetPasswordTokenFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeInterface.__type"},{"id":230,"kind":4194304,"name":"RecipeFunctionOptions","url":"modules/recipe_emailpassword.html#RecipeFunctionOptions","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":231,"kind":65536,"name":"__type","url":"modules/recipe_emailpassword.html#RecipeFunctionOptions.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/emailpassword.RecipeFunctionOptions"},{"id":232,"kind":2048,"name":"preAPIHook","url":"modules/recipe_emailpassword.html#RecipeFunctionOptions.__type.preAPIHook","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailpassword.RecipeFunctionOptions.__type"},{"id":233,"kind":4194304,"name":"PreAPIHookContext","url":"modules/recipe_emailpassword.html#PreAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":234,"kind":4194304,"name":"PostAPIHookContext","url":"modules/recipe_emailpassword.html#PostAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailpassword"},{"id":235,"kind":4194304,"name":"UserInput","url":"modules/recipe_emailverification.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":236,"kind":4194304,"name":"RecipeInterface","url":"modules/recipe_emailverification.html#RecipeInterface","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":237,"kind":65536,"name":"__type","url":"modules/recipe_emailverification.html#RecipeInterface.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/emailverification.RecipeInterface"},{"id":238,"kind":2048,"name":"verifyEmail","url":"modules/recipe_emailverification.html#RecipeInterface.__type.verifyEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailverification.RecipeInterface.__type"},{"id":239,"kind":2048,"name":"sendVerificationEmail","url":"modules/recipe_emailverification.html#RecipeInterface.__type.sendVerificationEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailverification.RecipeInterface.__type"},{"id":240,"kind":2048,"name":"isEmailVerified","url":"modules/recipe_emailverification.html#RecipeInterface.__type.isEmailVerified","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailverification.RecipeInterface.__type"},{"id":241,"kind":2048,"name":"getEmailVerificationTokenFromURL","url":"modules/recipe_emailverification.html#RecipeInterface.__type.getEmailVerificationTokenFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/emailverification.RecipeInterface.__type"},{"id":242,"kind":16777216,"name":"RecipeFunctionOptions","url":"modules/recipe_emailverification.html#RecipeFunctionOptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":243,"kind":4194304,"name":"PreAPIHookContext","url":"modules/recipe_emailverification.html#PreAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":244,"kind":4194304,"name":"PostAPIHookContext","url":"modules/recipe_emailverification.html#PostAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":245,"kind":128,"name":"EmailVerificationClaimClass","url":"classes/recipe_emailverification.EmailVerificationClaimClass.html","classes":"tsd-kind-class tsd-parent-kind-module","parent":"recipe/emailverification"},{"id":246,"kind":512,"name":"constructor","url":"classes/recipe_emailverification.EmailVerificationClaimClass.html#constructor","classes":"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite","parent":"recipe/emailverification.EmailVerificationClaimClass"},{"id":247,"kind":1024,"name":"validators","url":"classes/recipe_emailverification.EmailVerificationClaimClass.html#validators","classes":"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite","parent":"recipe/emailverification.EmailVerificationClaimClass"},{"id":248,"kind":65536,"name":"__type","url":"classes/recipe_emailverification.EmailVerificationClaimClass.html#__type","classes":"tsd-kind-type-literal tsd-parent-kind-class","parent":"recipe/emailverification.EmailVerificationClaimClass"},{"id":249,"kind":4194304,"name":"PasswordlessUser","url":"modules/recipe_passwordless.html#PasswordlessUser","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":250,"kind":65536,"name":"__type","url":"modules/recipe_passwordless.html#PasswordlessUser.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/passwordless.PasswordlessUser"},{"id":251,"kind":1024,"name":"id","url":"modules/recipe_passwordless.html#PasswordlessUser.__type.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/passwordless.PasswordlessUser.__type"},{"id":252,"kind":1024,"name":"email","url":"modules/recipe_passwordless.html#PasswordlessUser.__type.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/passwordless.PasswordlessUser.__type"},{"id":253,"kind":1024,"name":"phoneNumber","url":"modules/recipe_passwordless.html#PasswordlessUser.__type.phoneNumber","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/passwordless.PasswordlessUser.__type"},{"id":254,"kind":1024,"name":"timeJoined","url":"modules/recipe_passwordless.html#PasswordlessUser.__type.timeJoined","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/passwordless.PasswordlessUser.__type"},{"id":255,"kind":4194304,"name":"UserInput","url":"modules/recipe_passwordless.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":256,"kind":4194304,"name":"RecipeInterface","url":"modules/recipe_passwordless.html#RecipeInterface","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":257,"kind":65536,"name":"__type","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/passwordless.RecipeInterface"},{"id":258,"kind":2048,"name":"createCode","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.createCode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":259,"kind":2048,"name":"resendCode","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.resendCode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":260,"kind":2048,"name":"consumeCode","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.consumeCode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":261,"kind":2048,"name":"getLinkCodeFromURL","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.getLinkCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":262,"kind":2048,"name":"getPreAuthSessionIdFromURL","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.getPreAuthSessionIdFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":263,"kind":2048,"name":"doesEmailExist","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.doesEmailExist","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":264,"kind":2048,"name":"doesPhoneNumberExist","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.doesPhoneNumberExist","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":265,"kind":2048,"name":"getLoginAttemptInfo","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.getLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":266,"kind":2048,"name":"setLoginAttemptInfo","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.setLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":267,"kind":2048,"name":"clearLoginAttemptInfo","url":"modules/recipe_passwordless.html#RecipeInterface.__type-1.clearLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/passwordless.RecipeInterface.__type"},{"id":268,"kind":16777216,"name":"RecipeFunctionOptions","url":"modules/recipe_passwordless.html#RecipeFunctionOptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":269,"kind":4194304,"name":"PreAPIHookContext","url":"modules/recipe_passwordless.html#PreAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":270,"kind":4194304,"name":"PostAPIHookContext","url":"modules/recipe_passwordless.html#PostAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":271,"kind":4194304,"name":"PreAndPostAPIHookAction","url":"modules/recipe_passwordless.html#PreAndPostAPIHookAction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/passwordless"},{"id":272,"kind":4194304,"name":"UserInput","url":"modules/recipe_session.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/session"},{"id":273,"kind":4194304,"name":"RecipeInterface","url":"modules/recipe_thirdparty.html#RecipeInterface","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":274,"kind":65536,"name":"__type","url":"modules/recipe_thirdparty.html#RecipeInterface.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/thirdparty.RecipeInterface"},{"id":275,"kind":2048,"name":"getStateAndOtherInfoFromStorage","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.getStateAndOtherInfoFromStorage","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":276,"kind":2048,"name":"setStateAndOtherInfoToStorage","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.setStateAndOtherInfoToStorage","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":277,"kind":2048,"name":"getAuthorisationURLWithQueryParamsAndSetState","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthorisationURLWithQueryParamsAndSetState","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":278,"kind":2048,"name":"getAuthorisationURLFromBackend","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthorisationURLFromBackend","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":279,"kind":2048,"name":"signInAndUp","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.signInAndUp","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":280,"kind":2048,"name":"generateStateToSendToOAuthProvider","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.generateStateToSendToOAuthProvider","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":281,"kind":2048,"name":"verifyAndGetStateOrThrowError","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.verifyAndGetStateOrThrowError","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":282,"kind":2048,"name":"getAuthCodeFromURL","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":283,"kind":2048,"name":"getAuthErrorFromURL","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthErrorFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":284,"kind":2048,"name":"getAuthStateFromURL","url":"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthStateFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdparty.RecipeInterface.__type"},{"id":285,"kind":4194304,"name":"StateObject","url":"modules/recipe_thirdparty.html#StateObject","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":286,"kind":65536,"name":"__type","url":"modules/recipe_thirdparty.html#StateObject.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/thirdparty.StateObject"},{"id":287,"kind":1024,"name":"expiresAt","url":"modules/recipe_thirdparty.html#StateObject.__type-1.expiresAt","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.StateObject.__type"},{"id":288,"kind":1024,"name":"providerId","url":"modules/recipe_thirdparty.html#StateObject.__type-1.providerId","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.StateObject.__type"},{"id":289,"kind":1024,"name":"authorisationURL","url":"modules/recipe_thirdparty.html#StateObject.__type-1.authorisationURL","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.StateObject.__type"},{"id":290,"kind":1024,"name":"stateForAuthProvider","url":"modules/recipe_thirdparty.html#StateObject.__type-1.stateForAuthProvider","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.StateObject.__type"},{"id":291,"kind":1024,"name":"providerClientId","url":"modules/recipe_thirdparty.html#StateObject.__type-1.providerClientId","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.StateObject.__type"},{"id":292,"kind":4194304,"name":"PreAPIHookContext","url":"modules/recipe_thirdparty.html#PreAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":293,"kind":4194304,"name":"PostAPIHookContext","url":"modules/recipe_thirdparty.html#PostAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":294,"kind":4194304,"name":"PreAndPostAPIHookAction","url":"modules/recipe_thirdparty.html#PreAndPostAPIHookAction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":295,"kind":4194304,"name":"UserInput","url":"modules/recipe_thirdparty.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":296,"kind":4194304,"name":"ThirdPartyUserType","url":"modules/recipe_thirdparty.html#ThirdPartyUserType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdparty"},{"id":297,"kind":65536,"name":"__type","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/thirdparty.ThirdPartyUserType"},{"id":298,"kind":1024,"name":"id","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.id","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type"},{"id":299,"kind":1024,"name":"email","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.email","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type"},{"id":300,"kind":1024,"name":"timeJoined","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.timeJoined","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type"},{"id":301,"kind":1024,"name":"thirdParty","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.thirdParty","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type"},{"id":302,"kind":65536,"name":"__type","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type"},{"id":303,"kind":1024,"name":"id","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.__type-3.id-1","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type.__type"},{"id":304,"kind":1024,"name":"userId","url":"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.__type-3.userId","classes":"tsd-kind-property tsd-parent-kind-type-literal","parent":"recipe/thirdparty.ThirdPartyUserType.__type.__type"},{"id":305,"kind":16777216,"name":"EmailPasswordUserType","url":"modules/recipe_thirdpartyemailpassword.html#EmailPasswordUserType","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":306,"kind":16777216,"name":"ThirdPartyUserType","url":"modules/recipe_thirdpartyemailpassword.html#ThirdPartyUserType","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":307,"kind":4194304,"name":"UserInput","url":"modules/recipe_thirdpartyemailpassword.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":308,"kind":4194304,"name":"RecipeInterface","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":309,"kind":65536,"name":"__type","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/thirdpartyemailpassword.RecipeInterface"},{"id":310,"kind":2048,"name":"submitNewPassword","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.submitNewPassword","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":311,"kind":2048,"name":"sendPasswordResetEmail","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.sendPasswordResetEmail","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":312,"kind":2048,"name":"doesEmailExist","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.doesEmailExist","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":313,"kind":2048,"name":"emailPasswordSignUp","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.emailPasswordSignUp","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":314,"kind":2048,"name":"emailPasswordSignIn","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.emailPasswordSignIn","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":315,"kind":2048,"name":"getResetPasswordTokenFromURL","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getResetPasswordTokenFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":316,"kind":2048,"name":"getAuthorisationURLFromBackend","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthorisationURLFromBackend","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":317,"kind":2048,"name":"thirdPartySignInAndUp","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.thirdPartySignInAndUp","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":318,"kind":2048,"name":"getStateAndOtherInfoFromStorage","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getStateAndOtherInfoFromStorage","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":319,"kind":2048,"name":"setStateAndOtherInfoToStorage","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.setStateAndOtherInfoToStorage","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":320,"kind":2048,"name":"getAuthorisationURLWithQueryParamsAndSetState","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthorisationURLWithQueryParamsAndSetState","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":321,"kind":2048,"name":"generateStateToSendToOAuthProvider","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.generateStateToSendToOAuthProvider","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":322,"kind":2048,"name":"verifyAndGetStateOrThrowError","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.verifyAndGetStateOrThrowError","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":323,"kind":2048,"name":"getAuthCodeFromURL","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":324,"kind":2048,"name":"getAuthErrorFromURL","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthErrorFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":325,"kind":2048,"name":"getAuthStateFromURL","url":"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthStateFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartyemailpassword.RecipeInterface.__type"},{"id":326,"kind":16777216,"name":"RecipeFunctionOptions","url":"modules/recipe_thirdpartyemailpassword.html#RecipeFunctionOptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":327,"kind":4194304,"name":"PreAPIHookContext","url":"modules/recipe_thirdpartyemailpassword.html#PreAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":328,"kind":4194304,"name":"PostAPIHookContext","url":"modules/recipe_thirdpartyemailpassword.html#PostAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartyemailpassword"},{"id":329,"kind":16777216,"name":"PasswordlessUser","url":"modules/recipe_thirdpartypasswordless.html#PasswordlessUser","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":330,"kind":4194304,"name":"PasswordlessFlowType","url":"modules/recipe_thirdpartypasswordless.html#PasswordlessFlowType","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":331,"kind":4194304,"name":"UserInput","url":"modules/recipe_thirdpartypasswordless.html#UserInput","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":332,"kind":4194304,"name":"RecipeInterface","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":333,"kind":65536,"name":"__type","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias","parent":"recipe/thirdpartypasswordless.RecipeInterface"},{"id":334,"kind":2048,"name":"getAuthorisationURLFromBackend","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getAuthorisationURLFromBackend","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":335,"kind":2048,"name":"thirdPartySignInAndUp","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.thirdPartySignInAndUp","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":336,"kind":2048,"name":"getThirdPartyStateAndOtherInfoFromStorage","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyStateAndOtherInfoFromStorage","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":337,"kind":2048,"name":"setThirdPartyStateAndOtherInfoToStorage","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.setThirdPartyStateAndOtherInfoToStorage","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":338,"kind":2048,"name":"getThirdPartyAuthorisationURLWithQueryParamsAndSetState","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthorisationURLWithQueryParamsAndSetState","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":339,"kind":2048,"name":"generateThirdPartyStateToSendToOAuthProvider","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.generateThirdPartyStateToSendToOAuthProvider","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":340,"kind":2048,"name":"verifyAndGetThirdPartyStateOrThrowError","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.verifyAndGetThirdPartyStateOrThrowError","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":341,"kind":2048,"name":"getThirdPartyAuthCodeFromURL","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":342,"kind":2048,"name":"getThirdPartyAuthErrorFromURL","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthErrorFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":343,"kind":2048,"name":"getThirdPartyAuthStateFromURL","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthStateFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":344,"kind":2048,"name":"createPasswordlessCode","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.createPasswordlessCode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":345,"kind":2048,"name":"resendPasswordlessCode","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.resendPasswordlessCode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":346,"kind":2048,"name":"consumePasswordlessCode","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.consumePasswordlessCode","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":347,"kind":2048,"name":"getPasswordlessLinkCodeFromURL","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getPasswordlessLinkCodeFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":348,"kind":2048,"name":"getPasswordlessPreAuthSessionIdFromURL","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getPasswordlessPreAuthSessionIdFromURL","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":349,"kind":2048,"name":"doesPasswordlessUserEmailExist","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.doesPasswordlessUserEmailExist","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":350,"kind":2048,"name":"doesPasswordlessUserPhoneNumberExist","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.doesPasswordlessUserPhoneNumberExist","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":351,"kind":2048,"name":"getPasswordlessLoginAttemptInfo","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getPasswordlessLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":352,"kind":2048,"name":"setPasswordlessLoginAttemptInfo","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.setPasswordlessLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":353,"kind":2048,"name":"clearPasswordlessLoginAttemptInfo","url":"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.clearPasswordlessLoginAttemptInfo","classes":"tsd-kind-method tsd-parent-kind-type-literal","parent":"recipe/thirdpartypasswordless.RecipeInterface.__type"},{"id":354,"kind":16777216,"name":"RecipeFunctionOptions","url":"modules/recipe_thirdpartypasswordless.html#RecipeFunctionOptions","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":355,"kind":4194304,"name":"PreAPIHookContext","url":"modules/recipe_thirdpartypasswordless.html#PreAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":356,"kind":4194304,"name":"PostAPIHookContext","url":"modules/recipe_thirdpartypasswordless.html#PostAPIHookContext","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":357,"kind":4194304,"name":"PreAndPostAPIHookAction","url":"modules/recipe_thirdpartypasswordless.html#PreAndPostAPIHookAction","classes":"tsd-kind-type-alias tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":358,"kind":16777216,"name":"StateObject","url":"modules/recipe_thirdpartypasswordless.html#StateObject","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":359,"kind":16777216,"name":"ThirdPartyUserType","url":"modules/recipe_thirdpartypasswordless.html#ThirdPartyUserType","classes":"tsd-kind-reference tsd-parent-kind-module","parent":"recipe/thirdpartypasswordless"},{"id":360,"kind":32,"name":"UserRoleClaim","url":"modules/recipe_userroles.html#UserRoleClaim","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"recipe/userroles"},{"id":361,"kind":32,"name":"PermissionClaim","url":"modules/recipe_userroles.html#PermissionClaim","classes":"tsd-kind-variable tsd-parent-kind-module","parent":"recipe/userroles"}],"index":{"version":"2.3.9","fields":["name","parent"],"fieldVectors":[["name/0",[0,46.416]],["parent/0",[]],["name/1",[1,34.521]],["parent/1",[0,4.583]],["name/2",[2,30.91]],["parent/2",[3,4.915]],["name/3",[4,33.687]],["parent/3",[3,4.915]],["name/4",[2,30.91]],["parent/4",[0,4.583]],["name/5",[5,49.781]],["parent/5",[]],["name/6",[1,34.521]],["parent/6",[5,4.915]],["name/7",[4,33.687]],["parent/7",[6,4.583]],["name/8",[7,32.917]],["parent/8",[6,4.583]],["name/9",[8,49.781]],["parent/9",[6,4.583]],["name/10",[9,30.91]],["parent/10",[]],["name/11",[1,34.521]],["parent/11",[9,3.052]],["name/12",[2,30.91]],["parent/12",[10,3.597]],["name/13",[7,32.917]],["parent/13",[10,3.597]],["name/14",[11,40.226]],["parent/14",[10,3.597]],["name/15",[12,40.226]],["parent/15",[10,3.597]],["name/16",[13,46.416]],["parent/16",[10,3.597]],["name/17",[14,46.416]],["parent/17",[10,3.597]],["name/18",[15,36.431]],["parent/18",[10,3.597]],["name/19",[16,40.226]],["parent/19",[10,3.597]],["name/20",[4,33.687]],["parent/20",[10,3.597]],["name/21",[2,30.91]],["parent/21",[9,3.052]],["name/22",[11,40.226]],["parent/22",[9,3.052]],["name/23",[12,40.226]],["parent/23",[9,3.052]],["name/24",[13,46.416]],["parent/24",[9,3.052]],["name/25",[14,46.416]],["parent/25",[9,3.052]],["name/26",[15,36.431]],["parent/26",[9,3.052]],["name/27",[16,40.226]],["parent/27",[9,3.052]],["name/28",[7,32.917]],["parent/28",[9,3.052]],["name/29",[17,32.203]],["parent/29",[]],["name/30",[1,34.521]],["parent/30",[17,3.179]],["name/31",[18,49.781]],["parent/31",[19,3.83]],["name/32",[2,30.91]],["parent/32",[19,3.83]],["name/33",[20,46.416]],["parent/33",[19,3.83]],["name/34",[21,46.416]],["parent/34",[19,3.83]],["name/35",[22,46.416]],["parent/35",[19,3.83]],["name/36",[23,46.416]],["parent/36",[19,3.83]],["name/37",[4,33.687]],["parent/37",[19,3.83]],["name/38",[2,30.91]],["parent/38",[17,3.179]],["name/39",[20,46.416]],["parent/39",[17,3.179]],["name/40",[21,46.416]],["parent/40",[17,3.179]],["name/41",[22,46.416]],["parent/41",[17,3.179]],["name/42",[23,46.416]],["parent/42",[17,3.179]],["name/43",[18,49.781]],["parent/43",[17,3.179]],["name/44",[24,28.263]],["parent/44",[]],["name/45",[1,34.521]],["parent/45",[24,2.791]],["name/46",[2,30.91]],["parent/46",[25,3.25]],["name/47",[26,46.416]],["parent/47",[25,3.25]],["name/48",[27,46.416]],["parent/48",[25,3.25]],["name/49",[28,46.416]],["parent/49",[25,3.25]],["name/50",[29,46.416]],["parent/50",[25,3.25]],["name/51",[30,46.416]],["parent/51",[25,3.25]],["name/52",[15,36.431]],["parent/52",[25,3.25]],["name/53",[31,46.416]],["parent/53",[25,3.25]],["name/54",[32,46.416]],["parent/54",[25,3.25]],["name/55",[33,46.416]],["parent/55",[25,3.25]],["name/56",[34,46.416]],["parent/56",[25,3.25]],["name/57",[7,32.917]],["parent/57",[25,3.25]],["name/58",[4,33.687]],["parent/58",[25,3.25]],["name/59",[2,30.91]],["parent/59",[24,2.791]],["name/60",[26,46.416]],["parent/60",[24,2.791]],["name/61",[27,46.416]],["parent/61",[24,2.791]],["name/62",[28,46.416]],["parent/62",[24,2.791]],["name/63",[15,36.431]],["parent/63",[24,2.791]],["name/64",[31,46.416]],["parent/64",[24,2.791]],["name/65",[7,32.917]],["parent/65",[24,2.791]],["name/66",[29,46.416]],["parent/66",[24,2.791]],["name/67",[30,46.416]],["parent/67",[24,2.791]],["name/68",[32,46.416]],["parent/68",[24,2.791]],["name/69",[33,46.416]],["parent/69",[24,2.791]],["name/70",[34,46.416]],["parent/70",[24,2.791]],["name/71",[35,49.781]],["parent/71",[]],["name/72",[1,34.521]],["parent/72",[35,4.915]],["name/73",[4,33.687]],["parent/73",[36,4.915]],["name/74",[8,49.781]],["parent/74",[36,4.915]],["name/75",[37,32.917]],["parent/75",[]],["name/76",[1,34.521]],["parent/76",[37,3.25]],["name/77",[2,30.91]],["parent/77",[38,3.408]],["name/78",[39,49.781]],["parent/78",[38,3.408]],["name/79",[40,49.781]],["parent/79",[38,3.408]],["name/80",[41,49.781]],["parent/80",[38,3.408]],["name/81",[42,49.781]],["parent/81",[38,3.408]],["name/82",[43,49.781]],["parent/82",[38,3.408]],["name/83",[7,32.917]],["parent/83",[38,3.408]],["name/84",[44,49.781]],["parent/84",[38,3.408]],["name/85",[45,49.781]],["parent/85",[38,3.408]],["name/86",[46,49.781]],["parent/86",[38,3.408]],["name/87",[4,33.687]],["parent/87",[38,3.408]],["name/88",[2,30.91]],["parent/88",[37,3.25]],["name/89",[39,49.781]],["parent/89",[37,3.25]],["name/90",[40,49.781]],["parent/90",[37,3.25]],["name/91",[41,49.781]],["parent/91",[37,3.25]],["name/92",[42,49.781]],["parent/92",[37,3.25]],["name/93",[43,49.781]],["parent/93",[37,3.25]],["name/94",[7,32.917]],["parent/94",[37,3.25]],["name/95",[45,49.781]],["parent/95",[37,3.25]],["name/96",[44,49.781]],["parent/96",[37,3.25]],["name/97",[46,49.781]],["parent/97",[37,3.25]],["name/98",[47,28.263]],["parent/98",[]],["name/99",[1,34.521]],["parent/99",[47,2.791]],["name/100",[2,30.91]],["parent/100",[48,3.25]],["name/101",[7,32.917]],["parent/101",[48,3.25]],["name/102",[49,40.226]],["parent/102",[48,3.25]],["name/103",[50,40.226]],["parent/103",[48,3.25]],["name/104",[51,40.226]],["parent/104",[48,3.25]],["name/105",[52,36.431]],["parent/105",[48,3.25]],["name/106",[53,46.416]],["parent/106",[48,3.25]],["name/107",[54,40.226]],["parent/107",[48,3.25]],["name/108",[55,40.226]],["parent/108",[48,3.25]],["name/109",[56,40.226]],["parent/109",[48,3.25]],["name/110",[57,40.226]],["parent/110",[48,3.25]],["name/111",[58,40.226]],["parent/111",[48,3.25]],["name/112",[4,33.687]],["parent/112",[48,3.25]],["name/113",[2,30.91]],["parent/113",[47,2.791]],["name/114",[51,40.226]],["parent/114",[47,2.791]],["name/115",[53,46.416]],["parent/115",[47,2.791]],["name/116",[7,32.917]],["parent/116",[47,2.791]],["name/117",[49,40.226]],["parent/117",[47,2.791]],["name/118",[50,40.226]],["parent/118",[47,2.791]],["name/119",[52,36.431]],["parent/119",[47,2.791]],["name/120",[54,40.226]],["parent/120",[47,2.791]],["name/121",[55,40.226]],["parent/121",[47,2.791]],["name/122",[56,40.226]],["parent/122",[47,2.791]],["name/123",[57,40.226]],["parent/123",[47,2.791]],["name/124",[58,40.226]],["parent/124",[47,2.791]],["name/125",[59,25.802]],["parent/125",[]],["name/126",[1,34.521]],["parent/126",[59,2.548]],["name/127",[2,30.91]],["parent/127",[60,2.887]],["name/128",[7,32.917]],["parent/128",[60,2.887]],["name/129",[11,40.226]],["parent/129",[60,2.887]],["name/130",[12,40.226]],["parent/130",[60,2.887]],["name/131",[15,36.431]],["parent/131",[60,2.887]],["name/132",[61,46.416]],["parent/132",[60,2.887]],["name/133",[62,46.416]],["parent/133",[60,2.887]],["name/134",[16,40.226]],["parent/134",[60,2.887]],["name/135",[52,36.431]],["parent/135",[60,2.887]],["name/136",[63,40.226]],["parent/136",[60,2.887]],["name/137",[49,40.226]],["parent/137",[60,2.887]],["name/138",[50,40.226]],["parent/138",[60,2.887]],["name/139",[51,40.226]],["parent/139",[60,2.887]],["name/140",[54,40.226]],["parent/140",[60,2.887]],["name/141",[55,40.226]],["parent/141",[60,2.887]],["name/142",[56,40.226]],["parent/142",[60,2.887]],["name/143",[57,40.226]],["parent/143",[60,2.887]],["name/144",[58,40.226]],["parent/144",[60,2.887]],["name/145",[4,33.687]],["parent/145",[60,2.887]],["name/146",[2,30.91]],["parent/146",[59,2.548]],["name/147",[11,40.226]],["parent/147",[59,2.548]],["name/148",[12,40.226]],["parent/148",[59,2.548]],["name/149",[15,36.431]],["parent/149",[59,2.548]],["name/150",[61,46.416]],["parent/150",[59,2.548]],["name/151",[62,46.416]],["parent/151",[59,2.548]],["name/152",[63,40.226]],["parent/152",[59,2.548]],["name/153",[51,40.226]],["parent/153",[59,2.548]],["name/154",[7,32.917]],["parent/154",[59,2.548]],["name/155",[16,40.226]],["parent/155",[59,2.548]],["name/156",[52,36.431]],["parent/156",[59,2.548]],["name/157",[49,40.226]],["parent/157",[59,2.548]],["name/158",[50,40.226]],["parent/158",[59,2.548]],["name/159",[54,40.226]],["parent/159",[59,2.548]],["name/160",[55,40.226]],["parent/160",[59,2.548]],["name/161",[56,40.226]],["parent/161",[59,2.548]],["name/162",[57,40.226]],["parent/162",[59,2.548]],["name/163",[58,40.226]],["parent/163",[59,2.548]],["name/164",[64,23.534]],["parent/164",[]],["name/165",[1,34.521]],["parent/165",[64,2.324]],["name/166",[2,30.91]],["parent/166",[65,2.703]],["name/167",[7,32.917]],["parent/167",[65,2.703]],["name/168",[52,36.431]],["parent/168",[65,2.703]],["name/169",[63,40.226]],["parent/169",[65,2.703]],["name/170",[66,46.416]],["parent/170",[65,2.703]],["name/171",[67,46.416]],["parent/171",[65,2.703]],["name/172",[68,46.416]],["parent/172",[65,2.703]],["name/173",[69,46.416]],["parent/173",[65,2.703]],["name/174",[70,46.416]],["parent/174",[65,2.703]],["name/175",[71,46.416]],["parent/175",[65,2.703]],["name/176",[72,46.416]],["parent/176",[65,2.703]],["name/177",[73,46.416]],["parent/177",[65,2.703]],["name/178",[74,46.416]],["parent/178",[65,2.703]],["name/179",[75,46.416]],["parent/179",[65,2.703]],["name/180",[76,46.416]],["parent/180",[65,2.703]],["name/181",[77,46.416]],["parent/181",[65,2.703]],["name/182",[78,46.416]],["parent/182",[65,2.703]],["name/183",[79,46.416]],["parent/183",[65,2.703]],["name/184",[80,46.416]],["parent/184",[65,2.703]],["name/185",[81,46.416]],["parent/185",[65,2.703]],["name/186",[82,46.416]],["parent/186",[65,2.703]],["name/187",[83,46.416]],["parent/187",[65,2.703]],["name/188",[4,33.687]],["parent/188",[65,2.703]],["name/189",[2,30.91]],["parent/189",[64,2.324]],["name/190",[68,46.416]],["parent/190",[64,2.324]],["name/191",[63,40.226]],["parent/191",[64,2.324]],["name/192",[74,46.416]],["parent/192",[64,2.324]],["name/193",[75,46.416]],["parent/193",[64,2.324]],["name/194",[76,46.416]],["parent/194",[64,2.324]],["name/195",[79,46.416]],["parent/195",[64,2.324]],["name/196",[80,46.416]],["parent/196",[64,2.324]],["name/197",[7,32.917]],["parent/197",[64,2.324]],["name/198",[52,36.431]],["parent/198",[64,2.324]],["name/199",[66,46.416]],["parent/199",[64,2.324]],["name/200",[67,46.416]],["parent/200",[64,2.324]],["name/201",[69,46.416]],["parent/201",[64,2.324]],["name/202",[70,46.416]],["parent/202",[64,2.324]],["name/203",[71,46.416]],["parent/203",[64,2.324]],["name/204",[72,46.416]],["parent/204",[64,2.324]],["name/205",[73,46.416]],["parent/205",[64,2.324]],["name/206",[77,46.416]],["parent/206",[64,2.324]],["name/207",[78,46.416]],["parent/207",[64,2.324]],["name/208",[81,46.416]],["parent/208",[64,2.324]],["name/209",[82,46.416]],["parent/209",[64,2.324]],["name/210",[83,46.416]],["parent/210",[64,2.324]],["name/211",[84,43.903]],["parent/211",[]],["name/212",[1,34.521]],["parent/212",[84,4.335]],["name/213",[85,49.781]],["parent/213",[86,4.583]],["name/214",[87,49.781]],["parent/214",[86,4.583]],["name/215",[4,33.687]],["parent/215",[86,4.583]],["name/216",[88,54.889]],["parent/216",[9,3.052]],["name/217",[89,32.917]],["parent/217",[90,5.419]],["name/218",[91,43.903]],["parent/218",[92,4.583]],["name/219",[93,46.416]],["parent/219",[92,4.583]],["name/220",[94,46.416]],["parent/220",[92,4.583]],["name/221",[95,38.795]],["parent/221",[9,3.052]],["name/222",[96,40.226]],["parent/222",[9,3.052]],["name/223",[89,32.917]],["parent/223",[97,5.419]],["name/224",[11,40.226]],["parent/224",[98,3.972]],["name/225",[12,40.226]],["parent/225",[98,3.972]],["name/226",[13,46.416]],["parent/226",[98,3.972]],["name/227",[14,46.416]],["parent/227",[98,3.972]],["name/228",[15,36.431]],["parent/228",[98,3.972]],["name/229",[16,40.226]],["parent/229",[98,3.972]],["name/230",[99,41.897]],["parent/230",[9,3.052]],["name/231",[89,32.917]],["parent/231",[100,5.419]],["name/232",[101,54.889]],["parent/232",[102,5.419]],["name/233",[103,40.226]],["parent/233",[9,3.052]],["name/234",[104,40.226]],["parent/234",[9,3.052]],["name/235",[95,38.795]],["parent/235",[17,3.179]],["name/236",[96,40.226]],["parent/236",[17,3.179]],["name/237",[89,32.917]],["parent/237",[105,5.419]],["name/238",[20,46.416]],["parent/238",[106,4.335]],["name/239",[21,46.416]],["parent/239",[106,4.335]],["name/240",[22,46.416]],["parent/240",[106,4.335]],["name/241",[23,46.416]],["parent/241",[106,4.335]],["name/242",[99,41.897]],["parent/242",[17,3.179]],["name/243",[103,40.226]],["parent/243",[17,3.179]],["name/244",[104,40.226]],["parent/244",[17,3.179]],["name/245",[107,54.889]],["parent/245",[17,3.179]],["name/246",[4,33.687]],["parent/246",[108,4.583]],["name/247",[109,54.889]],["parent/247",[108,4.583]],["name/248",[89,32.917]],["parent/248",[108,4.583]],["name/249",[110,49.781]],["parent/249",[24,2.791]],["name/250",[89,32.917]],["parent/250",[111,5.419]],["name/251",[91,43.903]],["parent/251",[112,4.335]],["name/252",[93,46.416]],["parent/252",[112,4.335]],["name/253",[113,54.889]],["parent/253",[112,4.335]],["name/254",[94,46.416]],["parent/254",[112,4.335]],["name/255",[95,38.795]],["parent/255",[24,2.791]],["name/256",[96,40.226]],["parent/256",[24,2.791]],["name/257",[89,32.917]],["parent/257",[114,5.419]],["name/258",[26,46.416]],["parent/258",[115,3.498]],["name/259",[27,46.416]],["parent/259",[115,3.498]],["name/260",[28,46.416]],["parent/260",[115,3.498]],["name/261",[29,46.416]],["parent/261",[115,3.498]],["name/262",[30,46.416]],["parent/262",[115,3.498]],["name/263",[15,36.431]],["parent/263",[115,3.498]],["name/264",[31,46.416]],["parent/264",[115,3.498]],["name/265",[32,46.416]],["parent/265",[115,3.498]],["name/266",[33,46.416]],["parent/266",[115,3.498]],["name/267",[34,46.416]],["parent/267",[115,3.498]],["name/268",[99,41.897]],["parent/268",[24,2.791]],["name/269",[103,40.226]],["parent/269",[24,2.791]],["name/270",[104,40.226]],["parent/270",[24,2.791]],["name/271",[116,46.416]],["parent/271",[24,2.791]],["name/272",[95,38.795]],["parent/272",[37,3.25]],["name/273",[96,40.226]],["parent/273",[47,2.791]],["name/274",[89,32.917]],["parent/274",[117,5.419]],["name/275",[49,40.226]],["parent/275",[118,3.498]],["name/276",[50,40.226]],["parent/276",[118,3.498]],["name/277",[51,40.226]],["parent/277",[118,3.498]],["name/278",[52,36.431]],["parent/278",[118,3.498]],["name/279",[53,46.416]],["parent/279",[118,3.498]],["name/280",[54,40.226]],["parent/280",[118,3.498]],["name/281",[55,40.226]],["parent/281",[118,3.498]],["name/282",[56,40.226]],["parent/282",[118,3.498]],["name/283",[57,40.226]],["parent/283",[118,3.498]],["name/284",[58,40.226]],["parent/284",[118,3.498]],["name/285",[119,49.781]],["parent/285",[47,2.791]],["name/286",[89,32.917]],["parent/286",[120,5.419]],["name/287",[121,54.889]],["parent/287",[122,4.137]],["name/288",[123,54.889]],["parent/288",[122,4.137]],["name/289",[124,54.889]],["parent/289",[122,4.137]],["name/290",[125,54.889]],["parent/290",[122,4.137]],["name/291",[126,54.889]],["parent/291",[122,4.137]],["name/292",[103,40.226]],["parent/292",[47,2.791]],["name/293",[104,40.226]],["parent/293",[47,2.791]],["name/294",[116,46.416]],["parent/294",[47,2.791]],["name/295",[95,38.795]],["parent/295",[47,2.791]],["name/296",[127,46.416]],["parent/296",[47,2.791]],["name/297",[89,32.917]],["parent/297",[128,5.419]],["name/298",[91,43.903]],["parent/298",[129,4.137]],["name/299",[93,46.416]],["parent/299",[129,4.137]],["name/300",[94,46.416]],["parent/300",[129,4.137]],["name/301",[130,54.889]],["parent/301",[129,4.137]],["name/302",[89,32.917]],["parent/302",[129,4.137]],["name/303",[91,43.903]],["parent/303",[131,4.915]],["name/304",[132,54.889]],["parent/304",[131,4.915]],["name/305",[133,54.889]],["parent/305",[59,2.548]],["name/306",[127,46.416]],["parent/306",[59,2.548]],["name/307",[95,38.795]],["parent/307",[59,2.548]],["name/308",[96,40.226]],["parent/308",[59,2.548]],["name/309",[89,32.917]],["parent/309",[134,5.419]],["name/310",[11,40.226]],["parent/310",[135,3.052]],["name/311",[12,40.226]],["parent/311",[135,3.052]],["name/312",[15,36.431]],["parent/312",[135,3.052]],["name/313",[61,46.416]],["parent/313",[135,3.052]],["name/314",[62,46.416]],["parent/314",[135,3.052]],["name/315",[16,40.226]],["parent/315",[135,3.052]],["name/316",[52,36.431]],["parent/316",[135,3.052]],["name/317",[63,40.226]],["parent/317",[135,3.052]],["name/318",[49,40.226]],["parent/318",[135,3.052]],["name/319",[50,40.226]],["parent/319",[135,3.052]],["name/320",[51,40.226]],["parent/320",[135,3.052]],["name/321",[54,40.226]],["parent/321",[135,3.052]],["name/322",[55,40.226]],["parent/322",[135,3.052]],["name/323",[56,40.226]],["parent/323",[135,3.052]],["name/324",[57,40.226]],["parent/324",[135,3.052]],["name/325",[58,40.226]],["parent/325",[135,3.052]],["name/326",[99,41.897]],["parent/326",[59,2.548]],["name/327",[103,40.226]],["parent/327",[59,2.548]],["name/328",[104,40.226]],["parent/328",[59,2.548]],["name/329",[110,49.781]],["parent/329",[64,2.324]],["name/330",[136,54.889]],["parent/330",[64,2.324]],["name/331",[95,38.795]],["parent/331",[64,2.324]],["name/332",[96,40.226]],["parent/332",[64,2.324]],["name/333",[89,32.917]],["parent/333",[137,5.419]],["name/334",[52,36.431]],["parent/334",[138,2.838]],["name/335",[63,40.226]],["parent/335",[138,2.838]],["name/336",[66,46.416]],["parent/336",[138,2.838]],["name/337",[67,46.416]],["parent/337",[138,2.838]],["name/338",[68,46.416]],["parent/338",[138,2.838]],["name/339",[69,46.416]],["parent/339",[138,2.838]],["name/340",[70,46.416]],["parent/340",[138,2.838]],["name/341",[71,46.416]],["parent/341",[138,2.838]],["name/342",[72,46.416]],["parent/342",[138,2.838]],["name/343",[73,46.416]],["parent/343",[138,2.838]],["name/344",[74,46.416]],["parent/344",[138,2.838]],["name/345",[75,46.416]],["parent/345",[138,2.838]],["name/346",[76,46.416]],["parent/346",[138,2.838]],["name/347",[77,46.416]],["parent/347",[138,2.838]],["name/348",[78,46.416]],["parent/348",[138,2.838]],["name/349",[79,46.416]],["parent/349",[138,2.838]],["name/350",[80,46.416]],["parent/350",[138,2.838]],["name/351",[81,46.416]],["parent/351",[138,2.838]],["name/352",[82,46.416]],["parent/352",[138,2.838]],["name/353",[83,46.416]],["parent/353",[138,2.838]],["name/354",[99,41.897]],["parent/354",[64,2.324]],["name/355",[103,40.226]],["parent/355",[64,2.324]],["name/356",[104,40.226]],["parent/356",[64,2.324]],["name/357",[116,46.416]],["parent/357",[64,2.324]],["name/358",[119,49.781]],["parent/358",[64,2.324]],["name/359",[127,46.416]],["parent/359",[64,2.324]],["name/360",[85,49.781]],["parent/360",[84,4.335]],["name/361",[87,49.781]],["parent/361",[84,4.335]]],"invertedIndex":[["__type",{"_index":89,"name":{"217":{},"223":{},"231":{},"237":{},"248":{},"250":{},"257":{},"274":{},"286":{},"297":{},"302":{},"309":{},"333":{}},"parent":{}}],["addaxiosinterceptors",{"_index":43,"name":{"82":{},"93":{}},"parent":{}}],["attemptrefreshingsession",{"_index":41,"name":{"80":{},"91":{}},"parent":{}}],["authorisationurl",{"_index":124,"name":{"289":{}},"parent":{}}],["clearloginattemptinfo",{"_index":34,"name":{"56":{},"70":{},"267":{}},"parent":{}}],["clearpasswordlessloginattemptinfo",{"_index":83,"name":{"187":{},"210":{},"353":{}},"parent":{}}],["config",{"_index":8,"name":{"9":{},"74":{}},"parent":{}}],["constructor",{"_index":4,"name":{"3":{},"7":{},"20":{},"37":{},"58":{},"73":{},"87":{},"112":{},"145":{},"188":{},"215":{},"246":{}},"parent":{}}],["consumecode",{"_index":28,"name":{"49":{},"62":{},"260":{}},"parent":{}}],["consumepasswordlesscode",{"_index":76,"name":{"180":{},"194":{},"346":{}},"parent":{}}],["createcode",{"_index":26,"name":{"47":{},"60":{},"258":{}},"parent":{}}],["createpasswordlesscode",{"_index":74,"name":{"178":{},"192":{},"344":{}},"parent":{}}],["default",{"_index":1,"name":{"1":{},"6":{},"11":{},"30":{},"45":{},"72":{},"76":{},"99":{},"126":{},"165":{},"212":{}},"parent":{}}],["doesemailexist",{"_index":15,"name":{"18":{},"26":{},"52":{},"63":{},"131":{},"149":{},"228":{},"263":{},"312":{}},"parent":{}}],["doespasswordlessuseremailexist",{"_index":79,"name":{"183":{},"195":{},"349":{}},"parent":{}}],["doespasswordlessuserphonenumberexist",{"_index":80,"name":{"184":{},"196":{},"350":{}},"parent":{}}],["doesphonenumberexist",{"_index":31,"name":{"53":{},"64":{},"264":{}},"parent":{}}],["doessessionexist",{"_index":42,"name":{"81":{},"92":{}},"parent":{}}],["email",{"_index":93,"name":{"219":{},"252":{},"299":{}},"parent":{}}],["emailpasswordsignin",{"_index":62,"name":{"133":{},"151":{},"314":{}},"parent":{}}],["emailpasswordsignup",{"_index":61,"name":{"132":{},"150":{},"313":{}},"parent":{}}],["emailpasswordusertype",{"_index":133,"name":{"305":{}},"parent":{}}],["emailverificationclaim",{"_index":18,"name":{"31":{},"43":{}},"parent":{}}],["emailverificationclaimclass",{"_index":107,"name":{"245":{}},"parent":{}}],["expiresat",{"_index":121,"name":{"287":{}},"parent":{}}],["generatestatetosendtooauthprovider",{"_index":54,"name":{"107":{},"120":{},"140":{},"159":{},"280":{},"321":{}},"parent":{}}],["generatethirdpartystatetosendtooauthprovider",{"_index":69,"name":{"173":{},"201":{},"339":{}},"parent":{}}],["getaccesstokenpayloadsecurely",{"_index":40,"name":{"79":{},"90":{}},"parent":{}}],["getauthcodefromurl",{"_index":56,"name":{"109":{},"122":{},"142":{},"161":{},"282":{},"323":{}},"parent":{}}],["getautherrorfromurl",{"_index":57,"name":{"110":{},"123":{},"143":{},"162":{},"283":{},"324":{}},"parent":{}}],["getauthorisationurlfrombackend",{"_index":52,"name":{"105":{},"119":{},"135":{},"156":{},"168":{},"198":{},"278":{},"316":{},"334":{}},"parent":{}}],["getauthorisationurlwithqueryparamsandsetstate",{"_index":51,"name":{"104":{},"114":{},"139":{},"153":{},"277":{},"320":{}},"parent":{}}],["getauthstatefromurl",{"_index":58,"name":{"111":{},"124":{},"144":{},"163":{},"284":{},"325":{}},"parent":{}}],["getclaimvalue",{"_index":44,"name":{"84":{},"96":{}},"parent":{}}],["getemailverificationtokenfromurl",{"_index":23,"name":{"36":{},"42":{},"241":{}},"parent":{}}],["getinvalidclaimsfromresponse",{"_index":46,"name":{"86":{},"97":{}},"parent":{}}],["getlinkcodefromurl",{"_index":29,"name":{"50":{},"66":{},"261":{}},"parent":{}}],["getloginattemptinfo",{"_index":32,"name":{"54":{},"68":{},"265":{}},"parent":{}}],["getpasswordlesslinkcodefromurl",{"_index":77,"name":{"181":{},"206":{},"347":{}},"parent":{}}],["getpasswordlessloginattemptinfo",{"_index":81,"name":{"185":{},"208":{},"351":{}},"parent":{}}],["getpasswordlesspreauthsessionidfromurl",{"_index":78,"name":{"182":{},"207":{},"348":{}},"parent":{}}],["getpreauthsessionidfromurl",{"_index":30,"name":{"51":{},"67":{},"262":{}},"parent":{}}],["getresetpasswordtokenfromurl",{"_index":16,"name":{"19":{},"27":{},"134":{},"155":{},"229":{},"315":{}},"parent":{}}],["getstateandotherinfofromstorage",{"_index":49,"name":{"102":{},"117":{},"137":{},"157":{},"275":{},"318":{}},"parent":{}}],["getthirdpartyauthcodefromurl",{"_index":71,"name":{"175":{},"203":{},"341":{}},"parent":{}}],["getthirdpartyautherrorfromurl",{"_index":72,"name":{"176":{},"204":{},"342":{}},"parent":{}}],["getthirdpartyauthorisationurlwithqueryparamsandsetstate",{"_index":68,"name":{"172":{},"190":{},"338":{}},"parent":{}}],["getthirdpartyauthstatefromurl",{"_index":73,"name":{"177":{},"205":{},"343":{}},"parent":{}}],["getthirdpartystateandotherinfofromstorage",{"_index":66,"name":{"170":{},"199":{},"336":{}},"parent":{}}],["getuserid",{"_index":39,"name":{"78":{},"89":{}},"parent":{}}],["id",{"_index":91,"name":{"218":{},"251":{},"298":{},"303":{}},"parent":{}}],["index",{"_index":0,"name":{"0":{}},"parent":{"1":{},"4":{}}}],["index.default",{"_index":3,"name":{},"parent":{"2":{},"3":{}}}],["init",{"_index":2,"name":{"2":{},"4":{},"12":{},"21":{},"32":{},"38":{},"46":{},"59":{},"77":{},"88":{},"100":{},"113":{},"127":{},"146":{},"166":{},"189":{}},"parent":{}}],["isemailverified",{"_index":22,"name":{"35":{},"41":{},"240":{}},"parent":{}}],["passwordlessflowtype",{"_index":136,"name":{"330":{}},"parent":{}}],["passwordlessuser",{"_index":110,"name":{"249":{},"329":{}},"parent":{}}],["permissionclaim",{"_index":87,"name":{"214":{},"361":{}},"parent":{}}],["phonenumber",{"_index":113,"name":{"253":{}},"parent":{}}],["postapihookcontext",{"_index":104,"name":{"234":{},"244":{},"270":{},"293":{},"328":{},"356":{}},"parent":{}}],["preandpostapihookaction",{"_index":116,"name":{"271":{},"294":{},"357":{}},"parent":{}}],["preapihook",{"_index":101,"name":{"232":{}},"parent":{}}],["preapihookcontext",{"_index":103,"name":{"233":{},"243":{},"269":{},"292":{},"327":{},"355":{}},"parent":{}}],["providerclientid",{"_index":126,"name":{"291":{}},"parent":{}}],["providerid",{"_index":123,"name":{"288":{}},"parent":{}}],["recipe/authrecipe",{"_index":5,"name":{"5":{}},"parent":{"6":{}}}],["recipe/authrecipe.default",{"_index":6,"name":{},"parent":{"7":{},"8":{},"9":{}}}],["recipe/emailpassword",{"_index":9,"name":{"10":{}},"parent":{"11":{},"21":{},"22":{},"23":{},"24":{},"25":{},"26":{},"27":{},"28":{},"216":{},"221":{},"222":{},"230":{},"233":{},"234":{}}}],["recipe/emailpassword.default",{"_index":10,"name":{},"parent":{"12":{},"13":{},"14":{},"15":{},"16":{},"17":{},"18":{},"19":{},"20":{}}}],["recipe/emailpassword.recipefunctionoptions",{"_index":100,"name":{},"parent":{"231":{}}}],["recipe/emailpassword.recipefunctionoptions.__type",{"_index":102,"name":{},"parent":{"232":{}}}],["recipe/emailpassword.recipeinterface",{"_index":97,"name":{},"parent":{"223":{}}}],["recipe/emailpassword.recipeinterface.__type",{"_index":98,"name":{},"parent":{"224":{},"225":{},"226":{},"227":{},"228":{},"229":{}}}],["recipe/emailpassword.usertype",{"_index":90,"name":{},"parent":{"217":{}}}],["recipe/emailpassword.usertype.__type",{"_index":92,"name":{},"parent":{"218":{},"219":{},"220":{}}}],["recipe/emailverification",{"_index":17,"name":{"29":{}},"parent":{"30":{},"38":{},"39":{},"40":{},"41":{},"42":{},"43":{},"235":{},"236":{},"242":{},"243":{},"244":{},"245":{}}}],["recipe/emailverification.default",{"_index":19,"name":{},"parent":{"31":{},"32":{},"33":{},"34":{},"35":{},"36":{},"37":{}}}],["recipe/emailverification.emailverificationclaimclass",{"_index":108,"name":{},"parent":{"246":{},"247":{},"248":{}}}],["recipe/emailverification.recipeinterface",{"_index":105,"name":{},"parent":{"237":{}}}],["recipe/emailverification.recipeinterface.__type",{"_index":106,"name":{},"parent":{"238":{},"239":{},"240":{},"241":{}}}],["recipe/passwordless",{"_index":24,"name":{"44":{}},"parent":{"45":{},"59":{},"60":{},"61":{},"62":{},"63":{},"64":{},"65":{},"66":{},"67":{},"68":{},"69":{},"70":{},"249":{},"255":{},"256":{},"268":{},"269":{},"270":{},"271":{}}}],["recipe/passwordless.default",{"_index":25,"name":{},"parent":{"46":{},"47":{},"48":{},"49":{},"50":{},"51":{},"52":{},"53":{},"54":{},"55":{},"56":{},"57":{},"58":{}}}],["recipe/passwordless.passwordlessuser",{"_index":111,"name":{},"parent":{"250":{}}}],["recipe/passwordless.passwordlessuser.__type",{"_index":112,"name":{},"parent":{"251":{},"252":{},"253":{},"254":{}}}],["recipe/passwordless.recipeinterface",{"_index":114,"name":{},"parent":{"257":{}}}],["recipe/passwordless.recipeinterface.__type",{"_index":115,"name":{},"parent":{"258":{},"259":{},"260":{},"261":{},"262":{},"263":{},"264":{},"265":{},"266":{},"267":{}}}],["recipe/recipemodule",{"_index":35,"name":{"71":{}},"parent":{"72":{}}}],["recipe/recipemodule.default",{"_index":36,"name":{},"parent":{"73":{},"74":{}}}],["recipe/session",{"_index":37,"name":{"75":{}},"parent":{"76":{},"88":{},"89":{},"90":{},"91":{},"92":{},"93":{},"94":{},"95":{},"96":{},"97":{},"272":{}}}],["recipe/session.default",{"_index":38,"name":{},"parent":{"77":{},"78":{},"79":{},"80":{},"81":{},"82":{},"83":{},"84":{},"85":{},"86":{},"87":{}}}],["recipe/thirdparty",{"_index":47,"name":{"98":{}},"parent":{"99":{},"113":{},"114":{},"115":{},"116":{},"117":{},"118":{},"119":{},"120":{},"121":{},"122":{},"123":{},"124":{},"273":{},"285":{},"292":{},"293":{},"294":{},"295":{},"296":{}}}],["recipe/thirdparty.default",{"_index":48,"name":{},"parent":{"100":{},"101":{},"102":{},"103":{},"104":{},"105":{},"106":{},"107":{},"108":{},"109":{},"110":{},"111":{},"112":{}}}],["recipe/thirdparty.recipeinterface",{"_index":117,"name":{},"parent":{"274":{}}}],["recipe/thirdparty.recipeinterface.__type",{"_index":118,"name":{},"parent":{"275":{},"276":{},"277":{},"278":{},"279":{},"280":{},"281":{},"282":{},"283":{},"284":{}}}],["recipe/thirdparty.stateobject",{"_index":120,"name":{},"parent":{"286":{}}}],["recipe/thirdparty.stateobject.__type",{"_index":122,"name":{},"parent":{"287":{},"288":{},"289":{},"290":{},"291":{}}}],["recipe/thirdparty.thirdpartyusertype",{"_index":128,"name":{},"parent":{"297":{}}}],["recipe/thirdparty.thirdpartyusertype.__type",{"_index":129,"name":{},"parent":{"298":{},"299":{},"300":{},"301":{},"302":{}}}],["recipe/thirdparty.thirdpartyusertype.__type.__type",{"_index":131,"name":{},"parent":{"303":{},"304":{}}}],["recipe/thirdpartyemailpassword",{"_index":59,"name":{"125":{}},"parent":{"126":{},"146":{},"147":{},"148":{},"149":{},"150":{},"151":{},"152":{},"153":{},"154":{},"155":{},"156":{},"157":{},"158":{},"159":{},"160":{},"161":{},"162":{},"163":{},"305":{},"306":{},"307":{},"308":{},"326":{},"327":{},"328":{}}}],["recipe/thirdpartyemailpassword.default",{"_index":60,"name":{},"parent":{"127":{},"128":{},"129":{},"130":{},"131":{},"132":{},"133":{},"134":{},"135":{},"136":{},"137":{},"138":{},"139":{},"140":{},"141":{},"142":{},"143":{},"144":{},"145":{}}}],["recipe/thirdpartyemailpassword.recipeinterface",{"_index":134,"name":{},"parent":{"309":{}}}],["recipe/thirdpartyemailpassword.recipeinterface.__type",{"_index":135,"name":{},"parent":{"310":{},"311":{},"312":{},"313":{},"314":{},"315":{},"316":{},"317":{},"318":{},"319":{},"320":{},"321":{},"322":{},"323":{},"324":{},"325":{}}}],["recipe/thirdpartypasswordless",{"_index":64,"name":{"164":{}},"parent":{"165":{},"189":{},"190":{},"191":{},"192":{},"193":{},"194":{},"195":{},"196":{},"197":{},"198":{},"199":{},"200":{},"201":{},"202":{},"203":{},"204":{},"205":{},"206":{},"207":{},"208":{},"209":{},"210":{},"329":{},"330":{},"331":{},"332":{},"354":{},"355":{},"356":{},"357":{},"358":{},"359":{}}}],["recipe/thirdpartypasswordless.default",{"_index":65,"name":{},"parent":{"166":{},"167":{},"168":{},"169":{},"170":{},"171":{},"172":{},"173":{},"174":{},"175":{},"176":{},"177":{},"178":{},"179":{},"180":{},"181":{},"182":{},"183":{},"184":{},"185":{},"186":{},"187":{},"188":{}}}],["recipe/thirdpartypasswordless.recipeinterface",{"_index":137,"name":{},"parent":{"333":{}}}],["recipe/thirdpartypasswordless.recipeinterface.__type",{"_index":138,"name":{},"parent":{"334":{},"335":{},"336":{},"337":{},"338":{},"339":{},"340":{},"341":{},"342":{},"343":{},"344":{},"345":{},"346":{},"347":{},"348":{},"349":{},"350":{},"351":{},"352":{},"353":{}}}],["recipe/userroles",{"_index":84,"name":{"211":{}},"parent":{"212":{},"360":{},"361":{}}}],["recipe/userroles.default",{"_index":86,"name":{},"parent":{"213":{},"214":{},"215":{}}}],["recipefunctionoptions",{"_index":99,"name":{"230":{},"242":{},"268":{},"326":{},"354":{}},"parent":{}}],["recipeinterface",{"_index":96,"name":{"222":{},"236":{},"256":{},"273":{},"308":{},"332":{}},"parent":{}}],["resendcode",{"_index":27,"name":{"48":{},"61":{},"259":{}},"parent":{}}],["resendpasswordlesscode",{"_index":75,"name":{"179":{},"193":{},"345":{}},"parent":{}}],["sendpasswordresetemail",{"_index":12,"name":{"15":{},"23":{},"130":{},"148":{},"225":{},"311":{}},"parent":{}}],["sendverificationemail",{"_index":21,"name":{"34":{},"40":{},"239":{}},"parent":{}}],["setloginattemptinfo",{"_index":33,"name":{"55":{},"69":{},"266":{}},"parent":{}}],["setpasswordlessloginattemptinfo",{"_index":82,"name":{"186":{},"209":{},"352":{}},"parent":{}}],["setstateandotherinfotostorage",{"_index":50,"name":{"103":{},"118":{},"138":{},"158":{},"276":{},"319":{}},"parent":{}}],["setthirdpartystateandotherinfotostorage",{"_index":67,"name":{"171":{},"200":{},"337":{}},"parent":{}}],["signin",{"_index":14,"name":{"17":{},"25":{},"227":{}},"parent":{}}],["signinandup",{"_index":53,"name":{"106":{},"115":{},"279":{}},"parent":{}}],["signout",{"_index":7,"name":{"8":{},"13":{},"28":{},"57":{},"65":{},"83":{},"94":{},"101":{},"116":{},"128":{},"154":{},"167":{},"197":{}},"parent":{}}],["signup",{"_index":13,"name":{"16":{},"24":{},"226":{}},"parent":{}}],["stateforauthprovider",{"_index":125,"name":{"290":{}},"parent":{}}],["stateobject",{"_index":119,"name":{"285":{},"358":{}},"parent":{}}],["submitnewpassword",{"_index":11,"name":{"14":{},"22":{},"129":{},"147":{},"224":{},"310":{}},"parent":{}}],["thirdparty",{"_index":130,"name":{"301":{}},"parent":{}}],["thirdpartysigninandup",{"_index":63,"name":{"136":{},"152":{},"169":{},"191":{},"317":{},"335":{}},"parent":{}}],["thirdpartyusertype",{"_index":127,"name":{"296":{},"306":{},"359":{}},"parent":{}}],["timejoined",{"_index":94,"name":{"220":{},"254":{},"300":{}},"parent":{}}],["userid",{"_index":132,"name":{"304":{}},"parent":{}}],["userinput",{"_index":95,"name":{"221":{},"235":{},"255":{},"272":{},"295":{},"307":{},"331":{}},"parent":{}}],["userroleclaim",{"_index":85,"name":{"213":{},"360":{}},"parent":{}}],["usertype",{"_index":88,"name":{"216":{}},"parent":{}}],["validateclaims",{"_index":45,"name":{"85":{},"95":{}},"parent":{}}],["validators",{"_index":109,"name":{"247":{}},"parent":{}}],["verifyandgetstateorthrowerror",{"_index":55,"name":{"108":{},"121":{},"141":{},"160":{},"281":{},"322":{}},"parent":{}}],["verifyandgetthirdpartystateorthrowerror",{"_index":70,"name":{"174":{},"202":{},"340":{}},"parent":{}}],["verifyemail",{"_index":20,"name":{"33":{},"39":{},"238":{}},"parent":{}}]],"pipeline":[]}} \ No newline at end of file +window.searchData = JSON.parse("{\"kinds\":{\"2\":\"Module\",\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"16777216\":\"Reference\"},\"rows\":[{\"id\":0,\"kind\":2,\"name\":\"index\",\"url\":\"modules/index.html\",\"classes\":\"tsd-kind-module\"},{\"id\":1,\"kind\":64,\"name\":\"init\",\"url\":\"modules/index.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":2,\"kind\":128,\"name\":\"default\",\"url\":\"classes/index.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"index\"},{\"id\":3,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/index.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"index.default\"},{\"id\":4,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/index.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"index.default\"},{\"id\":5,\"kind\":2,\"name\":\"cookieHandler\",\"url\":\"modules/cookieHandler.html\",\"classes\":\"tsd-kind-module\"},{\"id\":6,\"kind\":2,\"name\":\"windowHandler\",\"url\":\"modules/windowHandler.html\",\"classes\":\"tsd-kind-module\"},{\"id\":7,\"kind\":2,\"name\":\"recipe/authRecipe\",\"url\":\"modules/recipe_authRecipe.html\",\"classes\":\"tsd-kind-module\"},{\"id\":8,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_authRecipe.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/authRecipe\"},{\"id\":9,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_authRecipe.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter tsd-is-overwrite\",\"parent\":\"recipe/authRecipe.default\"},{\"id\":10,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_authRecipe.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"recipe/authRecipe.default\"},{\"id\":11,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/recipe_authRecipe.default.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-inherited\",\"parent\":\"recipe/authRecipe.default\"},{\"id\":12,\"kind\":2,\"name\":\"recipe/emailpassword\",\"url\":\"modules/recipe_emailpassword.html\",\"classes\":\"tsd-kind-module\"},{\"id\":13,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_emailpassword.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":14,\"kind\":64,\"name\":\"submitNewPassword\",\"url\":\"modules/recipe_emailpassword.html#submitNewPassword-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":15,\"kind\":64,\"name\":\"sendPasswordResetEmail\",\"url\":\"modules/recipe_emailpassword.html#sendPasswordResetEmail-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":16,\"kind\":64,\"name\":\"signUp\",\"url\":\"modules/recipe_emailpassword.html#signUp-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":17,\"kind\":64,\"name\":\"signIn\",\"url\":\"modules/recipe_emailpassword.html#signIn-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":18,\"kind\":64,\"name\":\"doesEmailExist\",\"url\":\"modules/recipe_emailpassword.html#doesEmailExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":19,\"kind\":64,\"name\":\"getResetPasswordTokenFromURL\",\"url\":\"modules/recipe_emailpassword.html#getResetPasswordTokenFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":20,\"kind\":64,\"name\":\"signOut\",\"url\":\"modules/recipe_emailpassword.html#signOut\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":21,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_emailpassword.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":22,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_emailpassword.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":23,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_emailpassword.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":24,\"kind\":2048,\"name\":\"submitNewPassword\",\"url\":\"classes/recipe_emailpassword.default.html#submitNewPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":25,\"kind\":2048,\"name\":\"sendPasswordResetEmail\",\"url\":\"classes/recipe_emailpassword.default.html#sendPasswordResetEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":26,\"kind\":2048,\"name\":\"signUp\",\"url\":\"classes/recipe_emailpassword.default.html#signUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":27,\"kind\":2048,\"name\":\"signIn\",\"url\":\"classes/recipe_emailpassword.default.html#signIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":28,\"kind\":2048,\"name\":\"doesEmailExist\",\"url\":\"classes/recipe_emailpassword.default.html#doesEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":29,\"kind\":2048,\"name\":\"getResetPasswordTokenFromURL\",\"url\":\"classes/recipe_emailpassword.default.html#getResetPasswordTokenFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":30,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_emailpassword.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/emailpassword.default\"},{\"id\":31,\"kind\":2,\"name\":\"recipe/emailverification\",\"url\":\"modules/recipe_emailverification.html\",\"classes\":\"tsd-kind-module\"},{\"id\":32,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_emailverification.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":33,\"kind\":64,\"name\":\"verifyEmail\",\"url\":\"modules/recipe_emailverification.html#verifyEmail-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":34,\"kind\":64,\"name\":\"sendVerificationEmail\",\"url\":\"modules/recipe_emailverification.html#sendVerificationEmail-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":35,\"kind\":64,\"name\":\"isEmailVerified\",\"url\":\"modules/recipe_emailverification.html#isEmailVerified-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":36,\"kind\":64,\"name\":\"getEmailVerificationTokenFromURL\",\"url\":\"modules/recipe_emailverification.html#getEmailVerificationTokenFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":37,\"kind\":32,\"name\":\"EmailVerificationClaim\",\"url\":\"modules/recipe_emailverification.html#EmailVerificationClaim\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":38,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_emailverification.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":39,\"kind\":1024,\"name\":\"EmailVerificationClaim\",\"url\":\"classes/recipe_emailverification.default.html#EmailVerificationClaim\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailverification.default\"},{\"id\":40,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_emailverification.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailverification.default\"},{\"id\":41,\"kind\":2048,\"name\":\"verifyEmail\",\"url\":\"classes/recipe_emailverification.default.html#verifyEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailverification.default\"},{\"id\":42,\"kind\":2048,\"name\":\"sendVerificationEmail\",\"url\":\"classes/recipe_emailverification.default.html#sendVerificationEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailverification.default\"},{\"id\":43,\"kind\":2048,\"name\":\"isEmailVerified\",\"url\":\"classes/recipe_emailverification.default.html#isEmailVerified\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailverification.default\"},{\"id\":44,\"kind\":2048,\"name\":\"getEmailVerificationTokenFromURL\",\"url\":\"classes/recipe_emailverification.default.html#getEmailVerificationTokenFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/emailverification.default\"},{\"id\":45,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_emailverification.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/emailverification.default\"},{\"id\":46,\"kind\":2,\"name\":\"recipe/passwordless\",\"url\":\"modules/recipe_passwordless.html\",\"classes\":\"tsd-kind-module\"},{\"id\":47,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_passwordless.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":48,\"kind\":64,\"name\":\"createCode\",\"url\":\"modules/recipe_passwordless.html#createCode-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":49,\"kind\":64,\"name\":\"resendCode\",\"url\":\"modules/recipe_passwordless.html#resendCode-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":50,\"kind\":64,\"name\":\"consumeCode\",\"url\":\"modules/recipe_passwordless.html#consumeCode-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":51,\"kind\":64,\"name\":\"doesEmailExist\",\"url\":\"modules/recipe_passwordless.html#doesEmailExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":52,\"kind\":64,\"name\":\"doesPhoneNumberExist\",\"url\":\"modules/recipe_passwordless.html#doesPhoneNumberExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":53,\"kind\":64,\"name\":\"signOut\",\"url\":\"modules/recipe_passwordless.html#signOut\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":54,\"kind\":64,\"name\":\"getLinkCodeFromURL\",\"url\":\"modules/recipe_passwordless.html#getLinkCodeFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":55,\"kind\":64,\"name\":\"getPreAuthSessionIdFromURL\",\"url\":\"modules/recipe_passwordless.html#getPreAuthSessionIdFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":56,\"kind\":64,\"name\":\"getLoginAttemptInfo\",\"url\":\"modules/recipe_passwordless.html#getLoginAttemptInfo-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/passwordless\"},{\"id\":57,\"kind\":64,\"name\":\"setLoginAttemptInfo\",\"url\":\"modules/recipe_passwordless.html#setLoginAttemptInfo-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/passwordless\"},{\"id\":58,\"kind\":64,\"name\":\"clearLoginAttemptInfo\",\"url\":\"modules/recipe_passwordless.html#clearLoginAttemptInfo-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":59,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_passwordless.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":60,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_passwordless.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":61,\"kind\":2048,\"name\":\"createCode\",\"url\":\"classes/recipe_passwordless.default.html#createCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":62,\"kind\":2048,\"name\":\"resendCode\",\"url\":\"classes/recipe_passwordless.default.html#resendCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":63,\"kind\":2048,\"name\":\"consumeCode\",\"url\":\"classes/recipe_passwordless.default.html#consumeCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":64,\"kind\":2048,\"name\":\"getLinkCodeFromURL\",\"url\":\"classes/recipe_passwordless.default.html#getLinkCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":65,\"kind\":2048,\"name\":\"getPreAuthSessionIdFromURL\",\"url\":\"classes/recipe_passwordless.default.html#getPreAuthSessionIdFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":66,\"kind\":2048,\"name\":\"doesEmailExist\",\"url\":\"classes/recipe_passwordless.default.html#doesEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":67,\"kind\":2048,\"name\":\"doesPhoneNumberExist\",\"url\":\"classes/recipe_passwordless.default.html#doesPhoneNumberExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":68,\"kind\":2048,\"name\":\"getLoginAttemptInfo\",\"url\":\"classes/recipe_passwordless.default.html#getLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":69,\"kind\":2048,\"name\":\"setLoginAttemptInfo\",\"url\":\"classes/recipe_passwordless.default.html#setLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":70,\"kind\":2048,\"name\":\"clearLoginAttemptInfo\",\"url\":\"classes/recipe_passwordless.default.html#clearLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":71,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_passwordless.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/passwordless.default\"},{\"id\":72,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_passwordless.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/passwordless.default\"},{\"id\":73,\"kind\":2,\"name\":\"recipe/recipeModule\",\"url\":\"modules/recipe_recipeModule.html\",\"classes\":\"tsd-kind-module\"},{\"id\":74,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_recipeModule.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/recipeModule\"},{\"id\":75,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_recipeModule.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-has-type-parameter\",\"parent\":\"recipe/recipeModule.default\"},{\"id\":76,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/recipe_recipeModule.default.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"recipe/recipeModule.default\"},{\"id\":77,\"kind\":2,\"name\":\"recipe/session\",\"url\":\"modules/recipe_session.html\",\"classes\":\"tsd-kind-module\"},{\"id\":78,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_session.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":79,\"kind\":64,\"name\":\"getUserId\",\"url\":\"modules/recipe_session.html#getUserId-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":80,\"kind\":64,\"name\":\"getAccessTokenPayloadSecurely\",\"url\":\"modules/recipe_session.html#getAccessTokenPayloadSecurely-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":81,\"kind\":64,\"name\":\"attemptRefreshingSession\",\"url\":\"modules/recipe_session.html#attemptRefreshingSession\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":82,\"kind\":64,\"name\":\"doesSessionExist\",\"url\":\"modules/recipe_session.html#doesSessionExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":83,\"kind\":64,\"name\":\"addAxiosInterceptors\",\"url\":\"modules/recipe_session.html#addAxiosInterceptors-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":84,\"kind\":64,\"name\":\"signOut\",\"url\":\"modules/recipe_session.html#signOut-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":85,\"kind\":64,\"name\":\"validateClaims\",\"url\":\"modules/recipe_session.html#validateClaims-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":86,\"kind\":64,\"name\":\"getClaimValue\",\"url\":\"modules/recipe_session.html#getClaimValue\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/session\"},{\"id\":87,\"kind\":64,\"name\":\"getInvalidClaimsFromResponse\",\"url\":\"modules/recipe_session.html#getInvalidClaimsFromResponse-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":88,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_session.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":89,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_session.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":90,\"kind\":2048,\"name\":\"getUserId\",\"url\":\"classes/recipe_session.default.html#getUserId\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":91,\"kind\":2048,\"name\":\"getAccessTokenPayloadSecurely\",\"url\":\"classes/recipe_session.default.html#getAccessTokenPayloadSecurely\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":92,\"kind\":2048,\"name\":\"attemptRefreshingSession\",\"url\":\"classes/recipe_session.default.html#attemptRefreshingSession\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":93,\"kind\":2048,\"name\":\"doesSessionExist\",\"url\":\"classes/recipe_session.default.html#doesSessionExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":94,\"kind\":2048,\"name\":\"addAxiosInterceptors\",\"url\":\"classes/recipe_session.default.html#addAxiosInterceptors\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":95,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_session.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":96,\"kind\":2048,\"name\":\"getClaimValue\",\"url\":\"classes/recipe_session.default.html#getClaimValue\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":97,\"kind\":2048,\"name\":\"validateClaims\",\"url\":\"classes/recipe_session.default.html#validateClaims\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":98,\"kind\":2048,\"name\":\"getInvalidClaimsFromResponse\",\"url\":\"classes/recipe_session.default.html#getInvalidClaimsFromResponse\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/session.default\"},{\"id\":99,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_session.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/session.default\"},{\"id\":100,\"kind\":2,\"name\":\"recipe/thirdparty\",\"url\":\"modules/recipe_thirdparty.html\",\"classes\":\"tsd-kind-module\"},{\"id\":101,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_thirdparty.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":102,\"kind\":64,\"name\":\"getAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"modules/recipe_thirdparty.html#getAuthorisationURLWithQueryParamsAndSetState-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":103,\"kind\":64,\"name\":\"signInAndUp\",\"url\":\"modules/recipe_thirdparty.html#signInAndUp-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":104,\"kind\":64,\"name\":\"signOut\",\"url\":\"modules/recipe_thirdparty.html#signOut\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":105,\"kind\":64,\"name\":\"getStateAndOtherInfoFromStorage\",\"url\":\"modules/recipe_thirdparty.html#getStateAndOtherInfoFromStorage-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdparty\"},{\"id\":106,\"kind\":64,\"name\":\"setStateAndOtherInfoToStorage\",\"url\":\"modules/recipe_thirdparty.html#setStateAndOtherInfoToStorage-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdparty\"},{\"id\":107,\"kind\":64,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"modules/recipe_thirdparty.html#getAuthorisationURLFromBackend-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":108,\"kind\":64,\"name\":\"generateStateToSendToOAuthProvider\",\"url\":\"modules/recipe_thirdparty.html#generateStateToSendToOAuthProvider-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":109,\"kind\":64,\"name\":\"verifyAndGetStateOrThrowError\",\"url\":\"modules/recipe_thirdparty.html#verifyAndGetStateOrThrowError-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdparty\"},{\"id\":110,\"kind\":64,\"name\":\"getAuthCodeFromURL\",\"url\":\"modules/recipe_thirdparty.html#getAuthCodeFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":111,\"kind\":64,\"name\":\"getAuthErrorFromURL\",\"url\":\"modules/recipe_thirdparty.html#getAuthErrorFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":112,\"kind\":64,\"name\":\"getAuthStateFromURL\",\"url\":\"modules/recipe_thirdparty.html#getAuthStateFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":113,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_thirdparty.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":114,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_thirdparty.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":115,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_thirdparty.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":116,\"kind\":2048,\"name\":\"getStateAndOtherInfoFromStorage\",\"url\":\"classes/recipe_thirdparty.default.html#getStateAndOtherInfoFromStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":117,\"kind\":2048,\"name\":\"setStateAndOtherInfoToStorage\",\"url\":\"classes/recipe_thirdparty.default.html#setStateAndOtherInfoToStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":118,\"kind\":2048,\"name\":\"getAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"classes/recipe_thirdparty.default.html#getAuthorisationURLWithQueryParamsAndSetState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":119,\"kind\":2048,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"classes/recipe_thirdparty.default.html#getAuthorisationURLFromBackend\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":120,\"kind\":2048,\"name\":\"signInAndUp\",\"url\":\"classes/recipe_thirdparty.default.html#signInAndUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":121,\"kind\":2048,\"name\":\"generateStateToSendToOAuthProvider\",\"url\":\"classes/recipe_thirdparty.default.html#generateStateToSendToOAuthProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":122,\"kind\":2048,\"name\":\"verifyAndGetStateOrThrowError\",\"url\":\"classes/recipe_thirdparty.default.html#verifyAndGetStateOrThrowError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":123,\"kind\":2048,\"name\":\"getAuthCodeFromURL\",\"url\":\"classes/recipe_thirdparty.default.html#getAuthCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":124,\"kind\":2048,\"name\":\"getAuthErrorFromURL\",\"url\":\"classes/recipe_thirdparty.default.html#getAuthErrorFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":125,\"kind\":2048,\"name\":\"getAuthStateFromURL\",\"url\":\"classes/recipe_thirdparty.default.html#getAuthStateFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":126,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_thirdparty.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/thirdparty.default\"},{\"id\":127,\"kind\":2,\"name\":\"recipe/thirdpartyemailpassword\",\"url\":\"modules/recipe_thirdpartyemailpassword.html\",\"classes\":\"tsd-kind-module\"},{\"id\":128,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":129,\"kind\":64,\"name\":\"submitNewPassword\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#submitNewPassword-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":130,\"kind\":64,\"name\":\"sendPasswordResetEmail\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#sendPasswordResetEmail-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":131,\"kind\":64,\"name\":\"doesEmailExist\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#doesEmailExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":132,\"kind\":64,\"name\":\"emailPasswordSignUp\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#emailPasswordSignUp-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":133,\"kind\":64,\"name\":\"emailPasswordSignIn\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#emailPasswordSignIn-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":134,\"kind\":64,\"name\":\"thirdPartySignInAndUp\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#thirdPartySignInAndUp-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":135,\"kind\":64,\"name\":\"getAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getAuthorisationURLWithQueryParamsAndSetState-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":136,\"kind\":64,\"name\":\"signOut\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#signOut\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":137,\"kind\":64,\"name\":\"getResetPasswordTokenFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getResetPasswordTokenFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":138,\"kind\":64,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getAuthorisationURLFromBackend-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":139,\"kind\":64,\"name\":\"getStateAndOtherInfoFromStorage\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getStateAndOtherInfoFromStorage-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":140,\"kind\":64,\"name\":\"setStateAndOtherInfoToStorage\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#setStateAndOtherInfoToStorage-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":141,\"kind\":64,\"name\":\"generateStateToSendToOAuthProvider\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#generateStateToSendToOAuthProvider-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":142,\"kind\":64,\"name\":\"verifyAndGetStateOrThrowError\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#verifyAndGetStateOrThrowError-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":143,\"kind\":64,\"name\":\"getAuthCodeFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getAuthCodeFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":144,\"kind\":64,\"name\":\"getAuthErrorFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getAuthErrorFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":145,\"kind\":64,\"name\":\"getAuthStateFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#getAuthStateFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":146,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":147,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":148,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":149,\"kind\":2048,\"name\":\"submitNewPassword\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#submitNewPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":150,\"kind\":2048,\"name\":\"sendPasswordResetEmail\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#sendPasswordResetEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":151,\"kind\":2048,\"name\":\"doesEmailExist\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#doesEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":152,\"kind\":2048,\"name\":\"emailPasswordSignUp\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#emailPasswordSignUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":153,\"kind\":2048,\"name\":\"emailPasswordSignIn\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#emailPasswordSignIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":154,\"kind\":2048,\"name\":\"getResetPasswordTokenFromURL\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getResetPasswordTokenFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":155,\"kind\":2048,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getAuthorisationURLFromBackend\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":156,\"kind\":2048,\"name\":\"thirdPartySignInAndUp\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#thirdPartySignInAndUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":157,\"kind\":2048,\"name\":\"getStateAndOtherInfoFromStorage\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getStateAndOtherInfoFromStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":158,\"kind\":2048,\"name\":\"setStateAndOtherInfoToStorage\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#setStateAndOtherInfoToStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":159,\"kind\":2048,\"name\":\"getAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getAuthorisationURLWithQueryParamsAndSetState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":160,\"kind\":2048,\"name\":\"generateStateToSendToOAuthProvider\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#generateStateToSendToOAuthProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":161,\"kind\":2048,\"name\":\"verifyAndGetStateOrThrowError\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#verifyAndGetStateOrThrowError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":162,\"kind\":2048,\"name\":\"getAuthCodeFromURL\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getAuthCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":163,\"kind\":2048,\"name\":\"getAuthErrorFromURL\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getAuthErrorFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":164,\"kind\":2048,\"name\":\"getAuthStateFromURL\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#getAuthStateFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":165,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_thirdpartyemailpassword.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/thirdpartyemailpassword.default\"},{\"id\":166,\"kind\":2,\"name\":\"recipe/thirdpartypasswordless\",\"url\":\"modules/recipe_thirdpartypasswordless.html\",\"classes\":\"tsd-kind-module\"},{\"id\":167,\"kind\":64,\"name\":\"init\",\"url\":\"modules/recipe_thirdpartypasswordless.html#init\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":168,\"kind\":64,\"name\":\"getThirdPartyAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthorisationURLWithQueryParamsAndSetState-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":169,\"kind\":64,\"name\":\"thirdPartySignInAndUp\",\"url\":\"modules/recipe_thirdpartypasswordless.html#thirdPartySignInAndUp-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":170,\"kind\":64,\"name\":\"createPasswordlessCode\",\"url\":\"modules/recipe_thirdpartypasswordless.html#createPasswordlessCode-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":171,\"kind\":64,\"name\":\"resendPasswordlessCode\",\"url\":\"modules/recipe_thirdpartypasswordless.html#resendPasswordlessCode-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":172,\"kind\":64,\"name\":\"consumePasswordlessCode\",\"url\":\"modules/recipe_thirdpartypasswordless.html#consumePasswordlessCode-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":173,\"kind\":64,\"name\":\"doesPasswordlessUserEmailExist\",\"url\":\"modules/recipe_thirdpartypasswordless.html#doesPasswordlessUserEmailExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":174,\"kind\":64,\"name\":\"doesPasswordlessUserPhoneNumberExist\",\"url\":\"modules/recipe_thirdpartypasswordless.html#doesPasswordlessUserPhoneNumberExist-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":175,\"kind\":64,\"name\":\"signOut\",\"url\":\"modules/recipe_thirdpartypasswordless.html#signOut\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":176,\"kind\":64,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getAuthorisationURLFromBackend-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":177,\"kind\":64,\"name\":\"getThirdPartyStateAndOtherInfoFromStorage\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getThirdPartyStateAndOtherInfoFromStorage-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":178,\"kind\":64,\"name\":\"setThirdPartyStateAndOtherInfoToStorage\",\"url\":\"modules/recipe_thirdpartypasswordless.html#setThirdPartyStateAndOtherInfoToStorage-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":179,\"kind\":64,\"name\":\"generateThirdPartyStateToSendToOAuthProvider\",\"url\":\"modules/recipe_thirdpartypasswordless.html#generateThirdPartyStateToSendToOAuthProvider-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":180,\"kind\":64,\"name\":\"verifyAndGetThirdPartyStateOrThrowError\",\"url\":\"modules/recipe_thirdpartypasswordless.html#verifyAndGetThirdPartyStateOrThrowError-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":181,\"kind\":64,\"name\":\"getThirdPartyAuthCodeFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthCodeFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":182,\"kind\":64,\"name\":\"getThirdPartyAuthErrorFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthErrorFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":183,\"kind\":64,\"name\":\"getThirdPartyAuthStateFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getThirdPartyAuthStateFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":184,\"kind\":64,\"name\":\"getPasswordlessLinkCodeFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getPasswordlessLinkCodeFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":185,\"kind\":64,\"name\":\"getPasswordlessPreAuthSessionIdFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getPasswordlessPreAuthSessionIdFromURL-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":186,\"kind\":64,\"name\":\"getPasswordlessLoginAttemptInfo\",\"url\":\"modules/recipe_thirdpartypasswordless.html#getPasswordlessLoginAttemptInfo-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":187,\"kind\":64,\"name\":\"setPasswordlessLoginAttemptInfo\",\"url\":\"modules/recipe_thirdpartypasswordless.html#setPasswordlessLoginAttemptInfo-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":188,\"kind\":64,\"name\":\"clearPasswordlessLoginAttemptInfo\",\"url\":\"modules/recipe_thirdpartypasswordless.html#clearPasswordlessLoginAttemptInfo-1\",\"classes\":\"tsd-kind-function tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":189,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":190,\"kind\":2048,\"name\":\"init\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#init\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":191,\"kind\":2048,\"name\":\"signOut\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#signOut\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":192,\"kind\":2048,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getAuthorisationURLFromBackend\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":193,\"kind\":2048,\"name\":\"thirdPartySignInAndUp\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#thirdPartySignInAndUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":194,\"kind\":2048,\"name\":\"getThirdPartyStateAndOtherInfoFromStorage\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyStateAndOtherInfoFromStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":195,\"kind\":2048,\"name\":\"setThirdPartyStateAndOtherInfoToStorage\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#setThirdPartyStateAndOtherInfoToStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":196,\"kind\":2048,\"name\":\"getThirdPartyAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthorisationURLWithQueryParamsAndSetState\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":197,\"kind\":2048,\"name\":\"generateThirdPartyStateToSendToOAuthProvider\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#generateThirdPartyStateToSendToOAuthProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":198,\"kind\":2048,\"name\":\"verifyAndGetThirdPartyStateOrThrowError\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#verifyAndGetThirdPartyStateOrThrowError\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":199,\"kind\":2048,\"name\":\"getThirdPartyAuthCodeFromURL\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":200,\"kind\":2048,\"name\":\"getThirdPartyAuthErrorFromURL\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthErrorFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":201,\"kind\":2048,\"name\":\"getThirdPartyAuthStateFromURL\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getThirdPartyAuthStateFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":202,\"kind\":2048,\"name\":\"createPasswordlessCode\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#createPasswordlessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":203,\"kind\":2048,\"name\":\"resendPasswordlessCode\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#resendPasswordlessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":204,\"kind\":2048,\"name\":\"consumePasswordlessCode\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#consumePasswordlessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":205,\"kind\":2048,\"name\":\"getPasswordlessLinkCodeFromURL\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getPasswordlessLinkCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":206,\"kind\":2048,\"name\":\"getPasswordlessPreAuthSessionIdFromURL\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getPasswordlessPreAuthSessionIdFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":207,\"kind\":2048,\"name\":\"doesPasswordlessUserEmailExist\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#doesPasswordlessUserEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":208,\"kind\":2048,\"name\":\"doesPasswordlessUserPhoneNumberExist\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#doesPasswordlessUserPhoneNumberExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":209,\"kind\":2048,\"name\":\"getPasswordlessLoginAttemptInfo\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#getPasswordlessLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":210,\"kind\":2048,\"name\":\"setPasswordlessLoginAttemptInfo\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#setPasswordlessLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":211,\"kind\":2048,\"name\":\"clearPasswordlessLoginAttemptInfo\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#clearPasswordlessLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":212,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_thirdpartypasswordless.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/thirdpartypasswordless.default\"},{\"id\":213,\"kind\":2,\"name\":\"recipe/userroles\",\"url\":\"modules/recipe_userroles.html\",\"classes\":\"tsd-kind-module\"},{\"id\":214,\"kind\":128,\"name\":\"default\",\"url\":\"classes/recipe_userroles.default.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/userroles\"},{\"id\":215,\"kind\":1024,\"name\":\"UserRoleClaim\",\"url\":\"classes/recipe_userroles.default.html#UserRoleClaim\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/userroles.default\"},{\"id\":216,\"kind\":1024,\"name\":\"PermissionClaim\",\"url\":\"classes/recipe_userroles.default.html#PermissionClaim\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-static\",\"parent\":\"recipe/userroles.default\"},{\"id\":217,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_userroles.default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"recipe/userroles.default\"},{\"id\":218,\"kind\":4194304,\"name\":\"UserType\",\"url\":\"modules/recipe_emailpassword.html#UserType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":219,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_emailpassword.html#UserType.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/emailpassword.UserType\"},{\"id\":220,\"kind\":1024,\"name\":\"id\",\"url\":\"modules/recipe_emailpassword.html#UserType.__type-2.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.UserType.__type\"},{\"id\":221,\"kind\":1024,\"name\":\"email\",\"url\":\"modules/recipe_emailpassword.html#UserType.__type-2.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.UserType.__type\"},{\"id\":222,\"kind\":1024,\"name\":\"timeJoined\",\"url\":\"modules/recipe_emailpassword.html#UserType.__type-2.timeJoined\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.UserType.__type\"},{\"id\":223,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_emailpassword.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":224,\"kind\":4194304,\"name\":\"RecipeInterface\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":225,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/emailpassword.RecipeInterface\"},{\"id\":226,\"kind\":2048,\"name\":\"submitNewPassword\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1.submitNewPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeInterface.__type\"},{\"id\":227,\"kind\":2048,\"name\":\"sendPasswordResetEmail\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1.sendPasswordResetEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeInterface.__type\"},{\"id\":228,\"kind\":2048,\"name\":\"signUp\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1.signUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeInterface.__type\"},{\"id\":229,\"kind\":2048,\"name\":\"signIn\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1.signIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeInterface.__type\"},{\"id\":230,\"kind\":2048,\"name\":\"doesEmailExist\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1.doesEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeInterface.__type\"},{\"id\":231,\"kind\":2048,\"name\":\"getResetPasswordTokenFromURL\",\"url\":\"modules/recipe_emailpassword.html#RecipeInterface.__type-1.getResetPasswordTokenFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeInterface.__type\"},{\"id\":232,\"kind\":4194304,\"name\":\"RecipeFunctionOptions\",\"url\":\"modules/recipe_emailpassword.html#RecipeFunctionOptions\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":233,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_emailpassword.html#RecipeFunctionOptions.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/emailpassword.RecipeFunctionOptions\"},{\"id\":234,\"kind\":2048,\"name\":\"preAPIHook\",\"url\":\"modules/recipe_emailpassword.html#RecipeFunctionOptions.__type.preAPIHook\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailpassword.RecipeFunctionOptions.__type\"},{\"id\":235,\"kind\":4194304,\"name\":\"PreAPIHookContext\",\"url\":\"modules/recipe_emailpassword.html#PreAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":236,\"kind\":4194304,\"name\":\"PostAPIHookContext\",\"url\":\"modules/recipe_emailpassword.html#PostAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailpassword\"},{\"id\":237,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_emailverification.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":238,\"kind\":4194304,\"name\":\"RecipeInterface\",\"url\":\"modules/recipe_emailverification.html#RecipeInterface\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":239,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_emailverification.html#RecipeInterface.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/emailverification.RecipeInterface\"},{\"id\":240,\"kind\":2048,\"name\":\"verifyEmail\",\"url\":\"modules/recipe_emailverification.html#RecipeInterface.__type.verifyEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailverification.RecipeInterface.__type\"},{\"id\":241,\"kind\":2048,\"name\":\"sendVerificationEmail\",\"url\":\"modules/recipe_emailverification.html#RecipeInterface.__type.sendVerificationEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailverification.RecipeInterface.__type\"},{\"id\":242,\"kind\":2048,\"name\":\"isEmailVerified\",\"url\":\"modules/recipe_emailverification.html#RecipeInterface.__type.isEmailVerified\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailverification.RecipeInterface.__type\"},{\"id\":243,\"kind\":2048,\"name\":\"getEmailVerificationTokenFromURL\",\"url\":\"modules/recipe_emailverification.html#RecipeInterface.__type.getEmailVerificationTokenFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/emailverification.RecipeInterface.__type\"},{\"id\":244,\"kind\":16777216,\"name\":\"RecipeFunctionOptions\",\"url\":\"modules/recipe_emailverification.html#RecipeFunctionOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":245,\"kind\":4194304,\"name\":\"PreAPIHookContext\",\"url\":\"modules/recipe_emailverification.html#PreAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":246,\"kind\":4194304,\"name\":\"PostAPIHookContext\",\"url\":\"modules/recipe_emailverification.html#PostAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":247,\"kind\":128,\"name\":\"EmailVerificationClaimClass\",\"url\":\"classes/recipe_emailverification.EmailVerificationClaimClass.html\",\"classes\":\"tsd-kind-class tsd-parent-kind-module\",\"parent\":\"recipe/emailverification\"},{\"id\":248,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/recipe_emailverification.EmailVerificationClaimClass.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"recipe/emailverification.EmailVerificationClaimClass\"},{\"id\":249,\"kind\":1024,\"name\":\"validators\",\"url\":\"classes/recipe_emailverification.EmailVerificationClaimClass.html#validators\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-overwrite\",\"parent\":\"recipe/emailverification.EmailVerificationClaimClass\"},{\"id\":250,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/recipe_emailverification.EmailVerificationClaimClass.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"recipe/emailverification.EmailVerificationClaimClass\"},{\"id\":251,\"kind\":4194304,\"name\":\"PasswordlessUser\",\"url\":\"modules/recipe_passwordless.html#PasswordlessUser\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":252,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_passwordless.html#PasswordlessUser.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/passwordless.PasswordlessUser\"},{\"id\":253,\"kind\":1024,\"name\":\"id\",\"url\":\"modules/recipe_passwordless.html#PasswordlessUser.__type.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.PasswordlessUser.__type\"},{\"id\":254,\"kind\":1024,\"name\":\"email\",\"url\":\"modules/recipe_passwordless.html#PasswordlessUser.__type.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.PasswordlessUser.__type\"},{\"id\":255,\"kind\":1024,\"name\":\"phoneNumber\",\"url\":\"modules/recipe_passwordless.html#PasswordlessUser.__type.phoneNumber\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.PasswordlessUser.__type\"},{\"id\":256,\"kind\":1024,\"name\":\"timeJoined\",\"url\":\"modules/recipe_passwordless.html#PasswordlessUser.__type.timeJoined\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.PasswordlessUser.__type\"},{\"id\":257,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_passwordless.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":258,\"kind\":4194304,\"name\":\"RecipeInterface\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":259,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/passwordless.RecipeInterface\"},{\"id\":260,\"kind\":2048,\"name\":\"createCode\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.createCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":261,\"kind\":2048,\"name\":\"resendCode\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.resendCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":262,\"kind\":2048,\"name\":\"consumeCode\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.consumeCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":263,\"kind\":2048,\"name\":\"getLinkCodeFromURL\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.getLinkCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":264,\"kind\":2048,\"name\":\"getPreAuthSessionIdFromURL\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.getPreAuthSessionIdFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":265,\"kind\":2048,\"name\":\"doesEmailExist\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.doesEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":266,\"kind\":2048,\"name\":\"doesPhoneNumberExist\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.doesPhoneNumberExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":267,\"kind\":2048,\"name\":\"getLoginAttemptInfo\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.getLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":268,\"kind\":2048,\"name\":\"setLoginAttemptInfo\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.setLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":269,\"kind\":2048,\"name\":\"clearLoginAttemptInfo\",\"url\":\"modules/recipe_passwordless.html#RecipeInterface.__type-1.clearLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/passwordless.RecipeInterface.__type\"},{\"id\":270,\"kind\":16777216,\"name\":\"RecipeFunctionOptions\",\"url\":\"modules/recipe_passwordless.html#RecipeFunctionOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":271,\"kind\":4194304,\"name\":\"PreAPIHookContext\",\"url\":\"modules/recipe_passwordless.html#PreAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":272,\"kind\":4194304,\"name\":\"PostAPIHookContext\",\"url\":\"modules/recipe_passwordless.html#PostAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":273,\"kind\":4194304,\"name\":\"PreAndPostAPIHookAction\",\"url\":\"modules/recipe_passwordless.html#PreAndPostAPIHookAction\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/passwordless\"},{\"id\":274,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_session.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/session\"},{\"id\":275,\"kind\":4194304,\"name\":\"RecipeInterface\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":276,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/thirdparty.RecipeInterface\"},{\"id\":277,\"kind\":2048,\"name\":\"getStateAndOtherInfoFromStorage\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.getStateAndOtherInfoFromStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":278,\"kind\":2048,\"name\":\"setStateAndOtherInfoToStorage\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.setStateAndOtherInfoToStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":279,\"kind\":2048,\"name\":\"getAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthorisationURLWithQueryParamsAndSetState\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":280,\"kind\":2048,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthorisationURLFromBackend\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":281,\"kind\":2048,\"name\":\"signInAndUp\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.signInAndUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":282,\"kind\":2048,\"name\":\"generateStateToSendToOAuthProvider\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.generateStateToSendToOAuthProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":283,\"kind\":2048,\"name\":\"verifyAndGetStateOrThrowError\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.verifyAndGetStateOrThrowError\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":284,\"kind\":2048,\"name\":\"getAuthCodeFromURL\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":285,\"kind\":2048,\"name\":\"getAuthErrorFromURL\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthErrorFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":286,\"kind\":2048,\"name\":\"getAuthStateFromURL\",\"url\":\"modules/recipe_thirdparty.html#RecipeInterface.__type.getAuthStateFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.RecipeInterface.__type\"},{\"id\":287,\"kind\":4194304,\"name\":\"StateObject\",\"url\":\"modules/recipe_thirdparty.html#StateObject\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":288,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_thirdparty.html#StateObject.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/thirdparty.StateObject\"},{\"id\":289,\"kind\":1024,\"name\":\"expiresAt\",\"url\":\"modules/recipe_thirdparty.html#StateObject.__type-1.expiresAt\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.StateObject.__type\"},{\"id\":290,\"kind\":1024,\"name\":\"providerId\",\"url\":\"modules/recipe_thirdparty.html#StateObject.__type-1.providerId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.StateObject.__type\"},{\"id\":291,\"kind\":1024,\"name\":\"authorisationURL\",\"url\":\"modules/recipe_thirdparty.html#StateObject.__type-1.authorisationURL\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.StateObject.__type\"},{\"id\":292,\"kind\":1024,\"name\":\"stateForAuthProvider\",\"url\":\"modules/recipe_thirdparty.html#StateObject.__type-1.stateForAuthProvider\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.StateObject.__type\"},{\"id\":293,\"kind\":1024,\"name\":\"providerClientId\",\"url\":\"modules/recipe_thirdparty.html#StateObject.__type-1.providerClientId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.StateObject.__type\"},{\"id\":294,\"kind\":4194304,\"name\":\"PreAPIHookContext\",\"url\":\"modules/recipe_thirdparty.html#PreAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":295,\"kind\":4194304,\"name\":\"PostAPIHookContext\",\"url\":\"modules/recipe_thirdparty.html#PostAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":296,\"kind\":4194304,\"name\":\"PreAndPostAPIHookAction\",\"url\":\"modules/recipe_thirdparty.html#PreAndPostAPIHookAction\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":297,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_thirdparty.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":298,\"kind\":4194304,\"name\":\"ThirdPartyUserType\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdparty\"},{\"id\":299,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType\"},{\"id\":300,\"kind\":1024,\"name\":\"id\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.id\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type\"},{\"id\":301,\"kind\":1024,\"name\":\"email\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.email\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type\"},{\"id\":302,\"kind\":1024,\"name\":\"timeJoined\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.timeJoined\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type\"},{\"id\":303,\"kind\":1024,\"name\":\"thirdParty\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.thirdParty\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type\"},{\"id\":304,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type\"},{\"id\":305,\"kind\":1024,\"name\":\"id\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.__type-3.id-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type.__type\"},{\"id\":306,\"kind\":1024,\"name\":\"userId\",\"url\":\"modules/recipe_thirdparty.html#ThirdPartyUserType.__type-2.__type-3.userId\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdparty.ThirdPartyUserType.__type.__type\"},{\"id\":307,\"kind\":16777216,\"name\":\"EmailPasswordUserType\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#EmailPasswordUserType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":308,\"kind\":16777216,\"name\":\"ThirdPartyUserType\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#ThirdPartyUserType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":309,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":310,\"kind\":4194304,\"name\":\"RecipeInterface\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":311,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface\"},{\"id\":312,\"kind\":2048,\"name\":\"submitNewPassword\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.submitNewPassword\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":313,\"kind\":2048,\"name\":\"sendPasswordResetEmail\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.sendPasswordResetEmail\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":314,\"kind\":2048,\"name\":\"doesEmailExist\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.doesEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":315,\"kind\":2048,\"name\":\"emailPasswordSignUp\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.emailPasswordSignUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":316,\"kind\":2048,\"name\":\"emailPasswordSignIn\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.emailPasswordSignIn\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":317,\"kind\":2048,\"name\":\"getResetPasswordTokenFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getResetPasswordTokenFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":318,\"kind\":2048,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthorisationURLFromBackend\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":319,\"kind\":2048,\"name\":\"thirdPartySignInAndUp\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.thirdPartySignInAndUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":320,\"kind\":2048,\"name\":\"getStateAndOtherInfoFromStorage\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getStateAndOtherInfoFromStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":321,\"kind\":2048,\"name\":\"setStateAndOtherInfoToStorage\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.setStateAndOtherInfoToStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":322,\"kind\":2048,\"name\":\"getAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthorisationURLWithQueryParamsAndSetState\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":323,\"kind\":2048,\"name\":\"generateStateToSendToOAuthProvider\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.generateStateToSendToOAuthProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":324,\"kind\":2048,\"name\":\"verifyAndGetStateOrThrowError\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.verifyAndGetStateOrThrowError\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":325,\"kind\":2048,\"name\":\"getAuthCodeFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":326,\"kind\":2048,\"name\":\"getAuthErrorFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthErrorFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":327,\"kind\":2048,\"name\":\"getAuthStateFromURL\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeInterface.__type.getAuthStateFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartyemailpassword.RecipeInterface.__type\"},{\"id\":328,\"kind\":16777216,\"name\":\"RecipeFunctionOptions\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#RecipeFunctionOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":329,\"kind\":4194304,\"name\":\"PreAPIHookContext\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#PreAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":330,\"kind\":4194304,\"name\":\"PostAPIHookContext\",\"url\":\"modules/recipe_thirdpartyemailpassword.html#PostAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartyemailpassword\"},{\"id\":331,\"kind\":16777216,\"name\":\"PasswordlessUser\",\"url\":\"modules/recipe_thirdpartypasswordless.html#PasswordlessUser\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":332,\"kind\":4194304,\"name\":\"PasswordlessFlowType\",\"url\":\"modules/recipe_thirdpartypasswordless.html#PasswordlessFlowType\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":333,\"kind\":4194304,\"name\":\"UserInput\",\"url\":\"modules/recipe_thirdpartypasswordless.html#UserInput\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":334,\"kind\":4194304,\"name\":\"RecipeInterface\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":335,\"kind\":65536,\"name\":\"__type\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface\"},{\"id\":336,\"kind\":2048,\"name\":\"getAuthorisationURLFromBackend\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getAuthorisationURLFromBackend\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":337,\"kind\":2048,\"name\":\"thirdPartySignInAndUp\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.thirdPartySignInAndUp\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":338,\"kind\":2048,\"name\":\"getThirdPartyStateAndOtherInfoFromStorage\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyStateAndOtherInfoFromStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":339,\"kind\":2048,\"name\":\"setThirdPartyStateAndOtherInfoToStorage\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.setThirdPartyStateAndOtherInfoToStorage\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":340,\"kind\":2048,\"name\":\"getThirdPartyAuthorisationURLWithQueryParamsAndSetState\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthorisationURLWithQueryParamsAndSetState\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":341,\"kind\":2048,\"name\":\"generateThirdPartyStateToSendToOAuthProvider\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.generateThirdPartyStateToSendToOAuthProvider\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":342,\"kind\":2048,\"name\":\"verifyAndGetThirdPartyStateOrThrowError\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.verifyAndGetThirdPartyStateOrThrowError\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":343,\"kind\":2048,\"name\":\"getThirdPartyAuthCodeFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":344,\"kind\":2048,\"name\":\"getThirdPartyAuthErrorFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthErrorFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":345,\"kind\":2048,\"name\":\"getThirdPartyAuthStateFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getThirdPartyAuthStateFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":346,\"kind\":2048,\"name\":\"createPasswordlessCode\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.createPasswordlessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":347,\"kind\":2048,\"name\":\"resendPasswordlessCode\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.resendPasswordlessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":348,\"kind\":2048,\"name\":\"consumePasswordlessCode\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.consumePasswordlessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":349,\"kind\":2048,\"name\":\"getPasswordlessLinkCodeFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getPasswordlessLinkCodeFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":350,\"kind\":2048,\"name\":\"getPasswordlessPreAuthSessionIdFromURL\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getPasswordlessPreAuthSessionIdFromURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":351,\"kind\":2048,\"name\":\"doesPasswordlessUserEmailExist\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.doesPasswordlessUserEmailExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":352,\"kind\":2048,\"name\":\"doesPasswordlessUserPhoneNumberExist\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.doesPasswordlessUserPhoneNumberExist\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":353,\"kind\":2048,\"name\":\"getPasswordlessLoginAttemptInfo\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.getPasswordlessLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":354,\"kind\":2048,\"name\":\"setPasswordlessLoginAttemptInfo\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.setPasswordlessLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal tsd-has-type-parameter\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":355,\"kind\":2048,\"name\":\"clearPasswordlessLoginAttemptInfo\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeInterface.__type.clearPasswordlessLoginAttemptInfo\",\"classes\":\"tsd-kind-method tsd-parent-kind-type-literal\",\"parent\":\"recipe/thirdpartypasswordless.RecipeInterface.__type\"},{\"id\":356,\"kind\":16777216,\"name\":\"RecipeFunctionOptions\",\"url\":\"modules/recipe_thirdpartypasswordless.html#RecipeFunctionOptions\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":357,\"kind\":4194304,\"name\":\"PreAPIHookContext\",\"url\":\"modules/recipe_thirdpartypasswordless.html#PreAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":358,\"kind\":4194304,\"name\":\"PostAPIHookContext\",\"url\":\"modules/recipe_thirdpartypasswordless.html#PostAPIHookContext\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":359,\"kind\":4194304,\"name\":\"PreAndPostAPIHookAction\",\"url\":\"modules/recipe_thirdpartypasswordless.html#PreAndPostAPIHookAction\",\"classes\":\"tsd-kind-type-alias tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":360,\"kind\":16777216,\"name\":\"StateObject\",\"url\":\"modules/recipe_thirdpartypasswordless.html#StateObject\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":361,\"kind\":16777216,\"name\":\"ThirdPartyUserType\",\"url\":\"modules/recipe_thirdpartypasswordless.html#ThirdPartyUserType\",\"classes\":\"tsd-kind-reference tsd-parent-kind-module\",\"parent\":\"recipe/thirdpartypasswordless\"},{\"id\":362,\"kind\":32,\"name\":\"UserRoleClaim\",\"url\":\"modules/recipe_userroles.html#UserRoleClaim\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"recipe/userroles\"},{\"id\":363,\"kind\":32,\"name\":\"PermissionClaim\",\"url\":\"modules/recipe_userroles.html#PermissionClaim\",\"classes\":\"tsd-kind-variable tsd-parent-kind-module\",\"parent\":\"recipe/userroles\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,46.471]],[\"parent/0\",[]],[\"name/1\",[1,30.965]],[\"parent/1\",[0,4.578]],[\"name/2\",[2,34.576]],[\"parent/2\",[0,4.578]],[\"name/3\",[1,30.965]],[\"parent/3\",[3,4.909]],[\"name/4\",[4,33.742]],[\"parent/4\",[3,4.909]],[\"name/5\",[5,54.944]],[\"parent/5\",[]],[\"name/6\",[6,54.944]],[\"parent/6\",[]],[\"name/7\",[7,49.836]],[\"parent/7\",[]],[\"name/8\",[2,34.576]],[\"parent/8\",[7,4.909]],[\"name/9\",[4,33.742]],[\"parent/9\",[8,4.578]],[\"name/10\",[9,32.972]],[\"parent/10\",[8,4.578]],[\"name/11\",[10,49.836]],[\"parent/11\",[8,4.578]],[\"name/12\",[11,30.965]],[\"parent/12\",[]],[\"name/13\",[1,30.965]],[\"parent/13\",[11,3.05]],[\"name/14\",[12,40.281]],[\"parent/14\",[11,3.05]],[\"name/15\",[13,40.281]],[\"parent/15\",[11,3.05]],[\"name/16\",[14,46.471]],[\"parent/16\",[11,3.05]],[\"name/17\",[15,46.471]],[\"parent/17\",[11,3.05]],[\"name/18\",[16,36.486]],[\"parent/18\",[11,3.05]],[\"name/19\",[17,40.281]],[\"parent/19\",[11,3.05]],[\"name/20\",[9,32.972]],[\"parent/20\",[11,3.05]],[\"name/21\",[2,34.576]],[\"parent/21\",[11,3.05]],[\"name/22\",[1,30.965]],[\"parent/22\",[18,3.594]],[\"name/23\",[9,32.972]],[\"parent/23\",[18,3.594]],[\"name/24\",[12,40.281]],[\"parent/24\",[18,3.594]],[\"name/25\",[13,40.281]],[\"parent/25\",[18,3.594]],[\"name/26\",[14,46.471]],[\"parent/26\",[18,3.594]],[\"name/27\",[15,46.471]],[\"parent/27\",[18,3.594]],[\"name/28\",[16,36.486]],[\"parent/28\",[18,3.594]],[\"name/29\",[17,40.281]],[\"parent/29\",[18,3.594]],[\"name/30\",[4,33.742]],[\"parent/30\",[18,3.594]],[\"name/31\",[19,32.257]],[\"parent/31\",[]],[\"name/32\",[1,30.965]],[\"parent/32\",[19,3.178]],[\"name/33\",[20,46.471]],[\"parent/33\",[19,3.178]],[\"name/34\",[21,46.471]],[\"parent/34\",[19,3.178]],[\"name/35\",[22,46.471]],[\"parent/35\",[19,3.178]],[\"name/36\",[23,46.471]],[\"parent/36\",[19,3.178]],[\"name/37\",[24,49.836]],[\"parent/37\",[19,3.178]],[\"name/38\",[2,34.576]],[\"parent/38\",[19,3.178]],[\"name/39\",[24,49.836]],[\"parent/39\",[25,3.827]],[\"name/40\",[1,30.965]],[\"parent/40\",[25,3.827]],[\"name/41\",[20,46.471]],[\"parent/41\",[25,3.827]],[\"name/42\",[21,46.471]],[\"parent/42\",[25,3.827]],[\"name/43\",[22,46.471]],[\"parent/43\",[25,3.827]],[\"name/44\",[23,46.471]],[\"parent/44\",[25,3.827]],[\"name/45\",[4,33.742]],[\"parent/45\",[25,3.827]],[\"name/46\",[26,28.318]],[\"parent/46\",[]],[\"name/47\",[1,30.965]],[\"parent/47\",[26,2.79]],[\"name/48\",[27,46.471]],[\"parent/48\",[26,2.79]],[\"name/49\",[28,46.471]],[\"parent/49\",[26,2.79]],[\"name/50\",[29,46.471]],[\"parent/50\",[26,2.79]],[\"name/51\",[16,36.486]],[\"parent/51\",[26,2.79]],[\"name/52\",[30,46.471]],[\"parent/52\",[26,2.79]],[\"name/53\",[9,32.972]],[\"parent/53\",[26,2.79]],[\"name/54\",[31,46.471]],[\"parent/54\",[26,2.79]],[\"name/55\",[32,46.471]],[\"parent/55\",[26,2.79]],[\"name/56\",[33,46.471]],[\"parent/56\",[26,2.79]],[\"name/57\",[34,46.471]],[\"parent/57\",[26,2.79]],[\"name/58\",[35,46.471]],[\"parent/58\",[26,2.79]],[\"name/59\",[2,34.576]],[\"parent/59\",[26,2.79]],[\"name/60\",[1,30.965]],[\"parent/60\",[36,3.248]],[\"name/61\",[27,46.471]],[\"parent/61\",[36,3.248]],[\"name/62\",[28,46.471]],[\"parent/62\",[36,3.248]],[\"name/63\",[29,46.471]],[\"parent/63\",[36,3.248]],[\"name/64\",[31,46.471]],[\"parent/64\",[36,3.248]],[\"name/65\",[32,46.471]],[\"parent/65\",[36,3.248]],[\"name/66\",[16,36.486]],[\"parent/66\",[36,3.248]],[\"name/67\",[30,46.471]],[\"parent/67\",[36,3.248]],[\"name/68\",[33,46.471]],[\"parent/68\",[36,3.248]],[\"name/69\",[34,46.471]],[\"parent/69\",[36,3.248]],[\"name/70\",[35,46.471]],[\"parent/70\",[36,3.248]],[\"name/71\",[9,32.972]],[\"parent/71\",[36,3.248]],[\"name/72\",[4,33.742]],[\"parent/72\",[36,3.248]],[\"name/73\",[37,49.836]],[\"parent/73\",[]],[\"name/74\",[2,34.576]],[\"parent/74\",[37,4.909]],[\"name/75\",[4,33.742]],[\"parent/75\",[38,4.909]],[\"name/76\",[10,49.836]],[\"parent/76\",[38,4.909]],[\"name/77\",[39,32.972]],[\"parent/77\",[]],[\"name/78\",[1,30.965]],[\"parent/78\",[39,3.248]],[\"name/79\",[40,49.836]],[\"parent/79\",[39,3.248]],[\"name/80\",[41,49.836]],[\"parent/80\",[39,3.248]],[\"name/81\",[42,49.836]],[\"parent/81\",[39,3.248]],[\"name/82\",[43,49.836]],[\"parent/82\",[39,3.248]],[\"name/83\",[44,49.836]],[\"parent/83\",[39,3.248]],[\"name/84\",[9,32.972]],[\"parent/84\",[39,3.248]],[\"name/85\",[45,49.836]],[\"parent/85\",[39,3.248]],[\"name/86\",[46,49.836]],[\"parent/86\",[39,3.248]],[\"name/87\",[47,49.836]],[\"parent/87\",[39,3.248]],[\"name/88\",[2,34.576]],[\"parent/88\",[39,3.248]],[\"name/89\",[1,30.965]],[\"parent/89\",[48,3.406]],[\"name/90\",[40,49.836]],[\"parent/90\",[48,3.406]],[\"name/91\",[41,49.836]],[\"parent/91\",[48,3.406]],[\"name/92\",[42,49.836]],[\"parent/92\",[48,3.406]],[\"name/93\",[43,49.836]],[\"parent/93\",[48,3.406]],[\"name/94\",[44,49.836]],[\"parent/94\",[48,3.406]],[\"name/95\",[9,32.972]],[\"parent/95\",[48,3.406]],[\"name/96\",[46,49.836]],[\"parent/96\",[48,3.406]],[\"name/97\",[45,49.836]],[\"parent/97\",[48,3.406]],[\"name/98\",[47,49.836]],[\"parent/98\",[48,3.406]],[\"name/99\",[4,33.742]],[\"parent/99\",[48,3.406]],[\"name/100\",[49,28.318]],[\"parent/100\",[]],[\"name/101\",[1,30.965]],[\"parent/101\",[49,2.79]],[\"name/102\",[50,40.281]],[\"parent/102\",[49,2.79]],[\"name/103\",[51,46.471]],[\"parent/103\",[49,2.79]],[\"name/104\",[9,32.972]],[\"parent/104\",[49,2.79]],[\"name/105\",[52,40.281]],[\"parent/105\",[49,2.79]],[\"name/106\",[53,40.281]],[\"parent/106\",[49,2.79]],[\"name/107\",[54,36.486]],[\"parent/107\",[49,2.79]],[\"name/108\",[55,40.281]],[\"parent/108\",[49,2.79]],[\"name/109\",[56,40.281]],[\"parent/109\",[49,2.79]],[\"name/110\",[57,40.281]],[\"parent/110\",[49,2.79]],[\"name/111\",[58,40.281]],[\"parent/111\",[49,2.79]],[\"name/112\",[59,40.281]],[\"parent/112\",[49,2.79]],[\"name/113\",[2,34.576]],[\"parent/113\",[49,2.79]],[\"name/114\",[1,30.965]],[\"parent/114\",[60,3.248]],[\"name/115\",[9,32.972]],[\"parent/115\",[60,3.248]],[\"name/116\",[52,40.281]],[\"parent/116\",[60,3.248]],[\"name/117\",[53,40.281]],[\"parent/117\",[60,3.248]],[\"name/118\",[50,40.281]],[\"parent/118\",[60,3.248]],[\"name/119\",[54,36.486]],[\"parent/119\",[60,3.248]],[\"name/120\",[51,46.471]],[\"parent/120\",[60,3.248]],[\"name/121\",[55,40.281]],[\"parent/121\",[60,3.248]],[\"name/122\",[56,40.281]],[\"parent/122\",[60,3.248]],[\"name/123\",[57,40.281]],[\"parent/123\",[60,3.248]],[\"name/124\",[58,40.281]],[\"parent/124\",[60,3.248]],[\"name/125\",[59,40.281]],[\"parent/125\",[60,3.248]],[\"name/126\",[4,33.742]],[\"parent/126\",[60,3.248]],[\"name/127\",[61,25.857]],[\"parent/127\",[]],[\"name/128\",[1,30.965]],[\"parent/128\",[61,2.547]],[\"name/129\",[12,40.281]],[\"parent/129\",[61,2.547]],[\"name/130\",[13,40.281]],[\"parent/130\",[61,2.547]],[\"name/131\",[16,36.486]],[\"parent/131\",[61,2.547]],[\"name/132\",[62,46.471]],[\"parent/132\",[61,2.547]],[\"name/133\",[63,46.471]],[\"parent/133\",[61,2.547]],[\"name/134\",[64,40.281]],[\"parent/134\",[61,2.547]],[\"name/135\",[50,40.281]],[\"parent/135\",[61,2.547]],[\"name/136\",[9,32.972]],[\"parent/136\",[61,2.547]],[\"name/137\",[17,40.281]],[\"parent/137\",[61,2.547]],[\"name/138\",[54,36.486]],[\"parent/138\",[61,2.547]],[\"name/139\",[52,40.281]],[\"parent/139\",[61,2.547]],[\"name/140\",[53,40.281]],[\"parent/140\",[61,2.547]],[\"name/141\",[55,40.281]],[\"parent/141\",[61,2.547]],[\"name/142\",[56,40.281]],[\"parent/142\",[61,2.547]],[\"name/143\",[57,40.281]],[\"parent/143\",[61,2.547]],[\"name/144\",[58,40.281]],[\"parent/144\",[61,2.547]],[\"name/145\",[59,40.281]],[\"parent/145\",[61,2.547]],[\"name/146\",[2,34.576]],[\"parent/146\",[61,2.547]],[\"name/147\",[1,30.965]],[\"parent/147\",[65,2.886]],[\"name/148\",[9,32.972]],[\"parent/148\",[65,2.886]],[\"name/149\",[12,40.281]],[\"parent/149\",[65,2.886]],[\"name/150\",[13,40.281]],[\"parent/150\",[65,2.886]],[\"name/151\",[16,36.486]],[\"parent/151\",[65,2.886]],[\"name/152\",[62,46.471]],[\"parent/152\",[65,2.886]],[\"name/153\",[63,46.471]],[\"parent/153\",[65,2.886]],[\"name/154\",[17,40.281]],[\"parent/154\",[65,2.886]],[\"name/155\",[54,36.486]],[\"parent/155\",[65,2.886]],[\"name/156\",[64,40.281]],[\"parent/156\",[65,2.886]],[\"name/157\",[52,40.281]],[\"parent/157\",[65,2.886]],[\"name/158\",[53,40.281]],[\"parent/158\",[65,2.886]],[\"name/159\",[50,40.281]],[\"parent/159\",[65,2.886]],[\"name/160\",[55,40.281]],[\"parent/160\",[65,2.886]],[\"name/161\",[56,40.281]],[\"parent/161\",[65,2.886]],[\"name/162\",[57,40.281]],[\"parent/162\",[65,2.886]],[\"name/163\",[58,40.281]],[\"parent/163\",[65,2.886]],[\"name/164\",[59,40.281]],[\"parent/164\",[65,2.886]],[\"name/165\",[4,33.742]],[\"parent/165\",[65,2.886]],[\"name/166\",[66,23.589]],[\"parent/166\",[]],[\"name/167\",[1,30.965]],[\"parent/167\",[66,2.324]],[\"name/168\",[67,46.471]],[\"parent/168\",[66,2.324]],[\"name/169\",[64,40.281]],[\"parent/169\",[66,2.324]],[\"name/170\",[68,46.471]],[\"parent/170\",[66,2.324]],[\"name/171\",[69,46.471]],[\"parent/171\",[66,2.324]],[\"name/172\",[70,46.471]],[\"parent/172\",[66,2.324]],[\"name/173\",[71,46.471]],[\"parent/173\",[66,2.324]],[\"name/174\",[72,46.471]],[\"parent/174\",[66,2.324]],[\"name/175\",[9,32.972]],[\"parent/175\",[66,2.324]],[\"name/176\",[54,36.486]],[\"parent/176\",[66,2.324]],[\"name/177\",[73,46.471]],[\"parent/177\",[66,2.324]],[\"name/178\",[74,46.471]],[\"parent/178\",[66,2.324]],[\"name/179\",[75,46.471]],[\"parent/179\",[66,2.324]],[\"name/180\",[76,46.471]],[\"parent/180\",[66,2.324]],[\"name/181\",[77,46.471]],[\"parent/181\",[66,2.324]],[\"name/182\",[78,46.471]],[\"parent/182\",[66,2.324]],[\"name/183\",[79,46.471]],[\"parent/183\",[66,2.324]],[\"name/184\",[80,46.471]],[\"parent/184\",[66,2.324]],[\"name/185\",[81,46.471]],[\"parent/185\",[66,2.324]],[\"name/186\",[82,46.471]],[\"parent/186\",[66,2.324]],[\"name/187\",[83,46.471]],[\"parent/187\",[66,2.324]],[\"name/188\",[84,46.471]],[\"parent/188\",[66,2.324]],[\"name/189\",[2,34.576]],[\"parent/189\",[66,2.324]],[\"name/190\",[1,30.965]],[\"parent/190\",[85,2.702]],[\"name/191\",[9,32.972]],[\"parent/191\",[85,2.702]],[\"name/192\",[54,36.486]],[\"parent/192\",[85,2.702]],[\"name/193\",[64,40.281]],[\"parent/193\",[85,2.702]],[\"name/194\",[73,46.471]],[\"parent/194\",[85,2.702]],[\"name/195\",[74,46.471]],[\"parent/195\",[85,2.702]],[\"name/196\",[67,46.471]],[\"parent/196\",[85,2.702]],[\"name/197\",[75,46.471]],[\"parent/197\",[85,2.702]],[\"name/198\",[76,46.471]],[\"parent/198\",[85,2.702]],[\"name/199\",[77,46.471]],[\"parent/199\",[85,2.702]],[\"name/200\",[78,46.471]],[\"parent/200\",[85,2.702]],[\"name/201\",[79,46.471]],[\"parent/201\",[85,2.702]],[\"name/202\",[68,46.471]],[\"parent/202\",[85,2.702]],[\"name/203\",[69,46.471]],[\"parent/203\",[85,2.702]],[\"name/204\",[70,46.471]],[\"parent/204\",[85,2.702]],[\"name/205\",[80,46.471]],[\"parent/205\",[85,2.702]],[\"name/206\",[81,46.471]],[\"parent/206\",[85,2.702]],[\"name/207\",[71,46.471]],[\"parent/207\",[85,2.702]],[\"name/208\",[72,46.471]],[\"parent/208\",[85,2.702]],[\"name/209\",[82,46.471]],[\"parent/209\",[85,2.702]],[\"name/210\",[83,46.471]],[\"parent/210\",[85,2.702]],[\"name/211\",[84,46.471]],[\"parent/211\",[85,2.702]],[\"name/212\",[4,33.742]],[\"parent/212\",[85,2.702]],[\"name/213\",[86,43.958]],[\"parent/213\",[]],[\"name/214\",[2,34.576]],[\"parent/214\",[86,4.33]],[\"name/215\",[87,49.836]],[\"parent/215\",[88,4.578]],[\"name/216\",[89,49.836]],[\"parent/216\",[88,4.578]],[\"name/217\",[4,33.742]],[\"parent/217\",[88,4.578]],[\"name/218\",[90,54.944]],[\"parent/218\",[11,3.05]],[\"name/219\",[91,32.972]],[\"parent/219\",[92,5.412]],[\"name/220\",[93,43.958]],[\"parent/220\",[94,4.578]],[\"name/221\",[95,46.471]],[\"parent/221\",[94,4.578]],[\"name/222\",[96,46.471]],[\"parent/222\",[94,4.578]],[\"name/223\",[97,38.85]],[\"parent/223\",[11,3.05]],[\"name/224\",[98,40.281]],[\"parent/224\",[11,3.05]],[\"name/225\",[91,32.972]],[\"parent/225\",[99,5.412]],[\"name/226\",[12,40.281]],[\"parent/226\",[100,3.968]],[\"name/227\",[13,40.281]],[\"parent/227\",[100,3.968]],[\"name/228\",[14,46.471]],[\"parent/228\",[100,3.968]],[\"name/229\",[15,46.471]],[\"parent/229\",[100,3.968]],[\"name/230\",[16,36.486]],[\"parent/230\",[100,3.968]],[\"name/231\",[17,40.281]],[\"parent/231\",[100,3.968]],[\"name/232\",[101,41.951]],[\"parent/232\",[11,3.05]],[\"name/233\",[91,32.972]],[\"parent/233\",[102,5.412]],[\"name/234\",[103,54.944]],[\"parent/234\",[104,5.412]],[\"name/235\",[105,40.281]],[\"parent/235\",[11,3.05]],[\"name/236\",[106,40.281]],[\"parent/236\",[11,3.05]],[\"name/237\",[97,38.85]],[\"parent/237\",[19,3.178]],[\"name/238\",[98,40.281]],[\"parent/238\",[19,3.178]],[\"name/239\",[91,32.972]],[\"parent/239\",[107,5.412]],[\"name/240\",[20,46.471]],[\"parent/240\",[108,4.33]],[\"name/241\",[21,46.471]],[\"parent/241\",[108,4.33]],[\"name/242\",[22,46.471]],[\"parent/242\",[108,4.33]],[\"name/243\",[23,46.471]],[\"parent/243\",[108,4.33]],[\"name/244\",[101,41.951]],[\"parent/244\",[19,3.178]],[\"name/245\",[105,40.281]],[\"parent/245\",[19,3.178]],[\"name/246\",[106,40.281]],[\"parent/246\",[19,3.178]],[\"name/247\",[109,54.944]],[\"parent/247\",[19,3.178]],[\"name/248\",[4,33.742]],[\"parent/248\",[110,4.578]],[\"name/249\",[111,54.944]],[\"parent/249\",[110,4.578]],[\"name/250\",[91,32.972]],[\"parent/250\",[110,4.578]],[\"name/251\",[112,49.836]],[\"parent/251\",[26,2.79]],[\"name/252\",[91,32.972]],[\"parent/252\",[113,5.412]],[\"name/253\",[93,43.958]],[\"parent/253\",[114,4.33]],[\"name/254\",[95,46.471]],[\"parent/254\",[114,4.33]],[\"name/255\",[115,54.944]],[\"parent/255\",[114,4.33]],[\"name/256\",[96,46.471]],[\"parent/256\",[114,4.33]],[\"name/257\",[97,38.85]],[\"parent/257\",[26,2.79]],[\"name/258\",[98,40.281]],[\"parent/258\",[26,2.79]],[\"name/259\",[91,32.972]],[\"parent/259\",[116,5.412]],[\"name/260\",[27,46.471]],[\"parent/260\",[117,3.496]],[\"name/261\",[28,46.471]],[\"parent/261\",[117,3.496]],[\"name/262\",[29,46.471]],[\"parent/262\",[117,3.496]],[\"name/263\",[31,46.471]],[\"parent/263\",[117,3.496]],[\"name/264\",[32,46.471]],[\"parent/264\",[117,3.496]],[\"name/265\",[16,36.486]],[\"parent/265\",[117,3.496]],[\"name/266\",[30,46.471]],[\"parent/266\",[117,3.496]],[\"name/267\",[33,46.471]],[\"parent/267\",[117,3.496]],[\"name/268\",[34,46.471]],[\"parent/268\",[117,3.496]],[\"name/269\",[35,46.471]],[\"parent/269\",[117,3.496]],[\"name/270\",[101,41.951]],[\"parent/270\",[26,2.79]],[\"name/271\",[105,40.281]],[\"parent/271\",[26,2.79]],[\"name/272\",[106,40.281]],[\"parent/272\",[26,2.79]],[\"name/273\",[118,46.471]],[\"parent/273\",[26,2.79]],[\"name/274\",[97,38.85]],[\"parent/274\",[39,3.248]],[\"name/275\",[98,40.281]],[\"parent/275\",[49,2.79]],[\"name/276\",[91,32.972]],[\"parent/276\",[119,5.412]],[\"name/277\",[52,40.281]],[\"parent/277\",[120,3.496]],[\"name/278\",[53,40.281]],[\"parent/278\",[120,3.496]],[\"name/279\",[50,40.281]],[\"parent/279\",[120,3.496]],[\"name/280\",[54,36.486]],[\"parent/280\",[120,3.496]],[\"name/281\",[51,46.471]],[\"parent/281\",[120,3.496]],[\"name/282\",[55,40.281]],[\"parent/282\",[120,3.496]],[\"name/283\",[56,40.281]],[\"parent/283\",[120,3.496]],[\"name/284\",[57,40.281]],[\"parent/284\",[120,3.496]],[\"name/285\",[58,40.281]],[\"parent/285\",[120,3.496]],[\"name/286\",[59,40.281]],[\"parent/286\",[120,3.496]],[\"name/287\",[121,49.836]],[\"parent/287\",[49,2.79]],[\"name/288\",[91,32.972]],[\"parent/288\",[122,5.412]],[\"name/289\",[123,54.944]],[\"parent/289\",[124,4.133]],[\"name/290\",[125,54.944]],[\"parent/290\",[124,4.133]],[\"name/291\",[126,54.944]],[\"parent/291\",[124,4.133]],[\"name/292\",[127,54.944]],[\"parent/292\",[124,4.133]],[\"name/293\",[128,54.944]],[\"parent/293\",[124,4.133]],[\"name/294\",[105,40.281]],[\"parent/294\",[49,2.79]],[\"name/295\",[106,40.281]],[\"parent/295\",[49,2.79]],[\"name/296\",[118,46.471]],[\"parent/296\",[49,2.79]],[\"name/297\",[97,38.85]],[\"parent/297\",[49,2.79]],[\"name/298\",[129,46.471]],[\"parent/298\",[49,2.79]],[\"name/299\",[91,32.972]],[\"parent/299\",[130,5.412]],[\"name/300\",[93,43.958]],[\"parent/300\",[131,4.133]],[\"name/301\",[95,46.471]],[\"parent/301\",[131,4.133]],[\"name/302\",[96,46.471]],[\"parent/302\",[131,4.133]],[\"name/303\",[132,54.944]],[\"parent/303\",[131,4.133]],[\"name/304\",[91,32.972]],[\"parent/304\",[131,4.133]],[\"name/305\",[93,43.958]],[\"parent/305\",[133,4.909]],[\"name/306\",[134,54.944]],[\"parent/306\",[133,4.909]],[\"name/307\",[135,54.944]],[\"parent/307\",[61,2.547]],[\"name/308\",[129,46.471]],[\"parent/308\",[61,2.547]],[\"name/309\",[97,38.85]],[\"parent/309\",[61,2.547]],[\"name/310\",[98,40.281]],[\"parent/310\",[61,2.547]],[\"name/311\",[91,32.972]],[\"parent/311\",[136,5.412]],[\"name/312\",[12,40.281]],[\"parent/312\",[137,3.05]],[\"name/313\",[13,40.281]],[\"parent/313\",[137,3.05]],[\"name/314\",[16,36.486]],[\"parent/314\",[137,3.05]],[\"name/315\",[62,46.471]],[\"parent/315\",[137,3.05]],[\"name/316\",[63,46.471]],[\"parent/316\",[137,3.05]],[\"name/317\",[17,40.281]],[\"parent/317\",[137,3.05]],[\"name/318\",[54,36.486]],[\"parent/318\",[137,3.05]],[\"name/319\",[64,40.281]],[\"parent/319\",[137,3.05]],[\"name/320\",[52,40.281]],[\"parent/320\",[137,3.05]],[\"name/321\",[53,40.281]],[\"parent/321\",[137,3.05]],[\"name/322\",[50,40.281]],[\"parent/322\",[137,3.05]],[\"name/323\",[55,40.281]],[\"parent/323\",[137,3.05]],[\"name/324\",[56,40.281]],[\"parent/324\",[137,3.05]],[\"name/325\",[57,40.281]],[\"parent/325\",[137,3.05]],[\"name/326\",[58,40.281]],[\"parent/326\",[137,3.05]],[\"name/327\",[59,40.281]],[\"parent/327\",[137,3.05]],[\"name/328\",[101,41.951]],[\"parent/328\",[61,2.547]],[\"name/329\",[105,40.281]],[\"parent/329\",[61,2.547]],[\"name/330\",[106,40.281]],[\"parent/330\",[61,2.547]],[\"name/331\",[112,49.836]],[\"parent/331\",[66,2.324]],[\"name/332\",[138,54.944]],[\"parent/332\",[66,2.324]],[\"name/333\",[97,38.85]],[\"parent/333\",[66,2.324]],[\"name/334\",[98,40.281]],[\"parent/334\",[66,2.324]],[\"name/335\",[91,32.972]],[\"parent/335\",[139,5.412]],[\"name/336\",[54,36.486]],[\"parent/336\",[140,2.836]],[\"name/337\",[64,40.281]],[\"parent/337\",[140,2.836]],[\"name/338\",[73,46.471]],[\"parent/338\",[140,2.836]],[\"name/339\",[74,46.471]],[\"parent/339\",[140,2.836]],[\"name/340\",[67,46.471]],[\"parent/340\",[140,2.836]],[\"name/341\",[75,46.471]],[\"parent/341\",[140,2.836]],[\"name/342\",[76,46.471]],[\"parent/342\",[140,2.836]],[\"name/343\",[77,46.471]],[\"parent/343\",[140,2.836]],[\"name/344\",[78,46.471]],[\"parent/344\",[140,2.836]],[\"name/345\",[79,46.471]],[\"parent/345\",[140,2.836]],[\"name/346\",[68,46.471]],[\"parent/346\",[140,2.836]],[\"name/347\",[69,46.471]],[\"parent/347\",[140,2.836]],[\"name/348\",[70,46.471]],[\"parent/348\",[140,2.836]],[\"name/349\",[80,46.471]],[\"parent/349\",[140,2.836]],[\"name/350\",[81,46.471]],[\"parent/350\",[140,2.836]],[\"name/351\",[71,46.471]],[\"parent/351\",[140,2.836]],[\"name/352\",[72,46.471]],[\"parent/352\",[140,2.836]],[\"name/353\",[82,46.471]],[\"parent/353\",[140,2.836]],[\"name/354\",[83,46.471]],[\"parent/354\",[140,2.836]],[\"name/355\",[84,46.471]],[\"parent/355\",[140,2.836]],[\"name/356\",[101,41.951]],[\"parent/356\",[66,2.324]],[\"name/357\",[105,40.281]],[\"parent/357\",[66,2.324]],[\"name/358\",[106,40.281]],[\"parent/358\",[66,2.324]],[\"name/359\",[118,46.471]],[\"parent/359\",[66,2.324]],[\"name/360\",[121,49.836]],[\"parent/360\",[66,2.324]],[\"name/361\",[129,46.471]],[\"parent/361\",[66,2.324]],[\"name/362\",[87,49.836]],[\"parent/362\",[86,4.33]],[\"name/363\",[89,49.836]],[\"parent/363\",[86,4.33]]],\"invertedIndex\":[[\"__type\",{\"_index\":91,\"name\":{\"219\":{},\"225\":{},\"233\":{},\"239\":{},\"250\":{},\"252\":{},\"259\":{},\"276\":{},\"288\":{},\"299\":{},\"304\":{},\"311\":{},\"335\":{}},\"parent\":{}}],[\"addaxiosinterceptors\",{\"_index\":44,\"name\":{\"83\":{},\"94\":{}},\"parent\":{}}],[\"attemptrefreshingsession\",{\"_index\":42,\"name\":{\"81\":{},\"92\":{}},\"parent\":{}}],[\"authorisationurl\",{\"_index\":126,\"name\":{\"291\":{}},\"parent\":{}}],[\"clearloginattemptinfo\",{\"_index\":35,\"name\":{\"58\":{},\"70\":{},\"269\":{}},\"parent\":{}}],[\"clearpasswordlessloginattemptinfo\",{\"_index\":84,\"name\":{\"188\":{},\"211\":{},\"355\":{}},\"parent\":{}}],[\"config\",{\"_index\":10,\"name\":{\"11\":{},\"76\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":4,\"name\":{\"4\":{},\"9\":{},\"30\":{},\"45\":{},\"72\":{},\"75\":{},\"99\":{},\"126\":{},\"165\":{},\"212\":{},\"217\":{},\"248\":{}},\"parent\":{}}],[\"consumecode\",{\"_index\":29,\"name\":{\"50\":{},\"63\":{},\"262\":{}},\"parent\":{}}],[\"consumepasswordlesscode\",{\"_index\":70,\"name\":{\"172\":{},\"204\":{},\"348\":{}},\"parent\":{}}],[\"cookiehandler\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"createcode\",{\"_index\":27,\"name\":{\"48\":{},\"61\":{},\"260\":{}},\"parent\":{}}],[\"createpasswordlesscode\",{\"_index\":68,\"name\":{\"170\":{},\"202\":{},\"346\":{}},\"parent\":{}}],[\"default\",{\"_index\":2,\"name\":{\"2\":{},\"8\":{},\"21\":{},\"38\":{},\"59\":{},\"74\":{},\"88\":{},\"113\":{},\"146\":{},\"189\":{},\"214\":{}},\"parent\":{}}],[\"doesemailexist\",{\"_index\":16,\"name\":{\"18\":{},\"28\":{},\"51\":{},\"66\":{},\"131\":{},\"151\":{},\"230\":{},\"265\":{},\"314\":{}},\"parent\":{}}],[\"doespasswordlessuseremailexist\",{\"_index\":71,\"name\":{\"173\":{},\"207\":{},\"351\":{}},\"parent\":{}}],[\"doespasswordlessuserphonenumberexist\",{\"_index\":72,\"name\":{\"174\":{},\"208\":{},\"352\":{}},\"parent\":{}}],[\"doesphonenumberexist\",{\"_index\":30,\"name\":{\"52\":{},\"67\":{},\"266\":{}},\"parent\":{}}],[\"doessessionexist\",{\"_index\":43,\"name\":{\"82\":{},\"93\":{}},\"parent\":{}}],[\"email\",{\"_index\":95,\"name\":{\"221\":{},\"254\":{},\"301\":{}},\"parent\":{}}],[\"emailpasswordsignin\",{\"_index\":63,\"name\":{\"133\":{},\"153\":{},\"316\":{}},\"parent\":{}}],[\"emailpasswordsignup\",{\"_index\":62,\"name\":{\"132\":{},\"152\":{},\"315\":{}},\"parent\":{}}],[\"emailpasswordusertype\",{\"_index\":135,\"name\":{\"307\":{}},\"parent\":{}}],[\"emailverificationclaim\",{\"_index\":24,\"name\":{\"37\":{},\"39\":{}},\"parent\":{}}],[\"emailverificationclaimclass\",{\"_index\":109,\"name\":{\"247\":{}},\"parent\":{}}],[\"expiresat\",{\"_index\":123,\"name\":{\"289\":{}},\"parent\":{}}],[\"generatestatetosendtooauthprovider\",{\"_index\":55,\"name\":{\"108\":{},\"121\":{},\"141\":{},\"160\":{},\"282\":{},\"323\":{}},\"parent\":{}}],[\"generatethirdpartystatetosendtooauthprovider\",{\"_index\":75,\"name\":{\"179\":{},\"197\":{},\"341\":{}},\"parent\":{}}],[\"getaccesstokenpayloadsecurely\",{\"_index\":41,\"name\":{\"80\":{},\"91\":{}},\"parent\":{}}],[\"getauthcodefromurl\",{\"_index\":57,\"name\":{\"110\":{},\"123\":{},\"143\":{},\"162\":{},\"284\":{},\"325\":{}},\"parent\":{}}],[\"getautherrorfromurl\",{\"_index\":58,\"name\":{\"111\":{},\"124\":{},\"144\":{},\"163\":{},\"285\":{},\"326\":{}},\"parent\":{}}],[\"getauthorisationurlfrombackend\",{\"_index\":54,\"name\":{\"107\":{},\"119\":{},\"138\":{},\"155\":{},\"176\":{},\"192\":{},\"280\":{},\"318\":{},\"336\":{}},\"parent\":{}}],[\"getauthorisationurlwithqueryparamsandsetstate\",{\"_index\":50,\"name\":{\"102\":{},\"118\":{},\"135\":{},\"159\":{},\"279\":{},\"322\":{}},\"parent\":{}}],[\"getauthstatefromurl\",{\"_index\":59,\"name\":{\"112\":{},\"125\":{},\"145\":{},\"164\":{},\"286\":{},\"327\":{}},\"parent\":{}}],[\"getclaimvalue\",{\"_index\":46,\"name\":{\"86\":{},\"96\":{}},\"parent\":{}}],[\"getemailverificationtokenfromurl\",{\"_index\":23,\"name\":{\"36\":{},\"44\":{},\"243\":{}},\"parent\":{}}],[\"getinvalidclaimsfromresponse\",{\"_index\":47,\"name\":{\"87\":{},\"98\":{}},\"parent\":{}}],[\"getlinkcodefromurl\",{\"_index\":31,\"name\":{\"54\":{},\"64\":{},\"263\":{}},\"parent\":{}}],[\"getloginattemptinfo\",{\"_index\":33,\"name\":{\"56\":{},\"68\":{},\"267\":{}},\"parent\":{}}],[\"getpasswordlesslinkcodefromurl\",{\"_index\":80,\"name\":{\"184\":{},\"205\":{},\"349\":{}},\"parent\":{}}],[\"getpasswordlessloginattemptinfo\",{\"_index\":82,\"name\":{\"186\":{},\"209\":{},\"353\":{}},\"parent\":{}}],[\"getpasswordlesspreauthsessionidfromurl\",{\"_index\":81,\"name\":{\"185\":{},\"206\":{},\"350\":{}},\"parent\":{}}],[\"getpreauthsessionidfromurl\",{\"_index\":32,\"name\":{\"55\":{},\"65\":{},\"264\":{}},\"parent\":{}}],[\"getresetpasswordtokenfromurl\",{\"_index\":17,\"name\":{\"19\":{},\"29\":{},\"137\":{},\"154\":{},\"231\":{},\"317\":{}},\"parent\":{}}],[\"getstateandotherinfofromstorage\",{\"_index\":52,\"name\":{\"105\":{},\"116\":{},\"139\":{},\"157\":{},\"277\":{},\"320\":{}},\"parent\":{}}],[\"getthirdpartyauthcodefromurl\",{\"_index\":77,\"name\":{\"181\":{},\"199\":{},\"343\":{}},\"parent\":{}}],[\"getthirdpartyautherrorfromurl\",{\"_index\":78,\"name\":{\"182\":{},\"200\":{},\"344\":{}},\"parent\":{}}],[\"getthirdpartyauthorisationurlwithqueryparamsandsetstate\",{\"_index\":67,\"name\":{\"168\":{},\"196\":{},\"340\":{}},\"parent\":{}}],[\"getthirdpartyauthstatefromurl\",{\"_index\":79,\"name\":{\"183\":{},\"201\":{},\"345\":{}},\"parent\":{}}],[\"getthirdpartystateandotherinfofromstorage\",{\"_index\":73,\"name\":{\"177\":{},\"194\":{},\"338\":{}},\"parent\":{}}],[\"getuserid\",{\"_index\":40,\"name\":{\"79\":{},\"90\":{}},\"parent\":{}}],[\"id\",{\"_index\":93,\"name\":{\"220\":{},\"253\":{},\"300\":{},\"305\":{}},\"parent\":{}}],[\"index\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{\"1\":{},\"2\":{}}}],[\"index.default\",{\"_index\":3,\"name\":{},\"parent\":{\"3\":{},\"4\":{}}}],[\"init\",{\"_index\":1,\"name\":{\"1\":{},\"3\":{},\"13\":{},\"22\":{},\"32\":{},\"40\":{},\"47\":{},\"60\":{},\"78\":{},\"89\":{},\"101\":{},\"114\":{},\"128\":{},\"147\":{},\"167\":{},\"190\":{}},\"parent\":{}}],[\"isemailverified\",{\"_index\":22,\"name\":{\"35\":{},\"43\":{},\"242\":{}},\"parent\":{}}],[\"passwordlessflowtype\",{\"_index\":138,\"name\":{\"332\":{}},\"parent\":{}}],[\"passwordlessuser\",{\"_index\":112,\"name\":{\"251\":{},\"331\":{}},\"parent\":{}}],[\"permissionclaim\",{\"_index\":89,\"name\":{\"216\":{},\"363\":{}},\"parent\":{}}],[\"phonenumber\",{\"_index\":115,\"name\":{\"255\":{}},\"parent\":{}}],[\"postapihookcontext\",{\"_index\":106,\"name\":{\"236\":{},\"246\":{},\"272\":{},\"295\":{},\"330\":{},\"358\":{}},\"parent\":{}}],[\"preandpostapihookaction\",{\"_index\":118,\"name\":{\"273\":{},\"296\":{},\"359\":{}},\"parent\":{}}],[\"preapihook\",{\"_index\":103,\"name\":{\"234\":{}},\"parent\":{}}],[\"preapihookcontext\",{\"_index\":105,\"name\":{\"235\":{},\"245\":{},\"271\":{},\"294\":{},\"329\":{},\"357\":{}},\"parent\":{}}],[\"providerclientid\",{\"_index\":128,\"name\":{\"293\":{}},\"parent\":{}}],[\"providerid\",{\"_index\":125,\"name\":{\"290\":{}},\"parent\":{}}],[\"recipe/authrecipe\",{\"_index\":7,\"name\":{\"7\":{}},\"parent\":{\"8\":{}}}],[\"recipe/authrecipe.default\",{\"_index\":8,\"name\":{},\"parent\":{\"9\":{},\"10\":{},\"11\":{}}}],[\"recipe/emailpassword\",{\"_index\":11,\"name\":{\"12\":{}},\"parent\":{\"13\":{},\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{},\"218\":{},\"223\":{},\"224\":{},\"232\":{},\"235\":{},\"236\":{}}}],[\"recipe/emailpassword.default\",{\"_index\":18,\"name\":{},\"parent\":{\"22\":{},\"23\":{},\"24\":{},\"25\":{},\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"30\":{}}}],[\"recipe/emailpassword.recipefunctionoptions\",{\"_index\":102,\"name\":{},\"parent\":{\"233\":{}}}],[\"recipe/emailpassword.recipefunctionoptions.__type\",{\"_index\":104,\"name\":{},\"parent\":{\"234\":{}}}],[\"recipe/emailpassword.recipeinterface\",{\"_index\":99,\"name\":{},\"parent\":{\"225\":{}}}],[\"recipe/emailpassword.recipeinterface.__type\",{\"_index\":100,\"name\":{},\"parent\":{\"226\":{},\"227\":{},\"228\":{},\"229\":{},\"230\":{},\"231\":{}}}],[\"recipe/emailpassword.usertype\",{\"_index\":92,\"name\":{},\"parent\":{\"219\":{}}}],[\"recipe/emailpassword.usertype.__type\",{\"_index\":94,\"name\":{},\"parent\":{\"220\":{},\"221\":{},\"222\":{}}}],[\"recipe/emailverification\",{\"_index\":19,\"name\":{\"31\":{}},\"parent\":{\"32\":{},\"33\":{},\"34\":{},\"35\":{},\"36\":{},\"37\":{},\"38\":{},\"237\":{},\"238\":{},\"244\":{},\"245\":{},\"246\":{},\"247\":{}}}],[\"recipe/emailverification.default\",{\"_index\":25,\"name\":{},\"parent\":{\"39\":{},\"40\":{},\"41\":{},\"42\":{},\"43\":{},\"44\":{},\"45\":{}}}],[\"recipe/emailverification.emailverificationclaimclass\",{\"_index\":110,\"name\":{},\"parent\":{\"248\":{},\"249\":{},\"250\":{}}}],[\"recipe/emailverification.recipeinterface\",{\"_index\":107,\"name\":{},\"parent\":{\"239\":{}}}],[\"recipe/emailverification.recipeinterface.__type\",{\"_index\":108,\"name\":{},\"parent\":{\"240\":{},\"241\":{},\"242\":{},\"243\":{}}}],[\"recipe/passwordless\",{\"_index\":26,\"name\":{\"46\":{}},\"parent\":{\"47\":{},\"48\":{},\"49\":{},\"50\":{},\"51\":{},\"52\":{},\"53\":{},\"54\":{},\"55\":{},\"56\":{},\"57\":{},\"58\":{},\"59\":{},\"251\":{},\"257\":{},\"258\":{},\"270\":{},\"271\":{},\"272\":{},\"273\":{}}}],[\"recipe/passwordless.default\",{\"_index\":36,\"name\":{},\"parent\":{\"60\":{},\"61\":{},\"62\":{},\"63\":{},\"64\":{},\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{}}}],[\"recipe/passwordless.passwordlessuser\",{\"_index\":113,\"name\":{},\"parent\":{\"252\":{}}}],[\"recipe/passwordless.passwordlessuser.__type\",{\"_index\":114,\"name\":{},\"parent\":{\"253\":{},\"254\":{},\"255\":{},\"256\":{}}}],[\"recipe/passwordless.recipeinterface\",{\"_index\":116,\"name\":{},\"parent\":{\"259\":{}}}],[\"recipe/passwordless.recipeinterface.__type\",{\"_index\":117,\"name\":{},\"parent\":{\"260\":{},\"261\":{},\"262\":{},\"263\":{},\"264\":{},\"265\":{},\"266\":{},\"267\":{},\"268\":{},\"269\":{}}}],[\"recipe/recipemodule\",{\"_index\":37,\"name\":{\"73\":{}},\"parent\":{\"74\":{}}}],[\"recipe/recipemodule.default\",{\"_index\":38,\"name\":{},\"parent\":{\"75\":{},\"76\":{}}}],[\"recipe/session\",{\"_index\":39,\"name\":{\"77\":{}},\"parent\":{\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{},\"85\":{},\"86\":{},\"87\":{},\"88\":{},\"274\":{}}}],[\"recipe/session.default\",{\"_index\":48,\"name\":{},\"parent\":{\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"98\":{},\"99\":{}}}],[\"recipe/thirdparty\",{\"_index\":49,\"name\":{\"100\":{}},\"parent\":{\"101\":{},\"102\":{},\"103\":{},\"104\":{},\"105\":{},\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"275\":{},\"287\":{},\"294\":{},\"295\":{},\"296\":{},\"297\":{},\"298\":{}}}],[\"recipe/thirdparty.default\",{\"_index\":60,\"name\":{},\"parent\":{\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{},\"123\":{},\"124\":{},\"125\":{},\"126\":{}}}],[\"recipe/thirdparty.recipeinterface\",{\"_index\":119,\"name\":{},\"parent\":{\"276\":{}}}],[\"recipe/thirdparty.recipeinterface.__type\",{\"_index\":120,\"name\":{},\"parent\":{\"277\":{},\"278\":{},\"279\":{},\"280\":{},\"281\":{},\"282\":{},\"283\":{},\"284\":{},\"285\":{},\"286\":{}}}],[\"recipe/thirdparty.stateobject\",{\"_index\":122,\"name\":{},\"parent\":{\"288\":{}}}],[\"recipe/thirdparty.stateobject.__type\",{\"_index\":124,\"name\":{},\"parent\":{\"289\":{},\"290\":{},\"291\":{},\"292\":{},\"293\":{}}}],[\"recipe/thirdparty.thirdpartyusertype\",{\"_index\":130,\"name\":{},\"parent\":{\"299\":{}}}],[\"recipe/thirdparty.thirdpartyusertype.__type\",{\"_index\":131,\"name\":{},\"parent\":{\"300\":{},\"301\":{},\"302\":{},\"303\":{},\"304\":{}}}],[\"recipe/thirdparty.thirdpartyusertype.__type.__type\",{\"_index\":133,\"name\":{},\"parent\":{\"305\":{},\"306\":{}}}],[\"recipe/thirdpartyemailpassword\",{\"_index\":61,\"name\":{\"127\":{}},\"parent\":{\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{},\"142\":{},\"143\":{},\"144\":{},\"145\":{},\"146\":{},\"307\":{},\"308\":{},\"309\":{},\"310\":{},\"328\":{},\"329\":{},\"330\":{}}}],[\"recipe/thirdpartyemailpassword.default\",{\"_index\":65,\"name\":{},\"parent\":{\"147\":{},\"148\":{},\"149\":{},\"150\":{},\"151\":{},\"152\":{},\"153\":{},\"154\":{},\"155\":{},\"156\":{},\"157\":{},\"158\":{},\"159\":{},\"160\":{},\"161\":{},\"162\":{},\"163\":{},\"164\":{},\"165\":{}}}],[\"recipe/thirdpartyemailpassword.recipeinterface\",{\"_index\":136,\"name\":{},\"parent\":{\"311\":{}}}],[\"recipe/thirdpartyemailpassword.recipeinterface.__type\",{\"_index\":137,\"name\":{},\"parent\":{\"312\":{},\"313\":{},\"314\":{},\"315\":{},\"316\":{},\"317\":{},\"318\":{},\"319\":{},\"320\":{},\"321\":{},\"322\":{},\"323\":{},\"324\":{},\"325\":{},\"326\":{},\"327\":{}}}],[\"recipe/thirdpartypasswordless\",{\"_index\":66,\"name\":{\"166\":{}},\"parent\":{\"167\":{},\"168\":{},\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{},\"181\":{},\"182\":{},\"183\":{},\"184\":{},\"185\":{},\"186\":{},\"187\":{},\"188\":{},\"189\":{},\"331\":{},\"332\":{},\"333\":{},\"334\":{},\"356\":{},\"357\":{},\"358\":{},\"359\":{},\"360\":{},\"361\":{}}}],[\"recipe/thirdpartypasswordless.default\",{\"_index\":85,\"name\":{},\"parent\":{\"190\":{},\"191\":{},\"192\":{},\"193\":{},\"194\":{},\"195\":{},\"196\":{},\"197\":{},\"198\":{},\"199\":{},\"200\":{},\"201\":{},\"202\":{},\"203\":{},\"204\":{},\"205\":{},\"206\":{},\"207\":{},\"208\":{},\"209\":{},\"210\":{},\"211\":{},\"212\":{}}}],[\"recipe/thirdpartypasswordless.recipeinterface\",{\"_index\":139,\"name\":{},\"parent\":{\"335\":{}}}],[\"recipe/thirdpartypasswordless.recipeinterface.__type\",{\"_index\":140,\"name\":{},\"parent\":{\"336\":{},\"337\":{},\"338\":{},\"339\":{},\"340\":{},\"341\":{},\"342\":{},\"343\":{},\"344\":{},\"345\":{},\"346\":{},\"347\":{},\"348\":{},\"349\":{},\"350\":{},\"351\":{},\"352\":{},\"353\":{},\"354\":{},\"355\":{}}}],[\"recipe/userroles\",{\"_index\":86,\"name\":{\"213\":{}},\"parent\":{\"214\":{},\"362\":{},\"363\":{}}}],[\"recipe/userroles.default\",{\"_index\":88,\"name\":{},\"parent\":{\"215\":{},\"216\":{},\"217\":{}}}],[\"recipefunctionoptions\",{\"_index\":101,\"name\":{\"232\":{},\"244\":{},\"270\":{},\"328\":{},\"356\":{}},\"parent\":{}}],[\"recipeinterface\",{\"_index\":98,\"name\":{\"224\":{},\"238\":{},\"258\":{},\"275\":{},\"310\":{},\"334\":{}},\"parent\":{}}],[\"resendcode\",{\"_index\":28,\"name\":{\"49\":{},\"62\":{},\"261\":{}},\"parent\":{}}],[\"resendpasswordlesscode\",{\"_index\":69,\"name\":{\"171\":{},\"203\":{},\"347\":{}},\"parent\":{}}],[\"sendpasswordresetemail\",{\"_index\":13,\"name\":{\"15\":{},\"25\":{},\"130\":{},\"150\":{},\"227\":{},\"313\":{}},\"parent\":{}}],[\"sendverificationemail\",{\"_index\":21,\"name\":{\"34\":{},\"42\":{},\"241\":{}},\"parent\":{}}],[\"setloginattemptinfo\",{\"_index\":34,\"name\":{\"57\":{},\"69\":{},\"268\":{}},\"parent\":{}}],[\"setpasswordlessloginattemptinfo\",{\"_index\":83,\"name\":{\"187\":{},\"210\":{},\"354\":{}},\"parent\":{}}],[\"setstateandotherinfotostorage\",{\"_index\":53,\"name\":{\"106\":{},\"117\":{},\"140\":{},\"158\":{},\"278\":{},\"321\":{}},\"parent\":{}}],[\"setthirdpartystateandotherinfotostorage\",{\"_index\":74,\"name\":{\"178\":{},\"195\":{},\"339\":{}},\"parent\":{}}],[\"signin\",{\"_index\":15,\"name\":{\"17\":{},\"27\":{},\"229\":{}},\"parent\":{}}],[\"signinandup\",{\"_index\":51,\"name\":{\"103\":{},\"120\":{},\"281\":{}},\"parent\":{}}],[\"signout\",{\"_index\":9,\"name\":{\"10\":{},\"20\":{},\"23\":{},\"53\":{},\"71\":{},\"84\":{},\"95\":{},\"104\":{},\"115\":{},\"136\":{},\"148\":{},\"175\":{},\"191\":{}},\"parent\":{}}],[\"signup\",{\"_index\":14,\"name\":{\"16\":{},\"26\":{},\"228\":{}},\"parent\":{}}],[\"stateforauthprovider\",{\"_index\":127,\"name\":{\"292\":{}},\"parent\":{}}],[\"stateobject\",{\"_index\":121,\"name\":{\"287\":{},\"360\":{}},\"parent\":{}}],[\"submitnewpassword\",{\"_index\":12,\"name\":{\"14\":{},\"24\":{},\"129\":{},\"149\":{},\"226\":{},\"312\":{}},\"parent\":{}}],[\"thirdparty\",{\"_index\":132,\"name\":{\"303\":{}},\"parent\":{}}],[\"thirdpartysigninandup\",{\"_index\":64,\"name\":{\"134\":{},\"156\":{},\"169\":{},\"193\":{},\"319\":{},\"337\":{}},\"parent\":{}}],[\"thirdpartyusertype\",{\"_index\":129,\"name\":{\"298\":{},\"308\":{},\"361\":{}},\"parent\":{}}],[\"timejoined\",{\"_index\":96,\"name\":{\"222\":{},\"256\":{},\"302\":{}},\"parent\":{}}],[\"userid\",{\"_index\":134,\"name\":{\"306\":{}},\"parent\":{}}],[\"userinput\",{\"_index\":97,\"name\":{\"223\":{},\"237\":{},\"257\":{},\"274\":{},\"297\":{},\"309\":{},\"333\":{}},\"parent\":{}}],[\"userroleclaim\",{\"_index\":87,\"name\":{\"215\":{},\"362\":{}},\"parent\":{}}],[\"usertype\",{\"_index\":90,\"name\":{\"218\":{}},\"parent\":{}}],[\"validateclaims\",{\"_index\":45,\"name\":{\"85\":{},\"97\":{}},\"parent\":{}}],[\"validators\",{\"_index\":111,\"name\":{\"249\":{}},\"parent\":{}}],[\"verifyandgetstateorthrowerror\",{\"_index\":56,\"name\":{\"109\":{},\"122\":{},\"142\":{},\"161\":{},\"283\":{},\"324\":{}},\"parent\":{}}],[\"verifyandgetthirdpartystateorthrowerror\",{\"_index\":76,\"name\":{\"180\":{},\"198\":{},\"342\":{}},\"parent\":{}}],[\"verifyemail\",{\"_index\":20,\"name\":{\"33\":{},\"41\":{},\"240\":{}},\"parent\":{}}],[\"windowhandler\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css index ff488199..6127b27c 100644 --- a/docs/assets/style.css +++ b/docs/assets/style.css @@ -152,6 +152,15 @@ body.dark { --external-icon: var(--dark-external-icon); } +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + h1 { font-size: 2em; margin: 0.67em 0; @@ -641,6 +650,10 @@ footer { border-top: 1px solid var(--color-panel-divider); background-color: var(--color-panel); } +footer:after { + content: ""; + display: table; +} footer.with-border-bottom { border-bottom: 1px solid var(--color-panel-divider); } @@ -753,12 +766,13 @@ footer .tsd-legend { .tsd-flag { display: inline-block; - padding: 1px 5px; + padding: 0.25em 0.4em; border-radius: 4px; color: var(--color-comment-tag-text); background-color: var(--color-comment-tag); text-indent: 0; - font-size: 14px; + font-size: 75%; + line-height: 1; font-weight: normal; } @@ -1382,3 +1396,19 @@ input[type="checkbox"]:checked + .tsd-widget:before { img { max-width: 100%; } + +.tsd-anchor-icon { + margin-left: 10px; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} diff --git a/docs/classes/cookieHandler.CookieHandlerReference.html b/docs/classes/cookieHandler.CookieHandlerReference.html new file mode 100644 index 00000000..f330f1ee --- /dev/null +++ b/docs/classes/cookieHandler.CookieHandlerReference.html @@ -0,0 +1 @@ +CookieHandlerReference | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CookieHandlerReference

Index

Constructors

  • Parameters

    • Optional cookieHandlerInput: CookieHandlerInput

    Returns CookieHandlerReference

Properties

cookieHandler: CookieHandlerInterface
instance?: any

Methods

  • Returns CookieHandlerReference

  • init(cookieHandlerInput?: CookieHandlerInput): void
  • Parameters

    • Optional cookieHandlerInput: CookieHandlerInput

    Returns void

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/index.default.html b/docs/classes/index.default.html index 041cfa8b..dea75071 100644 --- a/docs/classes/index.default.html +++ b/docs/classes/index.default.html @@ -1 +1 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Methods

Constructors

constructor

Methods

Static init

  • init(config: SuperTokensConfig): void

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_authRecipe.default.html b/docs/classes/recipe_authRecipe.default.html index a8472fe6..840735af 100644 --- a/docs/classes/recipe_authRecipe.default.html +++ b/docs/classes/recipe_authRecipe.default.html @@ -1 +1 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default<Action, NormalisedConfig>

Type parameters

  • Action

  • NormalisedConfig: NormalisedRecipeConfig<Action>

Hierarchy

  • default<Action, NormalisedConfig>
    • default

Index

Constructors

Properties

Methods

Constructors

constructor

  • new default<Action, NormalisedConfig>(config: NormalisedConfig): default<Action, NormalisedConfig>

Properties

config

config: NormalisedConfig

Methods

signOut

  • signOut(input: { userContext: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Method
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default<Action, NormalisedConfig> Abstract

Type Parameters

  • Action

  • NormalisedConfig extends NormalisedRecipeConfig<Action>

Hierarchy

  • default<Action, NormalisedConfig>
    • default

Index

Constructors

Properties

Methods

Constructors

  • new default<Action, NormalisedConfig>(config: NormalisedConfig): default<Action, NormalisedConfig>

Properties

config: NormalisedConfig

Methods

  • signOut(input: { userContext: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Method
  • Inherited property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_emailpassword.default.html b/docs/classes/recipe_emailpassword.default.html index 3e994763..da7d4720 100644 --- a/docs/classes/recipe_emailpassword.default.html +++ b/docs/classes/recipe_emailpassword.default.html @@ -1,24 +1,24 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static doesEmailExist

  • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • +default | supertokens-web-js
    Options
    All
    • Public
    • Public/Protected
    • All
    Menu

    Hierarchy

    • default

    Index

    Constructors

    Methods

    • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
    • Check if an email exists

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      Returns Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>

      {status: "OK", doesExist: boolean}

      -

    Static getResetPasswordTokenFromURL

    • getResetPasswordTokenFromURL(input?: { userContext?: any }): string
    • getResetPasswordTokenFromURL(input?: { userContext?: any }): string
    • Reads and returns the reset password token from the current URL

      Parameters

      • Optional input: { userContext?: any }
        • Optional userContext?: any

      Returns string

      The "token" query parameter from the current location

      -

    Static init

    • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>

    Static sendPasswordResetEmail

    • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>
    • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • Send an email to the user for password reset

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
        • formFields: { id: string; value: string }[]
        • Optional options?: RecipeFunctionOptions
        • Optional userContext?: any

      Returns Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

      {status: "OK"} if successfull

      -

    Static signIn

    • signIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
    • signIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
    • Sign in a user with email and password

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
        • formFields: { id: string; value: string }[]
        • Optional options?: RecipeFunctionOptions
        • Optional userContext?: any

      Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>

      {status: "OK"} if successfull

      -

    Static signOut

    • signOut(input?: { userContext?: any }): Promise<void>

    Static signUp

    • signUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • signOut(input?: { userContext?: any }): Promise<void>
    • signUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • Sign up a user with email and password

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
        • formFields: { id: string; value: string }[]
        • Optional options?: RecipeFunctionOptions
        • Optional userContext?: any

      Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

      {status: "OK"} if successfull

      -

    Static submitNewPassword

    • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • Submit a new password for the user

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
        • formFields: { id: string; value: string }[]
        • Optional options?: RecipeFunctionOptions
        • Optional userContext?: any

      Returns Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

      {status: "OK"} if successfull

      -

    Legend

    • Variable
    • Function
    • Function with type parameter
    • Type alias
    • Class
    • Class with type parameter
    • Constructor
    • Static method

    Settings

    Theme

    Generated using TypeDoc

    \ No newline at end of file +

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_emailverification.EmailVerificationClaimClass.html b/docs/classes/recipe_emailverification.EmailVerificationClaimClass.html index 8c2bde36..d8ae091e 100644 --- a/docs/classes/recipe_emailverification.EmailVerificationClaimClass.html +++ b/docs/classes/recipe_emailverification.EmailVerificationClaimClass.html @@ -1,5 +1,5 @@ -EmailVerificationClaimClass | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu
+EmailVerificationClaimClass | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

We include "Class" in the class name, because it makes it easier to import/use the right thing (the instance exported by the recipe) instead of this.

-

Hierarchy

Index

Constructors

constructor

Properties

Readonly defaultMaxAgeInSeconds

defaultMaxAgeInSeconds: undefined | number

Readonly id

id: string

Readonly refresh

refresh: (userContext: any) => Promise<void>

Type declaration

    • (userContext: any): Promise<void>
    • +

Hierarchy

Index

Constructors

Properties

defaultMaxAgeInSeconds: undefined | number
id: string
refresh: ((userContext: any) => Promise<void>)

Type declaration

    • (userContext: any): Promise<void>
    • Makes an API call that will refresh the claim in the token.

      -

      Parameters

      • userContext: any

      Returns Promise<void>

validators

validators: { hasValue: any } & BooleanValidators & { isVerified: any }

Methods

getLastFetchedTime

  • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns undefined | number

getValueFromPayload

  • getValueFromPayload(payload: any, _userContext?: any): boolean
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns boolean

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Parameters

  • userContext: any

Returns Promise<void>

validators: { hasValue: any } & BooleanValidators & { isVerified: any }

Methods

  • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns undefined | number

  • getValueFromPayload(payload: any, _userContext?: any): boolean
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns boolean

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_emailverification.default.html b/docs/classes/recipe_emailverification.default.html index bb5630e1..3d60da85 100644 --- a/docs/classes/recipe_emailverification.default.html +++ b/docs/classes/recipe_emailverification.default.html @@ -1,13 +1,13 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Properties

Static EmailVerificationClaim

EmailVerificationClaim: EmailVerificationClaimClass = ...

Methods

Static getEmailVerificationTokenFromURL

  • getEmailVerificationTokenFromURL(input?: { userContext?: any }): string

Static init

  • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>

Static isEmailVerified

  • isEmailVerified(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; isVerified: boolean; status: "OK" }>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static property
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_passwordless.default.html b/docs/classes/recipe_passwordless.default.html index f12713bc..cc2c05b7 100644 --- a/docs/classes/recipe_passwordless.default.html +++ b/docs/classes/recipe_passwordless.default.html @@ -1,34 +1,34 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static clearLoginAttemptInfo

  • clearLoginAttemptInfo(input?: { userContext?: any }): Promise<void>
  • signOut(input?: { userContext?: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_recipeModule.default.html b/docs/classes/recipe_recipeModule.default.html index a3370e25..97d1b945 100644 --- a/docs/classes/recipe_recipeModule.default.html +++ b/docs/classes/recipe_recipeModule.default.html @@ -1 +1 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default<Action, NormalisedConfig>

Type parameters

  • Action

  • NormalisedConfig: NormalisedRecipeConfig<Action>

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new default<Action, NormalisedConfig>(config: NormalisedConfig): default<Action, NormalisedConfig>

Properties

config

config: NormalisedConfig

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class default<Action, NormalisedConfig> Abstract

Type Parameters

  • Action

  • NormalisedConfig extends NormalisedRecipeConfig<Action>

Hierarchy

Index

Constructors

Properties

Constructors

  • new default<Action, NormalisedConfig>(config: NormalisedConfig): default<Action, NormalisedConfig>

Properties

config: NormalisedConfig

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_session.BooleanClaim.html b/docs/classes/recipe_session.BooleanClaim.html index b9e002ef..e4c700be 100644 --- a/docs/classes/recipe_session.BooleanClaim.html +++ b/docs/classes/recipe_session.BooleanClaim.html @@ -1,3 +1,3 @@ -BooleanClaim | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new BooleanClaim(config: PrimitiveClaimConfig): BooleanClaim

Properties

Readonly defaultMaxAgeInSeconds

defaultMaxAgeInSeconds: undefined | number

Readonly id

id: string

Readonly refresh

refresh: (userContext: any) => Promise<void>

Type declaration

validators: { hasValue: any } & BooleanValidators

Methods

  • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns undefined | number

  • getValueFromPayload(payload: any, _userContext?: any): boolean
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns boolean

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_session.PrimitiveArrayClaim.html b/docs/classes/recipe_session.PrimitiveArrayClaim.html index f744d02f..170e273e 100644 --- a/docs/classes/recipe_session.PrimitiveArrayClaim.html +++ b/docs/classes/recipe_session.PrimitiveArrayClaim.html @@ -1,3 +1,3 @@ -PrimitiveArrayClaim | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrimitiveArrayClaim<ValueType>

Type parameters

  • ValueType

Hierarchy

  • PrimitiveArrayClaim

Index

Constructors

constructor

  • new PrimitiveArrayClaim<ValueType>(config: PrimitiveArrayClaimConfig): PrimitiveArrayClaim<ValueType>
  • Type parameters

    • ValueType

    Parameters

    • config: PrimitiveArrayClaimConfig

    Returns PrimitiveArrayClaim<ValueType>

Properties

Readonly defaultMaxAgeInSeconds

defaultMaxAgeInSeconds: undefined | number

Readonly id

id: string

Readonly refresh

refresh: (userContext: any) => Promise<void>

Type declaration

    • (userContext: any): Promise<void>
    • +PrimitiveArrayClaim | supertokens-web-js
      Options
      All
      • Public
      • Public/Protected
      • All
      Menu

      Class PrimitiveArrayClaim<ValueType>

      Type Parameters

      • ValueType

      Hierarchy

      • PrimitiveArrayClaim

      Index

      Constructors

      • new PrimitiveArrayClaim<ValueType>(config: PrimitiveArrayClaimConfig): PrimitiveArrayClaim<ValueType>
      • Type Parameters

        • ValueType

        Parameters

        • config: PrimitiveArrayClaimConfig

        Returns PrimitiveArrayClaim<ValueType>

      Properties

      defaultMaxAgeInSeconds: undefined | number
      id: string
      refresh: ((userContext: any) => Promise<void>)

      Type declaration

        • (userContext: any): Promise<void>
        • Makes an API call that will refresh the claim in the token.

          -

          Parameters

          • userContext: any

          Returns Promise<void>

      validators

      validators: { excludes: any; excludesAll: any; includes: any; includesAll: any }

      Type declaration

      • excludes:function
        • Parameters

          • val: ValueType
          • Optional maxAgeInSeconds: number
          • Optional id: string

          Returns SessionClaimValidator

      • excludesAll:function
        • Parameters

          • val: ValueType[]
          • Optional maxAgeInSeconds: number
          • Optional id: string

          Returns SessionClaimValidator

      • includes:function
        • Parameters

          • val: ValueType
          • Optional maxAgeInSeconds: number
          • Optional id: string

          Returns SessionClaimValidator

      • includesAll:function
        • Parameters

          • val: ValueType[]
          • Optional maxAgeInSeconds: number
          • Optional id: string

          Returns SessionClaimValidator

      Methods

      getLastFetchedTime

      • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
      • Parameters

        • payload: any
        • Optional _userContext: any

        Returns undefined | number

      getValueFromPayload

      • getValueFromPayload(payload: any, _userContext?: any): ValueType[]
      • Parameters

        • payload: any
        • Optional _userContext: any

        Returns ValueType[]

      Legend

      • Variable
      • Function
      • Function with type parameter
      • Type alias
      • Class
      • Class with type parameter

      Settings

      Theme

      Generated using TypeDoc

      \ No newline at end of file +

      Parameters

      • userContext: any

      Returns Promise<void>

validators: { excludes: any; excludesAll: any; includes: any; includesAll: any }

Type declaration

  • excludes:function
    • Parameters

      • val: ValueType
      • Optional maxAgeInSeconds: number
      • Optional id: string

      Returns SessionClaimValidator

  • excludesAll:function
    • Parameters

      • val: ValueType[]
      • Optional maxAgeInSeconds: number
      • Optional id: string

      Returns SessionClaimValidator

  • includes:function
    • Parameters

      • val: ValueType
      • Optional maxAgeInSeconds: number
      • Optional id: string

      Returns SessionClaimValidator

  • includesAll:function
    • Parameters

      • val: ValueType[]
      • Optional maxAgeInSeconds: number
      • Optional id: string

      Returns SessionClaimValidator

Methods

  • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns undefined | number

  • getValueFromPayload(payload: any, _userContext?: any): ValueType[]
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns ValueType[]

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_session.PrimitiveClaim.html b/docs/classes/recipe_session.PrimitiveClaim.html index c47231e8..13e055fb 100644 --- a/docs/classes/recipe_session.PrimitiveClaim.html +++ b/docs/classes/recipe_session.PrimitiveClaim.html @@ -1,3 +1,3 @@ -PrimitiveClaim | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrimitiveClaim<ValueType>

Type parameters

  • ValueType

Hierarchy

Index

Constructors

constructor

  • new PrimitiveClaim<ValueType>(config: PrimitiveClaimConfig): PrimitiveClaim<ValueType>
  • Type parameters

    • ValueType

    Parameters

    • config: PrimitiveClaimConfig

    Returns PrimitiveClaim<ValueType>

Properties

Readonly defaultMaxAgeInSeconds

defaultMaxAgeInSeconds: undefined | number

Readonly id

id: string

Readonly refresh

refresh: (userContext: any) => Promise<void>

Type declaration

validators: { hasValue: any }

Type declaration

  • hasValue:function
    • Parameters

      • val: ValueType
      • Optional maxAgeInSeconds: number
      • Optional id: string

      Returns SessionClaimValidator

Methods

  • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns undefined | number

  • getValueFromPayload(payload: any, _userContext?: any): ValueType
  • Parameters

    • payload: any
    • Optional _userContext: any

    Returns ValueType

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_session.SessionClaimValidator.html b/docs/classes/recipe_session.SessionClaimValidator.html index 33c111b9..cb658a26 100644 --- a/docs/classes/recipe_session.SessionClaimValidator.html +++ b/docs/classes/recipe_session.SessionClaimValidator.html @@ -1,8 +1,8 @@ -SessionClaimValidator | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SessionClaimValidator

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • id: string

    Returns SessionClaimValidator

Properties

Readonly id

id: string

Methods

Abstract refresh

  • refresh(userContext: any): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_session.default.html b/docs/classes/recipe_session.default.html index 5722f2dc..36add680 100644 --- a/docs/classes/recipe_session.default.html +++ b/docs/classes/recipe_session.default.html @@ -1 +1 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static addAxiosInterceptors

  • addAxiosInterceptors(axiosInstance: any, userContext?: any): void

Static attemptRefreshingSession

  • attemptRefreshingSession(): Promise<boolean>

Static doesSessionExist

  • doesSessionExist(input?: { userContext?: any }): Promise<boolean>

Static getAccessTokenPayloadSecurely

  • getAccessTokenPayloadSecurely(input?: { userContext?: any }): Promise<any>

Static getClaimValue

  • getClaimValue<T>(input: { claim: SessionClaim<T>; userContext?: any }): Promise<undefined | T>

Static getInvalidClaimsFromResponse

  • getInvalidClaimsFromResponse(input: { response: Response | { data: any }; userContext?: any }): Promise<ClaimValidationError[]>

Static getUserId

  • getUserId(input?: { userContext?: any }): Promise<string>

Static init

  • init(config?: UserInput): CreateRecipeFunction<unknown>

Static signOut

  • signOut(input?: { userContext?: any }): Promise<void>

Static validateClaims

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

Methods

  • addAxiosInterceptors(axiosInstance: any, userContext?: any): void
  • attemptRefreshingSession(): Promise<boolean>
  • doesSessionExist(input?: { userContext?: any }): Promise<boolean>
  • getAccessTokenPayloadSecurely(input?: { userContext?: any }): Promise<any>
  • getClaimValue<T>(input: { claim: SessionClaim<T>; userContext?: any }): Promise<undefined | T>
  • getInvalidClaimsFromResponse(input: { response: Response | { data: any }; userContext?: any }): Promise<ClaimValidationError[]>
  • getUserId(input?: { userContext?: any }): Promise<string>
  • init(config?: UserInput): CreateRecipeFunction<unknown>
  • signOut(input?: { userContext?: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_thirdparty.default.html b/docs/classes/recipe_thirdparty.default.html index b994cf31..338960bc 100644 --- a/docs/classes/recipe_thirdparty.default.html +++ b/docs/classes/recipe_thirdparty.default.html @@ -1,32 +1,32 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static generateStateToSendToOAuthProvider

  • generateStateToSendToOAuthProvider(input?: { userContext?: any }): string

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_thirdpartyemailpassword.default.html b/docs/classes/recipe_thirdpartyemailpassword.default.html index e23f97d3..88645d04 100644 --- a/docs/classes/recipe_thirdpartyemailpassword.default.html +++ b/docs/classes/recipe_thirdpartyemailpassword.default.html @@ -1,52 +1,52 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static doesEmailExist

  • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_thirdpartypasswordless.default.html b/docs/classes/recipe_thirdpartypasswordless.default.html index 49f05be6..7131a644 100644 --- a/docs/classes/recipe_thirdpartypasswordless.default.html +++ b/docs/classes/recipe_thirdpartypasswordless.default.html @@ -1,65 +1,65 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • default

Index

Constructors

constructor

Methods

Static clearPasswordlessLoginAttemptInfo

  • clearPasswordlessLoginAttemptInfo(input?: { userContext?: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/recipe_userroles.default.html b/docs/classes/recipe_userroles.default.html index 354ea215..5c809933 100644 --- a/docs/classes/recipe_userroles.default.html +++ b/docs/classes/recipe_userroles.default.html @@ -1 +1 @@ -default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +default | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter
  • Constructor
  • Static property

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/windowHandler.WindowHandlerReference.html b/docs/classes/windowHandler.WindowHandlerReference.html new file mode 100644 index 00000000..56c764cc --- /dev/null +++ b/docs/classes/windowHandler.WindowHandlerReference.html @@ -0,0 +1 @@ +WindowHandlerReference | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • WindowHandlerReference

Index

Constructors

  • Parameters

    • Optional windowHandlerInput: WindowHandlerInput

    Returns WindowHandlerReference

Properties

windowHandler: WindowHandlerInterface
instance?: any

Methods

  • Returns WindowHandlerReference

  • init(windowHandlerInput?: WindowHandlerInput): void
  • Parameters

    • Optional windowHandlerInput: WindowHandlerInput

    Returns void

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 1afe70ba..5512f782 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,4 +1,4 @@ -supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

supertokens-web-js

+supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

supertokens-web-js

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html index 021f5dab..d85cb100 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -1 +1 @@ -supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

supertokens-web-js

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

supertokens-web-js

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/cookieHandler.html b/docs/modules/cookieHandler.html new file mode 100644 index 00000000..354aec80 --- /dev/null +++ b/docs/modules/cookieHandler.html @@ -0,0 +1 @@ +cookieHandler | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module cookieHandler

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/index.html b/docs/modules/index.html index 22a05f83..f5f7bdc1 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -1 +1 @@ -index | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +index | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_authRecipe.html b/docs/modules/recipe_authRecipe.html index 88a187c3..09c2c9e5 100644 --- a/docs/modules/recipe_authRecipe.html +++ b/docs/modules/recipe_authRecipe.html @@ -1 +1 @@ -recipe/authRecipe | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/authRecipe

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +recipe/authRecipe | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/authRecipe

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_emailpassword.html b/docs/modules/recipe_emailpassword.html index a112ba31..eec611e5 100644 --- a/docs/modules/recipe_emailpassword.html +++ b/docs/modules/recipe_emailpassword.html @@ -1,29 +1,29 @@ -recipe/emailpassword | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/emailpassword

Index

Type aliases

PostAPIHookContext

PostAPIHookContext: RecipePostAPIHookContext<PreAndPostAPIHookAction>

PreAPIHookContext

PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

RecipeFunctionOptions

RecipeFunctionOptions: { preAPIHook?: any }
+recipe/emailpassword | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/emailpassword

Index

Type Aliases

PostAPIHookContext: RecipePostAPIHookContext<PreAndPostAPIHookAction>
PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>
RecipeFunctionOptions: { preAPIHook?: any }

For the options object passed to recipe functions, we do not need a postAPIHook.

This is because these functions will be called manually, so the user always knows which API is called (making the postAPIHook redundant). They can consume the networkResponse returned by recipe functions as a way to handle post API logic

-

Type declaration

  • preAPIHook?:function
    • preAPIHook(input: { requestInit: RequestInit; url: string; userContext: any }): Promise<{ requestInit: RequestInit; url: string }>
    • Parameters

      • input: { requestInit: RequestInit; url: string; userContext: any }
        • requestInit: RequestInit
        • url: string
        • userContext: any

      Returns Promise<{ requestInit: RequestInit; url: string }>

RecipeInterface

RecipeInterface: { doesEmailExist: any; getResetPasswordTokenFromURL: any; sendPasswordResetEmail: any; signIn: any; signUp: any; submitNewPassword: any }

Type declaration

  • doesEmailExist:function
    • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
    • +

      Type declaration

      • preAPIHook?:function
        • preAPIHook(input: { requestInit: RequestInit; url: string; userContext: any }): Promise<{ requestInit: RequestInit; url: string }>
        • Parameters

          • input: { requestInit: RequestInit; url: string; userContext: any }
            • requestInit: RequestInit
            • url: string
            • userContext: any

          Returns Promise<{ requestInit: RequestInit; url: string }>

RecipeInterface: { doesEmailExist: any; getResetPasswordTokenFromURL: any; sendPasswordResetEmail: any; signIn: any; signUp: any; submitNewPassword: any }

Type declaration

  • doesEmailExist:function
    • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
    • Check if an email exists

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      Returns Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>

      {status: "OK", doesExist: boolean}

      -
  • getResetPasswordTokenFromURL:function
    • getResetPasswordTokenFromURL(input: { userContext: any }): string
  • getResetPasswordTokenFromURL:function
    • getResetPasswordTokenFromURL(input: { userContext: any }): string
    • Reads and returns the reset password token from the current URL

      Parameters

      • input: { userContext: any }
        • userContext: any

      Returns string

      The "token" query parameter from the current location

      -
  • sendPasswordResetEmail:function
    • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • sendPasswordResetEmail:function
    • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • Send an email to the user for password reset

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      Returns Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

      {status: "OK"} if successfull

      -
  • signIn:function
    • signIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
  • signIn:function
    • signIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
    • Sign in a user with email and password

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>

      {status: "OK"} if successfull

      -
  • signUp:function
    • signUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • signUp:function
    • signUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • Sign up a user with email and password

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

      {status: "OK"} if successfull

      -
  • submitNewPassword:function
    • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • submitNewPassword:function
    • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
    • Submit a new password for the user

      throws

      STGeneralError if the API exposed by the backend SDKs returns status: "GENERAL_ERROR"

      Parameters

      Returns Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

      {status: "OK"} if successfull

      -

UserInput

UserInput: { override?: { functions?: any } } & RecipeModuleUserInput<PreAndPostAPIHookAction>

UserType

UserType: { email: string; id: string; timeJoined: number }

Type declaration

  • email: string
  • id: string
  • timeJoined: number

Functions

Const doesEmailExist

  • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>

Const getResetPasswordTokenFromURL

  • getResetPasswordTokenFromURL(input?: { userContext?: any }): string

Const init

  • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>

Const sendPasswordResetEmail

  • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

Const signIn

  • signIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>

Const signOut

  • signOut(input?: { userContext?: any }): Promise<void>

Const signUp

  • signUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

Const submitNewPassword

  • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +
UserInput: { override?: { functions?: any } } & RecipeModuleUserInput<PreAndPostAPIHookAction>
UserType: { email: string; id: string; timeJoined: number }

Type declaration

  • email: string
  • id: string
  • timeJoined: number

Functions

  • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • getResetPasswordTokenFromURL(input?: { userContext?: any }): string
  • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>
  • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

  • signIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>

  • signOut(input?: { userContext?: any }): Promise<void>
  • signUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_emailverification.html b/docs/modules/recipe_emailverification.html index 6f686e63..4afc5b1f 100644 --- a/docs/modules/recipe_emailverification.html +++ b/docs/modules/recipe_emailverification.html @@ -1,16 +1,16 @@ -recipe/emailverification | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/emailverification

Index

References

RecipeFunctionOptions

Re-exports RecipeFunctionOptions

Type aliases

PostAPIHookContext

PostAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

PreAPIHookContext

PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

RecipeInterface

RecipeInterface: { getEmailVerificationTokenFromURL: any; isEmailVerified: any; sendVerificationEmail: any; verifyEmail: any }

Type declaration

UserInput: { override?: InputTypeOverride } & RecipeModuleUserInput<PreAndPostAPIHookAction>

Variables

EmailVerificationClaim: EmailVerificationClaimClass = RecipeWrapper.EmailVerificationClaim

Functions

  • getEmailVerificationTokenFromURL(input?: { userContext?: any }): string
  • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>
  • isEmailVerified(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; isVerified: boolean; status: "OK" }>
  • sendVerificationEmail(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "EMAIL_ALREADY_VERIFIED_ERROR" }>
  • verifyEmail(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "EMAIL_VERIFICATION_INVALID_TOKEN_ERROR" }>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_passwordless.html b/docs/modules/recipe_passwordless.html index b38d8846..2eb6d93c 100644 --- a/docs/modules/recipe_passwordless.html +++ b/docs/modules/recipe_passwordless.html @@ -1,34 +1,34 @@ -recipe/passwordless | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/passwordless

Index

References

RecipeFunctionOptions

Re-exports RecipeFunctionOptions

Type aliases

PasswordlessUser

PasswordlessUser: { email?: string; id: string; phoneNumber?: string; timeJoined: number }

Type declaration

  • Optional email?: string
  • id: string
  • Optional phoneNumber?: string
  • timeJoined: number

PostAPIHookContext

PostAPIHookContext: RecipePostAPIHookContext<PreAndPostAPIHookAction>

PreAPIHookContext

PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

PreAndPostAPIHookAction

PreAndPostAPIHookAction: "PASSWORDLESS_CREATE_CODE" | "PASSWORDLESS_CONSUME_CODE" | "PASSWORDLESS_RESEND_CODE" | "EMAIL_EXISTS" | "PHONE_NUMBER_EXISTS"

RecipeInterface

RecipeInterface: { clearLoginAttemptInfo: any; consumeCode: any; createCode: any; doesEmailExist: any; doesPhoneNumberExist: any; getLinkCodeFromURL: any; getLoginAttemptInfo: any; getPreAuthSessionIdFromURL: any; resendCode: any; setLoginAttemptInfo: any }

Type declaration

UserInput: { override?: { functions?: any } } & RecipeModuleUserInput<PreAndPostAPIHookAction>

Functions

  • clearLoginAttemptInfo(input?: { userContext?: any }): Promise<void>
  • consumeCode(input?: { options?: RecipeFunctionOptions; userContext?: any; userInputCode: string } | { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: PasswordlessUser } | { failedCodeInputAttemptCount: number; fetchResponse: Response; maximumCodeInputAttempts: number; status: "INCORRECT_USER_INPUT_CODE_ERROR" | "EXPIRED_USER_INPUT_CODE_ERROR" } | { fetchResponse: Response; status: "RESTART_FLOW_ERROR" }>
  • Parameters

    Returns Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: PasswordlessUser } | { failedCodeInputAttemptCount: number; fetchResponse: Response; maximumCodeInputAttempts: number; status: "INCORRECT_USER_INPUT_CODE_ERROR" | "EXPIRED_USER_INPUT_CODE_ERROR" } | { fetchResponse: Response; status: "RESTART_FLOW_ERROR" }>

  • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • doesPhoneNumberExist(input: { options?: RecipeFunctionOptions; phoneNumber: string; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • getLinkCodeFromURL(input?: { userContext?: any }): string
  • getLoginAttemptInfo<CustomLoginAttemptInfoProperties>(input?: { userContext?: any }): Promise<undefined | { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomLoginAttemptInfoProperties>
  • Type Parameters

    • CustomLoginAttemptInfoProperties

    Parameters

    • Optional input: { userContext?: any }
      • Optional userContext?: any

    Returns Promise<undefined | { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomLoginAttemptInfoProperties>

  • getPreAuthSessionIdFromURL(input?: { userContext?: any }): string
  • resendCode(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESTART_FLOW_ERROR" }>
  • setLoginAttemptInfo<CustomStateProperties>(input: { attemptInfo: { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomStateProperties; userContext?: any }): Promise<void>
  • Type Parameters

    • CustomStateProperties

    Parameters

    • input: { attemptInfo: { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomStateProperties; userContext?: any }
      • attemptInfo: { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomStateProperties
      • Optional userContext?: any

    Returns Promise<void>

  • signOut(input?: { userContext?: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_recipeModule.html b/docs/modules/recipe_recipeModule.html index 37bb8c50..78dc1f4c 100644 --- a/docs/modules/recipe_recipeModule.html +++ b/docs/modules/recipe_recipeModule.html @@ -1 +1 @@ -recipe/recipeModule | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/recipeModule

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +recipe/recipeModule | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/recipeModule

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_session.html b/docs/modules/recipe_session.html index 3a1563ec..f8c64468 100644 --- a/docs/modules/recipe_session.html +++ b/docs/modules/recipe_session.html @@ -1 +1 @@ -recipe/session | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

ClaimValidationError

ClaimValidationError: { reason?: any; validatorId: string }

Type declaration

  • Optional reason?: any
  • validatorId: string

ClaimValidationResult

ClaimValidationResult: { isValid: true } | { isValid: false; reason?: any }

RecipeInterface

RecipeInterface: { addAxiosInterceptors: any; addFetchInterceptorsAndReturnModifiedFetch: any; addXMLHttpRequestInterceptor: any; doesSessionExist: any; getAccessTokenPayloadSecurely: any; getGlobalClaimValidators: any; getInvalidClaimsFromResponse: any; getUserId: any; signOut: any; validateClaims: any }

Type declaration

  • addAxiosInterceptors:function
    • addAxiosInterceptors(input: { axiosInstance: any; userContext: any }): void
    • Parameters

      • input: { axiosInstance: any; userContext: any }
        • axiosInstance: any
        • userContext: any

      Returns void

  • addFetchInterceptorsAndReturnModifiedFetch:function
    • addFetchInterceptorsAndReturnModifiedFetch(input: { originalFetch: any; userContext: any }): (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>
    • Parameters

      • input: { originalFetch: any; userContext: any }
        • originalFetch: any
        • userContext: any

      Returns (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>

        • (input: URL | RequestInfo, init?: RequestInit): Promise<Response>
        • Parameters

          • input: URL | RequestInfo
          • Optional init: RequestInit

          Returns Promise<Response>

  • addXMLHttpRequestInterceptor:function
    • addXMLHttpRequestInterceptor(input: { userContext: any }): void
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns void

  • doesSessionExist:function
    • doesSessionExist(input: { userContext: any }): Promise<boolean>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<boolean>

  • getAccessTokenPayloadSecurely:function
    • getAccessTokenPayloadSecurely(input: { userContext: any }): Promise<any>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<any>

  • getGlobalClaimValidators:function
  • getInvalidClaimsFromResponse:function
    • getInvalidClaimsFromResponse(input: { response: { data: any } | Response; userContext: any }): Promise<ClaimValidationError[]>
    • Parameters

      • input: { response: { data: any } | Response; userContext: any }
        • response: { data: any } | Response
        • userContext: any

      Returns Promise<ClaimValidationError[]>

  • getUserId:function
    • getUserId(input: { userContext: any }): Promise<string>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<string>

  • signOut:function
    • signOut(input: { userContext: any }): Promise<void>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<void>

  • validateClaims:function

SessionClaim

SessionClaim<ValueType>: { getLastFetchedTime: any; getValueFromPayload: any; refresh: any }

Type parameters

  • ValueType

Type declaration

  • getLastFetchedTime:function
    • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
    • Parameters

      • payload: any
      • Optional _userContext: any

      Returns undefined | number

  • getValueFromPayload:function
    • getValueFromPayload(payload: any, _userContext?: any): undefined | ValueType
    • Parameters

      • payload: any
      • Optional _userContext: any

      Returns undefined | ValueType

  • refresh:function
    • refresh(userContext: any): Promise<void>
    • Parameters

      • userContext: any

      Returns Promise<void>

UserInput

UserInput: Omit<WebsiteInputType, "apiDomain" | "apiBasePath" | "enableDebugLogs" | "cookieHandler" | "windowHandler">

Functions

Const addAxiosInterceptors

  • addAxiosInterceptors(axiosInstance: any, userContext?: any): void

Const attemptRefreshingSession

  • attemptRefreshingSession(): Promise<boolean>

Const doesSessionExist

  • doesSessionExist(input?: { userContext?: any }): Promise<boolean>

Const getAccessTokenPayloadSecurely

  • getAccessTokenPayloadSecurely(input?: { userContext?: any }): Promise<any>

Const getClaimValue

  • getClaimValue<T>(input: { claim: SessionClaim<T>; userContext?: any }): Promise<undefined | T>

Const getInvalidClaimsFromResponse

  • getInvalidClaimsFromResponse(input: { response: Response | { data: any }; userContext?: any }): Promise<ClaimValidationError[]>

Const getUserId

  • getUserId(input?: { userContext?: any }): Promise<string>

Const init

  • init(config?: UserInput): CreateRecipeFunction<unknown>

Const signOut

  • signOut(input?: { userContext?: any }): Promise<void>

Const validateClaims

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +recipe/session | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/session

Index

Type Aliases

ClaimValidationError: { reason?: any; validatorId: string }

Type declaration

  • Optional reason?: any
  • validatorId: string
ClaimValidationResult: { isValid: true } | { isValid: false; reason?: any }
RecipeInterface: { addAxiosInterceptors: any; addFetchInterceptorsAndReturnModifiedFetch: any; addXMLHttpRequestInterceptor: any; doesSessionExist: any; getAccessTokenPayloadSecurely: any; getGlobalClaimValidators: any; getInvalidClaimsFromResponse: any; getUserId: any; signOut: any; validateClaims: any }

Type declaration

  • addAxiosInterceptors:function
    • addAxiosInterceptors(input: { axiosInstance: any; userContext: any }): void
    • Parameters

      • input: { axiosInstance: any; userContext: any }
        • axiosInstance: any
        • userContext: any

      Returns void

  • addFetchInterceptorsAndReturnModifiedFetch:function
    • addFetchInterceptorsAndReturnModifiedFetch(input: { originalFetch: any; userContext: any }): ((input: URL | RequestInfo, init?: RequestInit) => Promise<Response>)
    • Parameters

      • input: { originalFetch: any; userContext: any }
        • originalFetch: any
        • userContext: any

      Returns ((input: URL | RequestInfo, init?: RequestInit) => Promise<Response>)

        • (input: URL | RequestInfo, init?: RequestInit): Promise<Response>
        • Parameters

          • input: URL | RequestInfo
          • Optional init: RequestInit

          Returns Promise<Response>

  • addXMLHttpRequestInterceptor:function
    • addXMLHttpRequestInterceptor(input: { userContext: any }): void
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns void

  • doesSessionExist:function
    • doesSessionExist(input: { userContext: any }): Promise<boolean>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<boolean>

  • getAccessTokenPayloadSecurely:function
    • getAccessTokenPayloadSecurely(input: { userContext: any }): Promise<any>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<any>

  • getGlobalClaimValidators:function
  • getInvalidClaimsFromResponse:function
    • getInvalidClaimsFromResponse(input: { response: { data: any } | Response; userContext: any }): Promise<ClaimValidationError[]>
    • Parameters

      • input: { response: { data: any } | Response; userContext: any }
        • response: { data: any } | Response
        • userContext: any

      Returns Promise<ClaimValidationError[]>

  • getUserId:function
    • getUserId(input: { userContext: any }): Promise<string>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<string>

  • signOut:function
    • signOut(input: { userContext: any }): Promise<void>
    • Parameters

      • input: { userContext: any }
        • userContext: any

      Returns Promise<void>

  • validateClaims:function
SessionClaim<ValueType>: { getLastFetchedTime: any; getValueFromPayload: any; refresh: any }

Type Parameters

  • ValueType

Type declaration

  • getLastFetchedTime:function
    • getLastFetchedTime(payload: any, _userContext?: any): undefined | number
    • Parameters

      • payload: any
      • Optional _userContext: any

      Returns undefined | number

  • getValueFromPayload:function
    • getValueFromPayload(payload: any, _userContext?: any): undefined | ValueType
    • Parameters

      • payload: any
      • Optional _userContext: any

      Returns undefined | ValueType

  • refresh:function
    • refresh(userContext: any): Promise<void>
    • Parameters

      • userContext: any

      Returns Promise<void>

UserInput: Omit<WebsiteInputType, "apiDomain" | "apiBasePath" | "enableDebugLogs" | "cookieHandler" | "windowHandler">

Functions

  • addAxiosInterceptors(axiosInstance: any, userContext?: any): void
  • attemptRefreshingSession(): Promise<boolean>
  • doesSessionExist(input?: { userContext?: any }): Promise<boolean>
  • getAccessTokenPayloadSecurely(input?: { userContext?: any }): Promise<any>
  • getClaimValue<T>(input: { claim: SessionClaim<T>; userContext?: any }): Promise<undefined | T>
  • getInvalidClaimsFromResponse(input: { response: Response | { data: any }; userContext?: any }): Promise<ClaimValidationError[]>
  • getUserId(input?: { userContext?: any }): Promise<string>
  • init(config?: UserInput): CreateRecipeFunction<unknown>
  • signOut(input?: { userContext?: any }): Promise<void>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_thirdparty.html b/docs/modules/recipe_thirdparty.html index e8fed310..a7b08305 100644 --- a/docs/modules/recipe_thirdparty.html +++ b/docs/modules/recipe_thirdparty.html @@ -1,32 +1,32 @@ -recipe/thirdparty | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/thirdparty

Index

Type aliases

PostAPIHookContext

PostAPIHookContext: RecipePostAPIHookContext<PreAndPostAPIHookAction>

PreAPIHookContext

PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

PreAndPostAPIHookAction

PreAndPostAPIHookAction: "GET_AUTHORISATION_URL" | "THIRD_PARTY_SIGN_IN_UP"

RecipeInterface

RecipeInterface: { generateStateToSendToOAuthProvider: any; getAuthCodeFromURL: any; getAuthErrorFromURL: any; getAuthStateFromURL: any; getAuthorisationURLFromBackend: any; getAuthorisationURLWithQueryParamsAndSetState: any; getStateAndOtherInfoFromStorage: any; setStateAndOtherInfoToStorage: any; signInAndUp: any; verifyAndGetStateOrThrowError: any }

Type declaration

StateObject: { authorisationURL: string; expiresAt: number; providerClientId?: string; providerId: string; stateForAuthProvider: string }

Type declaration

  • authorisationURL: string
  • expiresAt: number
  • Optional providerClientId?: string
  • providerId: string
  • stateForAuthProvider: string
ThirdPartyUserType: { email: string; id: string; thirdParty: { id: string; userId: string }; timeJoined: number }

Type declaration

  • email: string
  • id: string
  • thirdParty: { id: string; userId: string }
    • id: string
    • userId: string
  • timeJoined: number
UserInput: { override?: { functions?: any } } & RecipeModuleUserInput<PreAndPostAPIHookAction>

Functions

  • generateStateToSendToOAuthProvider(input?: { userContext?: any }): string
  • getAuthCodeFromURL(input?: { userContext?: any }): string
  • getAuthErrorFromURL(input?: { userContext?: any }): undefined | string
  • getAuthStateFromURL(input?: { userContext?: any }): string
  • getAuthorisationURLFromBackend(input: { options?: RecipeFunctionOptions; providerId: string; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; url: string }>
  • getAuthorisationURLWithQueryParamsAndSetState(input: { authorisationURL: string; options?: RecipeFunctionOptions; providerClientId?: string; providerId: string; userContext?: any }): Promise<string>
  • getStateAndOtherInfoFromStorage<CustomStateProperties>(input?: { userContext?: any }): undefined | StateObject & CustomStateProperties
  • setStateAndOtherInfoToStorage<CustomStateProperties>(input: { state: StateObject & CustomStateProperties; userContext?: any }): Promise<void>
  • signInAndUp(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: ThirdPartyUserType } | { fetchResponse: Response; status: "NO_EMAIL_GIVEN_BY_PROVIDER" }>
  • signOut(input?: { userContext?: any }): Promise<void>
  • verifyAndGetStateOrThrowError<CustomStateProperties>(input: { stateFromAuthProvider: undefined | string; stateObjectFromStorage: undefined | StateObject & CustomStateProperties; userContext?: any }): Promise<StateObject & CustomStateProperties>
  • Type Parameters

    • CustomStateProperties

    Parameters

    • input: { stateFromAuthProvider: undefined | string; stateObjectFromStorage: undefined | StateObject & CustomStateProperties; userContext?: any }
      • stateFromAuthProvider: undefined | string
      • stateObjectFromStorage: undefined | StateObject & CustomStateProperties
      • Optional userContext?: any

    Returns Promise<StateObject & CustomStateProperties>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_thirdpartyemailpassword.html b/docs/modules/recipe_thirdpartyemailpassword.html index 7476edd9..dc0d477f 100644 --- a/docs/modules/recipe_thirdpartyemailpassword.html +++ b/docs/modules/recipe_thirdpartyemailpassword.html @@ -1,52 +1,52 @@ -recipe/thirdpartyemailpassword | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/thirdpartyemailpassword

Index

References

EmailPasswordUserType

Renames and re-exports UserType

RecipeFunctionOptions

Re-exports RecipeFunctionOptions

ThirdPartyUserType

Re-exports ThirdPartyUserType

Type aliases

PostAPIHookContext

PostAPIHookContext: RecipePostAPIHookContext<PreAndPostAPIHookAction>

PreAPIHookContext

PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

RecipeInterface

RecipeInterface: { doesEmailExist: any; emailPasswordSignIn: any; emailPasswordSignUp: any; generateStateToSendToOAuthProvider: any; getAuthCodeFromURL: any; getAuthErrorFromURL: any; getAuthStateFromURL: any; getAuthorisationURLFromBackend: any; getAuthorisationURLWithQueryParamsAndSetState: any; getResetPasswordTokenFromURL: any; getStateAndOtherInfoFromStorage: any; sendPasswordResetEmail: any; setStateAndOtherInfoToStorage: any; submitNewPassword: any; thirdPartySignInAndUp: any; verifyAndGetStateOrThrowError: any }

Type declaration

UserInput: { override?: { functions?: any } } & RecipeModuleUserInput<PreAndPostAPIHookAction>

Functions

  • doesEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • emailPasswordSignIn(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" } | { fetchResponse: Response; status: "WRONG_CREDENTIALS_ERROR" }>

  • emailPasswordSignUp(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; user: UserType } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • generateStateToSendToOAuthProvider(input?: { userContext?: any }): string
  • getAuthCodeFromURL(input?: { userContext?: any }): string
  • getAuthErrorFromURL(input?: { userContext?: any }): undefined | string
  • getAuthStateFromURL(input?: { userContext?: any }): string
  • getAuthorisationURLFromBackend(input: { options?: RecipeFunctionOptions; providerId: string; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; url: string }>
  • getAuthorisationURLWithQueryParamsAndSetState(input: { authorisationURL: string; options?: RecipeFunctionOptions; providerClientId?: string; providerId: string; userContext?: any }): Promise<string>
  • getResetPasswordTokenFromURL(input?: { userContext?: any }): string
  • getStateAndOtherInfoFromStorage<CustomStateProperties>(input?: { userContext?: any }): undefined | StateObject & CustomStateProperties
  • init(config?: UserInput): CreateRecipeFunction<PreAndPostAPIHookAction>
  • sendPasswordResetEmail(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • setStateAndOtherInfoToStorage<CustomStateProperties>(input: { state: StateObject & CustomStateProperties; userContext?: any }): Promise<void>
  • signOut(input?: { userContext?: any }): Promise<void>
  • submitNewPassword(input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>
  • Parameters

    • input: { formFields: { id: string; value: string }[]; options?: RecipeFunctionOptions; userContext?: any }
      • formFields: { id: string; value: string }[]
      • Optional options?: RecipeFunctionOptions
      • Optional userContext?: any

    Returns Promise<{ fetchResponse: Response; status: "OK" | "RESET_PASSWORD_INVALID_TOKEN_ERROR" } | { fetchResponse: Response; formFields: { error: string; id: string }[]; status: "FIELD_ERROR" }>

  • thirdPartySignInAndUp(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: ThirdPartyUserType } | { fetchResponse: Response; status: "NO_EMAIL_GIVEN_BY_PROVIDER" }>
  • verifyAndGetStateOrThrowError<CustomStateProperties>(input: { stateFromAuthProvider: undefined | string; stateObjectFromStorage: undefined | StateObject & CustomStateProperties; userContext?: any }): Promise<StateObject & CustomStateProperties>
  • Type Parameters

    • CustomStateProperties

    Parameters

    • input: { stateFromAuthProvider: undefined | string; stateObjectFromStorage: undefined | StateObject & CustomStateProperties; userContext?: any }
      • stateFromAuthProvider: undefined | string
      • stateObjectFromStorage: undefined | StateObject & CustomStateProperties
      • Optional userContext?: any

    Returns Promise<StateObject & CustomStateProperties>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_thirdpartypasswordless.html b/docs/modules/recipe_thirdpartypasswordless.html index cf0ca584..407c7b90 100644 --- a/docs/modules/recipe_thirdpartypasswordless.html +++ b/docs/modules/recipe_thirdpartypasswordless.html @@ -1,65 +1,65 @@ -recipe/thirdpartypasswordless | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/thirdpartypasswordless

Index

References

PasswordlessUser

Re-exports PasswordlessUser

RecipeFunctionOptions

Re-exports RecipeFunctionOptions

StateObject

Re-exports StateObject

ThirdPartyUserType

Re-exports ThirdPartyUserType

Type aliases

PasswordlessFlowType

PasswordlessFlowType: "USER_INPUT_CODE" | "MAGIC_LINK" | "USER_INPUT_CODE_AND_MAGIC_LINK"

PostAPIHookContext

PostAPIHookContext: RecipePostAPIHookContext<PreAndPostAPIHookAction>

PreAPIHookContext

PreAPIHookContext: RecipePreAPIHookContext<PreAndPostAPIHookAction>

PreAndPostAPIHookAction

RecipeInterface

RecipeInterface: { clearPasswordlessLoginAttemptInfo: any; consumePasswordlessCode: any; createPasswordlessCode: any; doesPasswordlessUserEmailExist: any; doesPasswordlessUserPhoneNumberExist: any; generateThirdPartyStateToSendToOAuthProvider: any; getAuthorisationURLFromBackend: any; getPasswordlessLinkCodeFromURL: any; getPasswordlessLoginAttemptInfo: any; getPasswordlessPreAuthSessionIdFromURL: any; getThirdPartyAuthCodeFromURL: any; getThirdPartyAuthErrorFromURL: any; getThirdPartyAuthStateFromURL: any; getThirdPartyAuthorisationURLWithQueryParamsAndSetState: any; getThirdPartyStateAndOtherInfoFromStorage: any; resendPasswordlessCode: any; setPasswordlessLoginAttemptInfo: any; setThirdPartyStateAndOtherInfoToStorage: any; thirdPartySignInAndUp: any; verifyAndGetThirdPartyStateOrThrowError: any }

Type declaration

UserInput: { override?: { functions?: any } } & RecipeModuleUserInput<PreAndPostAPIHookAction>

Functions

  • clearPasswordlessLoginAttemptInfo(input?: { userContext?: any }): Promise<void>
  • consumePasswordlessCode(input?: { options?: RecipeFunctionOptions; userContext?: any; userInputCode: string } | { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: PasswordlessUser } | { failedCodeInputAttemptCount: number; fetchResponse: Response; maximumCodeInputAttempts: number; status: "INCORRECT_USER_INPUT_CODE_ERROR" | "EXPIRED_USER_INPUT_CODE_ERROR" } | { fetchResponse: Response; status: "RESTART_FLOW_ERROR" }>
  • Parameters

    Returns Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: PasswordlessUser } | { failedCodeInputAttemptCount: number; fetchResponse: Response; maximumCodeInputAttempts: number; status: "INCORRECT_USER_INPUT_CODE_ERROR" | "EXPIRED_USER_INPUT_CODE_ERROR" } | { fetchResponse: Response; status: "RESTART_FLOW_ERROR" }>

  • doesPasswordlessUserEmailExist(input: { email: string; options?: RecipeFunctionOptions; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • doesPasswordlessUserPhoneNumberExist(input: { options?: RecipeFunctionOptions; phoneNumber: string; userContext?: any }): Promise<{ doesExist: boolean; fetchResponse: Response; status: "OK" }>
  • generateThirdPartyStateToSendToOAuthProvider(input?: { userContext?: any }): string
  • getAuthorisationURLFromBackend(input: { options?: RecipeFunctionOptions; providerId: string; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK"; url: string }>
  • getPasswordlessLinkCodeFromURL(input?: { userContext?: any }): string
  • getPasswordlessLoginAttemptInfo<CustomLoginAttemptInfoProperties>(input?: { userContext?: any }): Promise<undefined | { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomLoginAttemptInfoProperties>
  • getPasswordlessPreAuthSessionIdFromURL(input?: { userContext?: any }): string
  • getThirdPartyAuthCodeFromURL(input?: { userContext?: any }): string
  • getThirdPartyAuthErrorFromURL(input?: { userContext?: any }): undefined | string
  • getThirdPartyAuthStateFromURL(input?: { userContext?: any }): string
  • getThirdPartyAuthorisationURLWithQueryParamsAndSetState(input: { authorisationURL: string; options?: RecipeFunctionOptions; providerClientId?: string; providerId: string; userContext?: any }): Promise<string>
  • getThirdPartyStateAndOtherInfoFromStorage<CustomStateProperties>(input?: { userContext?: any }): undefined | StateObject & CustomStateProperties
  • resendPasswordlessCode(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ fetchResponse: Response; status: "OK" | "RESTART_FLOW_ERROR" }>
  • setPasswordlessLoginAttemptInfo<CustomStateProperties>(input: { attemptInfo: { deviceId: string; flowType: PasswordlessFlowType; preAuthSessionId: string } & CustomStateProperties; userContext?: any }): Promise<void>
  • setThirdPartyStateAndOtherInfoToStorage<CustomStateProperties>(input: { state: StateObject & CustomStateProperties; userContext?: any }): Promise<void>
  • signOut(input?: { userContext?: any }): Promise<void>
  • thirdPartySignInAndUp(input?: { options?: RecipeFunctionOptions; userContext?: any }): Promise<{ createdNewUser: boolean; fetchResponse: Response; status: "OK"; user: ThirdPartyUserType } | { fetchResponse: Response; status: "NO_EMAIL_GIVEN_BY_PROVIDER" }>
  • verifyAndGetThirdPartyStateOrThrowError<CustomStateProperties>(input: { stateFromAuthProvider: undefined | string; stateObjectFromStorage: undefined | StateObject & CustomStateProperties; userContext?: any }): Promise<StateObject & CustomStateProperties>
  • Type Parameters

    • CustomStateProperties

    Parameters

    • input: { stateFromAuthProvider: undefined | string; stateObjectFromStorage: undefined | StateObject & CustomStateProperties; userContext?: any }
      • stateFromAuthProvider: undefined | string
      • stateObjectFromStorage: undefined | StateObject & CustomStateProperties
      • Optional userContext?: any

    Returns Promise<StateObject & CustomStateProperties>

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/recipe_userroles.html b/docs/modules/recipe_userroles.html index c5c02d81..68d2f7ec 100644 --- a/docs/modules/recipe_userroles.html +++ b/docs/modules/recipe_userroles.html @@ -1 +1 @@ -recipe/userroles | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/userroles

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file +recipe/userroles | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module recipe/userroles

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules/windowHandler.html b/docs/modules/windowHandler.html new file mode 100644 index 00000000..051cc9ff --- /dev/null +++ b/docs/modules/windowHandler.html @@ -0,0 +1 @@ +windowHandler | supertokens-web-js
Options
All
  • Public
  • Public/Protected
  • All
Menu

Module windowHandler

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Class
  • Class with type parameter

Settings

Theme

Generated using TypeDoc

\ No newline at end of file