mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
fixed AuthenticationContext class
This commit is contained in:
parent
fa83a21b89
commit
492a10db5c
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user