@tsonic/efcore-sqlserver 10.0.5 → 10.0.8

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.
Files changed (80) hide show
  1. package/Azure/internal/index.d.ts +92 -50
  2. package/Azure.Core/internal/index.d.ts +103 -51
  3. package/Azure.Core.Cryptography/internal/index.d.ts +6 -6
  4. package/Azure.Core.Diagnostics/internal/index.d.ts +8 -6
  5. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  6. package/Azure.Core.GeoJson/internal/index.d.ts +67 -50
  7. package/Azure.Core.Pipeline/internal/index.d.ts +56 -32
  8. package/Azure.Core.Serialization/internal/index.d.ts +21 -17
  9. package/Azure.Identity/internal/index.d.ts +199 -93
  10. package/Azure.Messaging/internal/index.d.ts +11 -7
  11. package/Microsoft.Data/internal/index.d.ts +7 -5
  12. package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
  13. package/Microsoft.Data.SqlClient/internal/index.d.ts +158 -73
  14. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
  15. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +82 -67
  16. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +9 -5
  17. package/Microsoft.Data.SqlTypes/internal/index.d.ts +15 -9
  18. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +331 -329
  19. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
  20. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +24 -14
  21. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
  22. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +18 -6
  23. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +65 -41
  24. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
  25. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +14 -12
  26. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +11 -7
  27. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +19 -13
  28. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
  29. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
  30. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +31 -25
  31. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
  32. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +13 -11
  33. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +22 -16
  34. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +182 -60
  35. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -10
  36. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +15 -11
  37. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +98 -46
  38. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +27 -17
  39. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +23 -17
  40. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
  41. package/Microsoft.Identity.Client/internal/index.d.ts +283 -171
  42. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
  43. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -3
  44. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +3 -3
  45. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +1 -1
  46. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
  47. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +25 -17
  48. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +30 -14
  49. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +4 -2
  50. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
  51. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +4 -2
  52. package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
  53. package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
  54. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  55. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
  56. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -4
  57. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  58. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +16 -12
  59. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +34 -24
  60. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +19 -11
  61. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +42 -30
  62. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +10 -6
  63. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +66 -48
  64. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +5 -5
  65. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +206 -82
  66. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
  67. package/Microsoft.SqlServer.Server/internal/index.d.ts +17 -5
  68. package/System/internal/index.d.ts +19 -17
  69. package/System.ClientModel/internal/index.d.ts +39 -21
  70. package/System.ClientModel.Primitives/internal/index.d.ts +133 -65
  71. package/System.Configuration/internal/index.d.ts +280 -64
  72. package/System.Configuration.Internal/internal/index.d.ts +10 -6
  73. package/System.Configuration.Provider/internal/index.d.ts +14 -9
  74. package/System.Diagnostics/internal/index.d.ts +2 -2
  75. package/System.Drawing.Configuration/internal/index.d.ts +6 -4
  76. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +68 -56
  77. package/System.Security.Cryptography/internal/index.d.ts +2 -2
  78. package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
  79. package/__internal/extensions/index.d.ts +745 -695
  80. package/package.json +5 -5
@@ -10,22 +10,24 @@ import type { HttpPipelinePolicy, HttpPipelineTransport } from "../../Azure.Core
10
10
  import * as Azure_Core_Internal from "../../Azure.Core/internal/index.js";
11
11
  import type { AccessToken, ClientOptions, DiagnosticsOptions, HttpPipelinePosition, ResourceIdentifier, RetryOptions, TokenCredential, TokenRequestContext } from "../../Azure.Core/internal/index.js";
12
12
  import type { AuthenticationToken, GetTokenOptions } from "../../System.ClientModel.Primitives/internal/index.js";
