@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -106,6 +106,8 @@ export type TokenCacheCallback = (args: TokenCacheNotificationArgs) => void;
|
|
|
106
106
|
|
|
107
107
|
|
|
108
108
|
export interface IAccount$instance {
|
|
109
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IAccount: never;
|
|
110
|
+
|
|
109
111
|
readonly Username: string;
|
|
110
112
|
readonly Environment: string;
|
|
111
113
|
readonly HomeAccountId: AccountId;
|
|
@@ -115,6 +117,8 @@ export interface IAccount$instance {
|
|
|
115
117
|
export type IAccount = IAccount$instance;
|
|
116
118
|
|
|
117
119
|
export interface IAppConfig$instance {
|
|
120
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IAppConfig: never;
|
|
121
|
+
|
|
118
122
|
readonly ClientId: string;
|
|
119
123
|
readonly EnablePiiLogging: boolean;
|
|
120
124
|
readonly HttpClientFactory: IMsalHttpClientFactory;
|
|
@@ -140,12 +144,16 @@ export interface IAppConfig$instance {
|
|
|
140
144
|
export type IAppConfig = IAppConfig$instance;
|
|
141
145
|
|
|
142
146
|
export interface IApplicationBase$instance {
|
|
147
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IApplicationBase: never;
|
|
148
|
+
|
|
143
149
|
}
|
|
144
150
|
|
|
145
151
|
|
|
146
152
|
export type IApplicationBase = IApplicationBase$instance;
|
|
147
153
|
|
|
148
154
|
export interface IByRefreshToken$instance {
|
|
155
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IByRefreshToken: never;
|
|
156
|
+
|
|
149
157
|
AcquireTokenByRefreshToken(scopes: IEnumerable<System_Internal.String>, refreshToken: string): AcquireTokenByRefreshTokenParameterBuilder;
|
|
150
158
|
}
|
|
151
159
|
|
|
@@ -153,6 +161,8 @@ export interface IByRefreshToken$instance {
|
|
|
153
161
|
export type IByRefreshToken = IByRefreshToken$instance;
|
|
154
162
|
|
|
155
163
|
export interface IByUsernameAndPassword$instance {
|
|
164
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IByUsernameAndPassword: never;
|
|
165
|
+
|
|
156
166
|
AcquireTokenByUsernamePassword(scopes: IEnumerable<System_Internal.String>, username: string, password: string): AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder;
|
|
157
167
|
}
|
|
158
168
|
|
|
@@ -160,6 +170,8 @@ export interface IByUsernameAndPassword$instance {
|
|
|
160
170
|
export type IByUsernameAndPassword = IByUsernameAndPassword$instance;
|
|
161
171
|
|
|
162
172
|
export interface IClientApplicationBase$instance extends IApplicationBase {
|
|
173
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IClientApplicationBase: never;
|
|
174
|
+
|
|
163
175
|
readonly AppConfig: IAppConfig;
|
|
164
176
|
readonly UserTokenCache: ITokenCache;
|
|
165
177
|
readonly Authority: string;
|
|
@@ -176,6 +188,8 @@ export interface IClientApplicationBase$instance extends IApplicationBase$instan
|
|
|
176
188
|
export type IClientApplicationBase = IClientApplicationBase$instance;
|
|
177
189
|
|
|
178
190
|
export interface IConfidentialClientApplication$instance extends IClientApplicationBase, IApplicationBase {
|
|
191
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IConfidentialClientApplication: never;
|
|
192
|
+
|
|
179
193
|
readonly AppTokenCache: ITokenCache;
|
|
180
194
|
readonly AppConfig: IAppConfig;
|
|
181
195
|
readonly UserTokenCache: ITokenCache;
|
|
@@ -195,6 +209,8 @@ export interface IConfidentialClientApplication$instance extends IClientApplicat
|
|
|
195
209
|
export type IConfidentialClientApplication = IConfidentialClientApplication$instance;
|
|
196
210
|
|
|
197
211
|
export interface ILongRunningWebApi$instance {
|
|
212
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ILongRunningWebApi: never;
|
|
213
|
+
|
|
198
214
|
AcquireTokenInLongRunningProcess(scopes: IEnumerable<System_Internal.String>, longRunningProcessSessionKey: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
199
215
|
InitiateLongRunningProcessInWebApi(scopes: IEnumerable<System_Internal.String>, userToken: string, longRunningProcessSessionKey: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
200
216
|
}
|
|
@@ -203,6 +219,8 @@ export interface ILongRunningWebApi$instance {
|
|
|
203
219
|
export type ILongRunningWebApi = ILongRunningWebApi$instance;
|
|
204
220
|
|
|
205
221
|
export interface IManagedIdentityApplication$instance extends IApplicationBase {
|
|
222
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IManagedIdentityApplication: never;
|
|
223
|
+
|
|
206
224
|
AcquireTokenForManagedIdentity(resource: string): AcquireTokenForManagedIdentityParameterBuilder;
|
|
207
225
|
}
|
|
208
226
|
|
|
@@ -212,6 +230,8 @@ export interface IManagedIdentityApplication$instance extends IApplicationBase$i
|
|
|
212
230
|
export type IManagedIdentityApplication = IManagedIdentityApplication$instance;
|
|
213
231
|
|
|
214
232
|
export interface IMsalHttpClientFactory$instance {
|
|
233
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IMsalHttpClientFactory: never;
|
|
234
|
+
|
|
215
235
|
GetHttpClient(): HttpClient;
|
|
216
236
|
}
|
|
217
237
|
|
|
@@ -219,6 +239,8 @@ export interface IMsalHttpClientFactory$instance {
|
|
|
219
239
|
export type IMsalHttpClientFactory = IMsalHttpClientFactory$instance;
|
|
220
240
|
|
|
221
241
|
export interface IMsalSFHttpClientFactory$instance extends IMsalHttpClientFactory {
|
|
242
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IMsalSFHttpClientFactory: never;
|
|
243
|
+
|
|
222
244
|
GetHttpClient(): HttpClient;
|
|
223
245
|
GetHttpClient(validateServerCert: Func<HttpRequestMessage, X509Certificate2, X509Chain, SslPolicyErrors, System_Internal.Boolean>): HttpClient;
|
|
224
246
|
}
|
|
@@ -227,6 +249,8 @@ export interface IMsalSFHttpClientFactory$instance extends IMsalHttpClientFactor
|
|
|
227
249
|
export type IMsalSFHttpClientFactory = IMsalSFHttpClientFactory$instance;
|
|
228
250
|
|
|
229
251
|
export interface IPublicClientApplication$instance extends IClientApplicationBase, IApplicationBase {
|
|
252
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IPublicClientApplication: never;
|
|
253
|
+
|
|
230
254
|
readonly IsSystemWebViewAvailable: boolean;
|
|
231
255
|
readonly AppConfig: IAppConfig;
|
|
232
256
|
readonly UserTokenCache: ITokenCache;
|
|
@@ -247,6 +271,8 @@ export interface IPublicClientApplication$instance extends IClientApplicationBas
|
|
|
247
271
|
export type IPublicClientApplication = IPublicClientApplication$instance;
|
|
248
272
|
|
|
249
273
|
export interface ITelemetryConfig$instance {
|
|
274
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITelemetryConfig: never;
|
|
275
|
+
|
|
250
276
|
readonly AudienceType: TelemetryAudienceType;
|
|
251
277
|
readonly SessionId: string;
|
|
252
278
|
readonly DispatchAction: Action<ITelemetryEventPayload>;
|
|
@@ -256,6 +282,8 @@ export interface ITelemetryConfig$instance {
|
|
|
256
282
|
export type ITelemetryConfig = ITelemetryConfig$instance;
|
|
257
283
|
|
|
258
284
|
export interface ITelemetryEventPayload$instance {
|
|
285
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITelemetryEventPayload: never;
|
|
286
|
+
|
|
259
287
|
readonly Name: string;
|
|
260
288
|
readonly BoolValues: IReadOnlyDictionary<System_Internal.String, System_Internal.Boolean>;
|
|
261
289
|
readonly Int64Values: IReadOnlyDictionary<System_Internal.String, System_Internal.Int64>;
|
|
@@ -268,6 +296,8 @@ export interface ITelemetryEventPayload$instance {
|
|
|
268
296
|
export type ITelemetryEventPayload = ITelemetryEventPayload$instance;
|
|
269
297
|
|
|
270
298
|
export interface ITokenCache$instance {
|
|
299
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITokenCache: never;
|
|
300
|
+
|
|
271
301
|
SetBeforeAccess(beforeAccess: TokenCacheCallback): void;
|
|
272
302
|
SetBeforeAccessAsync(beforeAccess: Func<TokenCacheNotificationArgs, Task>): void;
|
|
273
303
|
}
|
|
@@ -276,6 +306,8 @@ export interface ITokenCache$instance {
|
|
|
276
306
|
export type ITokenCache = ITokenCache$instance;
|
|
277
307
|
|
|
278
308
|
export interface ITokenCacheSerializer$instance {
|
|
309
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITokenCacheSerializer: never;
|
|
310
|
+
|
|
279
311
|
DeserializeAdalV3(adalV3State: byte[]): void;
|
|
280
312
|
DeserializeMsalV3(msalV3State: byte[], shouldClearExistingCache?: boolean): void;
|
|
281
313
|
SerializeMsalV3(): byte[];
|
|
@@ -320,7 +352,7 @@ export interface AbstractAcquireTokenParameterBuilder_1$instance<T extends BaseA
|
|
|
320
352
|
}
|
|
321
353
|
|
|
322
354
|
|
|
323
|
-
export const AbstractAcquireTokenParameterBuilder_1: {
|
|
355
|
+
export const AbstractAcquireTokenParameterBuilder_1: (abstract new<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>>() => AbstractAcquireTokenParameterBuilder_1<T>) & {
|
|
324
356
|
};
|
|
325
357
|
|
|
326
358
|
|
|
@@ -377,6 +409,7 @@ export interface AbstractConfidentialClientAcquireTokenParameterBuilder_1$instan
|
|
|
377
409
|
ExecuteAsync(cancellationToken: CancellationToken): Task<AuthenticationResult>;
|
|
378
410
|
ExecuteAsync(cancellationToken: CancellationToken): Task<AuthenticationResult>;
|
|
379
411
|
ExecuteAsync(): Task<AuthenticationResult>;
|
|
412
|
+
Validate(): void;
|
|
380
413
|
WithProofOfPossession(popAuthenticationConfiguration: PoPAuthenticationConfiguration): T;
|
|
381
414
|
WithSignedHttpRequestProofOfPossession(popAuthenticationConfiguration: PoPAuthenticationConfiguration): T;
|
|
382
415
|
}
|
|
@@ -395,7 +428,7 @@ export interface AbstractManagedIdentityAcquireTokenParameterBuilder_1$instance<
|
|
|
395
428
|
}
|
|
396
429
|
|
|
397
430
|
|
|
398
|
-
export const AbstractManagedIdentityAcquireTokenParameterBuilder_1: {
|
|
431
|
+
export const AbstractManagedIdentityAcquireTokenParameterBuilder_1: (abstract new<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>>() => AbstractManagedIdentityAcquireTokenParameterBuilder_1<T>) & {
|
|
399
432
|
};
|
|
400
433
|
|
|
401
434
|
|
|
@@ -420,7 +453,7 @@ export interface AccountId$instance {
|
|
|
420
453
|
readonly TenantId: string;
|
|
421
454
|
Equals(obj: unknown): boolean;
|
|
422
455
|
GetHashCode(): int;
|
|
423
|
-
ToString(): string
|
|
456
|
+
ToString(): string;
|
|
424
457
|
}
|
|
425
458
|
|
|
426
459
|
|
|
@@ -433,6 +466,7 @@ export const AccountId: {
|
|
|
433
466
|
export type AccountId = AccountId$instance;
|
|
434
467
|
|
|
435
468
|
export interface AcquireTokenByAuthorizationCodeParameterBuilder$instance extends AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenByAuthorizationCodeParameterBuilder> {
|
|
469
|
+
Validate(): void;
|
|
436
470
|
WithCcsRoutingHint(userObjectIdentifier: string, tenantIdentifier: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
437
471
|
WithCcsRoutingHint(userName: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
438
472
|
WithPkceCodeVerifier(pkceCodeVerifier: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
@@ -442,7 +476,6 @@ export interface AcquireTokenByAuthorizationCodeParameterBuilder$instance extend
|
|
|
442
476
|
|
|
443
477
|
|
|
444
478
|
export const AcquireTokenByAuthorizationCodeParameterBuilder: {
|
|
445
|
-
new(): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
446
479
|
};
|
|
447
480
|
|
|
448
481
|
|
|
@@ -455,30 +488,29 @@ export interface AcquireTokenByIntegratedWindowsAuthParameterBuilder$instance ex
|
|
|
455
488
|
|
|
456
489
|
|
|
457
490
|
export const AcquireTokenByIntegratedWindowsAuthParameterBuilder: {
|
|
458
|
-
new(): AcquireTokenByIntegratedWindowsAuthParameterBuilder;
|
|
459
491
|
};
|
|
460
492
|
|
|
461
493
|
|
|
462
494
|
export type AcquireTokenByIntegratedWindowsAuthParameterBuilder = AcquireTokenByIntegratedWindowsAuthParameterBuilder$instance;
|
|
463
495
|
|
|
464
496
|
export interface AcquireTokenByRefreshTokenParameterBuilder$instance extends AbstractClientAppBaseAcquireTokenParameterBuilder_1<AcquireTokenByRefreshTokenParameterBuilder> {
|
|
497
|
+
Validate(): void;
|
|
465
498
|
WithSendX5C(withSendX5C: boolean): AcquireTokenByRefreshTokenParameterBuilder;
|
|
466
499
|
}
|
|
467
500
|
|
|
468
501
|
|
|
469
502
|
export const AcquireTokenByRefreshTokenParameterBuilder: {
|
|
470
|
-
new(): AcquireTokenByRefreshTokenParameterBuilder;
|
|
471
503
|
};
|
|
472
504
|
|
|
473
505
|
|
|
474
506
|
export type AcquireTokenByRefreshTokenParameterBuilder = AcquireTokenByRefreshTokenParameterBuilder$instance;
|
|
475
507
|
|
|
476
508
|
export interface AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder$instance extends AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder> {
|
|
509
|
+
Validate(): void;
|
|
477
510
|
}
|
|
478
511
|
|
|
479
512
|
|
|
480
513
|
export const AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder: {
|
|
481
|
-
new(): AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder;
|
|
482
514
|
};
|
|
483
515
|
|
|
484
516
|
|
|
@@ -491,13 +523,13 @@ export interface AcquireTokenByUsernamePasswordParameterBuilder$instance extends
|
|
|
491
523
|
|
|
492
524
|
|
|
493
525
|
export const AcquireTokenByUsernamePasswordParameterBuilder: {
|
|
494
|
-
new(): AcquireTokenByUsernamePasswordParameterBuilder;
|
|
495
526
|
};
|
|
496
527
|
|
|
497
528
|
|
|
498
529
|
export type AcquireTokenByUsernamePasswordParameterBuilder = AcquireTokenByUsernamePasswordParameterBuilder$instance;
|
|
499
530
|
|
|
500
531
|
export interface AcquireTokenForClientParameterBuilder$instance extends AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenForClientParameterBuilder> {
|
|
532
|
+
Validate(): void;
|
|
501
533
|
WithAzureRegion(useAzureRegion: boolean): AcquireTokenForClientParameterBuilder;
|
|
502
534
|
WithFmiPath(pathSuffix: string): AcquireTokenForClientParameterBuilder;
|
|
503
535
|
WithForceRefresh(forceRefresh: boolean): AcquireTokenForClientParameterBuilder;
|
|
@@ -508,7 +540,6 @@ export interface AcquireTokenForClientParameterBuilder$instance extends Abstract
|
|
|
508
540
|
|
|
509
541
|
|
|
510
542
|
export const AcquireTokenForClientParameterBuilder: {
|
|
511
|
-
new(): AcquireTokenForClientParameterBuilder;
|
|
512
543
|
};
|
|
513
544
|
|
|
514
545
|
|
|
@@ -521,13 +552,13 @@ export interface AcquireTokenForManagedIdentityParameterBuilder$instance extends
|
|
|
521
552
|
|
|
522
553
|
|
|
523
554
|
export const AcquireTokenForManagedIdentityParameterBuilder: {
|
|
524
|
-
new(): AcquireTokenForManagedIdentityParameterBuilder;
|
|
525
555
|
};
|
|
526
556
|
|
|
527
557
|
|
|
528
558
|
export type AcquireTokenForManagedIdentityParameterBuilder = AcquireTokenForManagedIdentityParameterBuilder$instance;
|
|
529
559
|
|
|
530
560
|
export interface AcquireTokenInteractiveParameterBuilder$instance extends AbstractPublicClientAcquireTokenParameterBuilder_1<AcquireTokenInteractiveParameterBuilder> {
|
|
561
|
+
Validate(): void;
|
|
531
562
|
WithAccount(account: IAccount): AcquireTokenInteractiveParameterBuilder;
|
|
532
563
|
WithEmbeddedWebViewOptions(options: EmbeddedWebViewOptions): AcquireTokenInteractiveParameterBuilder;
|
|
533
564
|
WithExtraScopesToConsent(extraScopesToConsent: IEnumerable<System_Internal.String>): AcquireTokenInteractiveParameterBuilder;
|
|
@@ -542,13 +573,13 @@ export interface AcquireTokenInteractiveParameterBuilder$instance extends Abstra
|
|
|
542
573
|
|
|
543
574
|
|
|
544
575
|
export const AcquireTokenInteractiveParameterBuilder: {
|
|
545
|
-
new(): AcquireTokenInteractiveParameterBuilder;
|
|
546
576
|
};
|
|
547
577
|
|
|
548
578
|
|
|
549
579
|
export type AcquireTokenInteractiveParameterBuilder = AcquireTokenInteractiveParameterBuilder$instance;
|
|
550
580
|
|
|
551
581
|
export interface AcquireTokenOnBehalfOfParameterBuilder$instance extends AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenOnBehalfOfParameterBuilder> {
|
|
582
|
+
Validate(): void;
|
|
552
583
|
WithCcsRoutingHint(userObjectIdentifier: string, tenantIdentifier: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
553
584
|
WithCcsRoutingHint(userName: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
554
585
|
WithForceRefresh(forceRefresh: boolean): AcquireTokenOnBehalfOfParameterBuilder;
|
|
@@ -557,13 +588,13 @@ export interface AcquireTokenOnBehalfOfParameterBuilder$instance extends Abstrac
|
|
|
557
588
|
|
|
558
589
|
|
|
559
590
|
export const AcquireTokenOnBehalfOfParameterBuilder: {
|
|
560
|
-
new(): AcquireTokenOnBehalfOfParameterBuilder;
|
|
561
591
|
};
|
|
562
592
|
|
|
563
593
|
|
|
564
594
|
export type AcquireTokenOnBehalfOfParameterBuilder = AcquireTokenOnBehalfOfParameterBuilder$instance;
|
|
565
595
|
|
|
566
596
|
export interface AcquireTokenSilentParameterBuilder$instance extends AbstractClientAppBaseAcquireTokenParameterBuilder_1<AcquireTokenSilentParameterBuilder> {
|
|
597
|
+
Validate(): void;
|
|
567
598
|
WithForceRefresh(forceRefresh: boolean): AcquireTokenSilentParameterBuilder;
|
|
568
599
|
WithProofOfPossession(popAuthenticationConfiguration: PoPAuthenticationConfiguration): AcquireTokenSilentParameterBuilder;
|
|
569
600
|
WithProofOfPossession(nonce: string, httpMethod: HttpMethod, requestUri: Uri): AcquireTokenSilentParameterBuilder;
|
|
@@ -572,25 +603,26 @@ export interface AcquireTokenSilentParameterBuilder$instance extends AbstractCli
|
|
|
572
603
|
|
|
573
604
|
|
|
574
605
|
export const AcquireTokenSilentParameterBuilder: {
|
|
575
|
-
new(): AcquireTokenSilentParameterBuilder;
|
|
576
606
|
};
|
|
577
607
|
|
|
578
608
|
|
|
579
609
|
export type AcquireTokenSilentParameterBuilder = AcquireTokenSilentParameterBuilder$instance;
|
|
580
610
|
|
|
581
611
|
export interface AcquireTokenWithDeviceCodeParameterBuilder$instance extends AbstractPublicClientAcquireTokenParameterBuilder_1<AcquireTokenWithDeviceCodeParameterBuilder> {
|
|
612
|
+
Validate(): void;
|
|
582
613
|
WithDeviceCodeResultCallback(deviceCodeResultCallback: Func<DeviceCodeResult, Task>): AcquireTokenWithDeviceCodeParameterBuilder;
|
|
583
614
|
}
|
|
584
615
|
|
|
585
616
|
|
|
586
617
|
export const AcquireTokenWithDeviceCodeParameterBuilder: {
|
|
587
|
-
new(): AcquireTokenWithDeviceCodeParameterBuilder;
|
|
588
618
|
};
|
|
589
619
|
|
|
590
620
|
|
|
591
621
|
export type AcquireTokenWithDeviceCodeParameterBuilder = AcquireTokenWithDeviceCodeParameterBuilder$instance;
|
|
592
622
|
|
|
593
623
|
export interface ApplicationBase$instance extends IApplicationBase {
|
|
624
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IApplicationBase: never;
|
|
625
|
+
|
|
594
626
|
}
|
|
595
627
|
|
|
596
628
|
|
|
@@ -616,7 +648,7 @@ export interface ApplicationOptions$instance extends BaseApplicationOptions {
|
|
|
616
648
|
}
|
|
617
649
|
|
|
618
650
|
|
|
619
|
-
export const ApplicationOptions: {
|
|
651
|
+
export const ApplicationOptions: (abstract new() => ApplicationOptions) & {
|
|
620
652
|
};
|
|
621
653
|
|
|
622
654
|
|
|
@@ -640,9 +672,9 @@ export const AssertionRequestOptions: {
|
|
|
640
672
|
export type AssertionRequestOptions = AssertionRequestOptions$instance;
|
|
641
673
|
|
|
642
674
|
export interface AuthenticationHeaderParser$instance {
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
675
|
+
AuthenticationInfoParameters: AuthenticationInfoParameters;
|
|
676
|
+
PopNonce: string;
|
|
677
|
+
WwwAuthenticateParameters: IReadOnlyList<WwwAuthenticateParameters>;
|
|
646
678
|
}
|
|
647
679
|
|
|
648
680
|
|
|
@@ -657,8 +689,8 @@ export const AuthenticationHeaderParser: {
|
|
|
657
689
|
export type AuthenticationHeaderParser = AuthenticationHeaderParser$instance;
|
|
658
690
|
|
|
659
691
|
export interface AuthenticationInfoParameters$instance {
|
|
660
|
-
readonly
|
|
661
|
-
|
|
692
|
+
readonly [key: string]: string;
|
|
693
|
+
NextNonce: string;
|
|
662
694
|
}
|
|
663
695
|
|
|
664
696
|
|
|
@@ -724,12 +756,13 @@ export type AuthenticationResultMetadata = AuthenticationResultMetadata$instance
|
|
|
724
756
|
export interface BaseAbstractAcquireTokenParameterBuilder_1$instance<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>> {
|
|
725
757
|
ExecuteAsync(cancellationToken: CancellationToken): Task<AuthenticationResult>;
|
|
726
758
|
ExecuteAsync(): Task<AuthenticationResult>;
|
|
759
|
+
Validate(): void;
|
|
727
760
|
WithCorrelationId(correlationId: Guid): T;
|
|
728
761
|
WithExtraQueryParameters(extraQueryParameters: Dictionary<System_Internal.String, System_Internal.String>): T;
|
|
729
762
|
}
|
|
730
763
|
|
|
731
764
|
|
|
732
|
-
export const BaseAbstractAcquireTokenParameterBuilder_1: {
|
|
765
|
+
export const BaseAbstractAcquireTokenParameterBuilder_1: (abstract new<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>>() => BaseAbstractAcquireTokenParameterBuilder_1<T>) & {
|
|
733
766
|
};
|
|
734
767
|
|
|
735
768
|
|
|
@@ -760,7 +793,7 @@ export interface BaseApplicationOptions$instance {
|
|
|
760
793
|
}
|
|
761
794
|
|
|
762
795
|
|
|
763
|
-
export const BaseApplicationOptions: {
|
|
796
|
+
export const BaseApplicationOptions: (abstract new() => BaseApplicationOptions) & {
|
|
764
797
|
};
|
|
765
798
|
|
|
766
799
|
|
|
@@ -796,6 +829,9 @@ export const CacheOptions: {
|
|
|
796
829
|
export type CacheOptions = CacheOptions$instance;
|
|
797
830
|
|
|
798
831
|
export interface ClientApplicationBase$instance extends ApplicationBase, IApplicationBase {
|
|
832
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IApplicationBase: never;
|
|
833
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IClientApplicationBase: never;
|
|
834
|
+
|
|
799
835
|
readonly AppConfig: IAppConfig;
|
|
800
836
|
readonly Authority: string;
|
|
801
837
|
readonly UserTokenCache: ITokenCache;
|
|
@@ -824,8 +860,15 @@ export type ClientApplicationBase = ClientApplicationBase$instance & __ClientApp
|
|
|
824
860
|
|
|
825
861
|
|
|
826
862
|
export interface ConfidentialClientApplication$instance extends ClientApplicationBase$instance, IApplicationBase {
|
|
863
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IApplicationBase: never;
|
|
864
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IByRefreshToken: never;
|
|
865
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IByUsernameAndPassword: never;
|
|
866
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IClientApplicationBase: never;
|
|
867
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IConfidentialClientApplication: never;
|
|
868
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ILongRunningWebApi: never;
|
|
869
|
+
|
|
827
870
|
readonly AppTokenCache: ITokenCache;
|
|
828
|
-
readonly Certificate: X509Certificate2
|
|
871
|
+
readonly Certificate: X509Certificate2;
|
|
829
872
|
AcquireTokenByAuthorizationCode(scopes: IEnumerable<System_Internal.String>, authorizationCode: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
830
873
|
AcquireTokenForClient(scopes: IEnumerable<System_Internal.String>): AcquireTokenForClientParameterBuilder;
|
|
831
874
|
AcquireTokenInLongRunningProcess(scopes: IEnumerable<System_Internal.String>, longRunningProcessSessionKey: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
@@ -847,7 +890,6 @@ export interface ConfidentialClientApplication$instance extends ClientApplicatio
|
|
|
847
890
|
|
|
848
891
|
|
|
849
892
|
export const ConfidentialClientApplication: {
|
|
850
|
-
new(): ConfidentialClientApplication;
|
|
851
893
|
readonly AttemptRegionDiscovery: string;
|
|
852
894
|
};
|
|
853
895
|
|
|
@@ -885,7 +927,6 @@ export interface ConfidentialClientApplicationBuilder$instance extends AbstractA
|
|
|
885
927
|
|
|
886
928
|
|
|
887
929
|
export const ConfidentialClientApplicationBuilder: {
|
|
888
|
-
new(): ConfidentialClientApplicationBuilder;
|
|
889
930
|
Create(clientId: string): ConfidentialClientApplicationBuilder;
|
|
890
931
|
CreateWithApplicationOptions(options: ConfidentialClientApplicationOptions): ConfidentialClientApplicationBuilder;
|
|
891
932
|
};
|
|
@@ -912,7 +953,7 @@ export interface DeviceCodeResult$instance {
|
|
|
912
953
|
readonly DeviceCode: string;
|
|
913
954
|
readonly ExpiresOn: DateTimeOffset;
|
|
914
955
|
readonly Interval: long;
|
|
915
|
-
readonly Message: string
|
|
956
|
+
readonly Message: string;
|
|
916
957
|
readonly Scopes: IReadOnlyCollection<System_Internal.String>;
|
|
917
958
|
readonly UserCode: string;
|
|
918
959
|
readonly VerificationUrl: string;
|
|
@@ -920,7 +961,6 @@ export interface DeviceCodeResult$instance {
|
|
|
920
961
|
|
|
921
962
|
|
|
922
963
|
export const DeviceCodeResult: {
|
|
923
|
-
new(): DeviceCodeResult;
|
|
924
964
|
};
|
|
925
965
|
|
|
926
966
|
|
|
@@ -955,13 +995,14 @@ export interface GetAuthorizationRequestUrlParameterBuilder$instance extends Abs
|
|
|
955
995
|
|
|
956
996
|
|
|
957
997
|
export const GetAuthorizationRequestUrlParameterBuilder: {
|
|
958
|
-
new(): GetAuthorizationRequestUrlParameterBuilder;
|
|
959
998
|
};
|
|
960
999
|
|
|
961
1000
|
|
|
962
1001
|
export type GetAuthorizationRequestUrlParameterBuilder = GetAuthorizationRequestUrlParameterBuilder$instance;
|
|
963
1002
|
|
|
964
1003
|
export interface IntuneAppProtectionPolicyRequiredException$instance extends MsalServiceException {
|
|
1004
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1005
|
+
|
|
965
1006
|
AccountUserId: string;
|
|
966
1007
|
AuthorityUrl: string;
|
|
967
1008
|
TenantId: string;
|
|
@@ -977,12 +1018,14 @@ export const IntuneAppProtectionPolicyRequiredException: {
|
|
|
977
1018
|
export type IntuneAppProtectionPolicyRequiredException = IntuneAppProtectionPolicyRequiredException$instance;
|
|
978
1019
|
|
|
979
1020
|
export interface ManagedIdentityApplication$instance extends ApplicationBase, IApplicationBase {
|
|
1021
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IApplicationBase: never;
|
|
1022
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IManagedIdentityApplication: never;
|
|
1023
|
+
|
|
980
1024
|
AcquireTokenForManagedIdentity(resource: string): AcquireTokenForManagedIdentityParameterBuilder;
|
|
981
1025
|
}
|
|
982
1026
|
|
|
983
1027
|
|
|
984
1028
|
export const ManagedIdentityApplication: {
|
|
985
|
-
new(): ManagedIdentityApplication;
|
|
986
1029
|
GetManagedIdentitySource(): ManagedIdentitySource;
|
|
987
1030
|
};
|
|
988
1031
|
|
|
@@ -1004,7 +1047,6 @@ export interface ManagedIdentityApplicationBuilder$instance extends BaseAbstract
|
|
|
1004
1047
|
|
|
1005
1048
|
|
|
1006
1049
|
export const ManagedIdentityApplicationBuilder: {
|
|
1007
|
-
new(): ManagedIdentityApplicationBuilder;
|
|
1008
1050
|
Create(managedIdentityId: ManagedIdentityId): ManagedIdentityApplicationBuilder;
|
|
1009
1051
|
};
|
|
1010
1052
|
|
|
@@ -1016,17 +1058,18 @@ export interface Metrics$instance {
|
|
|
1016
1058
|
|
|
1017
1059
|
|
|
1018
1060
|
export const Metrics: {
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
readonly TotalDurationInMs: long;
|
|
1061
|
+
TotalAccessTokensFromIdP: long;
|
|
1062
|
+
TotalAccessTokensFromCache: long;
|
|
1063
|
+
TotalAccessTokensFromBroker: long;
|
|
1064
|
+
TotalDurationInMs: long;
|
|
1024
1065
|
};
|
|
1025
1066
|
|
|
1026
1067
|
|
|
1027
1068
|
export type Metrics = Metrics$instance;
|
|
1028
1069
|
|
|
1029
1070
|
export interface MsalClaimsChallengeException$instance extends MsalUiRequiredException {
|
|
1071
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1072
|
+
|
|
1030
1073
|
}
|
|
1031
1074
|
|
|
1032
1075
|
|
|
@@ -1040,6 +1083,8 @@ export const MsalClaimsChallengeException: {
|
|
|
1040
1083
|
export type MsalClaimsChallengeException = MsalClaimsChallengeException$instance;
|
|
1041
1084
|
|
|
1042
1085
|
export interface MsalClientException$instance extends MsalException {
|
|
1086
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1087
|
+
|
|
1043
1088
|
}
|
|
1044
1089
|
|
|
1045
1090
|
|
|
@@ -1053,9 +1098,11 @@ export const MsalClientException: {
|
|
|
1053
1098
|
export type MsalClientException = MsalClientException$instance;
|
|
1054
1099
|
|
|
1055
1100
|
export interface MsalException$instance extends Exception {
|
|
1101
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1102
|
+
|
|
1056
1103
|
AdditionalExceptionData: IReadOnlyDictionary<System_Internal.String, System_Internal.String>;
|
|
1057
1104
|
CorrelationId: string;
|
|
1058
|
-
|
|
1105
|
+
ErrorCode: string;
|
|
1059
1106
|
IsRetryable: boolean;
|
|
1060
1107
|
ToJsonString(): string;
|
|
1061
1108
|
ToString(): string;
|
|
@@ -1080,7 +1127,10 @@ export const MsalException: {
|
|
|
1080
1127
|
export type MsalException = MsalException$instance;
|
|
1081
1128
|
|
|
1082
1129
|
export interface MsalManagedIdentityException$instance extends MsalServiceException {
|
|
1130
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1131
|
+
|
|
1083
1132
|
readonly ManagedIdentitySource: ManagedIdentitySource;
|
|
1133
|
+
UpdateIsRetryable(): void;
|
|
1084
1134
|
}
|
|
1085
1135
|
|
|
1086
1136
|
|
|
@@ -1095,11 +1145,14 @@ export const MsalManagedIdentityException: {
|
|
|
1095
1145
|
export type MsalManagedIdentityException = MsalManagedIdentityException$instance;
|
|
1096
1146
|
|
|
1097
1147
|
export interface MsalServiceException$instance extends MsalException {
|
|
1098
|
-
readonly
|
|
1148
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1149
|
+
|
|
1150
|
+
Claims: string;
|
|
1099
1151
|
Headers: HttpResponseHeaders;
|
|
1100
1152
|
ResponseBody: string;
|
|
1101
|
-
|
|
1153
|
+
StatusCode: int;
|
|
1102
1154
|
ToString(): string;
|
|
1155
|
+
UpdateIsRetryable(): void;
|
|
1103
1156
|
}
|
|
1104
1157
|
|
|
1105
1158
|
|
|
@@ -1115,6 +1168,8 @@ export const MsalServiceException: {
|
|
|
1115
1168
|
export type MsalServiceException = MsalServiceException$instance;
|
|
1116
1169
|
|
|
1117
1170
|
export interface MsalThrottledServiceException$instance extends MsalServiceException {
|
|
1171
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1172
|
+
|
|
1118
1173
|
readonly OriginalServiceException: MsalServiceException;
|
|
1119
1174
|
}
|
|
1120
1175
|
|
|
@@ -1127,6 +1182,8 @@ export const MsalThrottledServiceException: {
|
|
|
1127
1182
|
export type MsalThrottledServiceException = MsalThrottledServiceException$instance;
|
|
1128
1183
|
|
|
1129
1184
|
export interface MsalThrottledUiRequiredException$instance extends MsalUiRequiredException {
|
|
1185
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1186
|
+
|
|
1130
1187
|
readonly OriginalServiceException: MsalUiRequiredException;
|
|
1131
1188
|
}
|
|
1132
1189
|
|
|
@@ -1139,6 +1196,8 @@ export const MsalThrottledUiRequiredException: {
|
|
|
1139
1196
|
export type MsalThrottledUiRequiredException = MsalThrottledUiRequiredException$instance;
|
|
1140
1197
|
|
|
1141
1198
|
export interface MsalUiRequiredException$instance extends MsalServiceException {
|
|
1199
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1200
|
+
|
|
1142
1201
|
readonly Classification: UiRequiredExceptionClassification;
|
|
1143
1202
|
}
|
|
1144
1203
|
|
|
@@ -1153,6 +1212,11 @@ export const MsalUiRequiredException: {
|
|
|
1153
1212
|
export type MsalUiRequiredException = MsalUiRequiredException$instance;
|
|
1154
1213
|
|
|
1155
1214
|
export interface PublicClientApplication$instance extends ClientApplicationBase$instance, IApplicationBase {
|
|
1215
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IApplicationBase: never;
|
|
1216
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IByRefreshToken: never;
|
|
1217
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IClientApplicationBase: never;
|
|
1218
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_IPublicClientApplication: never;
|
|
1219
|
+
|
|
1156
1220
|
readonly IsSystemWebViewAvailable: boolean;
|
|
1157
1221
|
AcquireTokenByIntegratedWindowsAuth(scopes: IEnumerable<System_Internal.String>): AcquireTokenByIntegratedWindowsAuthParameterBuilder;
|
|
1158
1222
|
AcquireTokenByUsernamePassword(scopes: IEnumerable<System_Internal.String>, username: string, password: SecureString): AcquireTokenByUsernamePasswordParameterBuilder;
|
|
@@ -1177,7 +1241,6 @@ export interface PublicClientApplication$instance extends ClientApplicationBase$
|
|
|
1177
1241
|
|
|
1178
1242
|
|
|
1179
1243
|
export const PublicClientApplication: {
|
|
1180
|
-
new(): PublicClientApplication;
|
|
1181
1244
|
readonly OperatingSystemAccount: IAccount;
|
|
1182
1245
|
};
|
|
1183
1246
|
|
|
@@ -1209,7 +1272,6 @@ export interface PublicClientApplicationBuilder$instance extends AbstractApplica
|
|
|
1209
1272
|
|
|
1210
1273
|
|
|
1211
1274
|
export const PublicClientApplicationBuilder: {
|
|
1212
|
-
new(): PublicClientApplicationBuilder;
|
|
1213
1275
|
Create(clientId: string): PublicClientApplicationBuilder;
|
|
1214
1276
|
CreateWithApplicationOptions(options: PublicClientApplicationOptions): PublicClientApplicationBuilder;
|
|
1215
1277
|
};
|
|
@@ -1270,13 +1332,15 @@ export interface TenantProfile$instance {
|
|
|
1270
1332
|
|
|
1271
1333
|
|
|
1272
1334
|
export const TenantProfile: {
|
|
1273
|
-
new(): TenantProfile;
|
|
1274
1335
|
};
|
|
1275
1336
|
|
|
1276
1337
|
|
|
1277
1338
|
export type TenantProfile = TenantProfile$instance;
|
|
1278
1339
|
|
|
1279
1340
|
export interface TokenCache$instance {
|
|
1341
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITokenCache: never;
|
|
1342
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITokenCacheSerializer: never;
|
|
1343
|
+
|
|
1280
1344
|
SetAfterAccess(afterAccess: TokenCacheCallback): void;
|
|
1281
1345
|
SetAfterAccessAsync(afterAccess: Func<TokenCacheNotificationArgs, Task>): void;
|
|
1282
1346
|
SetBeforeAccess(beforeAccess: TokenCacheCallback): void;
|
|
@@ -1307,7 +1371,7 @@ export interface TokenCacheNotificationArgs$instance {
|
|
|
1307
1371
|
readonly CancellationToken: CancellationToken;
|
|
1308
1372
|
readonly ClientId: string;
|
|
1309
1373
|
readonly CorrelationId: Guid;
|
|
1310
|
-
|
|
1374
|
+
HasStateChanged: boolean;
|
|
1311
1375
|
readonly HasTokens: boolean;
|
|
1312
1376
|
readonly IdentityLogger: IIdentityLogger;
|
|
1313
1377
|
readonly IsApplicationCache: boolean;
|
|
@@ -1333,6 +1397,8 @@ export const TokenCacheNotificationArgs: {
|
|
|
1333
1397
|
export type TokenCacheNotificationArgs = TokenCacheNotificationArgs$instance;
|
|
1334
1398
|
|
|
1335
1399
|
export interface TraceTelemetryConfig$instance {
|
|
1400
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_ITelemetryConfig: never;
|
|
1401
|
+
|
|
1336
1402
|
readonly AllowedScopes: IEnumerable<System_Internal.String>;
|
|
1337
1403
|
readonly AudienceType: TelemetryAudienceType;
|
|
1338
1404
|
readonly DispatchAction: Action<ITelemetryEventPayload>;
|
|
@@ -1355,8 +1421,8 @@ export type TraceTelemetryConfig = TraceTelemetryConfig$instance & __TraceTeleme
|
|
|
1355
1421
|
|
|
1356
1422
|
|
|
1357
1423
|
export interface UserAssertion$instance {
|
|
1358
|
-
|
|
1359
|
-
|
|
1424
|
+
Assertion: string;
|
|
1425
|
+
AssertionType: string;
|
|
1360
1426
|
}
|
|
1361
1427
|
|
|
1362
1428
|
|
|
@@ -1383,12 +1449,12 @@ export const WindowsBrokerOptions: {
|
|
|
1383
1449
|
export type WindowsBrokerOptions = WindowsBrokerOptions$instance;
|
|
1384
1450
|
|
|
1385
1451
|
export interface WwwAuthenticateParameters$instance {
|
|
1386
|
-
|
|
1452
|
+
AuthenticationScheme: string;
|
|
1387
1453
|
Authority: string;
|
|
1388
1454
|
Claims: string;
|
|
1389
1455
|
Error: string;
|
|
1390
|
-
readonly
|
|
1391
|
-
|
|
1456
|
+
readonly [key: string]: string;
|
|
1457
|
+
Nonce: string;
|
|
1392
1458
|
Resource: string;
|
|
1393
1459
|
Scopes: IEnumerable<System_Internal.String>;
|
|
1394
1460
|
GetTenantId(): string;
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": true,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Advanced.AcquireTokenParameterBuilderExtensions::WithExtraHttpHeaders(AbstractAcquireTokenParameterBuilder_1,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.Advanced.AcquireTokenParameterBuilderExtensions",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": true
|