mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Update config to support adal 1.0.13 settings (#13871)
The instance setting was missing and is required if you need to connect to other instances (like China)
This commit is contained in:
committed by
Sheetal Nandi
parent
88b843a458
commit
cfc5441a76
3
adal/index.d.ts
vendored
3
adal/index.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for ADAL.JS 1.0.8
|
||||
// Type definitions for ADAL.JS 1.0.13
|
||||
// Project: https://github.com/AzureAD/azure-activedirectory-library-for-js
|
||||
// Definitions by: mmaitre314 <https://github.com/mmaitre314>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
@@ -16,6 +16,7 @@ declare namespace adal {
|
||||
tenant?: string;
|
||||
clientId: string;
|
||||
redirectUri?: string;
|
||||
instance?: string;
|
||||
cacheLocation?: string;
|
||||
displayCall?: (urlNavigate: string) => any;
|
||||
correlationId?: string;
|
||||
|
||||
Reference in New Issue
Block a user