@tsonic/efcore-sqlserver 10.0.1 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -15
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +61 -23
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.Extensions/internal/index.d.ts +8 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +8 -2
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +97 -35
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -5
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data/internal/index.d.ts +2 -1
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +4 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +21 -12
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
- package/System.ClientModel.Primitives.d.ts +5 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +292 -59
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Internal/internal/index.d.ts +23 -2
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +8 -3
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +6 -2
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/__internal/extensions/index.d.ts +915 -14
- package/package.json +1 -1
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"isVirtual": true,
|
|
32
32
|
"isOverride": false,
|
|
33
33
|
"isSealed": false,
|
|
34
|
+
"visibility": "Public",
|
|
34
35
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.ICustomWebUi",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -52,6 +53,10 @@
|
|
|
52
53
|
"isSealed": false,
|
|
53
54
|
"isStatic": false,
|
|
54
55
|
"arity": 0,
|
|
56
|
+
"baseType": {
|
|
57
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
58
|
+
"clrName": "System.Object"
|
|
59
|
+
},
|
|
55
60
|
"methods": [],
|
|
56
61
|
"properties": [
|
|
57
62
|
{
|
|
@@ -59,16 +64,17 @@
|
|
|
59
64
|
"clrName": "Scopes",
|
|
60
65
|
"metadataToken": 385876648,
|
|
61
66
|
"canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
62
|
-
"normalizedSignature": "Scopes|:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=
|
|
67
|
+
"normalizedSignature": "Scopes|:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
|
|
63
68
|
"emitScope": "ClassSurface",
|
|
64
69
|
"provenance": "Original",
|
|
65
70
|
"isIndexer": false,
|
|
66
71
|
"hasGetter": true,
|
|
67
|
-
"hasSetter":
|
|
72
|
+
"hasSetter": true,
|
|
68
73
|
"isStatic": false,
|
|
69
74
|
"isAbstract": false,
|
|
70
75
|
"isVirtual": false,
|
|
71
76
|
"isOverride": false,
|
|
77
|
+
"visibility": "Public",
|
|
72
78
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters",
|
|
73
79
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
74
80
|
},
|
|
@@ -77,16 +83,17 @@
|
|
|
77
83
|
"clrName": "CorrelationId",
|
|
78
84
|
"metadataToken": 385876649,
|
|
79
85
|
"canonicalSignature": ":System.String",
|
|
80
|
-
"normalizedSignature": "CorrelationId|:System.String|static=false|accessor=
|
|
86
|
+
"normalizedSignature": "CorrelationId|:System.String|static=false|accessor=getset",
|
|
81
87
|
"emitScope": "ClassSurface",
|
|
82
88
|
"provenance": "Original",
|
|
83
89
|
"isIndexer": false,
|
|
84
90
|
"hasGetter": true,
|
|
85
|
-
"hasSetter":
|
|
91
|
+
"hasSetter": true,
|
|
86
92
|
"isStatic": false,
|
|
87
93
|
"isAbstract": false,
|
|
88
94
|
"isVirtual": false,
|
|
89
95
|
"isOverride": false,
|
|
96
|
+
"visibility": "Public",
|
|
90
97
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters",
|
|
91
98
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
92
99
|
},
|
|
@@ -95,16 +102,17 @@
|
|
|
95
102
|
"clrName": "Claims",
|
|
96
103
|
"metadataToken": 385876650,
|
|
97
104
|
"canonicalSignature": ":System.String",
|
|
98
|
-
"normalizedSignature": "Claims|:System.String|static=false|accessor=
|
|
105
|
+
"normalizedSignature": "Claims|:System.String|static=false|accessor=getset",
|
|
99
106
|
"emitScope": "ClassSurface",
|
|
100
107
|
"provenance": "Original",
|
|
101
108
|
"isIndexer": false,
|
|
102
109
|
"hasGetter": true,
|
|
103
|
-
"hasSetter":
|
|
110
|
+
"hasSetter": true,
|
|
104
111
|
"isStatic": false,
|
|
105
112
|
"isAbstract": false,
|
|
106
113
|
"isVirtual": false,
|
|
107
114
|
"isOverride": false,
|
|
115
|
+
"visibility": "Public",
|
|
108
116
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters",
|
|
109
117
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
110
118
|
},
|
|
@@ -113,16 +121,17 @@
|
|
|
113
121
|
"clrName": "TenantId",
|
|
114
122
|
"metadataToken": 385876651,
|
|
115
123
|
"canonicalSignature": ":System.String",
|
|
116
|
-
"normalizedSignature": "TenantId|:System.String|static=false|accessor=
|
|
124
|
+
"normalizedSignature": "TenantId|:System.String|static=false|accessor=getset",
|
|
117
125
|
"emitScope": "ClassSurface",
|
|
118
126
|
"provenance": "Original",
|
|
119
127
|
"isIndexer": false,
|
|
120
128
|
"hasGetter": true,
|
|
121
|
-
"hasSetter":
|
|
129
|
+
"hasSetter": true,
|
|
122
130
|
"isStatic": false,
|
|
123
131
|
"isAbstract": false,
|
|
124
132
|
"isVirtual": false,
|
|
125
133
|
"isOverride": false,
|
|
134
|
+
"visibility": "Public",
|
|
126
135
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters",
|
|
127
136
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
128
137
|
},
|
|
@@ -131,16 +140,17 @@
|
|
|
131
140
|
"clrName": "CancellationToken",
|
|
132
141
|
"metadataToken": 385876652,
|
|
133
142
|
"canonicalSignature": ":System.Threading.CancellationToken",
|
|
134
|
-
"normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=
|
|
143
|
+
"normalizedSignature": "CancellationToken|:System.Threading.CancellationToken|static=false|accessor=getset",
|
|
135
144
|
"emitScope": "ClassSurface",
|
|
136
145
|
"provenance": "Original",
|
|
137
146
|
"isIndexer": false,
|
|
138
147
|
"hasGetter": true,
|
|
139
|
-
"hasSetter":
|
|
148
|
+
"hasSetter": true,
|
|
140
149
|
"isStatic": false,
|
|
141
150
|
"isAbstract": false,
|
|
142
151
|
"isVirtual": false,
|
|
143
152
|
"isOverride": false,
|
|
153
|
+
"visibility": "Public",
|
|
144
154
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters",
|
|
145
155
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
146
156
|
}
|
|
@@ -155,6 +165,7 @@
|
|
|
155
165
|
"normalizedSignature": "constructor|():void|static=false",
|
|
156
166
|
"isStatic": false,
|
|
157
167
|
"parameterCount": 0,
|
|
168
|
+
"visibility": "Public",
|
|
158
169
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters",
|
|
159
170
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
160
171
|
}
|
|
@@ -171,6 +182,10 @@
|
|
|
171
182
|
"isSealed": false,
|
|
172
183
|
"isStatic": false,
|
|
173
184
|
"arity": 0,
|
|
185
|
+
"baseType": {
|
|
186
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
187
|
+
"clrName": "System.Object"
|
|
188
|
+
},
|
|
174
189
|
"methods": [],
|
|
175
190
|
"properties": [
|
|
176
191
|
{
|
|
@@ -188,6 +203,7 @@
|
|
|
188
203
|
"isAbstract": false,
|
|
189
204
|
"isVirtual": false,
|
|
190
205
|
"isOverride": false,
|
|
206
|
+
"visibility": "Public",
|
|
191
207
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderResult",
|
|
192
208
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
193
209
|
},
|
|
@@ -206,6 +222,7 @@
|
|
|
206
222
|
"isAbstract": false,
|
|
207
223
|
"isVirtual": false,
|
|
208
224
|
"isOverride": false,
|
|
225
|
+
"visibility": "Public",
|
|
209
226
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderResult",
|
|
210
227
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
211
228
|
},
|
|
@@ -224,6 +241,7 @@
|
|
|
224
241
|
"isAbstract": false,
|
|
225
242
|
"isVirtual": false,
|
|
226
243
|
"isOverride": false,
|
|
244
|
+
"visibility": "Public",
|
|
227
245
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderResult",
|
|
228
246
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
229
247
|
}
|
|
@@ -238,6 +256,7 @@
|
|
|
238
256
|
"normalizedSignature": "constructor|():void|static=false",
|
|
239
257
|
"isStatic": false,
|
|
240
258
|
"parameterCount": 0,
|
|
259
|
+
"visibility": "Public",
|
|
241
260
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AppTokenProviderResult",
|
|
242
261
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
243
262
|
}
|
|
@@ -254,6 +273,10 @@
|
|
|
254
273
|
"isSealed": false,
|
|
255
274
|
"isStatic": false,
|
|
256
275
|
"arity": 0,
|
|
276
|
+
"baseType": {
|
|
277
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
278
|
+
"clrName": "System.Object"
|
|
279
|
+
},
|
|
257
280
|
"methods": [],
|
|
258
281
|
"properties": [
|
|
259
282
|
{
|
|
@@ -271,6 +294,7 @@
|
|
|
271
294
|
"isAbstract": false,
|
|
272
295
|
"isVirtual": false,
|
|
273
296
|
"isOverride": false,
|
|
297
|
+
"visibility": "Public",
|
|
274
298
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.MsalAuthenticationExtension",
|
|
275
299
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
276
300
|
},
|
|
@@ -289,6 +313,7 @@
|
|
|
289
313
|
"isAbstract": false,
|
|
290
314
|
"isVirtual": false,
|
|
291
315
|
"isOverride": false,
|
|
316
|
+
"visibility": "Public",
|
|
292
317
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.MsalAuthenticationExtension",
|
|
293
318
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
294
319
|
},
|
|
@@ -307,6 +332,7 @@
|
|
|
307
332
|
"isAbstract": false,
|
|
308
333
|
"isVirtual": false,
|
|
309
334
|
"isOverride": false,
|
|
335
|
+
"visibility": "Public",
|
|
310
336
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.MsalAuthenticationExtension",
|
|
311
337
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
312
338
|
}
|
|
@@ -321,6 +347,7 @@
|
|
|
321
347
|
"normalizedSignature": "constructor|():void|static=false",
|
|
322
348
|
"isStatic": false,
|
|
323
349
|
"parameterCount": 0,
|
|
350
|
+
"visibility": "Public",
|
|
324
351
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.MsalAuthenticationExtension",
|
|
325
352
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
326
353
|
}
|
|
@@ -337,6 +364,10 @@
|
|
|
337
364
|
"isSealed": true,
|
|
338
365
|
"isStatic": false,
|
|
339
366
|
"arity": 0,
|
|
367
|
+
"baseType": {
|
|
368
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
369
|
+
"clrName": "System.Object"
|
|
370
|
+
},
|
|
340
371
|
"methods": [],
|
|
341
372
|
"properties": [
|
|
342
373
|
{
|
|
@@ -354,6 +385,7 @@
|
|
|
354
385
|
"isAbstract": false,
|
|
355
386
|
"isVirtual": false,
|
|
356
387
|
"isOverride": false,
|
|
388
|
+
"visibility": "Public",
|
|
357
389
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData",
|
|
358
390
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
359
391
|
},
|
|
@@ -372,6 +404,7 @@
|
|
|
372
404
|
"isAbstract": false,
|
|
373
405
|
"isVirtual": false,
|
|
374
406
|
"isOverride": false,
|
|
407
|
+
"visibility": "Public",
|
|
375
408
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData",
|
|
376
409
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
377
410
|
},
|
|
@@ -390,6 +423,7 @@
|
|
|
390
423
|
"isAbstract": false,
|
|
391
424
|
"isVirtual": false,
|
|
392
425
|
"isOverride": false,
|
|
426
|
+
"visibility": "Public",
|
|
393
427
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData",
|
|
394
428
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
395
429
|
},
|
|
@@ -408,6 +442,7 @@
|
|
|
408
442
|
"isAbstract": false,
|
|
409
443
|
"isVirtual": false,
|
|
410
444
|
"isOverride": false,
|
|
445
|
+
"visibility": "Public",
|
|
411
446
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData",
|
|
412
447
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
413
448
|
}
|
|
@@ -422,6 +457,7 @@
|
|
|
422
457
|
"normalizedSignature": "constructor|(System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Uri,System.Threading.CancellationToken):void|static=false",
|
|
423
458
|
"isStatic": false,
|
|
424
459
|
"parameterCount": 4,
|
|
460
|
+
"visibility": "Public",
|
|
425
461
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData",
|
|
426
462
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
427
463
|
}
|
|
@@ -438,6 +474,10 @@
|
|
|
438
474
|
"isSealed": true,
|
|
439
475
|
"isStatic": true,
|
|
440
476
|
"arity": 0,
|
|
477
|
+
"baseType": {
|
|
478
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
479
|
+
"clrName": "System.Object"
|
|
480
|
+
},
|
|
441
481
|
"methods": [
|
|
442
482
|
{
|
|
443
483
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Extensibility.AbstractConfidentialClientAcquireTokenParameterBuilderExtension::OnBeforeTokenRequest(AbstractAcquireTokenParameterBuilder_1,System.Func_2[[Microsoft.Identity.Client.Extensibility.OnBeforeTokenRequestData,Microsoft.Identity.Client,Version=4.73.1.0,Culture=neutral,PublicKeyToken=0a613f4dd989e8ae],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):AbstractAcquireTokenParameterBuilder_1",
|
|
@@ -454,6 +494,7 @@
|
|
|
454
494
|
"isVirtual": false,
|
|
455
495
|
"isOverride": false,
|
|
456
496
|
"isSealed": false,
|
|
497
|
+
"visibility": "Public",
|
|
457
498
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AbstractConfidentialClientAcquireTokenParameterBuilderExtension",
|
|
458
499
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
459
500
|
"isExtensionMethod": true
|
|
@@ -473,6 +514,7 @@
|
|
|
473
514
|
"isVirtual": false,
|
|
474
515
|
"isOverride": false,
|
|
475
516
|
"isSealed": false,
|
|
517
|
+
"visibility": "Public",
|
|
476
518
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AbstractConfidentialClientAcquireTokenParameterBuilderExtension",
|
|
477
519
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
478
520
|
"isExtensionMethod": true
|
|
@@ -492,6 +534,7 @@
|
|
|
492
534
|
"isVirtual": false,
|
|
493
535
|
"isOverride": false,
|
|
494
536
|
"isSealed": false,
|
|
537
|
+
"visibility": "Public",
|
|
495
538
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AbstractConfidentialClientAcquireTokenParameterBuilderExtension",
|
|
496
539
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
497
540
|
"isExtensionMethod": true
|
|
@@ -511,6 +554,7 @@
|
|
|
511
554
|
"isVirtual": false,
|
|
512
555
|
"isOverride": false,
|
|
513
556
|
"isSealed": false,
|
|
557
|
+
"visibility": "Public",
|
|
514
558
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AbstractConfidentialClientAcquireTokenParameterBuilderExtension",
|
|
515
559
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
516
560
|
"isExtensionMethod": true
|
|
@@ -530,6 +574,7 @@
|
|
|
530
574
|
"isVirtual": false,
|
|
531
575
|
"isOverride": false,
|
|
532
576
|
"isSealed": false,
|
|
577
|
+
"visibility": "Public",
|
|
533
578
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AbstractConfidentialClientAcquireTokenParameterBuilderExtension",
|
|
534
579
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
535
580
|
"isExtensionMethod": true
|
|
@@ -551,6 +596,10 @@
|
|
|
551
596
|
"isSealed": true,
|
|
552
597
|
"isStatic": true,
|
|
553
598
|
"arity": 0,
|
|
599
|
+
"baseType": {
|
|
600
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
601
|
+
"clrName": "System.Object"
|
|
602
|
+
},
|
|
554
603
|
"methods": [
|
|
555
604
|
{
|
|
556
605
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Extensibility.AcquireTokenForClientBuilderExtensions::WithProofOfPosessionKeyId(Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder,System.String,System.String):Microsoft.Identity.Client.AcquireTokenForClientParameterBuilder",
|
|
@@ -567,6 +616,7 @@
|
|
|
567
616
|
"isVirtual": false,
|
|
568
617
|
"isOverride": false,
|
|
569
618
|
"isSealed": false,
|
|
619
|
+
"visibility": "Public",
|
|
570
620
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AcquireTokenForClientBuilderExtensions",
|
|
571
621
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
572
622
|
"isExtensionMethod": true
|
|
@@ -588,6 +638,10 @@
|
|
|
588
638
|
"isSealed": true,
|
|
589
639
|
"isStatic": true,
|
|
590
640
|
"arity": 0,
|
|
641
|
+
"baseType": {
|
|
642
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
643
|
+
"clrName": "System.Object"
|
|
644
|
+
},
|
|
591
645
|
"methods": [
|
|
592
646
|
{
|
|
593
647
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Extensibility.AcquireTokenInteractiveParameterBuilderExtensions::WithCustomWebUi(Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder,Microsoft.Identity.Client.Extensibility.ICustomWebUi):Microsoft.Identity.Client.AcquireTokenInteractiveParameterBuilder",
|
|
@@ -604,6 +658,7 @@
|
|
|
604
658
|
"isVirtual": false,
|
|
605
659
|
"isOverride": false,
|
|
606
660
|
"isSealed": false,
|
|
661
|
+
"visibility": "Public",
|
|
607
662
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AcquireTokenInteractiveParameterBuilderExtensions",
|
|
608
663
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
609
664
|
"isExtensionMethod": true
|
|
@@ -625,6 +680,10 @@
|
|
|
625
680
|
"isSealed": true,
|
|
626
681
|
"isStatic": true,
|
|
627
682
|
"arity": 0,
|
|
683
|
+
"baseType": {
|
|
684
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
685
|
+
"clrName": "System.Object"
|
|
686
|
+
},
|
|
628
687
|
"methods": [
|
|
629
688
|
{
|
|
630
689
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Extensibility.AcquireTokenOnBehalfOfParameterBuilderExtensions::WithSearchInCacheForLongRunningProcess(Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder,System.Boolean):Microsoft.Identity.Client.AcquireTokenOnBehalfOfParameterBuilder",
|
|
@@ -641,6 +700,7 @@
|
|
|
641
700
|
"isVirtual": false,
|
|
642
701
|
"isOverride": false,
|
|
643
702
|
"isSealed": false,
|
|
703
|
+
"visibility": "Public",
|
|
644
704
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.AcquireTokenOnBehalfOfParameterBuilderExtensions",
|
|
645
705
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
646
706
|
"isExtensionMethod": true
|
|
@@ -662,6 +722,10 @@
|
|
|
662
722
|
"isSealed": true,
|
|
663
723
|
"isStatic": true,
|
|
664
724
|
"arity": 0,
|
|
725
|
+
"baseType": {
|
|
726
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
727
|
+
"clrName": "System.Object"
|
|
728
|
+
},
|
|
665
729
|
"methods": [
|
|
666
730
|
{
|
|
667
731
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Extensibility.ConfidentialClientApplicationBuilderExtensions::WithAppTokenProvider(Microsoft.Identity.Client.ConfidentialClientApplicationBuilder,System.Func_2[[Microsoft.Identity.Client.Extensibility.AppTokenProviderParameters,Microsoft.Identity.Client,Version=4.73.1.0,Culture=neutral,PublicKeyToken=0a613f4dd989e8ae],[System.Threading.Tasks.Task_1[[Microsoft.Identity.Client.Extensibility.AppTokenProviderResult,Microsoft.Identity.Client,Version=4.73.1.0,Culture=neutral,PublicKeyToken=0a613f4dd989e8ae]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):Microsoft.Identity.Client.ConfidentialClientApplicationBuilder",
|
|
@@ -678,6 +742,7 @@
|
|
|
678
742
|
"isVirtual": false,
|
|
679
743
|
"isOverride": false,
|
|
680
744
|
"isSealed": false,
|
|
745
|
+
"visibility": "Public",
|
|
681
746
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.ConfidentialClientApplicationBuilderExtensions",
|
|
682
747
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
683
748
|
"isExtensionMethod": true
|
|
@@ -699,6 +764,10 @@
|
|
|
699
764
|
"isSealed": true,
|
|
700
765
|
"isStatic": true,
|
|
701
766
|
"arity": 0,
|
|
767
|
+
"baseType": {
|
|
768
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
769
|
+
"clrName": "System.Object"
|
|
770
|
+
},
|
|
702
771
|
"methods": [
|
|
703
772
|
{
|
|
704
773
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Extensibility.ConfidentialClientApplicationExtensions::StopLongRunningProcessInWebApiAsync(Microsoft.Identity.Client.ILongRunningWebApi,System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[System.Boolean,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
|
|
@@ -715,6 +784,7 @@
|
|
|
715
784
|
"isVirtual": false,
|
|
716
785
|
"isOverride": false,
|
|
717
786
|
"isSealed": false,
|
|
787
|
+
"visibility": "Public",
|
|
718
788
|
"declaringClrType": "Microsoft.Identity.Client.Extensibility.ConfidentialClientApplicationExtensions",
|
|
719
789
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
720
790
|
"isExtensionMethod": true
|
|
@@ -15,6 +15,8 @@ import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
|
15
15
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
16
16
|
|
|
17
17
|
export interface ICustomWebUi$instance {
|
|
18
|
+
readonly __tsonic_iface_Microsoft_Identity_Client_Extensibility_ICustomWebUi: never;
|
|
19
|
+
|
|
18
20
|
AcquireAuthorizationCodeAsync(authorizationUri: Uri, redirectUri: Uri, cancellationToken: CancellationToken): Task<Uri>;
|
|
19
21
|
}
|
|
20
22
|
|
|
@@ -22,11 +24,11 @@ export interface ICustomWebUi$instance {
|
|
|
22
24
|
export type ICustomWebUi = ICustomWebUi$instance;
|
|
23
25
|
|
|
24
26
|
export interface AppTokenProviderParameters$instance {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
CancellationToken: CancellationToken;
|
|
28
|
+
Claims: string;
|
|
29
|
+
CorrelationId: string;
|
|
30
|
+
Scopes: IEnumerable<System_Internal.String>;
|
|
31
|
+
TenantId: string;
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
|