@tsonic/efcore-sqlserver 0.1.1
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 +4791 -0
- package/Azure/internal/index.d.ts +433 -0
- package/Azure/internal/metadata.json +2772 -0
- package/Azure.Core/bindings.json +8215 -0
- package/Azure.Core/internal/index.d.ts +665 -0
- package/Azure.Core/internal/metadata.json +5291 -0
- package/Azure.Core.Cryptography/bindings.json +158 -0
- package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
- package/Azure.Core.Cryptography/internal/metadata.json +122 -0
- package/Azure.Core.Cryptography.d.ts +15 -0
- package/Azure.Core.Cryptography.js +9 -0
- package/Azure.Core.Diagnostics/bindings.json +154 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
- package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
- package/Azure.Core.Diagnostics.d.ts +13 -0
- package/Azure.Core.Diagnostics.js +9 -0
- package/Azure.Core.Extensions/bindings.json +158 -0
- package/Azure.Core.Extensions/internal/index.d.ts +42 -0
- package/Azure.Core.Extensions/internal/metadata.json +139 -0
- package/Azure.Core.Extensions.d.ts +16 -0
- package/Azure.Core.Extensions.js +9 -0
- package/Azure.Core.GeoJson/bindings.json +2736 -0
- package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
- package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
- package/Azure.Core.GeoJson.d.ts +29 -0
- package/Azure.Core.GeoJson.js +9 -0
- package/Azure.Core.Pipeline/bindings.json +1894 -0
- package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
- package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
- package/Azure.Core.Pipeline.d.ts +32 -0
- package/Azure.Core.Pipeline.js +9 -0
- package/Azure.Core.Serialization/bindings.json +691 -0
- package/Azure.Core.Serialization/internal/index.d.ts +90 -0
- package/Azure.Core.Serialization/internal/metadata.json +468 -0
- package/Azure.Core.Serialization.d.ts +23 -0
- package/Azure.Core.Serialization.js +9 -0
- package/Azure.Core.d.ts +60 -0
- package/Azure.Core.js +9 -0
- package/Azure.Identity/bindings.json +11689 -0
- package/Azure.Identity/internal/index.d.ts +884 -0
- package/Azure.Identity/internal/metadata.json +5255 -0
- package/Azure.Identity.d.ts +75 -0
- package/Azure.Identity.js +9 -0
- package/Azure.Messaging/bindings.json +515 -0
- package/Azure.Messaging/internal/index.d.ts +62 -0
- package/Azure.Messaging/internal/metadata.json +316 -0
- package/Azure.Messaging.d.ts +17 -0
- package/Azure.Messaging.js +9 -0
- package/Azure.d.ts +69 -0
- package/Azure.js +9 -0
- package/LICENSE +21 -0
- package/Microsoft.Data/bindings.json +74 -0
- package/Microsoft.Data/internal/index.d.ts +33 -0
- package/Microsoft.Data/internal/metadata.json +59 -0
- package/Microsoft.Data.Sql/bindings.json +221 -0
- package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
- package/Microsoft.Data.Sql/internal/metadata.json +136 -0
- package/Microsoft.Data.Sql.d.ts +15 -0
- package/Microsoft.Data.Sql.js +9 -0
- package/Microsoft.Data.SqlClient/bindings.json +17875 -0
- package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
- package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
- package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
- package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
- package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
- package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
- package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
- package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
- package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
- package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
- package/Microsoft.Data.SqlClient.Server.js +9 -0
- package/Microsoft.Data.SqlClient.d.ts +92 -0
- package/Microsoft.Data.SqlClient.js +9 -0
- package/Microsoft.Data.SqlTypes/bindings.json +902 -0
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
- package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
- package/Microsoft.Data.SqlTypes.d.ts +17 -0
- package/Microsoft.Data.SqlTypes.js +9 -0
- package/Microsoft.Data.d.ts +15 -0
- package/Microsoft.Data.js +9 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
- package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
- package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
- package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
- package/Microsoft.EntityFrameworkCore.d.ts +46 -0
- package/Microsoft.EntityFrameworkCore.js +9 -0
- package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
- package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
- package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
- package/Microsoft.Extensions.DependencyInjection.js +9 -0
- package/Microsoft.Identity.Client/bindings.json +23512 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
- package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
- package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
- package/Microsoft.Identity.Client.Advanced.js +9 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
- package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
- package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
- package/Microsoft.Identity.Client.AppConfig.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
- package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
- package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
- package/Microsoft.Identity.Client.AuthScheme.js +9 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
- package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
- package/Microsoft.Identity.Client.Cache.d.ts +13 -0
- package/Microsoft.Identity.Client.Cache.js +9 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
- package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
- package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
- package/Microsoft.Identity.Client.Extensibility.js +9 -0
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
- package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
- package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
- package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
- package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
- package/Microsoft.Identity.Client.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
- package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
- package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
- package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
- package/Microsoft.Identity.Client.RP/bindings.json +83 -0
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
- package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
- package/Microsoft.Identity.Client.RP.d.ts +18 -0
- package/Microsoft.Identity.Client.RP.js +9 -0
- package/Microsoft.Identity.Client.Region/bindings.json +167 -0
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
- package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
- package/Microsoft.Identity.Client.Region.d.ts +12 -0
- package/Microsoft.Identity.Client.Region.js +9 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
- package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
- package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
- package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
- package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
- package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
- package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
- package/Microsoft.Identity.Client.Utils.d.ts +13 -0
- package/Microsoft.Identity.Client.Utils.js +9 -0
- package/Microsoft.Identity.Client.d.ts +124 -0
- package/Microsoft.Identity.Client.js +9 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
- package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
- package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
- package/Microsoft.IdentityModel.Abstractions.js +9 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
- package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
- package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
- package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
- package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
- package/Microsoft.IdentityModel.Logging.d.ts +21 -0
- package/Microsoft.IdentityModel.Logging.js +9 -0
- package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
- package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
- package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
- package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
- package/Microsoft.IdentityModel.Protocols.js +9 -0
- package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
- package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
- package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
- package/Microsoft.IdentityModel.Tokens.js +9 -0
- package/Microsoft.SqlServer.Server/bindings.json +1337 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
- package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
- package/Microsoft.SqlServer.Server.d.ts +23 -0
- package/Microsoft.SqlServer.Server.js +9 -0
- package/README.md +5 -0
- package/System/bindings.json +877 -0
- package/System/internal/index.d.ts +67 -0
- package/System/internal/metadata.json +523 -0
- package/System.ClientModel/bindings.json +975 -0
- package/System.ClientModel/internal/index.d.ts +152 -0
- package/System.ClientModel/internal/metadata.json +637 -0
- package/System.ClientModel.Primitives/bindings.json +5278 -0
- package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
- package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
- package/System.ClientModel.Primitives.d.ts +65 -0
- package/System.ClientModel.Primitives.js +9 -0
- package/System.ClientModel.d.ts +42 -0
- package/System.ClientModel.js +9 -0
- package/System.Configuration/bindings.json +22798 -0
- package/System.Configuration/internal/index.d.ts +2085 -0
- package/System.Configuration/internal/metadata.json +11888 -0
- package/System.Configuration.Internal/bindings.json +3313 -0
- package/System.Configuration.Internal/internal/index.d.ts +228 -0
- package/System.Configuration.Internal/internal/metadata.json +2269 -0
- package/System.Configuration.Internal.d.ts +30 -0
- package/System.Configuration.Internal.js +9 -0
- package/System.Configuration.Provider/bindings.json +447 -0
- package/System.Configuration.Provider/internal/index.d.ts +63 -0
- package/System.Configuration.Provider/internal/metadata.json +284 -0
- package/System.Configuration.Provider.d.ts +17 -0
- package/System.Configuration.Provider.js +9 -0
- package/System.Configuration.d.ts +166 -0
- package/System.Configuration.js +9 -0
- package/System.Diagnostics/bindings.json +44 -0
- package/System.Diagnostics/internal/index.d.ts +18 -0
- package/System.Diagnostics/internal/metadata.json +48 -0
- package/System.Diagnostics.d.ts +12 -0
- package/System.Diagnostics.js +9 -0
- package/System.Drawing.Configuration/bindings.json +178 -0
- package/System.Drawing.Configuration/internal/index.d.ts +25 -0
- package/System.Drawing.Configuration/internal/metadata.json +46 -0
- package/System.Drawing.Configuration.d.ts +13 -0
- package/System.Drawing.Configuration.js +9 -0
- package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
- package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
- package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
- package/System.IdentityModel.Tokens.Jwt.js +9 -0
- package/System.Security.Cryptography/bindings.json +146 -0
- package/System.Security.Cryptography/internal/index.d.ts +25 -0
- package/System.Security.Cryptography/internal/metadata.json +104 -0
- package/System.Security.Cryptography.d.ts +13 -0
- package/System.Security.Cryptography.js +9 -0
- package/System.Text.Json.Serialization/bindings.json +96 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
- package/System.Text.Json.Serialization/internal/metadata.json +70 -0
- package/System.Text.Json.Serialization.d.ts +15 -0
- package/System.Text.Json.Serialization.js +9 -0
- package/System.d.ts +21 -0
- package/System.js +9 -0
- package/__build/ref/Program.cs +5 -0
- package/__build/ref/ref.csproj +14 -0
- package/__build/scripts/generate.sh +113 -0
- package/__internal/extensions/index.d.ts +153 -0
- package/families.json +30 -0
- package/package.json +27 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Identity.Client.AppConfig",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Identity.Client"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
9
|
+
"clrName": "Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
10
|
+
"tsEmitName": "ManagedIdentityId",
|
|
11
|
+
"kind": "Class",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": false,
|
|
14
|
+
"isSealed": false,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [
|
|
18
|
+
{
|
|
19
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId::WithUserAssignedClientId(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
20
|
+
"clrName": "WithUserAssignedClientId",
|
|
21
|
+
"tsEmitName": "withUserAssignedClientId",
|
|
22
|
+
"normalizedSignature": "WithUserAssignedClientId|(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId|static=true",
|
|
23
|
+
"provenance": "Original",
|
|
24
|
+
"emitScope": "ClassSurface",
|
|
25
|
+
"isStatic": true,
|
|
26
|
+
"isAbstract": false,
|
|
27
|
+
"isVirtual": false,
|
|
28
|
+
"isOverride": false,
|
|
29
|
+
"isSealed": false,
|
|
30
|
+
"arity": 0,
|
|
31
|
+
"parameterCount": 1,
|
|
32
|
+
"isExtensionMethod": false
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId::WithUserAssignedResourceId(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
36
|
+
"clrName": "WithUserAssignedResourceId",
|
|
37
|
+
"tsEmitName": "withUserAssignedResourceId",
|
|
38
|
+
"normalizedSignature": "WithUserAssignedResourceId|(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId|static=true",
|
|
39
|
+
"provenance": "Original",
|
|
40
|
+
"emitScope": "ClassSurface",
|
|
41
|
+
"isStatic": true,
|
|
42
|
+
"isAbstract": false,
|
|
43
|
+
"isVirtual": false,
|
|
44
|
+
"isOverride": false,
|
|
45
|
+
"isSealed": false,
|
|
46
|
+
"arity": 0,
|
|
47
|
+
"parameterCount": 1,
|
|
48
|
+
"isExtensionMethod": false
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId::WithUserAssignedObjectId(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
52
|
+
"clrName": "WithUserAssignedObjectId",
|
|
53
|
+
"tsEmitName": "withUserAssignedObjectId",
|
|
54
|
+
"normalizedSignature": "WithUserAssignedObjectId|(System.String):Microsoft.Identity.Client.AppConfig.ManagedIdentityId|static=true",
|
|
55
|
+
"provenance": "Original",
|
|
56
|
+
"emitScope": "ClassSurface",
|
|
57
|
+
"isStatic": true,
|
|
58
|
+
"isAbstract": false,
|
|
59
|
+
"isVirtual": false,
|
|
60
|
+
"isOverride": false,
|
|
61
|
+
"isSealed": false,
|
|
62
|
+
"arity": 0,
|
|
63
|
+
"parameterCount": 1,
|
|
64
|
+
"isExtensionMethod": false
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"properties": [
|
|
68
|
+
{
|
|
69
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.ManagedIdentityId::SystemAssigned:Microsoft.Identity.Client.AppConfig.ManagedIdentityId",
|
|
70
|
+
"clrName": "SystemAssigned",
|
|
71
|
+
"tsEmitName": "systemAssigned",
|
|
72
|
+
"normalizedSignature": "SystemAssigned|:Microsoft.Identity.Client.AppConfig.ManagedIdentityId|static=true|accessor=get",
|
|
73
|
+
"provenance": "Original",
|
|
74
|
+
"emitScope": "ClassSurface",
|
|
75
|
+
"isStatic": true,
|
|
76
|
+
"isAbstract": false,
|
|
77
|
+
"isVirtual": false,
|
|
78
|
+
"isOverride": false,
|
|
79
|
+
"isIndexer": false,
|
|
80
|
+
"hasGetter": true,
|
|
81
|
+
"hasSetter": false
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"fields": [],
|
|
85
|
+
"events": [],
|
|
86
|
+
"constructors": []
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
90
|
+
"clrName": "Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration",
|
|
91
|
+
"tsEmitName": "PoPAuthenticationConfiguration",
|
|
92
|
+
"kind": "Class",
|
|
93
|
+
"accessibility": "Public",
|
|
94
|
+
"isAbstract": false,
|
|
95
|
+
"isSealed": false,
|
|
96
|
+
"isStatic": false,
|
|
97
|
+
"arity": 0,
|
|
98
|
+
"methods": [],
|
|
99
|
+
"properties": [
|
|
100
|
+
{
|
|
101
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration::HttpMethod:System.Net.Http.HttpMethod",
|
|
102
|
+
"clrName": "HttpMethod",
|
|
103
|
+
"tsEmitName": "httpMethod",
|
|
104
|
+
"normalizedSignature": "HttpMethod|:System.Net.Http.HttpMethod|static=false|accessor=getset",
|
|
105
|
+
"provenance": "Original",
|
|
106
|
+
"emitScope": "ClassSurface",
|
|
107
|
+
"isStatic": false,
|
|
108
|
+
"isAbstract": false,
|
|
109
|
+
"isVirtual": false,
|
|
110
|
+
"isOverride": false,
|
|
111
|
+
"isIndexer": false,
|
|
112
|
+
"hasGetter": true,
|
|
113
|
+
"hasSetter": true
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration::HttpHost:System.String",
|
|
117
|
+
"clrName": "HttpHost",
|
|
118
|
+
"tsEmitName": "httpHost",
|
|
119
|
+
"normalizedSignature": "HttpHost|:System.String|static=false|accessor=getset",
|
|
120
|
+
"provenance": "Original",
|
|
121
|
+
"emitScope": "ClassSurface",
|
|
122
|
+
"isStatic": false,
|
|
123
|
+
"isAbstract": false,
|
|
124
|
+
"isVirtual": false,
|
|
125
|
+
"isOverride": false,
|
|
126
|
+
"isIndexer": false,
|
|
127
|
+
"hasGetter": true,
|
|
128
|
+
"hasSetter": true
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration::HttpPath:System.String",
|
|
132
|
+
"clrName": "HttpPath",
|
|
133
|
+
"tsEmitName": "httpPath",
|
|
134
|
+
"normalizedSignature": "HttpPath|:System.String|static=false|accessor=getset",
|
|
135
|
+
"provenance": "Original",
|
|
136
|
+
"emitScope": "ClassSurface",
|
|
137
|
+
"isStatic": false,
|
|
138
|
+
"isAbstract": false,
|
|
139
|
+
"isVirtual": false,
|
|
140
|
+
"isOverride": false,
|
|
141
|
+
"isIndexer": false,
|
|
142
|
+
"hasGetter": true,
|
|
143
|
+
"hasSetter": true
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration::PopCryptoProvider:Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
147
|
+
"clrName": "PopCryptoProvider",
|
|
148
|
+
"tsEmitName": "popCryptoProvider",
|
|
149
|
+
"normalizedSignature": "PopCryptoProvider|:Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider|static=false|accessor=getset",
|
|
150
|
+
"provenance": "Original",
|
|
151
|
+
"emitScope": "ClassSurface",
|
|
152
|
+
"isStatic": false,
|
|
153
|
+
"isAbstract": false,
|
|
154
|
+
"isVirtual": false,
|
|
155
|
+
"isOverride": false,
|
|
156
|
+
"isIndexer": false,
|
|
157
|
+
"hasGetter": true,
|
|
158
|
+
"hasSetter": true
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration::Nonce:System.String",
|
|
162
|
+
"clrName": "Nonce",
|
|
163
|
+
"tsEmitName": "nonce",
|
|
164
|
+
"normalizedSignature": "Nonce|:System.String|static=false|accessor=getset",
|
|
165
|
+
"provenance": "Original",
|
|
166
|
+
"emitScope": "ClassSurface",
|
|
167
|
+
"isStatic": false,
|
|
168
|
+
"isAbstract": false,
|
|
169
|
+
"isVirtual": false,
|
|
170
|
+
"isOverride": false,
|
|
171
|
+
"isIndexer": false,
|
|
172
|
+
"hasGetter": true,
|
|
173
|
+
"hasSetter": true
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AppConfig.PoPAuthenticationConfiguration::SignHttpRequest:System.Boolean",
|
|
177
|
+
"clrName": "SignHttpRequest",
|
|
178
|
+
"tsEmitName": "signHttpRequest",
|
|
179
|
+
"normalizedSignature": "SignHttpRequest|:System.Boolean|static=false|accessor=getset",
|
|
180
|
+
"provenance": "Original",
|
|
181
|
+
"emitScope": "ClassSurface",
|
|
182
|
+
"isStatic": false,
|
|
183
|
+
"isAbstract": false,
|
|
184
|
+
"isVirtual": false,
|
|
185
|
+
"isOverride": false,
|
|
186
|
+
"isIndexer": false,
|
|
187
|
+
"hasGetter": true,
|
|
188
|
+
"hasSetter": true
|
|
189
|
+
}
|
|
190
|
+
],
|
|
191
|
+
"fields": [],
|
|
192
|
+
"events": [],
|
|
193
|
+
"constructors": [
|
|
194
|
+
{
|
|
195
|
+
"normalizedSignature": "constructor|():void|static=false",
|
|
196
|
+
"isStatic": false,
|
|
197
|
+
"parameterCount": 0
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"normalizedSignature": "constructor|(System.Net.Http.HttpRequestMessage):void|static=false",
|
|
201
|
+
"isStatic": false,
|
|
202
|
+
"parameterCount": 1
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
"normalizedSignature": "constructor|(System.Uri):void|static=false",
|
|
206
|
+
"isStatic": false,
|
|
207
|
+
"parameterCount": 1
|
|
208
|
+
}
|
|
209
|
+
]
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Identity.Client.AppConfig
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.Identity.Client.AppConfig/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IPoPCryptoProvider } from './Microsoft.Identity.Client.AuthScheme.PoP/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Object as ClrObject, String as ClrString, Uri } from '@tsonic/dotnet/System.js';
|
|
11
|
+
import type { HttpMethod, HttpRequestMessage } from '@tsonic/dotnet/System.Net.Http.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { ManagedIdentityId as ManagedIdentityId } from './Microsoft.Identity.Client.AppConfig/internal/index.js';
|
|
15
|
+
export { PoPAuthenticationConfiguration as PoPAuthenticationConfiguration } from './Microsoft.Identity.Client.AppConfig/internal/index.js';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Identity.Client.AppConfig
|
|
3
|
+
// Module Stub - Do Not Execute
|
|
4
|
+
|
|
5
|
+
throw new Error(
|
|
6
|
+
'Cannot import CLR namespace Microsoft.Identity.Client.AppConfig in JavaScript runtime. ' +
|
|
7
|
+
'This module provides TypeScript type definitions only. ' +
|
|
8
|
+
'Actual implementation requires .NET runtime via Tsonic compiler.'
|
|
9
|
+
);
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Identity.Client.AuthScheme",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
6
|
+
"clrName": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
7
|
+
"tsEmitName": "IAuthenticationOperation",
|
|
8
|
+
"assemblyName": "Microsoft.Identity.Client",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::GetTokenRequestParams():System.Collections.Generic.IReadOnlyDictionary_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]]",
|
|
13
|
+
"clrName": "GetTokenRequestParams",
|
|
14
|
+
"tsEmitName": "getTokenRequestParams",
|
|
15
|
+
"metadataToken": 100666494,
|
|
16
|
+
"canonicalSignature": "():System.Collections.Generic.IReadOnlyDictionary_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]]",
|
|
17
|
+
"normalizedSignature": "GetTokenRequestParams|():System.Collections.Generic.IReadOnlyDictionary_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]]|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 0,
|
|
21
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::FormatResult(Microsoft.Identity.Client.AuthenticationResult):System.Void",
|
|
27
|
+
"clrName": "FormatResult",
|
|
28
|
+
"tsEmitName": "formatResult",
|
|
29
|
+
"metadataToken": 100666496,
|
|
30
|
+
"canonicalSignature": "(Microsoft.Identity.Client.AuthenticationResult):System.Void",
|
|
31
|
+
"normalizedSignature": "FormatResult|(Microsoft.Identity.Client.AuthenticationResult):System.Void|static=false",
|
|
32
|
+
"emitScope": "ClassSurface",
|
|
33
|
+
"arity": 0,
|
|
34
|
+
"parameterCount": 1,
|
|
35
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
36
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
37
|
+
"isExtensionMethod": false
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"properties": [
|
|
41
|
+
{
|
|
42
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::TelemetryTokenType:System.Int32",
|
|
43
|
+
"clrName": "TelemetryTokenType",
|
|
44
|
+
"tsEmitName": "telemetryTokenType",
|
|
45
|
+
"metadataToken": 385876760,
|
|
46
|
+
"canonicalSignature": ":System.Int32",
|
|
47
|
+
"normalizedSignature": "TelemetryTokenType|:System.Int32|static=false|accessor=get",
|
|
48
|
+
"emitScope": "ClassSurface",
|
|
49
|
+
"isIndexer": false,
|
|
50
|
+
"hasGetter": true,
|
|
51
|
+
"hasSetter": false,
|
|
52
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
53
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::AuthorizationHeaderPrefix:System.String",
|
|
57
|
+
"clrName": "AuthorizationHeaderPrefix",
|
|
58
|
+
"tsEmitName": "authorizationHeaderPrefix",
|
|
59
|
+
"metadataToken": 385876761,
|
|
60
|
+
"canonicalSignature": ":System.String",
|
|
61
|
+
"normalizedSignature": "AuthorizationHeaderPrefix|:System.String|static=false|accessor=get",
|
|
62
|
+
"emitScope": "ClassSurface",
|
|
63
|
+
"isIndexer": false,
|
|
64
|
+
"hasGetter": true,
|
|
65
|
+
"hasSetter": false,
|
|
66
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
67
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::KeyId:System.String",
|
|
71
|
+
"clrName": "KeyId",
|
|
72
|
+
"tsEmitName": "keyId",
|
|
73
|
+
"metadataToken": 385876762,
|
|
74
|
+
"canonicalSignature": ":System.String",
|
|
75
|
+
"normalizedSignature": "KeyId|:System.String|static=false|accessor=get",
|
|
76
|
+
"emitScope": "ClassSurface",
|
|
77
|
+
"isIndexer": false,
|
|
78
|
+
"hasGetter": true,
|
|
79
|
+
"hasSetter": false,
|
|
80
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
81
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::AccessTokenType:System.String",
|
|
85
|
+
"clrName": "AccessTokenType",
|
|
86
|
+
"tsEmitName": "accessTokenType",
|
|
87
|
+
"metadataToken": 385876763,
|
|
88
|
+
"canonicalSignature": ":System.String",
|
|
89
|
+
"normalizedSignature": "AccessTokenType|:System.String|static=false|accessor=get",
|
|
90
|
+
"emitScope": "ClassSurface",
|
|
91
|
+
"isIndexer": false,
|
|
92
|
+
"hasGetter": true,
|
|
93
|
+
"hasSetter": false,
|
|
94
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
95
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"fields": [],
|
|
99
|
+
"events": [],
|
|
100
|
+
"constructors": [],
|
|
101
|
+
"exposedMethods": [
|
|
102
|
+
{
|
|
103
|
+
"tsName": "getTokenRequestParams",
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"tsSignatureId": "GetTokenRequestParams|():System.Collections.Generic.IReadOnlyDictionary_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]]|static=false",
|
|
106
|
+
"target": {
|
|
107
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
108
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
109
|
+
"metadataToken": 100666494
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
"tsName": "formatResult",
|
|
114
|
+
"isStatic": false,
|
|
115
|
+
"tsSignatureId": "FormatResult|(Microsoft.Identity.Client.AuthenticationResult):System.Void|static=false",
|
|
116
|
+
"target": {
|
|
117
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
118
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
119
|
+
"metadataToken": 100666496
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"exposedProperties": [
|
|
124
|
+
{
|
|
125
|
+
"tsName": "telemetryTokenType",
|
|
126
|
+
"isStatic": false,
|
|
127
|
+
"tsSignatureId": "TelemetryTokenType|:System.Int32|static=false|accessor=get",
|
|
128
|
+
"target": {
|
|
129
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
130
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
131
|
+
"metadataToken": 385876760
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"tsName": "authorizationHeaderPrefix",
|
|
136
|
+
"isStatic": false,
|
|
137
|
+
"tsSignatureId": "AuthorizationHeaderPrefix|:System.String|static=false|accessor=get",
|
|
138
|
+
"target": {
|
|
139
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
140
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
141
|
+
"metadataToken": 385876761
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"tsName": "keyId",
|
|
146
|
+
"isStatic": false,
|
|
147
|
+
"tsSignatureId": "KeyId|:System.String|static=false|accessor=get",
|
|
148
|
+
"target": {
|
|
149
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
150
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
151
|
+
"metadataToken": 385876762
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"tsName": "accessTokenType",
|
|
156
|
+
"isStatic": false,
|
|
157
|
+
"tsSignatureId": "AccessTokenType|:System.String|static=false|accessor=get",
|
|
158
|
+
"target": {
|
|
159
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
160
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
161
|
+
"metadataToken": 385876763
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
]
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Identity.Client.AuthScheme
|
|
3
|
+
// Assembly: Microsoft.Identity.Client
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { AuthenticationResult } from "../../Microsoft.Identity.Client/internal/index.js";
|
|
11
|
+
import type { IReadOnlyDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
12
|
+
import type { Int32, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
13
|
+
|
|
14
|
+
export interface IAuthenticationOperation$instance {
|
|
15
|
+
readonly telemetryTokenType: int;
|
|
16
|
+
readonly authorizationHeaderPrefix: string;
|
|
17
|
+
readonly keyId: string;
|
|
18
|
+
readonly accessTokenType: string;
|
|
19
|
+
formatResult(authenticationResult: AuthenticationResult): void;
|
|
20
|
+
getTokenRequestParams(): IReadOnlyDictionary<System_Internal.String, System_Internal.String>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
export type IAuthenticationOperation = IAuthenticationOperation$instance;
|
|
25
|
+
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Identity.Client.AuthScheme",
|
|
3
|
+
"contributingAssemblies": [
|
|
4
|
+
"Microsoft.Identity.Client"
|
|
5
|
+
],
|
|
6
|
+
"types": [
|
|
7
|
+
{
|
|
8
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
9
|
+
"clrName": "Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation",
|
|
10
|
+
"tsEmitName": "IAuthenticationOperation",
|
|
11
|
+
"kind": "Interface",
|
|
12
|
+
"accessibility": "Public",
|
|
13
|
+
"isAbstract": true,
|
|
14
|
+
"isSealed": false,
|
|
15
|
+
"isStatic": false,
|
|
16
|
+
"arity": 0,
|
|
17
|
+
"methods": [
|
|
18
|
+
{
|
|
19
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::GetTokenRequestParams():System.Collections.Generic.IReadOnlyDictionary_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]]",
|
|
20
|
+
"clrName": "GetTokenRequestParams",
|
|
21
|
+
"tsEmitName": "getTokenRequestParams",
|
|
22
|
+
"normalizedSignature": "GetTokenRequestParams|():System.Collections.Generic.IReadOnlyDictionary_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]]|static=false",
|
|
23
|
+
"provenance": "Original",
|
|
24
|
+
"emitScope": "ClassSurface",
|
|
25
|
+
"isStatic": false,
|
|
26
|
+
"isAbstract": true,
|
|
27
|
+
"isVirtual": true,
|
|
28
|
+
"isOverride": false,
|
|
29
|
+
"isSealed": false,
|
|
30
|
+
"arity": 0,
|
|
31
|
+
"parameterCount": 0,
|
|
32
|
+
"isExtensionMethod": false
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::FormatResult(Microsoft.Identity.Client.AuthenticationResult):System.Void",
|
|
36
|
+
"clrName": "FormatResult",
|
|
37
|
+
"tsEmitName": "formatResult",
|
|
38
|
+
"normalizedSignature": "FormatResult|(Microsoft.Identity.Client.AuthenticationResult):System.Void|static=false",
|
|
39
|
+
"provenance": "Original",
|
|
40
|
+
"emitScope": "ClassSurface",
|
|
41
|
+
"isStatic": false,
|
|
42
|
+
"isAbstract": true,
|
|
43
|
+
"isVirtual": true,
|
|
44
|
+
"isOverride": false,
|
|
45
|
+
"isSealed": false,
|
|
46
|
+
"arity": 0,
|
|
47
|
+
"parameterCount": 1,
|
|
48
|
+
"isExtensionMethod": false
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"properties": [
|
|
52
|
+
{
|
|
53
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::TelemetryTokenType:System.Int32",
|
|
54
|
+
"clrName": "TelemetryTokenType",
|
|
55
|
+
"tsEmitName": "telemetryTokenType",
|
|
56
|
+
"normalizedSignature": "TelemetryTokenType|:System.Int32|static=false|accessor=get",
|
|
57
|
+
"provenance": "Original",
|
|
58
|
+
"emitScope": "ClassSurface",
|
|
59
|
+
"isStatic": false,
|
|
60
|
+
"isAbstract": true,
|
|
61
|
+
"isVirtual": true,
|
|
62
|
+
"isOverride": false,
|
|
63
|
+
"isIndexer": false,
|
|
64
|
+
"hasGetter": true,
|
|
65
|
+
"hasSetter": false
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::AuthorizationHeaderPrefix:System.String",
|
|
69
|
+
"clrName": "AuthorizationHeaderPrefix",
|
|
70
|
+
"tsEmitName": "authorizationHeaderPrefix",
|
|
71
|
+
"normalizedSignature": "AuthorizationHeaderPrefix|:System.String|static=false|accessor=get",
|
|
72
|
+
"provenance": "Original",
|
|
73
|
+
"emitScope": "ClassSurface",
|
|
74
|
+
"isStatic": false,
|
|
75
|
+
"isAbstract": true,
|
|
76
|
+
"isVirtual": true,
|
|
77
|
+
"isOverride": false,
|
|
78
|
+
"isIndexer": false,
|
|
79
|
+
"hasGetter": true,
|
|
80
|
+
"hasSetter": false
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::KeyId:System.String",
|
|
84
|
+
"clrName": "KeyId",
|
|
85
|
+
"tsEmitName": "keyId",
|
|
86
|
+
"normalizedSignature": "KeyId|:System.String|static=false|accessor=get",
|
|
87
|
+
"provenance": "Original",
|
|
88
|
+
"emitScope": "ClassSurface",
|
|
89
|
+
"isStatic": false,
|
|
90
|
+
"isAbstract": true,
|
|
91
|
+
"isVirtual": true,
|
|
92
|
+
"isOverride": false,
|
|
93
|
+
"isIndexer": false,
|
|
94
|
+
"hasGetter": true,
|
|
95
|
+
"hasSetter": false
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.IAuthenticationOperation::AccessTokenType:System.String",
|
|
99
|
+
"clrName": "AccessTokenType",
|
|
100
|
+
"tsEmitName": "accessTokenType",
|
|
101
|
+
"normalizedSignature": "AccessTokenType|:System.String|static=false|accessor=get",
|
|
102
|
+
"provenance": "Original",
|
|
103
|
+
"emitScope": "ClassSurface",
|
|
104
|
+
"isStatic": false,
|
|
105
|
+
"isAbstract": true,
|
|
106
|
+
"isVirtual": true,
|
|
107
|
+
"isOverride": false,
|
|
108
|
+
"isIndexer": false,
|
|
109
|
+
"hasGetter": true,
|
|
110
|
+
"hasSetter": false
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"fields": [],
|
|
114
|
+
"events": [],
|
|
115
|
+
"constructors": []
|
|
116
|
+
}
|
|
117
|
+
]
|
|
118
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"namespace": "Microsoft.Identity.Client.AuthScheme.PoP",
|
|
3
|
+
"types": [
|
|
4
|
+
{
|
|
5
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
6
|
+
"clrName": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
7
|
+
"tsEmitName": "IPoPCryptoProvider",
|
|
8
|
+
"assemblyName": "Microsoft.Identity.Client",
|
|
9
|
+
"metadataToken": 0,
|
|
10
|
+
"methods": [
|
|
11
|
+
{
|
|
12
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider::Sign(System.Byte[]):System.Byte[]",
|
|
13
|
+
"clrName": "Sign",
|
|
14
|
+
"tsEmitName": "sign",
|
|
15
|
+
"metadataToken": 100666515,
|
|
16
|
+
"canonicalSignature": "(System.Byte[]):System.Byte[]",
|
|
17
|
+
"normalizedSignature": "Sign|(System.Byte[]):System.Byte[]|static=false",
|
|
18
|
+
"emitScope": "ClassSurface",
|
|
19
|
+
"arity": 0,
|
|
20
|
+
"parameterCount": 1,
|
|
21
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
22
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
23
|
+
"isExtensionMethod": false
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"properties": [
|
|
27
|
+
{
|
|
28
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider::CannonicalPublicKeyJwk:System.String",
|
|
29
|
+
"clrName": "CannonicalPublicKeyJwk",
|
|
30
|
+
"tsEmitName": "cannonicalPublicKeyJwk",
|
|
31
|
+
"metadataToken": 385876770,
|
|
32
|
+
"canonicalSignature": ":System.String",
|
|
33
|
+
"normalizedSignature": "CannonicalPublicKeyJwk|:System.String|static=false|accessor=get",
|
|
34
|
+
"emitScope": "ClassSurface",
|
|
35
|
+
"isIndexer": false,
|
|
36
|
+
"hasGetter": true,
|
|
37
|
+
"hasSetter": false,
|
|
38
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
39
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"stableId": "Microsoft.Identity.Client:Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider::CryptographicAlgorithm:System.String",
|
|
43
|
+
"clrName": "CryptographicAlgorithm",
|
|
44
|
+
"tsEmitName": "cryptographicAlgorithm",
|
|
45
|
+
"metadataToken": 385876771,
|
|
46
|
+
"canonicalSignature": ":System.String",
|
|
47
|
+
"normalizedSignature": "CryptographicAlgorithm|:System.String|static=false|accessor=get",
|
|
48
|
+
"emitScope": "ClassSurface",
|
|
49
|
+
"isIndexer": false,
|
|
50
|
+
"hasGetter": true,
|
|
51
|
+
"hasSetter": false,
|
|
52
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
53
|
+
"declaringAssemblyName": "Microsoft.Identity.Client"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"fields": [],
|
|
57
|
+
"events": [],
|
|
58
|
+
"constructors": [],
|
|
59
|
+
"exposedMethods": [
|
|
60
|
+
{
|
|
61
|
+
"tsName": "sign",
|
|
62
|
+
"isStatic": false,
|
|
63
|
+
"tsSignatureId": "Sign|(System.Byte[]):System.Byte[]|static=false",
|
|
64
|
+
"target": {
|
|
65
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
66
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
67
|
+
"metadataToken": 100666515
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"exposedProperties": [
|
|
72
|
+
{
|
|
73
|
+
"tsName": "cannonicalPublicKeyJwk",
|
|
74
|
+
"isStatic": false,
|
|
75
|
+
"tsSignatureId": "CannonicalPublicKeyJwk|:System.String|static=false|accessor=get",
|
|
76
|
+
"target": {
|
|
77
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
78
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
79
|
+
"metadataToken": 385876770
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"tsName": "cryptographicAlgorithm",
|
|
84
|
+
"isStatic": false,
|
|
85
|
+
"tsSignatureId": "CryptographicAlgorithm|:System.String|static=false|accessor=get",
|
|
86
|
+
"target": {
|
|
87
|
+
"declaringClrType": "Microsoft.Identity.Client.AuthScheme.PoP.IPoPCryptoProvider",
|
|
88
|
+
"declaringAssemblyName": "Microsoft.Identity.Client",
|
|
89
|
+
"metadataToken": 385876771
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Identity.Client.AuthScheme.PoP
|
|
3
|
+
// Assembly: Microsoft.Identity.Client
|
|
4
|
+
|
|
5
|
+
// Primitive type aliases from @tsonic/core
|
|
6
|
+
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
8
|
+
// Import types from other namespaces
|
|
9
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
10
|
+
import type { Byte, String as ClrString } from "@tsonic/dotnet/System.js";
|
|
11
|
+
|
|
12
|
+
export interface IPoPCryptoProvider$instance {
|
|
13
|
+
readonly cannonicalPublicKeyJwk: string;
|
|
14
|
+
readonly cryptographicAlgorithm: string;
|
|
15
|
+
sign(data: byte[]): byte[];
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
export type IPoPCryptoProvider = IPoPCryptoProvider$instance;
|
|
20
|
+
|