Added optional property navigateToLoginRequestUrl

New in 1.0.14 is the ability to turn of default navigation to start page after login.
This commit is contained in:
Eric Ivarsson
2017-03-27 11:43:44 +02:00
committed by GitHub
parent bb7d6b2d08
commit 96bc18e221
+2 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for ADAL.JS 1.0.13
// Type definitions for ADAL.JS 1.0.14
// Project: https://github.com/AzureAD/azure-activedirectory-library-for-js
// Definitions by: mmaitre314 <https://github.com/mmaitre314>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
@@ -29,6 +29,7 @@ declare namespace adal {
loginResource?: string;
resource?: string;
extraQueryParameter?: string;
navigateToLoginRequestUrl?: boolean;
}
interface User {