Fix return type for getRequestInfo method definition.

This commit is contained in:
Aleksandr Popitich
2016-06-29 14:16:37 +03:00
parent 43449c604f
commit c3c178dad9

View File

@@ -133,7 +133,7 @@ declare namespace adal {
* Gets requestInfo from given hash.
* @returns {string} error message related to login
*/
getRequestInfo(hash: string): string;
getRequestInfo(hash: string): RequestInfo;
/**
* Saves token from hash that is received from redirect.