@tsonic/efcore-sqlserver 10.0.12 → 10.0.16
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 +3 -43
- package/Azure/internal/index.d.ts +0 -2
- package/Azure.Core/bindings.json +0 -40
- package/Azure.Core/internal/index.d.ts +0 -2
- package/Azure.Core.Pipeline/bindings.json +0 -160
- package/Azure.Core.Pipeline/internal/index.d.ts +0 -2
- package/Azure.Core.Serialization/bindings.json +0 -40
- package/Azure.Core.Serialization/internal/index.d.ts +0 -1
- package/Azure.Identity/bindings.json +108 -188
- package/Microsoft.Data.SqlClient/bindings.json +0 -20
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +0 -80
- package/Microsoft.Identity.Client/bindings.json +21 -501
- package/Microsoft.Identity.Client/internal/index.d.ts +0 -24
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +0 -40
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +0 -2
- package/Microsoft.IdentityModel.Protocols/bindings.json +0 -40
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +0 -2
- package/Microsoft.IdentityModel.Tokens/bindings.json +4 -56
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +2 -2
- package/README.md +53 -2
- package/System.ClientModel.Primitives/bindings.json +0 -200
- package/System.ClientModel.Primitives/internal/index.d.ts +0 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +3 -23
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +0 -1
- package/package.json +5 -5
|
@@ -3372,11 +3372,11 @@
|
|
|
3372
3372
|
"isExtensionMethod": false
|
|
3373
3373
|
},
|
|
3374
3374
|
{
|
|
3375
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder\u00601::WithExtraQueryParameters(System.Collections.Generic.Dictionary_2):T",
|
|
3375
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractAcquireTokenParameterBuilder\u00601::WithExtraQueryParameters(System.Collections.Generic.Dictionary_2\u003CSystem.String,System.String\u003E):T",
|
|
3376
3376
|
"clrName": "WithExtraQueryParameters",
|
|
3377
3377
|
"metadataToken": 0,
|
|
3378
|
-
"canonicalSignature": "(System.Collections.Generic.Dictionary_2):T",
|
|
3379
|
-
"normalizedSignature": "WithExtraQueryParameters|(System.Collections.Generic.Dictionary_2):T|static=false",
|
|
3378
|
+
"canonicalSignature": "(System.Collections.Generic.Dictionary_2\u003CSystem.String,System.String\u003E):T",
|
|
3379
|
+
"normalizedSignature": "WithExtraQueryParameters|(System.Collections.Generic.Dictionary_2\u003CSystem.String,System.String\u003E):T|static=false",
|
|
3380
3380
|
"emitScope": "ClassSurface",
|
|
3381
3381
|
"provenance": "BaseOverload",
|
|
3382
3382
|
"arity": 0,
|
|
@@ -4000,31 +4000,11 @@
|
|
|
4000
4000
|
"isExtensionMethod": false
|
|
4001
4001
|
},
|
|
4002
4002
|
{
|
|
4003
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractClientAppBaseAcquireTokenParameterBuilder\u00601::ExecuteAsync(
|
|
4003
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractClientAppBaseAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4004
4004
|
"clrName": "ExecuteAsync",
|
|
4005
4005
|
"metadataToken": 0,
|
|
4006
|
-
"canonicalSignature": "(
|
|
4007
|
-
"normalizedSignature": "ExecuteAsync|(
|
|
4008
|
-
"emitScope": "ClassSurface",
|
|
4009
|
-
"provenance": "BaseOverload",
|
|
4010
|
-
"arity": 0,
|
|
4011
|
-
"parameterCount": 1,
|
|
4012
|
-
"isStatic": false,
|
|
4013
|
-
"isAbstract": true,
|
|
4014
|
-
"isVirtual": true,
|
|
4015
|
-
"isOverride": false,
|
|
4016
|
-
"isSealed": false,
|
|
4017
|
-
"visibility": "Public",
|
|
4018
|
-
"declaringClrType": "Microsoft.Identity.Client.AbstractClientAppBaseAcquireTokenParameterBuilder\u00601",
|
|
4019
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
4020
|
-
"isExtensionMethod": false
|
|
4021
|
-
},
|
|
4022
|
-
{
|
|
4023
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractClientAppBaseAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1",
|
|
4024
|
-
"clrName": "ExecuteAsync",
|
|
4025
|
-
"metadataToken": 0,
|
|
4026
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
4027
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
4006
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4007
|
+
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E|static=false",
|
|
4028
4008
|
"emitScope": "ClassSurface",
|
|
4029
4009
|
"provenance": "BaseOverload",
|
|
4030
4010
|
"arity": 0,
|
|
@@ -4148,31 +4128,11 @@
|
|
|
4148
4128
|
"isExtensionMethod": false
|
|
4149
4129
|
},
|
|
4150
4130
|
{
|
|
4151
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder\u00601::ExecuteAsync(
|
|
4152
|
-
"clrName": "ExecuteAsync",
|
|
4153
|
-
"metadataToken": 0,
|
|
4154
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
4155
|
-
"normalizedSignature": "ExecuteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
4156
|
-
"emitScope": "ClassSurface",
|
|
4157
|
-
"provenance": "BaseOverload",
|
|
4158
|
-
"arity": 0,
|
|
4159
|
-
"parameterCount": 1,
|
|
4160
|
-
"isStatic": false,
|
|
4161
|
-
"isAbstract": true,
|
|
4162
|
-
"isVirtual": true,
|
|
4163
|
-
"isOverride": false,
|
|
4164
|
-
"isSealed": false,
|
|
4165
|
-
"visibility": "Public",
|
|
4166
|
-
"declaringClrType": "Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder\u00601",
|
|
4167
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
4168
|
-
"isExtensionMethod": false
|
|
4169
|
-
},
|
|
4170
|
-
{
|
|
4171
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1",
|
|
4131
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractConfidentialClientAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4172
4132
|
"clrName": "ExecuteAsync",
|
|
4173
4133
|
"metadataToken": 0,
|
|
4174
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
4175
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
4134
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4135
|
+
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E|static=false",
|
|
4176
4136
|
"emitScope": "ClassSurface",
|
|
4177
4137
|
"provenance": "BaseOverload",
|
|
4178
4138
|
"arity": 0,
|
|
@@ -4236,31 +4196,11 @@
|
|
|
4236
4196
|
"isExtensionMethod": false
|
|
4237
4197
|
},
|
|
4238
4198
|
{
|
|
4239
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractManagedIdentityAcquireTokenParameterBuilder\u00601::ExecuteAsync(
|
|
4240
|
-
"clrName": "ExecuteAsync",
|
|
4241
|
-
"metadataToken": 0,
|
|
4242
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
4243
|
-
"normalizedSignature": "ExecuteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
4244
|
-
"emitScope": "ClassSurface",
|
|
4245
|
-
"provenance": "BaseOverload",
|
|
4246
|
-
"arity": 0,
|
|
4247
|
-
"parameterCount": 1,
|
|
4248
|
-
"isStatic": false,
|
|
4249
|
-
"isAbstract": true,
|
|
4250
|
-
"isVirtual": true,
|
|
4251
|
-
"isOverride": false,
|
|
4252
|
-
"isSealed": false,
|
|
4253
|
-
"visibility": "Public",
|
|
4254
|
-
"declaringClrType": "Microsoft.Identity.Client.AbstractManagedIdentityAcquireTokenParameterBuilder\u00601",
|
|
4255
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
4256
|
-
"isExtensionMethod": false
|
|
4257
|
-
},
|
|
4258
|
-
{
|
|
4259
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractManagedIdentityAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1",
|
|
4199
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractManagedIdentityAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4260
4200
|
"clrName": "ExecuteAsync",
|
|
4261
4201
|
"metadataToken": 0,
|
|
4262
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
4263
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
4202
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4203
|
+
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E|static=false",
|
|
4264
4204
|
"emitScope": "ClassSurface",
|
|
4265
4205
|
"provenance": "BaseOverload",
|
|
4266
4206
|
"arity": 0,
|
|
@@ -4336,31 +4276,11 @@
|
|
|
4336
4276
|
"isExtensionMethod": false
|
|
4337
4277
|
},
|
|
4338
4278
|
{
|
|
4339
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder\u00601::ExecuteAsync(
|
|
4340
|
-
"clrName": "ExecuteAsync",
|
|
4341
|
-
"metadataToken": 0,
|
|
4342
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
4343
|
-
"normalizedSignature": "ExecuteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
4344
|
-
"emitScope": "ClassSurface",
|
|
4345
|
-
"provenance": "BaseOverload",
|
|
4346
|
-
"arity": 0,
|
|
4347
|
-
"parameterCount": 1,
|
|
4348
|
-
"isStatic": false,
|
|
4349
|
-
"isAbstract": true,
|
|
4350
|
-
"isVirtual": true,
|
|
4351
|
-
"isOverride": false,
|
|
4352
|
-
"isSealed": false,
|
|
4353
|
-
"visibility": "Public",
|
|
4354
|
-
"declaringClrType": "Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder\u00601",
|
|
4355
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
4356
|
-
"isExtensionMethod": false
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1",
|
|
4279
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AbstractPublicClientAcquireTokenParameterBuilder\u00601::ExecuteAsync():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4360
4280
|
"clrName": "ExecuteAsync",
|
|
4361
4281
|
"metadataToken": 0,
|
|
4362
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
4363
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
4282
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
4283
|
+
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E|static=false",
|
|
4364
4284
|
"emitScope": "ClassSurface",
|
|
4365
4285
|
"provenance": "BaseOverload",
|
|
4366
4286
|
"arity": 0,
|
|
@@ -8603,206 +8523,6 @@
|
|
|
8603
8523
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8604
8524
|
"isExtensionMethod": false,
|
|
8605
8525
|
"sourceInterface": "Microsoft.Identity.Client.ILongRunningWebApi"
|
|
8606
|
-
},
|
|
8607
|
-
{
|
|
8608
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::AcquireTokenSilent(System.Collections.Generic.IEnumerable_1,Microsoft.Identity.Client.IAccount):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
8609
|
-
"clrName": "AcquireTokenSilent",
|
|
8610
|
-
"metadataToken": 0,
|
|
8611
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1,Microsoft.Identity.Client.IAccount):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
8612
|
-
"normalizedSignature": "AcquireTokenSilent|(System.Collections.Generic.IEnumerable_1,Microsoft.Identity.Client.IAccount):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder|static=false",
|
|
8613
|
-
"emitScope": "ClassSurface",
|
|
8614
|
-
"provenance": "BaseOverload",
|
|
8615
|
-
"arity": 0,
|
|
8616
|
-
"parameterCount": 2,
|
|
8617
|
-
"isStatic": false,
|
|
8618
|
-
"isAbstract": false,
|
|
8619
|
-
"isVirtual": true,
|
|
8620
|
-
"isOverride": false,
|
|
8621
|
-
"isSealed": false,
|
|
8622
|
-
"visibility": "Public",
|
|
8623
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8624
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8625
|
-
"isExtensionMethod": false
|
|
8626
|
-
},
|
|
8627
|
-
{
|
|
8628
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::AcquireTokenSilent(System.Collections.Generic.IEnumerable_1,System.String):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
8629
|
-
"clrName": "AcquireTokenSilent",
|
|
8630
|
-
"metadataToken": 0,
|
|
8631
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1,System.String):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
8632
|
-
"normalizedSignature": "AcquireTokenSilent|(System.Collections.Generic.IEnumerable_1,System.String):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder|static=false",
|
|
8633
|
-
"emitScope": "ClassSurface",
|
|
8634
|
-
"provenance": "BaseOverload",
|
|
8635
|
-
"arity": 0,
|
|
8636
|
-
"parameterCount": 2,
|
|
8637
|
-
"isStatic": false,
|
|
8638
|
-
"isAbstract": false,
|
|
8639
|
-
"isVirtual": true,
|
|
8640
|
-
"isOverride": false,
|
|
8641
|
-
"isSealed": false,
|
|
8642
|
-
"visibility": "Public",
|
|
8643
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8644
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8645
|
-
"isExtensionMethod": false
|
|
8646
|
-
},
|
|
8647
|
-
{
|
|
8648
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::GetAccountAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8649
|
-
"clrName": "GetAccountAsync",
|
|
8650
|
-
"metadataToken": 0,
|
|
8651
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8652
|
-
"normalizedSignature": "GetAccountAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
8653
|
-
"emitScope": "ClassSurface",
|
|
8654
|
-
"provenance": "BaseOverload",
|
|
8655
|
-
"arity": 0,
|
|
8656
|
-
"parameterCount": 2,
|
|
8657
|
-
"isStatic": false,
|
|
8658
|
-
"isAbstract": false,
|
|
8659
|
-
"isVirtual": false,
|
|
8660
|
-
"isOverride": false,
|
|
8661
|
-
"isSealed": false,
|
|
8662
|
-
"visibility": "Public",
|
|
8663
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8664
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8665
|
-
"isExtensionMethod": false
|
|
8666
|
-
},
|
|
8667
|
-
{
|
|
8668
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::GetAccountAsync(System.String):System.Threading.Tasks.Task_1",
|
|
8669
|
-
"clrName": "GetAccountAsync",
|
|
8670
|
-
"metadataToken": 0,
|
|
8671
|
-
"canonicalSignature": "(System.String):System.Threading.Tasks.Task_1",
|
|
8672
|
-
"normalizedSignature": "GetAccountAsync|(System.String):System.Threading.Tasks.Task_1|static=false",
|
|
8673
|
-
"emitScope": "ClassSurface",
|
|
8674
|
-
"provenance": "BaseOverload",
|
|
8675
|
-
"arity": 0,
|
|
8676
|
-
"parameterCount": 1,
|
|
8677
|
-
"isStatic": false,
|
|
8678
|
-
"isAbstract": false,
|
|
8679
|
-
"isVirtual": true,
|
|
8680
|
-
"isOverride": false,
|
|
8681
|
-
"isSealed": false,
|
|
8682
|
-
"visibility": "Public",
|
|
8683
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8684
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8685
|
-
"isExtensionMethod": false
|
|
8686
|
-
},
|
|
8687
|
-
{
|
|
8688
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::GetAccountsAsync():System.Threading.Tasks.Task_1",
|
|
8689
|
-
"clrName": "GetAccountsAsync",
|
|
8690
|
-
"metadataToken": 0,
|
|
8691
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
8692
|
-
"normalizedSignature": "GetAccountsAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
8693
|
-
"emitScope": "ClassSurface",
|
|
8694
|
-
"provenance": "BaseOverload",
|
|
8695
|
-
"arity": 0,
|
|
8696
|
-
"parameterCount": 0,
|
|
8697
|
-
"isStatic": false,
|
|
8698
|
-
"isAbstract": false,
|
|
8699
|
-
"isVirtual": true,
|
|
8700
|
-
"isOverride": false,
|
|
8701
|
-
"isSealed": false,
|
|
8702
|
-
"visibility": "Public",
|
|
8703
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8704
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8705
|
-
"isExtensionMethod": false
|
|
8706
|
-
},
|
|
8707
|
-
{
|
|
8708
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::GetAccountsAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8709
|
-
"clrName": "GetAccountsAsync",
|
|
8710
|
-
"metadataToken": 0,
|
|
8711
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8712
|
-
"normalizedSignature": "GetAccountsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
8713
|
-
"emitScope": "ClassSurface",
|
|
8714
|
-
"provenance": "BaseOverload",
|
|
8715
|
-
"arity": 0,
|
|
8716
|
-
"parameterCount": 1,
|
|
8717
|
-
"isStatic": false,
|
|
8718
|
-
"isAbstract": false,
|
|
8719
|
-
"isVirtual": false,
|
|
8720
|
-
"isOverride": false,
|
|
8721
|
-
"isSealed": false,
|
|
8722
|
-
"visibility": "Public",
|
|
8723
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8724
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8725
|
-
"isExtensionMethod": false
|
|
8726
|
-
},
|
|
8727
|
-
{
|
|
8728
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::GetAccountsAsync(System.String):System.Threading.Tasks.Task_1",
|
|
8729
|
-
"clrName": "GetAccountsAsync",
|
|
8730
|
-
"metadataToken": 0,
|
|
8731
|
-
"canonicalSignature": "(System.String):System.Threading.Tasks.Task_1",
|
|
8732
|
-
"normalizedSignature": "GetAccountsAsync|(System.String):System.Threading.Tasks.Task_1|static=false",
|
|
8733
|
-
"emitScope": "ClassSurface",
|
|
8734
|
-
"provenance": "BaseOverload",
|
|
8735
|
-
"arity": 0,
|
|
8736
|
-
"parameterCount": 1,
|
|
8737
|
-
"isStatic": false,
|
|
8738
|
-
"isAbstract": false,
|
|
8739
|
-
"isVirtual": true,
|
|
8740
|
-
"isOverride": false,
|
|
8741
|
-
"isSealed": false,
|
|
8742
|
-
"visibility": "Public",
|
|
8743
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8744
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8745
|
-
"isExtensionMethod": false
|
|
8746
|
-
},
|
|
8747
|
-
{
|
|
8748
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::GetAccountsAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8749
|
-
"clrName": "GetAccountsAsync",
|
|
8750
|
-
"metadataToken": 0,
|
|
8751
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
8752
|
-
"normalizedSignature": "GetAccountsAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
8753
|
-
"emitScope": "ClassSurface",
|
|
8754
|
-
"provenance": "BaseOverload",
|
|
8755
|
-
"arity": 0,
|
|
8756
|
-
"parameterCount": 2,
|
|
8757
|
-
"isStatic": false,
|
|
8758
|
-
"isAbstract": false,
|
|
8759
|
-
"isVirtual": false,
|
|
8760
|
-
"isOverride": false,
|
|
8761
|
-
"isSealed": false,
|
|
8762
|
-
"visibility": "Public",
|
|
8763
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8764
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8765
|
-
"isExtensionMethod": false
|
|
8766
|
-
},
|
|
8767
|
-
{
|
|
8768
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::RemoveAsync(Microsoft.Identity.Client.IAccount):System.Threading.Tasks.Task",
|
|
8769
|
-
"clrName": "RemoveAsync",
|
|
8770
|
-
"metadataToken": 0,
|
|
8771
|
-
"canonicalSignature": "(Microsoft.Identity.Client.IAccount):System.Threading.Tasks.Task",
|
|
8772
|
-
"normalizedSignature": "RemoveAsync|(Microsoft.Identity.Client.IAccount):System.Threading.Tasks.Task|static=false",
|
|
8773
|
-
"emitScope": "ClassSurface",
|
|
8774
|
-
"provenance": "BaseOverload",
|
|
8775
|
-
"arity": 0,
|
|
8776
|
-
"parameterCount": 1,
|
|
8777
|
-
"isStatic": false,
|
|
8778
|
-
"isAbstract": false,
|
|
8779
|
-
"isVirtual": true,
|
|
8780
|
-
"isOverride": false,
|
|
8781
|
-
"isSealed": false,
|
|
8782
|
-
"visibility": "Public",
|
|
8783
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8784
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8785
|
-
"isExtensionMethod": false
|
|
8786
|
-
},
|
|
8787
|
-
{
|
|
8788
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.ConfidentialClientApplication::RemoveAsync(Microsoft.Identity.Client.IAccount,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
8789
|
-
"clrName": "RemoveAsync",
|
|
8790
|
-
"metadataToken": 0,
|
|
8791
|
-
"canonicalSignature": "(Microsoft.Identity.Client.IAccount,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
8792
|
-
"normalizedSignature": "RemoveAsync|(Microsoft.Identity.Client.IAccount,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
8793
|
-
"emitScope": "ClassSurface",
|
|
8794
|
-
"provenance": "BaseOverload",
|
|
8795
|
-
"arity": 0,
|
|
8796
|
-
"parameterCount": 2,
|
|
8797
|
-
"isStatic": false,
|
|
8798
|
-
"isAbstract": false,
|
|
8799
|
-
"isVirtual": false,
|
|
8800
|
-
"isOverride": false,
|
|
8801
|
-
"isSealed": false,
|
|
8802
|
-
"visibility": "Public",
|
|
8803
|
-
"declaringClrType": "Microsoft.Identity.Client.ConfidentialClientApplication",
|
|
8804
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
8805
|
-
"isExtensionMethod": false
|
|
8806
8526
|
}
|
|
8807
8527
|
],
|
|
8808
8528
|
"properties": [
|
|
@@ -9850,11 +9570,11 @@
|
|
|
9850
9570
|
"isExtensionMethod": false
|
|
9851
9571
|
},
|
|
9852
9572
|
{
|
|
9853
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder::ExecuteAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
9573
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder::ExecuteAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
9854
9574
|
"clrName": "ExecuteAsync",
|
|
9855
9575
|
"metadataToken": 0,
|
|
9856
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
9857
|
-
"normalizedSignature": "ExecuteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
9576
|
+
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
9577
|
+
"normalizedSignature": "ExecuteAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E|static=false",
|
|
9858
9578
|
"emitScope": "ClassSurface",
|
|
9859
9579
|
"provenance": "BaseOverload",
|
|
9860
9580
|
"arity": 0,
|
|
@@ -9870,11 +9590,11 @@
|
|
|
9870
9590
|
"isExtensionMethod": false
|
|
9871
9591
|
},
|
|
9872
9592
|
{
|
|
9873
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder::ExecuteAsync():System.Threading.Tasks.Task_1",
|
|
9593
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.GetAuthorizationRequestUrlParameterBuilder::ExecuteAsync():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
9874
9594
|
"clrName": "ExecuteAsync",
|
|
9875
9595
|
"metadataToken": 0,
|
|
9876
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
9877
|
-
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
9596
|
+
"canonicalSignature": "():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E",
|
|
9597
|
+
"normalizedSignature": "ExecuteAsync|():System.Threading.Tasks.Task_1\u003CMicrosoft.Identity.Client.AuthenticationResult\u003E|static=false",
|
|
9878
9598
|
"emitScope": "ClassSurface",
|
|
9879
9599
|
"provenance": "BaseOverload",
|
|
9880
9600
|
"arity": 0,
|
|
@@ -11669,206 +11389,6 @@
|
|
|
11669
11389
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11670
11390
|
"isExtensionMethod": false,
|
|
11671
11391
|
"sourceInterface": "Microsoft.Identity.Client.IPublicClientApplication"
|
|
11672
|
-
},
|
|
11673
|
-
{
|
|
11674
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::AcquireTokenSilent(System.Collections.Generic.IEnumerable_1,Microsoft.Identity.Client.IAccount):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
11675
|
-
"clrName": "AcquireTokenSilent",
|
|
11676
|
-
"metadataToken": 0,
|
|
11677
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1,Microsoft.Identity.Client.IAccount):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
11678
|
-
"normalizedSignature": "AcquireTokenSilent|(System.Collections.Generic.IEnumerable_1,Microsoft.Identity.Client.IAccount):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder|static=false",
|
|
11679
|
-
"emitScope": "ClassSurface",
|
|
11680
|
-
"provenance": "BaseOverload",
|
|
11681
|
-
"arity": 0,
|
|
11682
|
-
"parameterCount": 2,
|
|
11683
|
-
"isStatic": false,
|
|
11684
|
-
"isAbstract": false,
|
|
11685
|
-
"isVirtual": true,
|
|
11686
|
-
"isOverride": false,
|
|
11687
|
-
"isSealed": false,
|
|
11688
|
-
"visibility": "Public",
|
|
11689
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11690
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11691
|
-
"isExtensionMethod": false
|
|
11692
|
-
},
|
|
11693
|
-
{
|
|
11694
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::AcquireTokenSilent(System.Collections.Generic.IEnumerable_1,System.String):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
11695
|
-
"clrName": "AcquireTokenSilent",
|
|
11696
|
-
"metadataToken": 0,
|
|
11697
|
-
"canonicalSignature": "(System.Collections.Generic.IEnumerable_1,System.String):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder",
|
|
11698
|
-
"normalizedSignature": "AcquireTokenSilent|(System.Collections.Generic.IEnumerable_1,System.String):Microsoft.Identity.Client.AcquireTokenSilentParameterBuilder|static=false",
|
|
11699
|
-
"emitScope": "ClassSurface",
|
|
11700
|
-
"provenance": "BaseOverload",
|
|
11701
|
-
"arity": 0,
|
|
11702
|
-
"parameterCount": 2,
|
|
11703
|
-
"isStatic": false,
|
|
11704
|
-
"isAbstract": false,
|
|
11705
|
-
"isVirtual": true,
|
|
11706
|
-
"isOverride": false,
|
|
11707
|
-
"isSealed": false,
|
|
11708
|
-
"visibility": "Public",
|
|
11709
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11710
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11711
|
-
"isExtensionMethod": false
|
|
11712
|
-
},
|
|
11713
|
-
{
|
|
11714
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::GetAccountAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
11715
|
-
"clrName": "GetAccountAsync",
|
|
11716
|
-
"metadataToken": 0,
|
|
11717
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
11718
|
-
"normalizedSignature": "GetAccountAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
11719
|
-
"emitScope": "ClassSurface",
|
|
11720
|
-
"provenance": "BaseOverload",
|
|
11721
|
-
"arity": 0,
|
|
11722
|
-
"parameterCount": 2,
|
|
11723
|
-
"isStatic": false,
|
|
11724
|
-
"isAbstract": false,
|
|
11725
|
-
"isVirtual": false,
|
|
11726
|
-
"isOverride": false,
|
|
11727
|
-
"isSealed": false,
|
|
11728
|
-
"visibility": "Public",
|
|
11729
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11730
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11731
|
-
"isExtensionMethod": false
|
|
11732
|
-
},
|
|
11733
|
-
{
|
|
11734
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::GetAccountAsync(System.String):System.Threading.Tasks.Task_1",
|
|
11735
|
-
"clrName": "GetAccountAsync",
|
|
11736
|
-
"metadataToken": 0,
|
|
11737
|
-
"canonicalSignature": "(System.String):System.Threading.Tasks.Task_1",
|
|
11738
|
-
"normalizedSignature": "GetAccountAsync|(System.String):System.Threading.Tasks.Task_1|static=false",
|
|
11739
|
-
"emitScope": "ClassSurface",
|
|
11740
|
-
"provenance": "BaseOverload",
|
|
11741
|
-
"arity": 0,
|
|
11742
|
-
"parameterCount": 1,
|
|
11743
|
-
"isStatic": false,
|
|
11744
|
-
"isAbstract": false,
|
|
11745
|
-
"isVirtual": true,
|
|
11746
|
-
"isOverride": false,
|
|
11747
|
-
"isSealed": false,
|
|
11748
|
-
"visibility": "Public",
|
|
11749
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11750
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11751
|
-
"isExtensionMethod": false
|
|
11752
|
-
},
|
|
11753
|
-
{
|
|
11754
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::GetAccountsAsync():System.Threading.Tasks.Task_1",
|
|
11755
|
-
"clrName": "GetAccountsAsync",
|
|
11756
|
-
"metadataToken": 0,
|
|
11757
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
11758
|
-
"normalizedSignature": "GetAccountsAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
11759
|
-
"emitScope": "ClassSurface",
|
|
11760
|
-
"provenance": "BaseOverload",
|
|
11761
|
-
"arity": 0,
|
|
11762
|
-
"parameterCount": 0,
|
|
11763
|
-
"isStatic": false,
|
|
11764
|
-
"isAbstract": false,
|
|
11765
|
-
"isVirtual": true,
|
|
11766
|
-
"isOverride": false,
|
|
11767
|
-
"isSealed": false,
|
|
11768
|
-
"visibility": "Public",
|
|
11769
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11770
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11771
|
-
"isExtensionMethod": false
|
|
11772
|
-
},
|
|
11773
|
-
{
|
|
11774
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::GetAccountsAsync(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
11775
|
-
"clrName": "GetAccountsAsync",
|
|
11776
|
-
"metadataToken": 0,
|
|
11777
|
-
"canonicalSignature": "(System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
11778
|
-
"normalizedSignature": "GetAccountsAsync|(System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
11779
|
-
"emitScope": "ClassSurface",
|
|
11780
|
-
"provenance": "BaseOverload",
|
|
11781
|
-
"arity": 0,
|
|
11782
|
-
"parameterCount": 1,
|
|
11783
|
-
"isStatic": false,
|
|
11784
|
-
"isAbstract": false,
|
|
11785
|
-
"isVirtual": false,
|
|
11786
|
-
"isOverride": false,
|
|
11787
|
-
"isSealed": false,
|
|
11788
|
-
"visibility": "Public",
|
|
11789
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11790
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11791
|
-
"isExtensionMethod": false
|
|
11792
|
-
},
|
|
11793
|
-
{
|
|
11794
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::GetAccountsAsync(System.String):System.Threading.Tasks.Task_1",
|
|
11795
|
-
"clrName": "GetAccountsAsync",
|
|
11796
|
-
"metadataToken": 0,
|
|
11797
|
-
"canonicalSignature": "(System.String):System.Threading.Tasks.Task_1",
|
|
11798
|
-
"normalizedSignature": "GetAccountsAsync|(System.String):System.Threading.Tasks.Task_1|static=false",
|
|
11799
|
-
"emitScope": "ClassSurface",
|
|
11800
|
-
"provenance": "BaseOverload",
|
|
11801
|
-
"arity": 0,
|
|
11802
|
-
"parameterCount": 1,
|
|
11803
|
-
"isStatic": false,
|
|
11804
|
-
"isAbstract": false,
|
|
11805
|
-
"isVirtual": true,
|
|
11806
|
-
"isOverride": false,
|
|
11807
|
-
"isSealed": false,
|
|
11808
|
-
"visibility": "Public",
|
|
11809
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11810
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11811
|
-
"isExtensionMethod": false
|
|
11812
|
-
},
|
|
11813
|
-
{
|
|
11814
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::GetAccountsAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
11815
|
-
"clrName": "GetAccountsAsync",
|
|
11816
|
-
"metadataToken": 0,
|
|
11817
|
-
"canonicalSignature": "(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1",
|
|
11818
|
-
"normalizedSignature": "GetAccountsAsync|(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1|static=false",
|
|
11819
|
-
"emitScope": "ClassSurface",
|
|
11820
|
-
"provenance": "BaseOverload",
|
|
11821
|
-
"arity": 0,
|
|
11822
|
-
"parameterCount": 2,
|
|
11823
|
-
"isStatic": false,
|
|
11824
|
-
"isAbstract": false,
|
|
11825
|
-
"isVirtual": false,
|
|
11826
|
-
"isOverride": false,
|
|
11827
|
-
"isSealed": false,
|
|
11828
|
-
"visibility": "Public",
|
|
11829
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11830
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11831
|
-
"isExtensionMethod": false
|
|
11832
|
-
},
|
|
11833
|
-
{
|
|
11834
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::RemoveAsync(Microsoft.Identity.Client.IAccount):System.Threading.Tasks.Task",
|
|
11835
|
-
"clrName": "RemoveAsync",
|
|
11836
|
-
"metadataToken": 0,
|
|
11837
|
-
"canonicalSignature": "(Microsoft.Identity.Client.IAccount):System.Threading.Tasks.Task",
|
|
11838
|
-
"normalizedSignature": "RemoveAsync|(Microsoft.Identity.Client.IAccount):System.Threading.Tasks.Task|static=false",
|
|
11839
|
-
"emitScope": "ClassSurface",
|
|
11840
|
-
"provenance": "BaseOverload",
|
|
11841
|
-
"arity": 0,
|
|
11842
|
-
"parameterCount": 1,
|
|
11843
|
-
"isStatic": false,
|
|
11844
|
-
"isAbstract": false,
|
|
11845
|
-
"isVirtual": true,
|
|
11846
|
-
"isOverride": false,
|
|
11847
|
-
"isSealed": false,
|
|
11848
|
-
"visibility": "Public",
|
|
11849
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11850
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11851
|
-
"isExtensionMethod": false
|
|
11852
|
-
},
|
|
11853
|
-
{
|
|
11854
|
-
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.PublicClientApplication::RemoveAsync(Microsoft.Identity.Client.IAccount,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
11855
|
-
"clrName": "RemoveAsync",
|
|
11856
|
-
"metadataToken": 0,
|
|
11857
|
-
"canonicalSignature": "(Microsoft.Identity.Client.IAccount,System.Threading.CancellationToken):System.Threading.Tasks.Task",
|
|
11858
|
-
"normalizedSignature": "RemoveAsync|(Microsoft.Identity.Client.IAccount,System.Threading.CancellationToken):System.Threading.Tasks.Task|static=false",
|
|
11859
|
-
"emitScope": "ClassSurface",
|
|
11860
|
-
"provenance": "BaseOverload",
|
|
11861
|
-
"arity": 0,
|
|
11862
|
-
"parameterCount": 2,
|
|
11863
|
-
"isStatic": false,
|
|
11864
|
-
"isAbstract": false,
|
|
11865
|
-
"isVirtual": false,
|
|
11866
|
-
"isOverride": false,
|
|
11867
|
-
"isSealed": false,
|
|
11868
|
-
"visibility": "Public",
|
|
11869
|
-
"declaringClrType": "Microsoft.Identity.Client.PublicClientApplication",
|
|
11870
|
-
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
11871
|
-
"isExtensionMethod": false
|
|
11872
11392
|
}
|
|
11873
11393
|
],
|
|
11874
11394
|
"properties": [
|