UNPKG

msal

Version:
724 lines 56 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</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</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L10">src/error/ClientAuthError.ts:10</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L43">src/error/ClientAuthError.ts:43</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"> = &quot;acquiretoken_progress_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L44">src/error/ClientAuthError.ts:44</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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L45">src/error/ClientAuthError.ts:45</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.blocktokenrequestsinhiddeniframe" class="tsd-anchor"></a> <h3>block<wbr>Token<wbr>Requests<wbr>InHidden<wbr>Iframe</h3> <div class="tsd-signature tsd-kind-icon">block<wbr>Token<wbr>Requests<wbr>InHidden<wbr>Iframe<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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L91">src/error/ClientAuthError.ts:91</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.blocktokenrequestsinhiddeniframe.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"> = &quot;block_token_requests&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L92">src/error/ClientAuthError.ts:92</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.blocktokenrequestsinhiddeniframe.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"> = &quot;Token calls are blocked in hidden iframes&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L93">src/error/ClientAuthError.ts:93</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.cacheparseerror" class="tsd-anchor"></a> <h3>cache<wbr>Parse<wbr>Error</h3> <div class="tsd-signature tsd-kind-icon">cache<wbr>Parse<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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L87">src/error/ClientAuthError.ts:87</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.cacheparseerror.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"> = &quot;cannot_parse_cache&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L88">src/error/ClientAuthError.ts:88</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.cacheparseerror.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"> = &quot;The cached token key is not a valid JSON and cannot be parsed&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L89">src/error/ClientAuthError.ts:89</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L51">src/error/ClientAuthError.ts:51</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.callbackerror.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"> = &quot;callback_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L52">src/error/ClientAuthError.ts:52</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.callbackerror.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"> = &quot;Error occurred in token received callback function.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L53">src/error/ClientAuthError.ts:53</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L63">src/error/ClientAuthError.ts:63</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfodecodingerror.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"> = &quot;client_info_decoding_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L64">src/error/ClientAuthError.ts:64</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfodecodingerror.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L65">src/error/ClientAuthError.ts:65</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L67">src/error/ClientAuthError.ts:67</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfonotpopulatederror.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"> = &quot;client_info_not_populated_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L68">src/error/ClientAuthError.ts:68</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.clientinfonotpopulatederror.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L69">src/error/ClientAuthError.ts:69</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L15">src/error/ClientAuthError.ts:15</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.endpointresolutionerror.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"> = &quot;endpoints_resolution_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L16">src/error/ClientAuthError.ts:16</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.endpointresolutionerror.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L17">src/error/ClientAuthError.ts:17</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L75">src/error/ClientAuthError.ts:75</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.idtokennotparsed.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"> = &quot;id_token_parsing_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L76">src/error/ClientAuthError.ts:76</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.idtokennotparsed.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L77">src/error/ClientAuthError.ts:77</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L27">src/error/ClientAuthError.ts:27</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalididtoken.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"> = &quot;invalid_id_token&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L28">src/error/ClientAuthError.ts:28</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalididtoken.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"> = &quot;Invalid ID token format.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L29">src/error/ClientAuthError.ts:29</a></li> </ul> </aside> </section> </section> <section class="tsd-panel tsd-member tsd-kind-object-literal tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidinteractiontype" class="tsd-anchor"></a> <h3>invalid<wbr>Interaction<wbr>Type</h3> <div class="tsd-signature tsd-kind-icon">invalid<wbr>Interaction<wbr>Type<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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L83">src/error/ClientAuthError.ts:83</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidinteractiontype.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"> = &quot;invalid_interaction_type&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L84">src/error/ClientAuthError.ts:84</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidinteractiontype.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"> = &quot;The interaction type passed to the handler was incorrect or unknown&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L85">src/error/ClientAuthError.ts:85</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L31">src/error/ClientAuthError.ts:31</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidstateerror.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"> = &quot;invalid_state_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L32">src/error/ClientAuthError.ts:32</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.invalidstateerror.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"> = &quot;Invalid state.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L33">src/error/ClientAuthError.ts:33</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L39">src/error/ClientAuthError.ts:39</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.loginprogresserror.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"> = &quot;login_progress_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L40">src/error/ClientAuthError.ts:40</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.loginprogresserror.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L41">src/error/ClientAuthError.ts:41</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L11">src/error/ClientAuthError.ts:11</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplecacheauthorities.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"> = &quot;multiple_authorities&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L12">src/error/ClientAuthError.ts:12</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.multiplecacheauthorities.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L13">src/error/ClientAuthError.ts:13</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L35">src/error/ClientAuthError.ts:35</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.noncemismatcherror.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"> = &quot;nonce_mismatch_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L36">src/error/ClientAuthError.ts:36</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.noncemismatcherror.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"> = &quot;Nonce is not matching, Nonce received: &quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L37">src/error/ClientAuthError.ts:37</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L71">src/error/ClientAuthError.ts:71</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.nulloremptyidtoken.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"> = &quot;null_or_empty_id_token&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L72">src/error/ClientAuthError.ts:72</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.nulloremptyidtoken.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L73">src/error/ClientAuthError.ts:73</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L19">src/error/ClientAuthError.ts:19</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.popupwindowerror.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"> = &quot;popup_window_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L20">src/error/ClientAuthError.ts:20</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.popupwindowerror.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L21">src/error/ClientAuthError.ts:21</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L79">src/error/ClientAuthError.ts:79</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenencodingerror.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"> = &quot;token_encoding_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L80">src/error/ClientAuthError.ts:80</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenencodingerror.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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L81">src/error/ClientAuthError.ts:81</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L23">src/error/ClientAuthError.ts:23</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenrenewalerror.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"> = &quot;token_renewal_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L24">src/error/ClientAuthError.ts:24</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.tokenrenewalerror.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"> = &quot;Token renewal operation failed due to timeout.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L25">src/error/ClientAuthError.ts:25</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L47">src/error/ClientAuthError.ts:47</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.usercancellederror.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"> = &quot;user_cancelled&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L48">src/error/ClientAuthError.ts:48</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.usercancellederror.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"> = &quot;User cancelled the flow.&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L49">src/error/ClientAuthError.ts:49</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L59">src/error/ClientAuthError.ts:59</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userdoesnotexisterror.code-19" 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"> = &quot;user_non_existent&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L60">src/error/ClientAuthError.ts:60</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userdoesnotexisterror.desc-19" 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"> = &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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L61">src/error/ClientAuthError.ts:61</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/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L55">src/error/ClientAuthError.ts:55</a></li> </ul> </aside> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userloginrequirederror.code-20" 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"> = &quot;user_login_error&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-core/src/error/ClientAuthError.ts#L56">src/error/ClientAuthError.ts:56</a></li> </ul> </aside> </section> <section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-object-literal"> <a name="clientautherrormessage.userloginrequirederror.desc-20" 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"> = &quot;User login is required. For silent calls, request must contain either sid or login_hint&quot;</span></div> <aside class="tsd-sources"> <ul> <li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blo