Merge pull request #9876 from spzSource/master

[angular-adal] Fix return type for getRequestInfo method definition.
This commit is contained in:
Ryan Cavanaugh
2016-06-30 13:44:17 -07:00
committed by GitHub
+2 -2
View File
@@ -131,9 +131,9 @@ declare namespace adal {
/**
* Gets requestInfo from given hash.
* @returns {string} error message related to login
* @returns {RequestInfo} for appropriate hash.
*/
getRequestInfo(hash: string): string;
getRequestInfo(hash: string): RequestInfo;
/**
* Saves token from hash that is received from redirect.