@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
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 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- 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.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- 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.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- 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 +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- 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.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- 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 +38 -7
- 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 +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -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 +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- 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 -0
- 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.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -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 +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -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 +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -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 +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- 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 +11 -3
- 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 +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -321,6 +321,7 @@ export interface AbstractAcquireTokenParameterBuilder_1$instance<T extends BaseA
|
|
|
321
321
|
|
|
322
322
|
|
|
323
323
|
export const AbstractAcquireTokenParameterBuilder_1: {
|
|
324
|
+
new<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>>(): AbstractAcquireTokenParameterBuilder_1<T>;
|
|
324
325
|
};
|
|
325
326
|
|
|
326
327
|
|
|
@@ -373,7 +374,12 @@ export const AbstractClientAppBaseAcquireTokenParameterBuilder_1: {
|
|
|
373
374
|
|
|
374
375
|
export type AbstractClientAppBaseAcquireTokenParameterBuilder_1<T extends AbstractAcquireTokenParameterBuilder_1<T>> = AbstractClientAppBaseAcquireTokenParameterBuilder_1$instance<T>;
|
|
375
376
|
|
|
376
|
-
export
|
|
377
|
+
export abstract class AbstractConfidentialClientAcquireTokenParameterBuilder_1$protected<T extends AbstractAcquireTokenParameterBuilder_1<T>> {
|
|
378
|
+
protected Validate(): void;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
export interface AbstractConfidentialClientAcquireTokenParameterBuilder_1$instance<T extends AbstractAcquireTokenParameterBuilder_1<T>> extends AbstractConfidentialClientAcquireTokenParameterBuilder_1$protected<T>, AbstractAcquireTokenParameterBuilder_1<T> {
|
|
377
383
|
ExecuteAsync(cancellationToken: CancellationToken): Task<AuthenticationResult>;
|
|
378
384
|
ExecuteAsync(cancellationToken: CancellationToken): Task<AuthenticationResult>;
|
|
379
385
|
ExecuteAsync(): Task<AuthenticationResult>;
|
|
@@ -396,6 +402,7 @@ export interface AbstractManagedIdentityAcquireTokenParameterBuilder_1$instance<
|
|
|
396
402
|
|
|
397
403
|
|
|
398
404
|
export const AbstractManagedIdentityAcquireTokenParameterBuilder_1: {
|
|
405
|
+
new<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>>(): AbstractManagedIdentityAcquireTokenParameterBuilder_1<T>;
|
|
399
406
|
};
|
|
400
407
|
|
|
401
408
|
|
|
@@ -432,7 +439,12 @@ export const AccountId: {
|
|
|
432
439
|
|
|
433
440
|
export type AccountId = AccountId$instance;
|
|
434
441
|
|
|
435
|
-
export
|
|
442
|
+
export abstract class AcquireTokenByAuthorizationCodeParameterBuilder$protected {
|
|
443
|
+
protected Validate(): void;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
export interface AcquireTokenByAuthorizationCodeParameterBuilder$instance extends AcquireTokenByAuthorizationCodeParameterBuilder$protected, AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenByAuthorizationCodeParameterBuilder> {
|
|
436
448
|
WithCcsRoutingHint(userObjectIdentifier: string, tenantIdentifier: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
437
449
|
WithCcsRoutingHint(userName: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
438
450
|
WithPkceCodeVerifier(pkceCodeVerifier: string): AcquireTokenByAuthorizationCodeParameterBuilder;
|
|
@@ -461,7 +473,12 @@ export const AcquireTokenByIntegratedWindowsAuthParameterBuilder: {
|
|
|
461
473
|
|
|
462
474
|
export type AcquireTokenByIntegratedWindowsAuthParameterBuilder = AcquireTokenByIntegratedWindowsAuthParameterBuilder$instance;
|
|
463
475
|
|
|
464
|
-
export
|
|
476
|
+
export abstract class AcquireTokenByRefreshTokenParameterBuilder$protected {
|
|
477
|
+
protected Validate(): void;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
export interface AcquireTokenByRefreshTokenParameterBuilder$instance extends AcquireTokenByRefreshTokenParameterBuilder$protected, AbstractClientAppBaseAcquireTokenParameterBuilder_1<AcquireTokenByRefreshTokenParameterBuilder> {
|
|
465
482
|
WithSendX5C(withSendX5C: boolean): AcquireTokenByRefreshTokenParameterBuilder;
|
|
466
483
|
}
|
|
467
484
|
|
|
@@ -473,7 +490,12 @@ export const AcquireTokenByRefreshTokenParameterBuilder: {
|
|
|
473
490
|
|
|
474
491
|
export type AcquireTokenByRefreshTokenParameterBuilder = AcquireTokenByRefreshTokenParameterBuilder$instance;
|
|
475
492
|
|
|
476
|
-
export
|
|
493
|
+
export abstract class AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder$protected {
|
|
494
|
+
protected Validate(): void;
|
|
495
|
+
}
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
export interface AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder$instance extends AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder$protected, AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenByUsernameAndPasswordConfidentialParameterBuilder> {
|
|
477
499
|
}
|
|
478
500
|
|
|
479
501
|
|
|
@@ -497,7 +519,12 @@ export const AcquireTokenByUsernamePasswordParameterBuilder: {
|
|
|
497
519
|
|
|
498
520
|
export type AcquireTokenByUsernamePasswordParameterBuilder = AcquireTokenByUsernamePasswordParameterBuilder$instance;
|
|
499
521
|
|
|
500
|
-
export
|
|
522
|
+
export abstract class AcquireTokenForClientParameterBuilder$protected {
|
|
523
|
+
protected Validate(): void;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
export interface AcquireTokenForClientParameterBuilder$instance extends AcquireTokenForClientParameterBuilder$protected, AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenForClientParameterBuilder> {
|
|
501
528
|
WithAzureRegion(useAzureRegion: boolean): AcquireTokenForClientParameterBuilder;
|
|
502
529
|
WithFmiPath(pathSuffix: string): AcquireTokenForClientParameterBuilder;
|
|
503
530
|
WithForceRefresh(forceRefresh: boolean): AcquireTokenForClientParameterBuilder;
|
|
@@ -527,7 +554,12 @@ export const AcquireTokenForManagedIdentityParameterBuilder: {
|
|
|
527
554
|
|
|
528
555
|
export type AcquireTokenForManagedIdentityParameterBuilder = AcquireTokenForManagedIdentityParameterBuilder$instance;
|
|
529
556
|
|
|
530
|
-
export
|
|
557
|
+
export abstract class AcquireTokenInteractiveParameterBuilder$protected {
|
|
558
|
+
protected Validate(): void;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
export interface AcquireTokenInteractiveParameterBuilder$instance extends AcquireTokenInteractiveParameterBuilder$protected, AbstractPublicClientAcquireTokenParameterBuilder_1<AcquireTokenInteractiveParameterBuilder> {
|
|
531
563
|
WithAccount(account: IAccount): AcquireTokenInteractiveParameterBuilder;
|
|
532
564
|
WithEmbeddedWebViewOptions(options: EmbeddedWebViewOptions): AcquireTokenInteractiveParameterBuilder;
|
|
533
565
|
WithExtraScopesToConsent(extraScopesToConsent: IEnumerable<System_Internal.String>): AcquireTokenInteractiveParameterBuilder;
|
|
@@ -548,7 +580,12 @@ export const AcquireTokenInteractiveParameterBuilder: {
|
|
|
548
580
|
|
|
549
581
|
export type AcquireTokenInteractiveParameterBuilder = AcquireTokenInteractiveParameterBuilder$instance;
|
|
550
582
|
|
|
551
|
-
export
|
|
583
|
+
export abstract class AcquireTokenOnBehalfOfParameterBuilder$protected {
|
|
584
|
+
protected Validate(): void;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
export interface AcquireTokenOnBehalfOfParameterBuilder$instance extends AcquireTokenOnBehalfOfParameterBuilder$protected, AbstractConfidentialClientAcquireTokenParameterBuilder_1<AcquireTokenOnBehalfOfParameterBuilder> {
|
|
552
589
|
WithCcsRoutingHint(userObjectIdentifier: string, tenantIdentifier: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
553
590
|
WithCcsRoutingHint(userName: string): AcquireTokenOnBehalfOfParameterBuilder;
|
|
554
591
|
WithForceRefresh(forceRefresh: boolean): AcquireTokenOnBehalfOfParameterBuilder;
|
|
@@ -563,7 +600,12 @@ export const AcquireTokenOnBehalfOfParameterBuilder: {
|
|
|
563
600
|
|
|
564
601
|
export type AcquireTokenOnBehalfOfParameterBuilder = AcquireTokenOnBehalfOfParameterBuilder$instance;
|
|
565
602
|
|
|
566
|
-
export
|
|
603
|
+
export abstract class AcquireTokenSilentParameterBuilder$protected {
|
|
604
|
+
protected Validate(): void;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
export interface AcquireTokenSilentParameterBuilder$instance extends AcquireTokenSilentParameterBuilder$protected, AbstractClientAppBaseAcquireTokenParameterBuilder_1<AcquireTokenSilentParameterBuilder> {
|
|
567
609
|
WithForceRefresh(forceRefresh: boolean): AcquireTokenSilentParameterBuilder;
|
|
568
610
|
WithProofOfPossession(popAuthenticationConfiguration: PoPAuthenticationConfiguration): AcquireTokenSilentParameterBuilder;
|
|
569
611
|
WithProofOfPossession(nonce: string, httpMethod: HttpMethod, requestUri: Uri): AcquireTokenSilentParameterBuilder;
|
|
@@ -578,7 +620,12 @@ export const AcquireTokenSilentParameterBuilder: {
|
|
|
578
620
|
|
|
579
621
|
export type AcquireTokenSilentParameterBuilder = AcquireTokenSilentParameterBuilder$instance;
|
|
580
622
|
|
|
581
|
-
export
|
|
623
|
+
export abstract class AcquireTokenWithDeviceCodeParameterBuilder$protected {
|
|
624
|
+
protected Validate(): void;
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
export interface AcquireTokenWithDeviceCodeParameterBuilder$instance extends AcquireTokenWithDeviceCodeParameterBuilder$protected, AbstractPublicClientAcquireTokenParameterBuilder_1<AcquireTokenWithDeviceCodeParameterBuilder> {
|
|
582
629
|
WithDeviceCodeResultCallback(deviceCodeResultCallback: Func<DeviceCodeResult, Task>): AcquireTokenWithDeviceCodeParameterBuilder;
|
|
583
630
|
}
|
|
584
631
|
|
|
@@ -617,6 +664,7 @@ export interface ApplicationOptions$instance extends BaseApplicationOptions {
|
|
|
617
664
|
|
|
618
665
|
|
|
619
666
|
export const ApplicationOptions: {
|
|
667
|
+
new(): ApplicationOptions;
|
|
620
668
|
};
|
|
621
669
|
|
|
622
670
|
|
|
@@ -640,9 +688,9 @@ export const AssertionRequestOptions: {
|
|
|
640
688
|
export type AssertionRequestOptions = AssertionRequestOptions$instance;
|
|
641
689
|
|
|
642
690
|
export interface AuthenticationHeaderParser$instance {
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
691
|
+
AuthenticationInfoParameters: AuthenticationInfoParameters;
|
|
692
|
+
PopNonce: string;
|
|
693
|
+
WwwAuthenticateParameters: IReadOnlyList<WwwAuthenticateParameters>;
|
|
646
694
|
}
|
|
647
695
|
|
|
648
696
|
|
|
@@ -658,7 +706,7 @@ export type AuthenticationHeaderParser = AuthenticationHeaderParser$instance;
|
|
|
658
706
|
|
|
659
707
|
export interface AuthenticationInfoParameters$instance {
|
|
660
708
|
readonly Item: string;
|
|
661
|
-
|
|
709
|
+
NextNonce: string;
|
|
662
710
|
}
|
|
663
711
|
|
|
664
712
|
|
|
@@ -721,7 +769,12 @@ export const AuthenticationResultMetadata: {
|
|
|
721
769
|
|
|
722
770
|
export type AuthenticationResultMetadata = AuthenticationResultMetadata$instance;
|
|
723
771
|
|
|
724
|
-
export
|
|
772
|
+
export abstract class BaseAbstractAcquireTokenParameterBuilder_1$protected<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>> {
|
|
773
|
+
protected Validate(): void;
|
|
774
|
+
}
|
|
775
|
+
|
|
776
|
+
|
|
777
|
+
export interface BaseAbstractAcquireTokenParameterBuilder_1$instance<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>> extends BaseAbstractAcquireTokenParameterBuilder_1$protected<T> {
|
|
725
778
|
ExecuteAsync(cancellationToken: CancellationToken): Task<AuthenticationResult>;
|
|
726
779
|
ExecuteAsync(): Task<AuthenticationResult>;
|
|
727
780
|
WithCorrelationId(correlationId: Guid): T;
|
|
@@ -730,6 +783,7 @@ export interface BaseAbstractAcquireTokenParameterBuilder_1$instance<T extends B
|
|
|
730
783
|
|
|
731
784
|
|
|
732
785
|
export const BaseAbstractAcquireTokenParameterBuilder_1: {
|
|
786
|
+
new<T extends BaseAbstractAcquireTokenParameterBuilder_1<T>>(): BaseAbstractAcquireTokenParameterBuilder_1<T>;
|
|
733
787
|
};
|
|
734
788
|
|
|
735
789
|
|
|
@@ -761,6 +815,7 @@ export interface BaseApplicationOptions$instance {
|
|
|
761
815
|
|
|
762
816
|
|
|
763
817
|
export const BaseApplicationOptions: {
|
|
818
|
+
new(): BaseApplicationOptions;
|
|
764
819
|
};
|
|
765
820
|
|
|
766
821
|
|
|
@@ -1017,10 +1072,10 @@ export interface Metrics$instance {
|
|
|
1017
1072
|
|
|
1018
1073
|
export const Metrics: {
|
|
1019
1074
|
new(): Metrics;
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1075
|
+
TotalAccessTokensFromIdP: long;
|
|
1076
|
+
TotalAccessTokensFromCache: long;
|
|
1077
|
+
TotalAccessTokensFromBroker: long;
|
|
1078
|
+
TotalDurationInMs: long;
|
|
1024
1079
|
};
|
|
1025
1080
|
|
|
1026
1081
|
|
|
@@ -1055,7 +1110,8 @@ export type MsalClientException = MsalClientException$instance;
|
|
|
1055
1110
|
export interface MsalException$instance extends Exception {
|
|
1056
1111
|
AdditionalExceptionData: IReadOnlyDictionary<System_Internal.String, System_Internal.String>;
|
|
1057
1112
|
CorrelationId: string;
|
|
1058
|
-
|
|
1113
|
+
get ErrorCode(): string | undefined;
|
|
1114
|
+
set ErrorCode(value: string);
|
|
1059
1115
|
IsRetryable: boolean;
|
|
1060
1116
|
ToJsonString(): string;
|
|
1061
1117
|
ToString(): string;
|
|
@@ -1079,7 +1135,12 @@ export const MsalException: {
|
|
|
1079
1135
|
|
|
1080
1136
|
export type MsalException = MsalException$instance;
|
|
1081
1137
|
|
|
1082
|
-
export
|
|
1138
|
+
export abstract class MsalManagedIdentityException$protected {
|
|
1139
|
+
protected UpdateIsRetryable(): void;
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
export interface MsalManagedIdentityException$instance extends MsalManagedIdentityException$protected, MsalServiceException {
|
|
1083
1144
|
readonly ManagedIdentitySource: ManagedIdentitySource;
|
|
1084
1145
|
}
|
|
1085
1146
|
|
|
@@ -1094,11 +1155,16 @@ export const MsalManagedIdentityException: {
|
|
|
1094
1155
|
|
|
1095
1156
|
export type MsalManagedIdentityException = MsalManagedIdentityException$instance;
|
|
1096
1157
|
|
|
1097
|
-
export
|
|
1098
|
-
|
|
1158
|
+
export abstract class MsalServiceException$protected {
|
|
1159
|
+
protected UpdateIsRetryable(): void;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
export interface MsalServiceException$instance extends MsalServiceException$protected, MsalException {
|
|
1164
|
+
Claims: string;
|
|
1099
1165
|
Headers: HttpResponseHeaders;
|
|
1100
1166
|
ResponseBody: string;
|
|
1101
|
-
|
|
1167
|
+
StatusCode: int;
|
|
1102
1168
|
ToString(): string;
|
|
1103
1169
|
}
|
|
1104
1170
|
|
|
@@ -1307,7 +1373,7 @@ export interface TokenCacheNotificationArgs$instance {
|
|
|
1307
1373
|
readonly CancellationToken: CancellationToken;
|
|
1308
1374
|
readonly ClientId: string;
|
|
1309
1375
|
readonly CorrelationId: Guid;
|
|
1310
|
-
|
|
1376
|
+
HasStateChanged: boolean;
|
|
1311
1377
|
readonly HasTokens: boolean;
|
|
1312
1378
|
readonly IdentityLogger: IIdentityLogger;
|
|
1313
1379
|
readonly IsApplicationCache: boolean;
|
|
@@ -1355,8 +1421,8 @@ export type TraceTelemetryConfig = TraceTelemetryConfig$instance & __TraceTeleme
|
|
|
1355
1421
|
|
|
1356
1422
|
|
|
1357
1423
|
export interface UserAssertion$instance {
|
|
1358
|
-
|
|
1359
|
-
|
|
1424
|
+
Assertion: string;
|
|
1425
|
+
AssertionType: string;
|
|
1360
1426
|
}
|
|
1361
1427
|
|
|
1362
1428
|
|
|
@@ -1383,12 +1449,12 @@ export const WindowsBrokerOptions: {
|
|
|
1383
1449
|
export type WindowsBrokerOptions = WindowsBrokerOptions$instance;
|
|
1384
1450
|
|
|
1385
1451
|
export interface WwwAuthenticateParameters$instance {
|
|
1386
|
-
|
|
1452
|
+
AuthenticationScheme: string;
|
|
1387
1453
|
Authority: string;
|
|
1388
1454
|
Claims: string;
|
|
1389
1455
|
Error: string;
|
|
1390
1456
|
readonly Item: string;
|
|
1391
|
-
|
|
1457
|
+
Nonce: string;
|
|
1392
1458
|
Resource: string;
|
|
1393
1459
|
Scopes: IEnumerable<System_Internal.String>;
|
|
1394
1460
|
GetTenantId(): string;
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": true,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.Advanced.AcquireTokenParameterBuilderExtensions::WithExtraHttpHeaders(AbstractAcquireTokenParameterBuilder_1,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):T",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.Advanced.AcquireTokenParameterBuilderExtensions",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": true
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId::WithUserAssignedClientId(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": false,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -50,6 +55,7 @@
|
|
|
50
55
|
"isVirtual": false,
|
|
51
56
|
"isOverride": false,
|
|
52
57
|
"isSealed": false,
|
|
58
|
+
"visibility": "Public",
|
|
53
59
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
54
60
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
55
61
|
"isExtensionMethod": false
|
|
@@ -69,6 +75,7 @@
|
|
|
69
75
|
"isVirtual": false,
|
|
70
76
|
"isOverride": false,
|
|
71
77
|
"isSealed": false,
|
|
78
|
+
"visibility": "Public",
|
|
72
79
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
73
80
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
74
81
|
"isExtensionMethod": false
|
|
@@ -90,6 +97,7 @@
|
|
|
90
97
|
"isAbstract": false,
|
|
91
98
|
"isVirtual": false,
|
|
92
99
|
"isOverride": false,
|
|
100
|
+
"visibility": "Public",
|
|
93
101
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
94
102
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
95
103
|
}
|
|
@@ -109,6 +117,10 @@
|
|
|
109
117
|
"isSealed": false,
|
|
110
118
|
"isStatic": false,
|
|
111
119
|
"arity": 0,
|
|
120
|
+
"baseType": {
|
|
121
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
122
|
+
"clrName": "System.Object"
|
|
123
|
+
},
|
|
112
124
|
"methods": [],
|
|
113
125
|
"properties": [
|
|
114
126
|
{
|
|
@@ -126,6 +138,7 @@
|
|
|
126
138
|
"isAbstract": false,
|
|
127
139
|
"isVirtual": false,
|
|
128
140
|
"isOverride": false,
|
|
141
|
+
"visibility": "Public",
|
|
129
142
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
130
143
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
131
144
|
},
|
|
@@ -144,6 +157,7 @@
|
|
|
144
157
|
"isAbstract": false,
|
|
145
158
|
"isVirtual": false,
|
|
146
159
|
"isOverride": false,
|
|
160
|
+
"visibility": "Public",
|
|
147
161
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
148
162
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
149
163
|
},
|
|
@@ -162,6 +176,7 @@
|
|
|
162
176
|
"isAbstract": false,
|
|
163
177
|
"isVirtual": false,
|
|
164
178
|
"isOverride": false,
|
|
179
|
+
"visibility": "Public",
|
|
165
180
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
166
181
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
167
182
|
},
|
|
@@ -180,6 +195,7 @@
|
|
|
180
195
|
"isAbstract": false,
|
|
181
196
|
"isVirtual": false,
|
|
182
197
|
"isOverride": false,
|
|
198
|
+
"visibility": "Public",
|
|
183
199
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
184
200
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
185
201
|
},
|
|
@@ -198,6 +214,7 @@
|
|
|
198
214
|
"isAbstract": false,
|
|
199
215
|
"isVirtual": false,
|
|
200
216
|
"isOverride": false,
|
|
217
|
+
"visibility": "Public",
|
|
201
218
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
202
219
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
203
220
|
},
|
|
@@ -216,6 +233,7 @@
|
|
|
216
233
|
"isAbstract": false,
|
|
217
234
|
"isVirtual": false,
|
|
218
235
|
"isOverride": false,
|
|
236
|
+
"visibility": "Public",
|
|
219
237
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
220
238
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
221
239
|
}
|
|
@@ -230,6 +248,7 @@
|
|
|
230
248
|
"normalizedSignature": "constructor|():void|static=false",
|
|
231
249
|
"isStatic": false,
|
|
232
250
|
"parameterCount": 0,
|
|
251
|
+
"visibility": "Public",
|
|
233
252
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
234
253
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
235
254
|
},
|
|
@@ -240,6 +259,7 @@
|
|
|
240
259
|
"normalizedSignature": "constructor|(System.Net.Http.HttpRequestMessage):void|static=false",
|
|
241
260
|
"isStatic": false,
|
|
242
261
|
"parameterCount": 1,
|
|
262
|
+
"visibility": "Public",
|
|
243
263
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
244
264
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
245
265
|
},
|
|
@@ -250,6 +270,7 @@
|
|
|
250
270
|
"normalizedSignature": "constructor|(System.Uri):void|static=false",
|
|
251
271
|
"isStatic": false,
|
|
252
272
|
"parameterCount": 1,
|
|
273
|
+
"visibility": "Public",
|
|
253
274
|
"declaringClrType": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
254
275
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
255
276
|
}
|
|
@@ -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.AuthScheme.IAuthenticationOperation",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"isVirtual": true,
|
|
51
52
|
"isOverride": false,
|
|
52
53
|
"isSealed": false,
|
|
54
|
+
"visibility": "Public",
|
|
53
55
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
54
56
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
55
57
|
"isExtensionMethod": false
|
|
@@ -71,6 +73,7 @@
|
|
|
71
73
|
"isAbstract": true,
|
|
72
74
|
"isVirtual": true,
|
|
73
75
|
"isOverride": false,
|
|
76
|
+
"visibility": "Public",
|
|
74
77
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
75
78
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
76
79
|
},
|
|
@@ -89,6 +92,7 @@
|
|
|
89
92
|
"isAbstract": true,
|
|
90
93
|
"isVirtual": true,
|
|
91
94
|
"isOverride": false,
|
|
95
|
+
"visibility": "Public",
|
|
92
96
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
93
97
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
94
98
|
},
|
|
@@ -107,6 +111,7 @@
|
|
|
107
111
|
"isAbstract": true,
|
|
108
112
|
"isVirtual": true,
|
|
109
113
|
"isOverride": false,
|
|
114
|
+
"visibility": "Public",
|
|
110
115
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
111
116
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
112
117
|
},
|
|
@@ -125,6 +130,7 @@
|
|
|
125
130
|
"isAbstract": true,
|
|
126
131
|
"isVirtual": true,
|
|
127
132
|
"isOverride": false,
|
|
133
|
+
"visibility": "Public",
|
|
128
134
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
129
135
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
130
136
|
}
|
|
@@ -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.AuthScheme.PoP.IPoPCryptoProvider",
|
|
35
36
|
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
36
37
|
"isExtensionMethod": false
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
"isAbstract": true,
|
|
53
54
|
"isVirtual": true,
|
|
54
55
|
"isOverride": false,
|
|
56
|
+
"visibility": "Public",
|
|
55
57
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
56
58
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
57
59
|
},
|
|
@@ -70,6 +72,7 @@
|
|
|
70
72
|
"isAbstract": true,
|
|
71
73
|
"isVirtual": true,
|
|
72
74
|
"isOverride": false,
|
|
75
|
+
"visibility": "Public",
|
|
73
76
|
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
74
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
78
|
}
|
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
64
90
|
},
|
|
@@ -70,6 +96,7 @@
|
|
|
70
96
|
"isStatic": true,
|
|
71
97
|
"isReadOnly": false,
|
|
72
98
|
"isLiteral": true,
|
|
99
|
+
"visibility": "Public",
|
|
73
100
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheLevel",
|
|
74
101
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
75
102
|
}
|
|
@@ -88,6 +115,10 @@
|
|
|
88
115
|
"isSealed": false,
|
|
89
116
|
"isStatic": false,
|
|
90
117
|
"arity": 0,
|
|
118
|
+
"baseType": {
|
|
119
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
120
|
+
"clrName": "System.Object"
|
|
121
|
+
},
|
|
91
122
|
"methods": [],
|
|
92
123
|
"properties": [
|
|
93
124
|
{
|
|
@@ -105,6 +136,7 @@
|
|
|
105
136
|
"isAbstract": false,
|
|
106
137
|
"isVirtual": false,
|
|
107
138
|
"isOverride": false,
|
|
139
|
+
"visibility": "Public",
|
|
108
140
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheData",
|
|
109
141
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
110
142
|
},
|
|
@@ -123,6 +155,7 @@
|
|
|
123
155
|
"isAbstract": false,
|
|
124
156
|
"isVirtual": false,
|
|
125
157
|
"isOverride": false,
|
|
158
|
+
"visibility": "Public",
|
|
126
159
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheData",
|
|
127
160
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
128
161
|
}
|
|
@@ -137,6 +170,7 @@
|
|
|
137
170
|
"normalizedSignature": "constructor|():void|static=false",
|
|
138
171
|
"isStatic": false,
|
|
139
172
|
"parameterCount": 0,
|
|
173
|
+
"visibility": "Public",
|
|
140
174
|
"declaringClrType": "Microsoft.Identity.Client.Cache.CacheData",
|
|
141
175
|
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
142
176
|
}
|