Update index.d.ts

Added new config properties logOutUri, isAngular as per the version 1.0.15
This commit is contained in:
ShrutikaDeshmukh 2017-08-18 18:31:23 +05:30 committed by GitHub
parent 7ad5650b35
commit 2ee92bc088

View File

@ -31,6 +31,8 @@ declare namespace adal {
resource?: string;
extraQueryParameter?: string;
navigateToLoginRequestUrl?: boolean;
logOutUri?: string;
isAngular?: boolean;
}
interface User {