fixed AuthenticationContext class

This commit is contained in:
Kai Walter 2016-03-16 19:12:52 +01:00
parent fa83a21b89
commit 492a10db5c

View File

@ -92,7 +92,7 @@ declare namespace Microsoft {
then(doneCallBack: (context: AuthenticationContext) => any, failCallBack?: (message: string) => any):any;
}
class AuthenticationContext implements AuthenticationContext {
class AuthenticationContext {
authority: string;
validateAuthority: boolean;
tokenCache: TokenCache;