Skip to content

Commit

Permalink
Fix typescript class definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinxing Liu committed Aug 27, 2019
1 parent 6ab5ae3 commit 80937dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export class AuthenticationContext {
* construction of other AuthenticationContexts.
*
*/
constructor(authority: string, validateAuthority?: boolean, cache?: TokenCache);
constructor(authority: string, validateAuthority?: boolean, cache?: TokenCache, aadApiVersion?: string);

/**
* Gets a token for a given resource.
Expand Down

0 comments on commit 80937dc

Please sign in to comment.