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