Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.13.6 #691

Merged
merged 1 commit into from
Jan 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## [v1.13.6](https://github.com/auth0/auth0-spa-js/tree/v1.13.6) (2021-01-07)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.13.5...v1.13.6)

**Changed**

- Update docs for getIdTokenClaims and getUser [\#690](https://github.com/auth0/auth0-spa-js/pull/690) ([adamjmcgrath](https://github.com/adamjmcgrath))
- [SDK-2238] Only use timeout promise when using fetchWithTimeout without a worker [\#689](https://github.com/auth0/auth0-spa-js/pull/689) ([frederikprijck](https://github.com/frederikprijck))
- Do not use AbortController in the worker if not available [\#679](https://github.com/auth0/auth0-spa-js/pull/679) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Do not send useCookiesForTransactions to authorize request [\#673](https://github.com/auth0/auth0-spa-js/pull/673) ([frederikprijck](https://github.com/frederikprijck))

**Fixed**

- Remove the nonce check in handleRedirectCallback [\#678](https://github.com/auth0/auth0-spa-js/pull/678) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**

- Update wait-on to solve security vulnerability [\#687](https://github.com/auth0/auth0-spa-js/pull/687) ([frederikprijck](https://github.com/frederikprijck))
- [Security] Bump ini from 1.3.5 to 1.3.7 [\#672](https://github.com/auth0/auth0-spa-js/pull/672) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview))

## [v1.13.5](https://github.com/auth0/auth0-spa-js/tree/v1.13.5) (2020-12-08)

[Full Changelog](https://github.com/auth0/auth0-spa-js/compare/v1.13.4...v1.13.5)
Expand Down
34 changes: 20 additions & 14 deletions docs/classes/auth0client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2900,7 +2900,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L149">src/Auth0Client.ts:149</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L148">src/Auth0Client.ts:148</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2922,7 +2922,7 @@ <h3>cache<wbr>Location</h3>
<div class="tsd-signature tsd-kind-icon">cache<wbr>Location<span class="tsd-signature-symbol">:</span> <a href="../globals.html#cachelocation" class="tsd-signature-type">CacheLocation</a></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L148">src/Auth0Client.ts:148</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L147">src/Auth0Client.ts:147</a></li>
</ul>
</aside>
</section>
Expand All @@ -2939,7 +2939,7 @@ <h3>build<wbr>Authorize<wbr>Url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L283">src/Auth0Client.ts:283</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L283">src/Auth0Client.ts:283</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -2972,7 +2972,7 @@ <h3>build<wbr>Logout<wbr>Url</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L759">src/Auth0Client.ts:759</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L767">src/Auth0Client.ts:767</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3003,7 +3003,7 @@ <h3>check<wbr>Session</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L577">src/Auth0Client.ts:577</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L585">src/Auth0Client.ts:585</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3042,14 +3042,17 @@ <h3>get<wbr>IdToken<wbr>Claims</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L447">src/Auth0Client.ts:447</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L455">src/Auth0Client.ts:455</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
<div class="lead">
<pre><code class="language-js"><span class="hljs-keyword">const</span> claims = <span class="hljs-keyword">await</span> auth0.getIdTokenClaims();</code></pre>
</div>
<p>Returns all claims from the id_token if available.</p>
<p>If you provide an audience or scope, they should match an existing Access Token
(the SDK stores a corresponding ID Token with every Access Token, and uses the
scope and audience to look up the ID Token)</p>
</div>
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameters">
Expand All @@ -3073,7 +3076,7 @@ <h3>get<wbr>Token<wbr>Silently</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L617">src/Auth0Client.ts:617</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L625">src/Auth0Client.ts:625</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3117,7 +3120,7 @@ <h3>get<wbr>Token<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L707">src/Auth0Client.ts:707</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L715">src/Auth0Client.ts:715</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3154,7 +3157,7 @@ <h3>get<wbr>User</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L421">src/Auth0Client.ts:421</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L425">src/Auth0Client.ts:425</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3163,6 +3166,9 @@ <h3>get<wbr>User</h3>
</div>
<p>Returns the user information if available (decoded
from the <code>id_token</code>).</p>
<p>If you provide an audience or scope, they should match an existing Access Token
(the SDK stores a corresponding ID Token with every Access Token, and uses the
scope and audience to look up the ID Token)</p>
</div>
<h4 class="tsd-type-parameters-title">Type parameters</h4>
<ul class="tsd-type-parameters">
Expand Down Expand Up @@ -3195,7 +3201,7 @@ <h3>handle<wbr>Redirect<wbr>Callback</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L484">src/Auth0Client.ts:484</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L492">src/Auth0Client.ts:492</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3226,7 +3232,7 @@ <h3>is<wbr>Authenticated</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L746">src/Auth0Client.ts:746</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L754">src/Auth0Client.ts:754</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand All @@ -3250,7 +3256,7 @@ <h3>login<wbr>With<wbr>Popup</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L336">src/Auth0Client.ts:336</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L336">src/Auth0Client.ts:336</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3290,7 +3296,7 @@ <h3>login<wbr>With<wbr>Redirect</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L473">src/Auth0Client.ts:473</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L481">src/Auth0Client.ts:481</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down Expand Up @@ -3323,7 +3329,7 @@ <h3>logout</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/Auth0Client.ts#L788">src/Auth0Client.ts:788</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/Auth0Client.ts#L796">src/Auth0Client.ts:796</a></li>
</ul>
</aside>
<div class="tsd-comment tsd-typography">
Expand Down
12 changes: 6 additions & 6 deletions docs/classes/authenticationerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2879,7 +2879,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L19">src/errors.ts:19</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L19">src/errors.ts:19</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down Expand Up @@ -2910,7 +2910,7 @@ <h3>app<wbr>State</h3>
<div class="tsd-signature tsd-kind-icon">app<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L24">src/errors.ts:24</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L24">src/errors.ts:24</a></li>
</ul>
</aside>
</section>
Expand All @@ -2921,7 +2921,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2932,7 +2932,7 @@ <h3>error_<wbr>description</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2975,7 +2975,7 @@ <h3>state</h3>
<div class="tsd-signature tsd-kind-icon">state<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L23">src/errors.ts:23</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L23">src/errors.ts:23</a></li>
</ul>
</aside>
</section>
Expand All @@ -2993,7 +2993,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#frompayload">fromPayload</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/genericerror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2882,7 +2882,7 @@ <h3>constructor</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L1">src/errors.ts:1</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L1">src/errors.ts:1</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2907,7 +2907,7 @@ <h3>error</h3>
<div class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2917,7 +2917,7 @@ <h3>error_<wbr>description</h3>
<div class="tsd-signature tsd-kind-icon">error_<wbr>description<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2978,7 +2978,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
10 changes: 5 additions & 5 deletions docs/classes/popuptimeouterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2875,7 +2875,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="timeouterror.html">TimeoutError</a>.<a href="timeouterror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L40">src/errors.ts:40</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L40">src/errors.ts:40</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -2898,7 +2898,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2909,7 +2909,7 @@ <h3>error_<wbr>description</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2941,7 +2941,7 @@ <h3>popup</h3>
<div class="tsd-signature tsd-kind-icon">popup<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Window</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L41">src/errors.ts:41</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L41">src/errors.ts:41</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2970,7 +2970,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#frompayload">fromPayload</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/timeouterror.html
Original file line number Diff line number Diff line change
Expand Up @@ -2876,7 +2876,7 @@ <h3>constructor</h3>
<aside class="tsd-sources">
<p>Overrides <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#constructor">constructor</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L32">src/errors.ts:32</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L32">src/errors.ts:32</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <a href="timeouterror.html" class="tsd-signature-type">TimeoutError</a></h4>
Expand All @@ -2893,7 +2893,7 @@ <h3>error</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error">error</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand All @@ -2904,7 +2904,7 @@ <h3>error_<wbr>description</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#error_description">error_description</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L2">src/errors.ts:2</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L2">src/errors.ts:2</a></li>
</ul>
</aside>
</section>
Expand Down Expand Up @@ -2955,7 +2955,7 @@ <h3><span class="tsd-flag ts-flagStatic">Static</span> from<wbr>Payload</h3>
<aside class="tsd-sources">
<p>Inherited from <a href="genericerror.html">GenericError</a>.<a href="genericerror.html#frompayload">fromPayload</a></p>
<ul>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/c9ceafb/src/errors.ts#L8">src/errors.ts:8</a></li>
<li>Defined in <a href="https://github.com/auth0/auth0-spa-js/blob/263b49f/src/errors.ts#L8">src/errors.ts:8</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
Loading