@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,515 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.IdentityModel.Protocols.OpenIdConnect
|
|
3
|
+
// Assembly: Microsoft.IdentityModel.Protocols.OpenIdConnect
|
|
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 Microsoft_IdentityModel_Protocols_Internal from "../../Microsoft.IdentityModel.Protocols/internal/index.js";
|
|
10
|
+
import type { AuthenticationProtocolMessage, IConfigurationRetriever_1, IDocumentRetriever } from "../../Microsoft.IdentityModel.Protocols/internal/index.js";
|
|
11
|
+
import * as Microsoft_IdentityModel_Tokens_Internal from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
12
|
+
import type { BaseConfiguration, CryptoProviderFactory, JsonWebKeySet, SecurityKey } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
13
|
+
import type { JwtSecurityToken } from "../../System.IdentityModel.Tokens.Jwt/internal/index.js";
|
|
14
|
+
import type { ICollection, IDictionary, IEnumerable, KeyValuePair } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
15
|
+
import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
17
|
+
import type { AsyncCallback, Boolean as ClrBoolean, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System.js";
|
|
18
|
+
import type { HttpClient } from "@tsonic/dotnet/System.Net.Http.js";
|
|
19
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
20
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
|
|
21
|
+
import type { HashAlgorithm } from "@tsonic/dotnet/System.Security.Cryptography.js";
|
|
22
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
|
|
23
|
+
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
24
|
+
|
|
25
|
+
export enum OpenIdConnectRequestType {
|
|
26
|
+
authentication = 0,
|
|
27
|
+
logout = 1,
|
|
28
|
+
token = 2
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
export type IdTokenValidator = (idToken: JwtSecurityToken, context: OpenIdConnectProtocolValidationContext) => void;
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
export interface OpenIdConnectConfiguration$instance extends BaseConfiguration {
|
|
36
|
+
readonly acrValuesSupported: ICollection<System_Internal.String>;
|
|
37
|
+
activeTokenEndpoint: string;
|
|
38
|
+
readonly additionalData: IDictionary<System_Internal.String, unknown>;
|
|
39
|
+
authorizationEndpoint: string;
|
|
40
|
+
authorizationResponseIssParameterSupported: boolean;
|
|
41
|
+
backchannelAuthenticationEndpoint: string;
|
|
42
|
+
readonly backchannelAuthenticationRequestSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
43
|
+
readonly backchannelTokenDeliveryModesSupported: ICollection<System_Internal.String>;
|
|
44
|
+
backchannelUserCodeParameterSupported: boolean;
|
|
45
|
+
checkSessionIframe: string;
|
|
46
|
+
readonly claimsLocalesSupported: ICollection<System_Internal.String>;
|
|
47
|
+
claimsParameterSupported: boolean;
|
|
48
|
+
readonly claimsSupported: ICollection<System_Internal.String>;
|
|
49
|
+
readonly claimTypesSupported: ICollection<System_Internal.String>;
|
|
50
|
+
readonly displayValuesSupported: ICollection<System_Internal.String>;
|
|
51
|
+
readonly dPoPSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
52
|
+
endSessionEndpoint: string;
|
|
53
|
+
frontchannelLogoutSessionSupported: string;
|
|
54
|
+
frontchannelLogoutSupported: string;
|
|
55
|
+
readonly grantTypesSupported: ICollection<System_Internal.String>;
|
|
56
|
+
httpLogoutSupported: boolean;
|
|
57
|
+
readonly idTokenEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
|
|
58
|
+
readonly idTokenEncryptionEncValuesSupported: ICollection<System_Internal.String>;
|
|
59
|
+
readonly idTokenSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
60
|
+
introspectionEndpoint: string;
|
|
61
|
+
readonly introspectionEndpointAuthMethodsSupported: ICollection<System_Internal.String>;
|
|
62
|
+
readonly introspectionEndpointAuthSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
63
|
+
issuer: string;
|
|
64
|
+
jsonWebKeySet: JsonWebKeySet;
|
|
65
|
+
jwksUri: string;
|
|
66
|
+
logoutSessionSupported: boolean;
|
|
67
|
+
opPolicyUri: string;
|
|
68
|
+
opTosUri: string;
|
|
69
|
+
readonly promptValuesSupported: ICollection<System_Internal.String>;
|
|
70
|
+
pushedAuthorizationRequestEndpoint: string;
|
|
71
|
+
registrationEndpoint: string;
|
|
72
|
+
readonly requestObjectEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
|
|
73
|
+
readonly requestObjectEncryptionEncValuesSupported: ICollection<System_Internal.String>;
|
|
74
|
+
readonly requestObjectSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
75
|
+
requestParameterSupported: boolean;
|
|
76
|
+
requestUriParameterSupported: boolean;
|
|
77
|
+
requirePushedAuthorizationRequests: boolean;
|
|
78
|
+
requireRequestUriRegistration: boolean;
|
|
79
|
+
readonly responseModesSupported: ICollection<System_Internal.String>;
|
|
80
|
+
readonly responseTypesSupported: ICollection<System_Internal.String>;
|
|
81
|
+
readonly scopesSupported: ICollection<System_Internal.String>;
|
|
82
|
+
serviceDocumentation: string;
|
|
83
|
+
readonly signingKeys: ICollection<SecurityKey>;
|
|
84
|
+
readonly subjectTypesSupported: ICollection<System_Internal.String>;
|
|
85
|
+
tokenEndpoint: string;
|
|
86
|
+
readonly tokenEndpointAuthMethodsSupported: ICollection<System_Internal.String>;
|
|
87
|
+
readonly tokenEndpointAuthSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
88
|
+
readonly uiLocalesSupported: ICollection<System_Internal.String>;
|
|
89
|
+
userInfoEndpoint: string;
|
|
90
|
+
readonly userInfoEndpointEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
|
|
91
|
+
readonly userInfoEndpointEncryptionEncValuesSupported: ICollection<System_Internal.String>;
|
|
92
|
+
readonly userInfoEndpointSigningAlgValuesSupported: ICollection<System_Internal.String>;
|
|
93
|
+
shouldSerializeAcrValuesSupported(): boolean;
|
|
94
|
+
shouldSerializeBackchannelAuthenticationRequestSigningAlgValuesSupported(): boolean;
|
|
95
|
+
shouldSerializeBackchannelTokenDeliveryModesSupported(): boolean;
|
|
96
|
+
shouldSerializeClaimsLocalesSupported(): boolean;
|
|
97
|
+
shouldSerializeClaimsSupported(): boolean;
|
|
98
|
+
shouldSerializeClaimTypesSupported(): boolean;
|
|
99
|
+
shouldSerializeDisplayValuesSupported(): boolean;
|
|
100
|
+
shouldSerializeDPoPSigningAlgValuesSupported(): boolean;
|
|
101
|
+
shouldSerializeGrantTypesSupported(): boolean;
|
|
102
|
+
shouldSerializeIdTokenEncryptionAlgValuesSupported(): boolean;
|
|
103
|
+
shouldSerializeIdTokenEncryptionEncValuesSupported(): boolean;
|
|
104
|
+
shouldSerializeIdTokenSigningAlgValuesSupported(): boolean;
|
|
105
|
+
shouldSerializeIntrospectionEndpointAuthMethodsSupported(): boolean;
|
|
106
|
+
shouldSerializeIntrospectionEndpointAuthSigningAlgValuesSupported(): boolean;
|
|
107
|
+
shouldSerializePromptValuesSupported(): boolean;
|
|
108
|
+
shouldSerializeRequestObjectEncryptionAlgValuesSupported(): boolean;
|
|
109
|
+
shouldSerializeRequestObjectEncryptionEncValuesSupported(): boolean;
|
|
110
|
+
shouldSerializeRequestObjectSigningAlgValuesSupported(): boolean;
|
|
111
|
+
shouldSerializeResponseModesSupported(): boolean;
|
|
112
|
+
shouldSerializeResponseTypesSupported(): boolean;
|
|
113
|
+
shouldSerializeScopesSupported(): boolean;
|
|
114
|
+
shouldSerializeSigningKeys(): boolean;
|
|
115
|
+
shouldSerializeSubjectTypesSupported(): boolean;
|
|
116
|
+
shouldSerializeTokenEndpointAuthMethodsSupported(): boolean;
|
|
117
|
+
shouldSerializeTokenEndpointAuthSigningAlgValuesSupported(): boolean;
|
|
118
|
+
shouldSerializeUILocalesSupported(): boolean;
|
|
119
|
+
shouldSerializeUserInfoEndpointEncryptionAlgValuesSupported(): boolean;
|
|
120
|
+
shouldSerializeUserInfoEndpointEncryptionEncValuesSupported(): boolean;
|
|
121
|
+
shouldSerializeUserInfoEndpointSigningAlgValuesSupported(): boolean;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
export const OpenIdConnectConfiguration: {
|
|
126
|
+
new(): OpenIdConnectConfiguration;
|
|
127
|
+
new(json: string): OpenIdConnectConfiguration;
|
|
128
|
+
create(json: string): OpenIdConnectConfiguration;
|
|
129
|
+
write(configuration: OpenIdConnectConfiguration): string;
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
export type OpenIdConnectConfiguration = OpenIdConnectConfiguration$instance;
|
|
134
|
+
|
|
135
|
+
export interface OpenIdConnectConfigurationRetriever$instance {
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
export const OpenIdConnectConfigurationRetriever: {
|
|
140
|
+
new(): OpenIdConnectConfigurationRetriever;
|
|
141
|
+
getAsync(address: string, retriever: IDocumentRetriever, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
|
|
142
|
+
getAsync(address: string, httpClient: HttpClient, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
|
|
143
|
+
getAsync(address: string, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
export interface __OpenIdConnectConfigurationRetriever$views {
|
|
148
|
+
As_IConfigurationRetriever_1(): Microsoft_IdentityModel_Protocols_Internal.IConfigurationRetriever_1$instance<OpenIdConnectConfiguration>;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface OpenIdConnectConfigurationRetriever$instance extends Microsoft_IdentityModel_Protocols_Internal.IConfigurationRetriever_1$instance<OpenIdConnectConfiguration> {}
|
|
152
|
+
|
|
153
|
+
export type OpenIdConnectConfigurationRetriever = OpenIdConnectConfigurationRetriever$instance & __OpenIdConnectConfigurationRetriever$views;
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
export interface OpenIdConnectMessage$instance extends AuthenticationProtocolMessage {
|
|
157
|
+
accessToken: string;
|
|
158
|
+
acrValues: string;
|
|
159
|
+
authorizationEndpoint: string;
|
|
160
|
+
claimsLocales: string;
|
|
161
|
+
clientAssertion: string;
|
|
162
|
+
clientAssertionType: string;
|
|
163
|
+
clientId: string;
|
|
164
|
+
clientSecret: string;
|
|
165
|
+
get code(): string | undefined;
|
|
166
|
+
set code(value: string);
|
|
167
|
+
display: string;
|
|
168
|
+
domainHint: string;
|
|
169
|
+
enableTelemetryParameters: boolean;
|
|
170
|
+
error: string;
|
|
171
|
+
errorDescription: string;
|
|
172
|
+
errorUri: string;
|
|
173
|
+
expiresIn: string;
|
|
174
|
+
grantType: string;
|
|
175
|
+
identityProvider: string;
|
|
176
|
+
idToken: string;
|
|
177
|
+
idTokenHint: string;
|
|
178
|
+
iss: string;
|
|
179
|
+
loginHint: string;
|
|
180
|
+
maxAge: string;
|
|
181
|
+
nonce: string;
|
|
182
|
+
password: string;
|
|
183
|
+
postLogoutRedirectUri: string;
|
|
184
|
+
prompt: string;
|
|
185
|
+
redirectUri: string;
|
|
186
|
+
refreshToken: string;
|
|
187
|
+
requestType: OpenIdConnectRequestType;
|
|
188
|
+
requestUri: string;
|
|
189
|
+
resource: string;
|
|
190
|
+
responseMode: string;
|
|
191
|
+
responseType: string;
|
|
192
|
+
scope: string;
|
|
193
|
+
sessionState: string;
|
|
194
|
+
sid: string;
|
|
195
|
+
skuTelemetryValue: string;
|
|
196
|
+
state: string;
|
|
197
|
+
targetLinkUri: string;
|
|
198
|
+
tokenEndpoint: string;
|
|
199
|
+
tokenType: string;
|
|
200
|
+
uiLocales: string;
|
|
201
|
+
userId: string;
|
|
202
|
+
username: string;
|
|
203
|
+
clone(): OpenIdConnectMessage;
|
|
204
|
+
createAuthenticationRequestUrl(): string;
|
|
205
|
+
createLogoutRequestUrl(): string;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
export const OpenIdConnectMessage: {
|
|
210
|
+
new(): OpenIdConnectMessage;
|
|
211
|
+
new(json: string): OpenIdConnectMessage;
|
|
212
|
+
new(nameValueCollection: NameValueCollection): OpenIdConnectMessage;
|
|
213
|
+
new(parameters: IEnumerable<KeyValuePair<System_Internal.String, string[]>>): OpenIdConnectMessage;
|
|
214
|
+
enableTelemetryParametersByDefault: boolean;
|
|
215
|
+
};
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
export type OpenIdConnectMessage = OpenIdConnectMessage$instance;
|
|
219
|
+
|
|
220
|
+
export interface OpenIdConnectProtocolException$instance extends Exception {
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
export const OpenIdConnectProtocolException: {
|
|
225
|
+
new(): OpenIdConnectProtocolException;
|
|
226
|
+
new(message: string): OpenIdConnectProtocolException;
|
|
227
|
+
new(message: string, innerException: Exception): OpenIdConnectProtocolException;
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
export type OpenIdConnectProtocolException = OpenIdConnectProtocolException$instance;
|
|
232
|
+
|
|
233
|
+
export interface OpenIdConnectProtocolInvalidAtHashException$instance extends OpenIdConnectProtocolException {
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
export const OpenIdConnectProtocolInvalidAtHashException: {
|
|
238
|
+
new(): OpenIdConnectProtocolInvalidAtHashException;
|
|
239
|
+
new(message: string): OpenIdConnectProtocolInvalidAtHashException;
|
|
240
|
+
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidAtHashException;
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
export type OpenIdConnectProtocolInvalidAtHashException = OpenIdConnectProtocolInvalidAtHashException$instance;
|
|
245
|
+
|
|
246
|
+
export interface OpenIdConnectProtocolInvalidCHashException$instance extends OpenIdConnectProtocolException {
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
export const OpenIdConnectProtocolInvalidCHashException: {
|
|
251
|
+
new(): OpenIdConnectProtocolInvalidCHashException;
|
|
252
|
+
new(message: string): OpenIdConnectProtocolInvalidCHashException;
|
|
253
|
+
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidCHashException;
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
export type OpenIdConnectProtocolInvalidCHashException = OpenIdConnectProtocolInvalidCHashException$instance;
|
|
258
|
+
|
|
259
|
+
export interface OpenIdConnectProtocolInvalidNonceException$instance extends OpenIdConnectProtocolException {
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
export const OpenIdConnectProtocolInvalidNonceException: {
|
|
264
|
+
new(): OpenIdConnectProtocolInvalidNonceException;
|
|
265
|
+
new(message: string): OpenIdConnectProtocolInvalidNonceException;
|
|
266
|
+
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidNonceException;
|
|
267
|
+
};
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
export type OpenIdConnectProtocolInvalidNonceException = OpenIdConnectProtocolInvalidNonceException$instance;
|
|
271
|
+
|
|
272
|
+
export interface OpenIdConnectProtocolInvalidStateException$instance extends OpenIdConnectProtocolException {
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
export const OpenIdConnectProtocolInvalidStateException: {
|
|
277
|
+
new(): OpenIdConnectProtocolInvalidStateException;
|
|
278
|
+
new(message: string): OpenIdConnectProtocolInvalidStateException;
|
|
279
|
+
new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidStateException;
|
|
280
|
+
};
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
export type OpenIdConnectProtocolInvalidStateException = OpenIdConnectProtocolInvalidStateException$instance;
|
|
284
|
+
|
|
285
|
+
export interface OpenIdConnectProtocolValidationContext$instance {
|
|
286
|
+
clientId: string;
|
|
287
|
+
nonce: string;
|
|
288
|
+
protocolMessage: OpenIdConnectMessage;
|
|
289
|
+
state: string;
|
|
290
|
+
userInfoEndpointResponse: string;
|
|
291
|
+
validatedIdToken: JwtSecurityToken;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
export const OpenIdConnectProtocolValidationContext: {
|
|
296
|
+
new(): OpenIdConnectProtocolValidationContext;
|
|
297
|
+
};
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
export type OpenIdConnectProtocolValidationContext = OpenIdConnectProtocolValidationContext$instance;
|
|
301
|
+
|
|
302
|
+
export interface OpenIdConnectProtocolValidator$instance {
|
|
303
|
+
cryptoProviderFactory: CryptoProviderFactory;
|
|
304
|
+
readonly hashAlgorithmMap: IDictionary<System_Internal.String, System_Internal.String>;
|
|
305
|
+
idTokenValidator: IdTokenValidator;
|
|
306
|
+
nonceLifetime: TimeSpan;
|
|
307
|
+
requireAcr: boolean;
|
|
308
|
+
requireAmr: boolean;
|
|
309
|
+
requireAuthTime: boolean;
|
|
310
|
+
requireAzp: boolean;
|
|
311
|
+
requireNonce: boolean;
|
|
312
|
+
requireState: boolean;
|
|
313
|
+
requireStateValidation: boolean;
|
|
314
|
+
requireSub: boolean;
|
|
315
|
+
requireTimeStampInNonce: boolean;
|
|
316
|
+
generateNonce(): string;
|
|
317
|
+
getHashAlgorithm(algorithm: string): HashAlgorithm;
|
|
318
|
+
validateAuthenticationResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
319
|
+
validateTokenResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
320
|
+
validateUserInfoResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
export const OpenIdConnectProtocolValidator: {
|
|
325
|
+
new(): OpenIdConnectProtocolValidator;
|
|
326
|
+
readonly defaultNonceLifetime: TimeSpan;
|
|
327
|
+
requireSubByDefault: boolean;
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
export type OpenIdConnectProtocolValidator = OpenIdConnectProtocolValidator$instance;
|
|
332
|
+
|
|
333
|
+
export abstract class ActiveDirectoryOpenIdConnectEndpoints$instance {
|
|
334
|
+
static readonly authorize: string;
|
|
335
|
+
static readonly logout: string;
|
|
336
|
+
static readonly token: string;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
export type ActiveDirectoryOpenIdConnectEndpoints = ActiveDirectoryOpenIdConnectEndpoints$instance;
|
|
341
|
+
|
|
342
|
+
export abstract class OpenIdConnectGrantTypes$instance {
|
|
343
|
+
static readonly authorizationCode: string;
|
|
344
|
+
static readonly refreshToken: string;
|
|
345
|
+
static readonly password: string;
|
|
346
|
+
static readonly clientCredentials: string;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
export type OpenIdConnectGrantTypes = OpenIdConnectGrantTypes$instance;
|
|
351
|
+
|
|
352
|
+
export abstract class OpenIdConnectParameterNames$instance {
|
|
353
|
+
static readonly accessToken: string;
|
|
354
|
+
static readonly acrValues: string;
|
|
355
|
+
static readonly claimsLocales: string;
|
|
356
|
+
static readonly clientAssertion: string;
|
|
357
|
+
static readonly clientAssertionType: string;
|
|
358
|
+
static readonly clientId: string;
|
|
359
|
+
static readonly clientSecret: string;
|
|
360
|
+
static readonly code: string;
|
|
361
|
+
static readonly display: string;
|
|
362
|
+
static readonly domainHint: string;
|
|
363
|
+
static readonly error: string;
|
|
364
|
+
static readonly errorDescription: string;
|
|
365
|
+
static readonly errorUri: string;
|
|
366
|
+
static readonly expiresIn: string;
|
|
367
|
+
static readonly grantType: string;
|
|
368
|
+
static readonly iss: string;
|
|
369
|
+
static readonly idToken: string;
|
|
370
|
+
static readonly idTokenHint: string;
|
|
371
|
+
static readonly identityProvider: string;
|
|
372
|
+
static readonly loginHint: string;
|
|
373
|
+
static readonly maxAge: string;
|
|
374
|
+
static readonly nonce: string;
|
|
375
|
+
static readonly password: string;
|
|
376
|
+
static readonly postLogoutRedirectUri: string;
|
|
377
|
+
static readonly prompt: string;
|
|
378
|
+
static readonly redirectUri: string;
|
|
379
|
+
static readonly refreshToken: string;
|
|
380
|
+
static readonly requestUri: string;
|
|
381
|
+
static readonly resource: string;
|
|
382
|
+
static readonly responseMode: string;
|
|
383
|
+
static readonly responseType: string;
|
|
384
|
+
static readonly scope: string;
|
|
385
|
+
static readonly skuTelemetry: string;
|
|
386
|
+
static readonly sessionState: string;
|
|
387
|
+
static readonly sid: string;
|
|
388
|
+
static readonly state: string;
|
|
389
|
+
static readonly targetLinkUri: string;
|
|
390
|
+
static readonly tokenType: string;
|
|
391
|
+
static readonly uiLocales: string;
|
|
392
|
+
static readonly userId: string;
|
|
393
|
+
static readonly username: string;
|
|
394
|
+
static readonly versionTelemetry: string;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
export type OpenIdConnectParameterNames = OpenIdConnectParameterNames$instance;
|
|
399
|
+
|
|
400
|
+
export abstract class OpenIdConnectPrompt$instance {
|
|
401
|
+
static readonly none: string;
|
|
402
|
+
static readonly login: string;
|
|
403
|
+
static readonly consent: string;
|
|
404
|
+
static readonly selectAccount: string;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
export type OpenIdConnectPrompt = OpenIdConnectPrompt$instance;
|
|
409
|
+
|
|
410
|
+
export abstract class OpenIdConnectResponseMode$instance {
|
|
411
|
+
static readonly query: string;
|
|
412
|
+
static readonly formPost: string;
|
|
413
|
+
static readonly fragment: string;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
export type OpenIdConnectResponseMode = OpenIdConnectResponseMode$instance;
|
|
418
|
+
|
|
419
|
+
export abstract class OpenIdConnectResponseType$instance {
|
|
420
|
+
static readonly code: string;
|
|
421
|
+
static readonly codeIdToken: string;
|
|
422
|
+
static readonly codeIdTokenToken: string;
|
|
423
|
+
static readonly codeToken: string;
|
|
424
|
+
static readonly idToken: string;
|
|
425
|
+
static readonly idTokenToken: string;
|
|
426
|
+
static readonly none: string;
|
|
427
|
+
static readonly token: string;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
export type OpenIdConnectResponseType = OpenIdConnectResponseType$instance;
|
|
432
|
+
|
|
433
|
+
export abstract class OpenIdConnectScope$instance {
|
|
434
|
+
static readonly address: string;
|
|
435
|
+
static readonly email: string;
|
|
436
|
+
static readonly offlineAccess: string;
|
|
437
|
+
static readonly openId: string;
|
|
438
|
+
static readonly openIdProfile: string;
|
|
439
|
+
static readonly phone: string;
|
|
440
|
+
static readonly userImpersonation: string;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
export type OpenIdConnectScope = OpenIdConnectScope$instance;
|
|
445
|
+
|
|
446
|
+
export abstract class OpenIdConnectSessionProperties$instance {
|
|
447
|
+
static readonly checkSessionIFrame: string;
|
|
448
|
+
static readonly redirectUri: string;
|
|
449
|
+
static readonly sessionState: string;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
export type OpenIdConnectSessionProperties = OpenIdConnectSessionProperties$instance;
|
|
454
|
+
|
|
455
|
+
export abstract class OpenIdProviderMetadataNames$instance {
|
|
456
|
+
static readonly acrValuesSupported: string;
|
|
457
|
+
static readonly authorizationEndpoint: string;
|
|
458
|
+
static readonly authorizationResponseIssParameterSupported: string;
|
|
459
|
+
static readonly backchannelAuthenticationEndpoint: string;
|
|
460
|
+
static readonly backchannelAuthenticationRequestSigningAlgValuesSupported: string;
|
|
461
|
+
static readonly backchannelTokenDeliveryModesSupported: string;
|
|
462
|
+
static readonly backchannelUserCodeParameterSupported: string;
|
|
463
|
+
static readonly checkSessionIframe: string;
|
|
464
|
+
static readonly claimsLocalesSupported: string;
|
|
465
|
+
static readonly claimsParameterSupported: string;
|
|
466
|
+
static readonly claimsSupported: string;
|
|
467
|
+
static readonly claimTypesSupported: string;
|
|
468
|
+
static readonly discovery: string;
|
|
469
|
+
static readonly displayValuesSupported: string;
|
|
470
|
+
static readonly dPoPSigningAlgValuesSupported: string;
|
|
471
|
+
static readonly endSessionEndpoint: string;
|
|
472
|
+
static readonly frontchannelLogoutSessionSupported: string;
|
|
473
|
+
static readonly frontchannelLogoutSupported: string;
|
|
474
|
+
static readonly httpLogoutSupported: string;
|
|
475
|
+
static readonly grantTypesSupported: string;
|
|
476
|
+
static readonly idTokenEncryptionAlgValuesSupported: string;
|
|
477
|
+
static readonly idTokenEncryptionEncValuesSupported: string;
|
|
478
|
+
static readonly idTokenSigningAlgValuesSupported: string;
|
|
479
|
+
static readonly introspectionEndpoint: string;
|
|
480
|
+
static readonly introspectionEndpointAuthMethodsSupported: string;
|
|
481
|
+
static readonly introspectionEndpointAuthSigningAlgValuesSupported: string;
|
|
482
|
+
static readonly jwksUri: string;
|
|
483
|
+
static readonly issuer: string;
|
|
484
|
+
static readonly logoutSessionSupported: string;
|
|
485
|
+
static readonly microsoftMultiRefreshToken: string;
|
|
486
|
+
static readonly opPolicyUri: string;
|
|
487
|
+
static readonly opTosUri: string;
|
|
488
|
+
static readonly promptValuesSupported: string;
|
|
489
|
+
static readonly pushedAuthorizationRequestEndpoint: string;
|
|
490
|
+
static readonly registrationEndpoint: string;
|
|
491
|
+
static readonly requestObjectEncryptionAlgValuesSupported: string;
|
|
492
|
+
static readonly requestObjectEncryptionEncValuesSupported: string;
|
|
493
|
+
static readonly requestObjectSigningAlgValuesSupported: string;
|
|
494
|
+
static readonly requestParameterSupported: string;
|
|
495
|
+
static readonly requestUriParameterSupported: string;
|
|
496
|
+
static readonly requirePushedAuthorizationRequests: string;
|
|
497
|
+
static readonly requireRequestUriRegistration: string;
|
|
498
|
+
static readonly responseModesSupported: string;
|
|
499
|
+
static readonly responseTypesSupported: string;
|
|
500
|
+
static readonly serviceDocumentation: string;
|
|
501
|
+
static readonly scopesSupported: string;
|
|
502
|
+
static readonly subjectTypesSupported: string;
|
|
503
|
+
static readonly tokenEndpoint: string;
|
|
504
|
+
static readonly tokenEndpointAuthMethodsSupported: string;
|
|
505
|
+
static readonly tokenEndpointAuthSigningAlgValuesSupported: string;
|
|
506
|
+
static readonly uiLocalesSupported: string;
|
|
507
|
+
static readonly userInfoEndpoint: string;
|
|
508
|
+
static readonly userInfoEncryptionAlgValuesSupported: string;
|
|
509
|
+
static readonly userInfoEncryptionEncValuesSupported: string;
|
|
510
|
+
static readonly userInfoSigningAlgValuesSupported: string;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
export type OpenIdProviderMetadataNames = OpenIdProviderMetadataNames$instance;
|
|
515
|
+
|