13
- import type { IList, IReadOnlyCollection, IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
14
- import type { Stream } from "@tsonic/dotnet/System.IO.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func, Int32, Nullable, Object as ClrObject, ReadOnlyMemory, String as ClrString, TimeSpan, Uri, ValueType, Void } from "@tsonic/dotnet/System.js";
17
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
18
- import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
19
- import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates.js";
20
- import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
21
- import type { Task, ValueTask } from "@tsonic/dotnet/System.Threading.Tasks.js";
13
+ import type { IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
14
+ import type { Stream } from "@tsonic/dotnet/System.IO/internal/index.js";
15
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
16
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
17
+ import type { X509Certificate2 } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
18
+ import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
19
+ import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
20
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
21
+ import type { Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func_1, Func_2, Func_3, Int32, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, TimeSpan, Uri, ValueType, Void } from "@tsonic/dotnet/System/internal/index.js";
22
22
 
23
23
  export interface DeviceCodeInfo$instance {
24
+ readonly __tsonic_type_Azure_Identity_DeviceCodeInfo: never;
25
+
24
26
  ClientId: string;
25
27
  DeviceCode: string;
26
28
  ExpiresOn: DateTimeOffset;
27
29
  Message: string;
28
- Scopes: IReadOnlyCollection<System_Internal.String>;
30
+ Scopes: IReadOnlyCollection_1<System_Internal.String>;
29
31
  UserCode: string;
30
32
  VerificationUri: Uri;
31
33
  }
@@ -39,18 +41,22 @@ export const DeviceCodeInfo: {
39
41
  export type DeviceCodeInfo = DeviceCodeInfo$instance;
40
42
 
41
43
  export interface TokenCacheData$instance {
42
- readonly CacheBytes: ReadOnlyMemory<System_Internal.Byte>;
44
+ readonly __tsonic_type_Azure_Identity_TokenCacheData: never;
45
+
46
+ readonly CacheBytes: ReadOnlyMemory_1<System_Internal.Byte>;
43
47
  }
44
48
 
45
49
 
46
50
  export const TokenCacheData: {
47
- new(cacheBytes: ReadOnlyMemory<System_Internal.Byte>): TokenCacheData;
51
+ new(cacheBytes: ReadOnlyMemory_1<System_Internal.Byte>): TokenCacheData;
48
52
  };
49
53
 
50
54
 
51
55
  export type TokenCacheData = TokenCacheData$instance;
52
56
 
53
57
  export interface AuthenticationFailedException$instance extends Exception {
58
+ readonly __tsonic_type_Azure_Identity_AuthenticationFailedException: never;
59
+
54
60
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
55
61
 
56
62
  }
@@ -65,6 +71,8 @@ export const AuthenticationFailedException: {
65
71
  export type AuthenticationFailedException = AuthenticationFailedException$instance;
66
72
 
67
73
  export interface AuthenticationRecord$instance {
74
+ readonly __tsonic_type_Azure_Identity_AuthenticationRecord: never;
75
+
68
76
  Authority: string;
69
77
  ClientId: string;
70
78
  readonly HomeAccountId: string;
@@ -77,13 +85,15 @@ export interface AuthenticationRecord$instance {
77
85
 
78
86
  export const AuthenticationRecord: {
79
87
  Deserialize(stream: Stream, cancellationToken?: CancellationToken): AuthenticationRecord;
80
- DeserializeAsync(stream: Stream, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
88
+ DeserializeAsync(stream: Stream, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
81
89
  };
82
90
 
83
91
 
84
92
  export type AuthenticationRecord = AuthenticationRecord$instance;
85
93
 
86
94
  export interface AuthenticationRequiredException$instance extends CredentialUnavailableException {
95
+ readonly __tsonic_type_Azure_Identity_AuthenticationRequiredException: never;
96
+
87
97
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
88
98
 
89
99
  readonly TokenRequestContext: TokenRequestContext;
@@ -99,10 +109,12 @@ export const AuthenticationRequiredException: {
99
109
  export type AuthenticationRequiredException = AuthenticationRequiredException$instance;
100
110
 
101
111
  export interface AuthorizationCodeCredential$instance extends TokenCredential {
112
+ readonly __tsonic_type_Azure_Identity_AuthorizationCodeCredential: never;
113
+
102
114
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
103
115
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
104
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
105
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
116
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
117
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
106
118
  }
107
119
 
108
120
 
@@ -116,10 +128,12 @@ export const AuthorizationCodeCredential: {
116
128
  export type AuthorizationCodeCredential = AuthorizationCodeCredential$instance;
117
129
 
118
130
  export interface AuthorizationCodeCredentialOptions$instance extends TokenCredentialOptions {
131
+ readonly __tsonic_type_Azure_Identity_AuthorizationCodeCredentialOptions: never;
132
+
119
133
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
120
134
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
121
135
 
122
- AdditionallyAllowedTenants: IList<System_Internal.String>;
136
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
123
137
  DisableInstanceDiscovery: boolean;
124
138
  RedirectUri: Uri;
125
139
  }
@@ -133,10 +147,12 @@ export const AuthorizationCodeCredentialOptions: {
133
147
  export type AuthorizationCodeCredentialOptions = AuthorizationCodeCredentialOptions$instance;
134
148
 
135
149
  export interface AzureCliCredential$instance extends TokenCredential {
150
+ readonly __tsonic_type_Azure_Identity_AzureCliCredential: never;
151
+
136
152
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
137
153
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
138
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
139
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
154
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
155
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
140
156
  }
141
157
 
142
158
 
@@ -149,10 +165,12 @@ export const AzureCliCredential: {
149
165
  export type AzureCliCredential = AzureCliCredential$instance;
150
166
 
151
167
  export interface AzureCliCredentialOptions$instance extends TokenCredentialOptions {
168
+ readonly __tsonic_type_Azure_Identity_AzureCliCredentialOptions: never;
169
+
152
170
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
153
171
 
154
- AdditionallyAllowedTenants: IList<System_Internal.String>;
155
- ProcessTimeout: Nullable<TimeSpan>;
172
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
173
+ ProcessTimeout: Nullable_1<TimeSpan>;
156
174
  Subscription: string;
157
175
  TenantId: string;
158
176
  }
@@ -166,10 +184,12 @@ export const AzureCliCredentialOptions: {
166
184
  export type AzureCliCredentialOptions = AzureCliCredentialOptions$instance;
167
185
 
168
186
  export interface AzureDeveloperCliCredential$instance extends TokenCredential {
187
+ readonly __tsonic_type_Azure_Identity_AzureDeveloperCliCredential: never;
188
+
169
189
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
170
190
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
171
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
172
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
191
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
192
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
173
193
  }
174
194
 
175
195
 
@@ -182,10 +202,12 @@ export const AzureDeveloperCliCredential: {
182
202
  export type AzureDeveloperCliCredential = AzureDeveloperCliCredential$instance;
183
203
 
184
204
  export interface AzureDeveloperCliCredentialOptions$instance extends TokenCredentialOptions {
205
+ readonly __tsonic_type_Azure_Identity_AzureDeveloperCliCredentialOptions: never;
206
+
185
207
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
186
208
 
187
- AdditionallyAllowedTenants: IList<System_Internal.String>;
188
- ProcessTimeout: Nullable<TimeSpan>;
209
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
210
+ ProcessTimeout: Nullable_1<TimeSpan>;
189
211
  TenantId: string;
190
212
  }
191
213
 
@@ -198,10 +220,12 @@ export const AzureDeveloperCliCredentialOptions: {
198
220
  export type AzureDeveloperCliCredentialOptions = AzureDeveloperCliCredentialOptions$instance;
199
221
 
200
222
  export interface AzurePipelinesCredential$instance extends TokenCredential {
223
+ readonly __tsonic_type_Azure_Identity_AzurePipelinesCredential: never;
224
+
201
225
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
202
226
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
203
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
204
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
227
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
228
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
205
229
  }
206
230
 
207
231
 
@@ -213,11 +237,13 @@ export const AzurePipelinesCredential: {
213
237
  export type AzurePipelinesCredential = AzurePipelinesCredential$instance;
214
238
 
215
239
  export interface AzurePipelinesCredentialOptions$instance extends TokenCredentialOptions {
240
+ readonly __tsonic_type_Azure_Identity_AzurePipelinesCredentialOptions: never;
241
+
216
242
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
217
243
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
218
244
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
219
245
 
220
- AdditionallyAllowedTenants: IList<System_Internal.String>;
246
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
221
247
  DisableInstanceDiscovery: boolean;
222
248
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
223
249
  }
@@ -231,10 +257,12 @@ export const AzurePipelinesCredentialOptions: {
231
257
  export type AzurePipelinesCredentialOptions = AzurePipelinesCredentialOptions$instance;
232
258
 
233
259
  export interface AzurePowerShellCredential$instance extends TokenCredential {
260
+ readonly __tsonic_type_Azure_Identity_AzurePowerShellCredential: never;
261
+
234
262
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
235
263
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
236
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
237
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
264
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
265
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
238
266
  }
239
267
 
240
268
 
@@ -247,10 +275,12 @@ export const AzurePowerShellCredential: {
247
275
  export type AzurePowerShellCredential = AzurePowerShellCredential$instance;
248
276
 
249
277
  export interface AzurePowerShellCredentialOptions$instance extends TokenCredentialOptions {
278
+ readonly __tsonic_type_Azure_Identity_AzurePowerShellCredentialOptions: never;
279
+
250
280
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
251
281
 
252
- AdditionallyAllowedTenants: IList<System_Internal.String>;
253
- ProcessTimeout: Nullable<TimeSpan>;
282
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
283
+ ProcessTimeout: Nullable_1<TimeSpan>;
254
284
  TenantId: string;
255
285
  }
256
286
 
@@ -263,9 +293,11 @@ export const AzurePowerShellCredentialOptions: {
263
293
  export type AzurePowerShellCredentialOptions = AzurePowerShellCredentialOptions$instance;
264
294
 
265
295
  export interface BrowserCustomizationOptions$instance {
296
+ readonly __tsonic_type_Azure_Identity_BrowserCustomizationOptions: never;
297
+
266
298
  ErrorMessage: string;
267
299
  SuccessMessage: string;
268
- UseEmbeddedWebView: Nullable<System_Internal.Boolean>;
300
+ UseEmbeddedWebView: Nullable_1<System_Internal.Boolean>;
269
301
  }
270
302
 
271
303
 
@@ -277,10 +309,12 @@ export const BrowserCustomizationOptions: {
277
309
  export type BrowserCustomizationOptions = BrowserCustomizationOptions$instance;
278
310
 
279
311
  export interface ChainedTokenCredential$instance extends TokenCredential {
312
+ readonly __tsonic_type_Azure_Identity_ChainedTokenCredential: never;
313
+
280
314
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
281
315
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
282
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
283
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
316
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
317
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
284
318
  }
285
319
 
286
320
 
@@ -292,27 +326,31 @@ export const ChainedTokenCredential: {
292
326
  export type ChainedTokenCredential = ChainedTokenCredential$instance;
293
327
 
294
328
  export interface ClientAssertionCredential$instance extends TokenCredential {
329
+ readonly __tsonic_type_Azure_Identity_ClientAssertionCredential: never;
330
+
295
331
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
296
332
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
297
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
298
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
333
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
334
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
299
335
  }
300
336
 
301
337
 
302
338
  export const ClientAssertionCredential: {
303
- new(tenantId: string, clientId: string, assertionCallback: Func<CancellationToken, Task<System_Internal.String>>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
304
- new(tenantId: string, clientId: string, assertionCallback: Func<System_Internal.String>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
339
+ new(tenantId: string, clientId: string, assertionCallback: Func_2<CancellationToken, Task_1<System_Internal.String>>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
340
+ new(tenantId: string, clientId: string, assertionCallback: Func_1<System_Internal.String>, options: ClientAssertionCredentialOptions): ClientAssertionCredential;
305
341
  };
306
342
 
307
343
 
308
344
  export type ClientAssertionCredential = ClientAssertionCredential$instance;
309
345
 
310
346
  export interface ClientAssertionCredentialOptions$instance extends TokenCredentialOptions {
347
+ readonly __tsonic_type_Azure_Identity_ClientAssertionCredentialOptions: never;
348
+
311
349
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
312
350
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
313
351
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
314
352
 
315
- AdditionallyAllowedTenants: IList<System_Internal.String>;
353
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
316
354
  DisableInstanceDiscovery: boolean;
317
355
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
318
356
  }
@@ -326,10 +364,12 @@ export const ClientAssertionCredentialOptions: {
326
364
  export type ClientAssertionCredentialOptions = ClientAssertionCredentialOptions$instance;
327
365
 
328
366
  export interface ClientCertificateCredential$instance extends TokenCredential {
367
+ readonly __tsonic_type_Azure_Identity_ClientCertificateCredential: never;
368
+
329
369
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
330
370
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
331
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
332
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
371
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
372
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
333
373
  }
334
374
 
335
375
 
@@ -346,11 +386,13 @@ export const ClientCertificateCredential: {
346
386
  export type ClientCertificateCredential = ClientCertificateCredential$instance;
347
387
 
348
388
  export interface ClientCertificateCredentialOptions$instance extends TokenCredentialOptions {
389
+ readonly __tsonic_type_Azure_Identity_ClientCertificateCredentialOptions: never;
390
+
349
391
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
350
392
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
351
393
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
352
394
 
353
- AdditionallyAllowedTenants: IList<System_Internal.String>;
395
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
354
396
  DisableInstanceDiscovery: boolean;
355
397
  SendCertificateChain: boolean;
356
398
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
@@ -365,10 +407,12 @@ export const ClientCertificateCredentialOptions: {
365
407
  export type ClientCertificateCredentialOptions = ClientCertificateCredentialOptions$instance;
366
408
 
367
409
  export interface ClientSecretCredential$instance extends TokenCredential {
410
+ readonly __tsonic_type_Azure_Identity_ClientSecretCredential: never;
411
+
368
412
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
369
413
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
370
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
371
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
414
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
415
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
372
416
  }
373
417
 
374
418
 
@@ -382,11 +426,13 @@ export const ClientSecretCredential: {
382
426
  export type ClientSecretCredential = ClientSecretCredential$instance;
383
427
 
384
428
  export interface ClientSecretCredentialOptions$instance extends TokenCredentialOptions {
429
+ readonly __tsonic_type_Azure_Identity_ClientSecretCredentialOptions: never;
430
+
385
431
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
386
432
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
387
433
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
388
434
 
389
- AdditionallyAllowedTenants: IList<System_Internal.String>;
435
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
390
436
  DisableInstanceDiscovery: boolean;
391
437
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
392
438
  }
@@ -400,6 +446,8 @@ export const ClientSecretCredentialOptions: {
400
446
  export type ClientSecretCredentialOptions = ClientSecretCredentialOptions$instance;
401
447
 
402
448
  export interface CredentialUnavailableException$instance extends AuthenticationFailedException {
449
+ readonly __tsonic_type_Azure_Identity_CredentialUnavailableException: never;
450
+
403
451
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
404
452
 
405
453
  }
@@ -414,10 +462,12 @@ export const CredentialUnavailableException: {
414
462
  export type CredentialUnavailableException = CredentialUnavailableException$instance;
415
463
 
416
464
  export interface DefaultAzureCredential$instance extends TokenCredential {
465
+ readonly __tsonic_type_Azure_Identity_DefaultAzureCredential: never;
466
+
417
467
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
418
468
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
419
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
420
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
469
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
470
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
421
471
  }
422
472
 
423
473
 
@@ -430,11 +480,13 @@ export const DefaultAzureCredential: {
430
480
  export type DefaultAzureCredential = DefaultAzureCredential$instance;
431
481
 
432
482
  export interface DefaultAzureCredentialOptions$instance extends TokenCredentialOptions {
483
+ readonly __tsonic_type_Azure_Identity_DefaultAzureCredentialOptions: never;
484
+
433
485
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
434
486
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
435
487
 
436
- AdditionallyAllowedTenants: IList<System_Internal.String>;
437
- CredentialProcessTimeout: Nullable<TimeSpan>;
488
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
489
+ CredentialProcessTimeout: Nullable_1<TimeSpan>;
438
490
  DisableInstanceDiscovery: boolean;
439
491
  ExcludeAzureCliCredential: boolean;
440
492
  ExcludeAzureDeveloperCliCredential: boolean;
@@ -467,36 +519,40 @@ export const DefaultAzureCredentialOptions: {
467
519
  export type DefaultAzureCredentialOptions = DefaultAzureCredentialOptions$instance;
468
520
 
469
521
  export interface DeviceCodeCredential$instance extends TokenCredential {
522
+ readonly __tsonic_type_Azure_Identity_DeviceCodeCredential: never;
523
+
470
524
  Authenticate(cancellationToken?: CancellationToken): AuthenticationRecord;
471
525
  Authenticate(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AuthenticationRecord;
472
- AuthenticateAsync(cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
473
- AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
526
+ AuthenticateAsync(cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
527
+ AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
474
528
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
475
529
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
476
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
477
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
530
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
531
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
478
532
  }
479
533
 
480
534
 
481
535
  export const DeviceCodeCredential: {
482
536
  new(): DeviceCodeCredential;
483
537
  new(options: DeviceCodeCredentialOptions): DeviceCodeCredential;
484
- new(deviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
485
- new(deviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>, tenantId: string, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
538
+ new(deviceCodeCallback: Func_3<DeviceCodeInfo, CancellationToken, Task>, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
539
+ new(deviceCodeCallback: Func_3<DeviceCodeInfo, CancellationToken, Task>, tenantId: string, clientId: string, options: TokenCredentialOptions): DeviceCodeCredential;
486
540
  };
487
541
 
488
542
 
489
543
  export type DeviceCodeCredential = DeviceCodeCredential$instance;
490
544
 
491
545
  export interface DeviceCodeCredentialOptions$instance extends TokenCredentialOptions {
546
+ readonly __tsonic_type_Azure_Identity_DeviceCodeCredentialOptions: never;
547
+
492
548
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
493
549
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
494
550
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
495
551
 
496
- AdditionallyAllowedTenants: IList<System_Internal.String>;
552
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
497
553
  AuthenticationRecord: AuthenticationRecord;
498
554
  ClientId: string;
499
- DeviceCodeCallback: Func<DeviceCodeInfo, CancellationToken, Task>;
555
+ DeviceCodeCallback: Func_3<DeviceCodeInfo, CancellationToken, Task>;
500
556
  DisableAutomaticAuthentication: boolean;
501
557
  DisableInstanceDiscovery: boolean;
502
558
  TenantId: string;
@@ -512,10 +568,12 @@ export const DeviceCodeCredentialOptions: {
512
568
  export type DeviceCodeCredentialOptions = DeviceCodeCredentialOptions$instance;
513
569
 
514
570
  export interface EnvironmentCredential$instance extends TokenCredential {
571
+ readonly __tsonic_type_Azure_Identity_EnvironmentCredential: never;
572
+
515
573
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
516
574
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
517
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
518
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
575
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
576
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
519
577
  }
520
578
 
521
579
 
@@ -529,10 +587,12 @@ export const EnvironmentCredential: {
529
587
  export type EnvironmentCredential = EnvironmentCredential$instance;
530
588
 
531
589
  export interface EnvironmentCredentialOptions$instance extends TokenCredentialOptions {
590
+ readonly __tsonic_type_Azure_Identity_EnvironmentCredentialOptions: never;
591
+
532
592
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
533
593
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
534
594
 
535
- AdditionallyAllowedTenants: IList<System_Internal.String>;
595
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
536
596
  DisableInstanceDiscovery: boolean;
537
597
  }
538
598
 
@@ -545,14 +605,16 @@ export const EnvironmentCredentialOptions: {
545
605
  export type EnvironmentCredentialOptions = EnvironmentCredentialOptions$instance;
546
606
 
547
607
  export interface InteractiveBrowserCredential$instance extends TokenCredential {
608
+ readonly __tsonic_type_Azure_Identity_InteractiveBrowserCredential: never;
609
+
548
610
  Authenticate(cancellationToken?: CancellationToken): AuthenticationRecord;
549
611
  Authenticate(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AuthenticationRecord;
550
- AuthenticateAsync(cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
551
- AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
612
+ AuthenticateAsync(cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
613
+ AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
552
614
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
553
615
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
554
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
555
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
616
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
617
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
556
618
  }
557
619
 
558
620
 
@@ -567,11 +629,13 @@ export const InteractiveBrowserCredential: {
567
629
  export type InteractiveBrowserCredential = InteractiveBrowserCredential$instance;
568
630
 
569
631
  export interface InteractiveBrowserCredentialOptions$instance extends TokenCredentialOptions {
632
+ readonly __tsonic_type_Azure_Identity_InteractiveBrowserCredentialOptions: never;
633
+
570
634
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
571
635
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
572
636
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
573
637
 
574
- AdditionallyAllowedTenants: IList<System_Internal.String>;
638
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
575
639
  AuthenticationRecord: AuthenticationRecord;
576
640
  BrowserCustomization: BrowserCustomizationOptions;
577
641
  ClientId: string;
@@ -592,10 +656,12 @@ export const InteractiveBrowserCredentialOptions: {
592
656
  export type InteractiveBrowserCredentialOptions = InteractiveBrowserCredentialOptions$instance;
593
657
 
594
658
  export interface ManagedIdentityCredential$instance extends TokenCredential {
659
+ readonly __tsonic_type_Azure_Identity_ManagedIdentityCredential: never;
660
+
595
661
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
596
662
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
597
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
598
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
663
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
664
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
599
665
  }
600
666
 
601
667
 
@@ -610,6 +676,8 @@ export const ManagedIdentityCredential: {
610
676
  export type ManagedIdentityCredential = ManagedIdentityCredential$instance;
611
677
 
612
678
  export interface ManagedIdentityCredentialOptions$instance extends TokenCredentialOptions {
679
+ readonly __tsonic_type_Azure_Identity_ManagedIdentityCredentialOptions: never;
680
+
613
681
  }
614
682
 
615
683
 
@@ -621,6 +689,8 @@ export const ManagedIdentityCredentialOptions: {
621
689
  export type ManagedIdentityCredentialOptions = ManagedIdentityCredentialOptions$instance;
622
690
 
623
691
  export interface ManagedIdentityId$instance {
692
+ readonly __tsonic_type_Azure_Identity_ManagedIdentityId: never;
693
+
624
694
  ToString(): string;
625
695
  }
626
696
 
@@ -636,10 +706,12 @@ export const ManagedIdentityId: {
636
706
  export type ManagedIdentityId = ManagedIdentityId$instance;
637
707
 
638
708
  export interface OnBehalfOfCredential$instance extends TokenCredential {
709
+ readonly __tsonic_type_Azure_Identity_OnBehalfOfCredential: never;
710
+
639
711
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
640
712
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
641
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
642
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
713
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
714
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
643
715
  }
644
716
 
645
717
 
@@ -648,19 +720,21 @@ export const OnBehalfOfCredential: {
648
720
  new(tenantId: string, clientId: string, clientCertificate: X509Certificate2, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
649
721
  new(tenantId: string, clientId: string, clientSecret: string, userAssertion: string): OnBehalfOfCredential;
650
722
  new(tenantId: string, clientId: string, clientSecret: string, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
651
- new(tenantId: string, clientId: string, clientAssertionCallback: Func<CancellationToken, Task<System_Internal.String>>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
652
- new(tenantId: string, clientId: string, clientAssertionCallback: Func<System_Internal.String>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
723
+ new(tenantId: string, clientId: string, clientAssertionCallback: Func_2<CancellationToken, Task_1<System_Internal.String>>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
724
+ new(tenantId: string, clientId: string, clientAssertionCallback: Func_1<System_Internal.String>, userAssertion: string, options: OnBehalfOfCredentialOptions): OnBehalfOfCredential;
653
725
  };
654
726
 
655
727
 
656
728
  export type OnBehalfOfCredential = OnBehalfOfCredential$instance;
657
729
 
658
730
  export interface OnBehalfOfCredentialOptions$instance extends TokenCredentialOptions {
731
+ readonly __tsonic_type_Azure_Identity_OnBehalfOfCredentialOptions: never;
732
+
659
733
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
660
734
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
661
735
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
662
736
 
663
- AdditionallyAllowedTenants: IList<System_Internal.String>;
737
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
664
738
  DisableInstanceDiscovery: boolean;
665
739
  SendCertificateChain: boolean;
666
740
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
@@ -675,10 +749,12 @@ export const OnBehalfOfCredentialOptions: {
675
749
  export type OnBehalfOfCredentialOptions = OnBehalfOfCredentialOptions$instance;
676
750
 
677
751
  export interface SharedTokenCacheCredential$instance extends TokenCredential {
752
+ readonly __tsonic_type_Azure_Identity_SharedTokenCacheCredential: never;
753
+
678
754
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
679
755
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
680
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
681
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
756
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
757
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
682
758
  }
683
759
 
684
760
 
@@ -692,6 +768,8 @@ export const SharedTokenCacheCredential: {
692
768
  export type SharedTokenCacheCredential = SharedTokenCacheCredential$instance;
693
769
 
694
770
  export interface SharedTokenCacheCredentialOptions$instance extends TokenCredentialOptions {
771
+ readonly __tsonic_type_Azure_Identity_SharedTokenCacheCredentialOptions: never;
772
+
695
773
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
696
774
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
697
775
 
@@ -714,6 +792,8 @@ export const SharedTokenCacheCredentialOptions: {
714
792
  export type SharedTokenCacheCredentialOptions = SharedTokenCacheCredentialOptions$instance;
715
793
 
716
794
  export interface TokenCachePersistenceOptions$instance {
795
+ readonly __tsonic_type_Azure_Identity_TokenCachePersistenceOptions: never;
796
+
717
797
  Name: string;
718
798
  UnsafeAllowUnencryptedStorage: boolean;
719
799
  }
@@ -727,6 +807,8 @@ export const TokenCachePersistenceOptions: {
727
807
  export type TokenCachePersistenceOptions = TokenCachePersistenceOptions$instance;
728
808
 
729
809
  export interface TokenCacheRefreshArgs$instance {
810
+ readonly __tsonic_type_Azure_Identity_TokenCacheRefreshArgs: never;
811
+
730
812
  readonly IsCaeEnabled: boolean;
731
813
  readonly SuggestedCacheKey: string;
732
814
  }
@@ -739,8 +821,10 @@ export const TokenCacheRefreshArgs: {
739
821
  export type TokenCacheRefreshArgs = TokenCacheRefreshArgs$instance;
740
822
 
741
823
  export interface TokenCacheUpdatedArgs$instance {
824
+ readonly __tsonic_type_Azure_Identity_TokenCacheUpdatedArgs: never;
825
+
742
826
  readonly IsCaeEnabled: boolean;
743
- readonly UnsafeCacheData: ReadOnlyMemory<System_Internal.Byte>;
827
+ readonly UnsafeCacheData: ReadOnlyMemory_1<System_Internal.Byte>;
744
828
  }
745
829
 
746
830
 
@@ -751,6 +835,8 @@ export const TokenCacheUpdatedArgs: {
751
835
  export type TokenCacheUpdatedArgs = TokenCacheUpdatedArgs$instance;
752
836
 
753
837
  export interface TokenCredentialDiagnosticsOptions$instance extends DiagnosticsOptions {
838
+ readonly __tsonic_type_Azure_Identity_TokenCredentialDiagnosticsOptions: never;
839
+
754
840
  IsAccountIdentifierLoggingEnabled: boolean;
755
841
  }
756
842
 
@@ -763,6 +849,8 @@ export const TokenCredentialDiagnosticsOptions: {
763
849
  export type TokenCredentialDiagnosticsOptions = TokenCredentialDiagnosticsOptions$instance;
764
850
 
765
851
  export interface TokenCredentialOptions$instance extends ClientOptions {
852
+ readonly __tsonic_type_Azure_Identity_TokenCredentialOptions: never;
853
+
766
854
  AuthorityHost: Uri;
767
855
  readonly Diagnostics: DiagnosticsOptions | TokenCredentialDiagnosticsOptions;
768
856
  IsUnsafeSupportLoggingEnabled: boolean;
@@ -777,8 +865,10 @@ export const TokenCredentialOptions: {
777
865
  export type TokenCredentialOptions = TokenCredentialOptions$instance;
778
866
 
779
867
  export interface UnsafeTokenCacheOptions$instance extends TokenCachePersistenceOptions {
780
- RefreshCacheAsync(): Task<ReadOnlyMemory<System_Internal.Byte>>;
781
- RefreshCacheAsync(args: TokenCacheRefreshArgs, cancellationToken?: CancellationToken): Task<TokenCacheData>;
868
+ readonly __tsonic_type_Azure_Identity_UnsafeTokenCacheOptions: never;
869
+
870
+ RefreshCacheAsync(): Task_1<ReadOnlyMemory_1<System_Internal.Byte>>;
871
+ RefreshCacheAsync(args: TokenCacheRefreshArgs, cancellationToken?: CancellationToken): Task_1<TokenCacheData>;
782
872
  TokenCacheUpdatedAsync(tokenCacheUpdatedArgs: TokenCacheUpdatedArgs): Task;
783
873
  }
784
874
 
@@ -790,14 +880,16 @@ export const UnsafeTokenCacheOptions: (abstract new() => UnsafeTokenCacheOptions
790
880
  export type UnsafeTokenCacheOptions = UnsafeTokenCacheOptions$instance;
791
881
 
792
882
  export interface UsernamePasswordCredential$instance extends TokenCredential {
883
+ readonly __tsonic_type_Azure_Identity_UsernamePasswordCredential: never;
884
+
793
885
  Authenticate(cancellationToken?: CancellationToken): AuthenticationRecord;
794
886
  Authenticate(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AuthenticationRecord;
795
- AuthenticateAsync(cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
796
- AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task<AuthenticationRecord>;
887
+ AuthenticateAsync(cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
888
+ AuthenticateAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): Task_1<AuthenticationRecord>;
797
889
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
798
890
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
799
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
800
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
891
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
892
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
801
893
  }
802
894
 
803
895
 
@@ -811,11 +903,13 @@ export const UsernamePasswordCredential: {
811
903
  export type UsernamePasswordCredential = UsernamePasswordCredential$instance;
812
904
 
813
905
  export interface UsernamePasswordCredentialOptions$instance extends TokenCredentialOptions {
906
+ readonly __tsonic_type_Azure_Identity_UsernamePasswordCredentialOptions: never;
907
+
814
908
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
815
909
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
816
910
  readonly __tsonic_iface_Azure_Identity_ISupportsTokenCachePersistenceOptions: never;
817
911
 
818
- AdditionallyAllowedTenants: IList<System_Internal.String>;
912
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
819
913
  DisableInstanceDiscovery: boolean;
820
914
  TokenCachePersistenceOptions: TokenCachePersistenceOptions;
821
915
  }
@@ -829,10 +923,12 @@ export const UsernamePasswordCredentialOptions: {
829
923
  export type UsernamePasswordCredentialOptions = UsernamePasswordCredentialOptions$instance;
830
924
 
831
925
  export interface VisualStudioCodeCredential$instance extends TokenCredential {
926
+ readonly __tsonic_type_Azure_Identity_VisualStudioCodeCredential: never;
927
+
832
928
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
833
929
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
834
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
835
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
930
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
931
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
836
932
  }
837
933
 
838
934
 
@@ -845,9 +941,11 @@ export const VisualStudioCodeCredential: {
845
941
  export type VisualStudioCodeCredential = VisualStudioCodeCredential$instance;
846
942
 
847
943
  export interface VisualStudioCodeCredentialOptions$instance extends TokenCredentialOptions {
944
+ readonly __tsonic_type_Azure_Identity_VisualStudioCodeCredentialOptions: never;
945
+
848
946
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
849
947
 
850
- AdditionallyAllowedTenants: IList<System_Internal.String>;
948
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
851
949
  TenantId: string;
852
950
  }
853
951
 
@@ -860,10 +958,12 @@ export const VisualStudioCodeCredentialOptions: {
860
958
  export type VisualStudioCodeCredentialOptions = VisualStudioCodeCredentialOptions$instance;
861
959
 
862
960
  export interface VisualStudioCredential$instance extends TokenCredential {
961
+ readonly __tsonic_type_Azure_Identity_VisualStudioCredential: never;
962
+
863
963
  GetToken(requestContext: TokenRequestContext, cancellationToken: CancellationToken): AccessToken;
864
964
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
865
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask<AccessToken>;
866
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
965
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken: CancellationToken): ValueTask_1<AccessToken>;
966
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
867
967
  }
868
968
 
869
969
 
@@ -876,10 +976,12 @@ export const VisualStudioCredential: {
876
976
  export type VisualStudioCredential = VisualStudioCredential$instance;
877
977
 
878
978
  export interface VisualStudioCredentialOptions$instance extends TokenCredentialOptions {
979
+ readonly __tsonic_type_Azure_Identity_VisualStudioCredentialOptions: never;
980
+
879
981
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
880
982
 
881
- AdditionallyAllowedTenants: IList<System_Internal.String>;
882
- ProcessTimeout: Nullable<TimeSpan>;
983
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
984
+ ProcessTimeout: Nullable_1<TimeSpan>;
883
985
  TenantId: string;
884
986
  }
885
987
 
@@ -892,10 +994,12 @@ export const VisualStudioCredentialOptions: {
892
994
  export type VisualStudioCredentialOptions = VisualStudioCredentialOptions$instance;
893
995
 
894
996
  export interface WorkloadIdentityCredential$instance extends TokenCredential {
997
+ readonly __tsonic_type_Azure_Identity_WorkloadIdentityCredential: never;
998
+
895
999
  GetToken(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): AccessToken;
896
1000
  GetToken(properties: GetTokenOptions, cancellationToken: CancellationToken): AuthenticationToken;
897
- GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask<AccessToken>;
898
- GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask<AuthenticationToken>;
1001
+ GetTokenAsync(requestContext: TokenRequestContext, cancellationToken?: CancellationToken): ValueTask_1<AccessToken>;
1002
+ GetTokenAsync(properties: GetTokenOptions, cancellationToken: CancellationToken): ValueTask_1<AuthenticationToken>;
899
1003
  }
900
1004
 
901
1005
 
@@ -908,10 +1012,12 @@ export const WorkloadIdentityCredential: {
908
1012
  export type WorkloadIdentityCredential = WorkloadIdentityCredential$instance;
909
1013
 
910
1014
  export interface WorkloadIdentityCredentialOptions$instance extends TokenCredentialOptions {
1015
+ readonly __tsonic_type_Azure_Identity_WorkloadIdentityCredentialOptions: never;
1016
+
911
1017
  readonly __tsonic_iface_Azure_Identity_ISupportsAdditionallyAllowedTenants: never;
912
1018
  readonly __tsonic_iface_Azure_Identity_ISupportsDisableInstanceDiscovery: never;
913
1019
 
914
- AdditionallyAllowedTenants: IList<System_Internal.String>;
1020
+ AdditionallyAllowedTenants: IList_1<System_Internal.String>;
915
1021
  ClientId: string;
916
1022
  DisableInstanceDiscovery: boolean;
917
1023
  TenantId: string;
@@ -938,7 +1044,7 @@ export type AzureAuthorityHosts = AzureAuthorityHosts$instance;
938
1044
 
939
1045
  export abstract class IdentityModelFactory$instance {
940
1046
  static AuthenticationRecord(username: string, authority: string, homeAccountId: string, tenantId: string, clientId: string): AuthenticationRecord;
941
- static DeviceCodeInfo(userCode: string, deviceCode: string, verificationUri: Uri, expiresOn: DateTimeOffset, message: string, clientId: string, scopes: IReadOnlyCollection<System_Internal.String>): DeviceCodeInfo;
1047
+ static DeviceCodeInfo(userCode: string, deviceCode: string, verificationUri: Uri, expiresOn: DateTimeOffset, message: string, clientId: string, scopes: IReadOnlyCollection_1<System_Internal.String>): DeviceCodeInfo;
942
1048
  }
943
1049
 
944
1050