UNPKG

msal-iframe-ok

Version:

Fork to allow silent renewal in iFrame of Microsoft Authentication Library for js

735 lines 51.8 kB
<!doctype html> <html class="default no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>&quot;error/ClientAuthError&quot; | msal-iframe-ok</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="../assets/css/main.css"> </head> <body> <header> <div class="tsd-page-toolbar"> <div class="container"> <div class="table-wrap"> <div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base=".."> <div class="field"> <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label> <input id="tsd-search-field" type="text" /> </div> <ul class="results"> <li class="state loading">Preparing search index...</li> <li class="state failure">The search index is not available</li> </ul> <a href="../index.html" class="title">msal-iframe-ok</a> </div> <div class="table-cell" id="tsd-widgets"> <div id="tsd-filter"> <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a> <div class="tsd-filter-group"> <div class="tsd-select" id="tsd-filter-visibility"> <span class="tsd-select-label">All</span> <ul class="tsd-select-list"> <li data-value="public">Public</li> <li data-value="protected">Public/Protected</li> <li data-value="private" class="selected">All</li> </ul> </div> <input type="checkbox" id="tsd-filter-inherited" checked /> <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label> <input type="checkbox" id="tsd-filter-externals" checked /> <label class="tsd-widget" for="tsd-filter-externals">Externals</label> <input type="checkbox" id="tsd-filter-only-exported" /> <label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label> </div> </div> <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a> </div> </div> </div> </div> <div class="tsd-page-title"> <div class="container"> <ul class="tsd-breadcrumb"> <li> <a href="../globals.html">Globals</a> </li> <li> <a href="_error_clientautherror_.html">&quot;error/ClientAuthError&quot;</a> </li> </ul> <h1>External module &quot;error/ClientAuthError&quot;</h1> </div> </div> </header> <div class="container container-main"> <div class="row"> <div class="col-8 col-content"> <section class="tsd-panel-group tsd-index-group"> <h2>Index</h2> <section class="tsd-panel tsd-index-panel"> <div class="tsd-index-content"> <section class="tsd-index-section "> <h3>Classes</h3> <ul class="tsd-index-list"> <li class="tsd-kind-class tsd-parent-kind-external-module"><a href="../classes/_error_clientautherror_.clientautherror.html" class="tsd-kind-icon">Client<wbr>Auth<wbr>Error</a></li> </ul> </section> <section class="tsd-index-section "> <h3>Object literals</h3> <ul class="tsd-index-list"> <li class="tsd-kind-object-literal tsd-parent-kind-external-module"><a href="_error_clientautherror_.html#clientautherrormessage" class="tsd-kind-icon">Client<wbr>Auth<wbr>Error<wbr>Message</a></li> </ul> </section> </div> </section> </section> <section class="tsd-panel-group tsd-member-group "> <h2>Object literals</h2> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-external-module"> <a name="clientautherrormessage" class="tsd-anchor"></a> <h3><span class="tsd-flag ts-flagConst">Const</span> Client<wbr>Auth<wbr>Error<wbr>Message</h3> <div class="tsd-signature tsd-kind-icon">Client<wbr>Auth<wbr>Error<wbr>Message<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L8">error/ClientAuthError.ts:8</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.acquiretokenprogresserror" class="tsd-anchor"></a> <h3>acquire<wbr>Token<wbr>Progress<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">acquire<wbr>Token<wbr>Progress<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L46">error/ClientAuthError.ts:46</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.acquiretokenprogresserror.code" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;acquiretoken_progress_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L47">error/ClientAuthError.ts:47</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.acquiretokenprogresserror.desc" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;AcquireToken_In_Progress: Error during login call - login is already in progress.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L48">error/ClientAuthError.ts:48</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.callbackerror" class="tsd-anchor"></a> <h3>callback<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">callback<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L54">error/ClientAuthError.ts:54</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.callbackerror.code-1" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;callback_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L55">error/ClientAuthError.ts:55</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.callbackerror.desc-1" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Error occurred in token received callback function.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L56">error/ClientAuthError.ts:56</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfodecodingerror" class="tsd-anchor"></a> <h3>client<wbr>Info<wbr>Decoding<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">client<wbr>Info<wbr>Decoding<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L66">error/ClientAuthError.ts:66</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfodecodingerror.code-2" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;client_info_decoding_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L67">error/ClientAuthError.ts:67</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfodecodingerror.desc-2" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;The client info could not be parsed/decoded correctly. Please review the trace to determine the root cause.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L68">error/ClientAuthError.ts:68</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfonotpopulatederror" class="tsd-anchor"></a> <h3>client<wbr>Info<wbr>Not<wbr>Populated<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">client<wbr>Info<wbr>Not<wbr>Populated<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L70">error/ClientAuthError.ts:70</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfonotpopulatederror.code-3" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;client_info_not_populated_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L71">error/ClientAuthError.ts:71</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfonotpopulatederror.desc-3" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;The service did not populate client_info in the response, Please verify with the service team&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L72">error/ClientAuthError.ts:72</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.endpointresolutionerror" class="tsd-anchor"></a> <h3>endpoint<wbr>Resolution<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">endpoint<wbr>Resolution<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L18">error/ClientAuthError.ts:18</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.endpointresolutionerror.code-4" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;endpoints_resolution_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L19">error/ClientAuthError.ts:19</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.endpointresolutionerror.desc-4" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Error: could not resolve endpoints. Please check network and try again.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L20">error/ClientAuthError.ts:20</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.idtokennotparsed" class="tsd-anchor"></a> <h3>id<wbr>Token<wbr>Not<wbr>Parsed</h3> <div class="tsd-signature tsd-kind-icon">id<wbr>Token<wbr>Not<wbr>Parsed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L78">error/ClientAuthError.ts:78</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.idtokennotparsed.code-5" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;id_token_parsing_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L79">error/ClientAuthError.ts:79</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.idtokennotparsed.desc-5" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;ID token cannot be parsed. Please review stack trace to determine root cause.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L80">error/ClientAuthError.ts:80</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalididtoken" class="tsd-anchor"></a> <h3>invalid<wbr>IdToken</h3> <div class="tsd-signature tsd-kind-icon">invalid<wbr>IdToken<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L30">error/ClientAuthError.ts:30</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalididtoken.code-6" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;invalid_id_token&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L31">error/ClientAuthError.ts:31</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalididtoken.desc-6" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Invalid ID token format.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L32">error/ClientAuthError.ts:32</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidstateerror" class="tsd-anchor"></a> <h3>invalid<wbr>State<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">invalid<wbr>State<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L34">error/ClientAuthError.ts:34</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidstateerror.code-7" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;invalid_state_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L35">error/ClientAuthError.ts:35</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidstateerror.desc-7" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Invalid state.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L36">error/ClientAuthError.ts:36</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.loginprogresserror" class="tsd-anchor"></a> <h3>login<wbr>Progress<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">login<wbr>Progress<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L42">error/ClientAuthError.ts:42</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.loginprogresserror.code-8" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;login_progress_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L43">error/ClientAuthError.ts:43</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.loginprogresserror.desc-8" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Login_In_Progress: Error during login call - login is already in progress.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L44">error/ClientAuthError.ts:44</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplecacheauthorities" class="tsd-anchor"></a> <h3>multiple<wbr>Cache<wbr>Authorities</h3> <div class="tsd-signature tsd-kind-icon">multiple<wbr>Cache<wbr>Authorities<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L14">error/ClientAuthError.ts:14</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplecacheauthorities.code-9" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;multiple_authorities&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L15">error/ClientAuthError.ts:15</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplecacheauthorities.desc-9" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Multiple authorities found in the cache. Pass authority in the API overload.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L16">error/ClientAuthError.ts:16</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplematchingtokens" class="tsd-anchor"></a> <h3>multiple<wbr>Matching<wbr>Tokens</h3> <div class="tsd-signature tsd-kind-icon">multiple<wbr>Matching<wbr>Tokens<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L9">error/ClientAuthError.ts:9</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplematchingtokens.code-10" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;multiple_matching_tokens&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L10">error/ClientAuthError.ts:10</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplematchingtokens.desc-10" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;The cache contains multiple tokens satisfying the requirements. &quot; +&quot;Call AcquireToken again providing more requirements like authority.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L11">error/ClientAuthError.ts:11</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.noncemismatcherror" class="tsd-anchor"></a> <h3>nonce<wbr>Mismatch<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">nonce<wbr>Mismatch<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L38">error/ClientAuthError.ts:38</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.noncemismatcherror.code-11" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;nonce_mismatch_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L39">error/ClientAuthError.ts:39</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.noncemismatcherror.desc-11" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Nonce is not matching, Nonce received: &quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L40">error/ClientAuthError.ts:40</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.nulloremptyidtoken" class="tsd-anchor"></a> <h3>null<wbr>OrEmpty<wbr>IdToken</h3> <div class="tsd-signature tsd-kind-icon">null<wbr>OrEmpty<wbr>IdToken<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L74">error/ClientAuthError.ts:74</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.nulloremptyidtoken.code-12" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;null_or_empty_id_token&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L75">error/ClientAuthError.ts:75</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.nulloremptyidtoken.desc-12" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;The idToken is null or empty. Please review the trace to determine the root cause.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L76">error/ClientAuthError.ts:76</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.popupwindowerror" class="tsd-anchor"></a> <h3>pop<wbr>UpWindow<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">pop<wbr>UpWindow<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L22">error/ClientAuthError.ts:22</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.popupwindowerror.code-13" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;popup_window_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L23">error/ClientAuthError.ts:23</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.popupwindowerror.desc-13" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Error opening popup window. This can happen if you are using IE or if popups are blocked in the browser.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L24">error/ClientAuthError.ts:24</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenencodingerror" class="tsd-anchor"></a> <h3>token<wbr>Encoding<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">token<wbr>Encoding<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L82">error/ClientAuthError.ts:82</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenencodingerror.code-14" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;token_encoding_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L83">error/ClientAuthError.ts:83</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenencodingerror.desc-14" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;The token to be decoded is not encoded correctly.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L84">error/ClientAuthError.ts:84</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenrenewalerror" class="tsd-anchor"></a> <h3>token<wbr>Renewal<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">token<wbr>Renewal<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L26">error/ClientAuthError.ts:26</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenrenewalerror.code-15" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;token_renewal_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L27">error/ClientAuthError.ts:27</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenrenewalerror.desc-15" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;Token renewal operation failed due to timeout.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L28">error/ClientAuthError.ts:28</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.usercancellederror" class="tsd-anchor"></a> <h3>user<wbr>Cancelled<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">user<wbr>Cancelled<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L50">error/ClientAuthError.ts:50</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.usercancellederror.code-16" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;user_cancelled&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L51">error/ClientAuthError.ts:51</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.usercancellederror.desc-16" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;User cancelled the flow.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L52">error/ClientAuthError.ts:52</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userdoesnotexisterror" class="tsd-anchor"></a> <h3>user<wbr>Does<wbr>Not<wbr>Exist<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">user<wbr>Does<wbr>Not<wbr>Exist<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L62">error/ClientAuthError.ts:62</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userdoesnotexisterror.code-17" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;user_non_existent&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L63">error/ClientAuthError.ts:63</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userdoesnotexisterror.desc-17" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;User object does not exist. Please call a login API.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L64">error/ClientAuthError.ts:64</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userloginrequirederror" class="tsd-anchor"></a> <h3>user<wbr>Login<wbr>Required<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">user<wbr>Login<wbr>Required<wbr>Error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">object</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L58">error/ClientAuthError.ts:58</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userloginrequirederror.code-18" class="tsd-anchor"></a> <h3>code</h3> <div class="tsd-signature tsd-kind-icon">code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;user_login_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L59">error/ClientAuthError.ts:59</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userloginrequirederror.desc-18" class="tsd-anchor"></a> <h3>desc</h3> <div class="tsd-signature tsd-kind-icon">desc<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> =&nbsp;&quot;User login is required.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/davemurphysf/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L60">error/ClientAuthError.ts:60</a></li> </ul> </aside> </section> </section> </section> </section> </div> <div class="col-4 col-menu menu-sticky-wrap menu-highlight"> <nav class="tsd-navigation primary"> <ul> <li class="globals "> <a href="../globals.html"><em>Globals</em></a> </li> <li class="current tsd-kind-external-module"> <a href="_error_clientautherror_.html">"error/<wbr>Client<wbr>Auth<wbr>Error"</a> </li> </ul> </nav> <nav class="tsd-navigation secondary menu-sticky"> <ul class="before-current"> <li class=" tsd-kind-class tsd-parent-kind-external-module"> <a href="../classes/_error_clientautherror_.clientautherror.html" class="tsd-kind-icon">Client<wbr>Auth<wbr>Error</a> </li> <li class=" tsd-kind-object-literal tsd-parent-kind-external-module"> <a href="_error_clientautherror_.html#clientautherrormessage" class="tsd-kind-icon">Client<wbr>Auth<wbr>Error<wbr>Message</a> </li> </ul> </nav> </div> </div> </div> <footer class="with-border-bottom"> <div class="container"> <h2>Legend</h2> <div class="tsd-legend-group"> <ul class="tsd-legend"> <li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li> <li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li> <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li> <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li> <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li> <li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li> <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li> <li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li> <li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li> <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li> <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li> <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li> <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li> <li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li> <li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li> </ul> <ul class="tsd-legend"> <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li> <li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li> <li class="tsd