Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nehaagrawal committed Sep 11, 2018
2 parents 61f64d0 + 2f58217 commit df7bade
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/msal-angular/dist/AuthenticationResult.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/msal-angular/dist/msal-angular.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/msal-angular/dist/msal-angular.min.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ <h3>token</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L12">AuthenticationResult.ts:12</a></li>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L13">AuthenticationResult.ts:13</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L16">AuthenticationResult.ts:16</a></li>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L17">AuthenticationResult.ts:17</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand All @@ -201,15 +201,15 @@ <h3>token<wbr>Type</h3>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L20">AuthenticationResult.ts:20</a></li>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L21">AuthenticationResult.ts:21</a></li>
</ul>
</aside>
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
</li>
<li class="tsd-description">
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L24">AuthenticationResult.ts:24</a></li>
<li>Defined in <a href="https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-angular/src/AuthenticationResult.ts#L25">AuthenticationResult.ts:25</a></li>
</ul>
</aside>
<h4 class="tsd-parameters-title">Parameters</h4>
Expand Down
4 changes: 1 addition & 3 deletions lib/msal-angular/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,10 +270,8 @@ <h4 id="security">Security</h4>
<h4 id="cors-api-usage">CORS API usage</h4>
<p>MSAL will get access tokens using a hidden Iframe for given CORS API endpoints in the config. To make CORS API call, you need to specify your CORS API endpoints as a map in the config.</p>
<pre><code class="lang-js"><span class="hljs-keyword">export</span> <span class="hljs-keyword">const</span> protectedResourceMap:[string, string[]][]=[ [<span class="hljs-string">'https://buildtodoservice.azurewebsites.net/api/todolist'</span>,[<span class="hljs-string">'api://a88bb933-319c-41b5-9f04-eff36d985612/access_as_user'</span>]] , [<span class="hljs-string">'https://graph.microsoft.com/v1.0/me'</span>, [<span class="hljs-string">'user.read'</span>]] ];
<span class="xml"><span class="hljs-tag">&lt;&lt;&lt;&lt;&lt;&lt;&lt; <span class="hljs-attr">HEAD</span>

=======
&gt;</span>&gt;&gt;&gt;&gt;&gt;&gt; dev
=======

@NgModule({
imports: [ MsalModule.forRoot({
Expand Down
4 changes: 4 additions & 0 deletions lib/msal-core/dist/msal.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/msal-core/dist/msal.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/msal-core/dist/msal.min.js.map

Large diffs are not rendered by default.

0 comments on commit df7bade

Please sign in to comment.