@tsonic/aspnetcore 10.0.41 → 10.0.42
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/Microsoft.AspNetCore/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +62 -61
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
- package/Microsoft.AspNetCore.Authentication.d.ts +6 -3
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
- package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
- package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +60 -80
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Builder.d.ts +4 -1
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +167 -167
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +70 -70
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +12 -12
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +27 -27
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
- package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
- package/Microsoft.AspNetCore.Components.d.ts +10 -6
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Connections.d.ts +5 -1
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
- package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
- package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +12 -21
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Html.d.ts +4 -0
- package/Microsoft.AspNetCore.Http/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +141 -138
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +29 -29
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +61 -61
- package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
- package/Microsoft.AspNetCore.Http.d.ts +7 -3
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +212 -212
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
- package/Microsoft.AspNetCore.Identity.d.ts +44 -40
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Localization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +220 -220
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +19 -19
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +13 -13
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +20 -0
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +70 -69
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +26 -26
- package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +5 -1
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +24 -24
- package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +56 -56
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +33 -33
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +34 -34
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +21 -21
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +93 -93
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +156 -156
- package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +23 -23
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +169 -169
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +8 -4
- package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +49 -49
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +25 -25
- package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +17 -17
- package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
- package/Microsoft.AspNetCore.Routing.d.ts +5 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
- package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Session.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +74 -74
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +139 -139
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +14 -14
- package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
- package/Microsoft.AspNetCore.SignalR.d.ts +19 -15
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
- package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities.d.ts +4 -0
- package/Microsoft.AspNetCore.d.ts +4 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +33 -33
- package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +1 -1
- package/Microsoft.Extensions.Hosting.d.ts +4 -0
- package/Microsoft.JSInterop/internal/index.d.ts +95 -68
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +15 -14
- package/Microsoft.JSInterop.Implementation.d.ts +4 -0
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
- package/Microsoft.JSInterop.d.ts +6 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +13 -13
- package/Microsoft.Net.Http.Headers.d.ts +4 -0
- package/README.md +8 -1
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +1 -1
- package/System.Security.Claims.d.ts +4 -0
- package/System.Threading.RateLimiting/internal/index.d.ts +24 -24
- package/System.Threading.RateLimiting.d.ts +10 -6
- package/__internal/extensions/index.d.ts +450 -469
- package/package.json +4 -4
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -295
- package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
- package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -69
- package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
- package/Microsoft.AspNetCore.Server.IIS.js +0 -9
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Antiforgery, Microsoft.AspNetCore.Http.Abstractions, Microsoft.AspNetCore.Http.Features
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Antiforgery/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { CookieBuilder, HttpContext } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
10
14
|
import type { Attribute, Boolean as ClrBoolean, Exception, Object as ClrObject, String as ClrString, Void } from '@tsonic/dotnet/System.js';
|
|
@@ -3,11 +3,10 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Authentication, Microsoft.AspNetCore.Authentication.Abstractions, Microsoft.AspNetCore.Authentication.Core, Microsoft.AspNetCore.Authentication.OAuth
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
10
|
-
import type { BearerTokenEvents } from "../../Microsoft.AspNetCore.Authentication.BearerToken/internal/index.js";
|
|
11
10
|
import type { ClaimActionCollection } from "../../Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.js";
|
|
12
11
|
import type { OAuthEvents } from "../../Microsoft.AspNetCore.Authentication.OAuth/internal/index.js";
|
|
13
12
|
import type { IDataProtectionProvider, IDataProtector } from "../../Microsoft.AspNetCore.DataProtection/internal/index.js";
|
|
@@ -127,6 +126,8 @@ export interface IAuthenticationSignInHandler$instance extends IAuthenticationSi
|
|
|
127
126
|
}
|
|
128
127
|
|
|
129
128
|
|
|
129
|
+
export interface IAuthenticationSignInHandler$instance extends IAuthenticationSignOutHandler$instance {}
|
|
130
|
+
|
|
130
131
|
export type IAuthenticationSignInHandler = IAuthenticationSignInHandler$instance;
|
|
131
132
|
|
|
132
133
|
export interface IAuthenticationSignOutHandler$instance extends IAuthenticationHandler {
|
|
@@ -152,7 +153,7 @@ export interface IClaimsTransformation$instance {
|
|
|
152
153
|
|
|
153
154
|
export type IClaimsTransformation = IClaimsTransformation$instance;
|
|
154
155
|
|
|
155
|
-
export interface IDataSerializer_1$instance<TModel> {
|
|
156
|
+
export interface IDataSerializer_1$instance<TModel extends unknown> {
|
|
156
157
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IDataSerializer_1: never;
|
|
157
158
|
|
|
158
159
|
Deserialize(data: byte[]): TModel | null;
|
|
@@ -160,9 +161,9 @@ export interface IDataSerializer_1$instance<TModel> {
|
|
|
160
161
|
}
|
|
161
162
|
|
|
162
163
|
|
|
163
|
-
export type IDataSerializer_1<TModel> = IDataSerializer_1$instance<TModel>;
|
|
164
|
+
export type IDataSerializer_1<TModel extends unknown> = IDataSerializer_1$instance<TModel>;
|
|
164
165
|
|
|
165
|
-
export interface ISecureDataFormat_1$instance<TData> {
|
|
166
|
+
export interface ISecureDataFormat_1$instance<TData extends unknown> {
|
|
166
167
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
|
|
167
168
|
|
|
168
169
|
Protect(data: TData, purpose: string | null): string;
|
|
@@ -172,7 +173,7 @@ export interface ISecureDataFormat_1$instance<TData> {
|
|
|
172
173
|
}
|
|
173
174
|
|
|
174
175
|
|
|
175
|
-
export type ISecureDataFormat_1<TData> = ISecureDataFormat_1$instance<TData>;
|
|
176
|
+
export type ISecureDataFormat_1<TData extends unknown> = ISecureDataFormat_1$instance<TData>;
|
|
176
177
|
|
|
177
178
|
export interface ISystemClock$instance {
|
|
178
179
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISystemClock: never;
|
|
@@ -235,9 +236,9 @@ export interface AuthenticationBuilder$instance {
|
|
|
235
236
|
|
|
236
237
|
readonly Services: IServiceCollection;
|
|
237
238
|
AddPolicyScheme(authenticationScheme: string, displayName: string | null, configureOptions: Action_1<PolicySchemeOptions>): AuthenticationBuilder;
|
|
238
|
-
AddRemoteScheme<TOptions extends RemoteAuthenticationOptions, THandler extends RemoteAuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string | null, configureOptions: Action_1<TOptions> | null): AuthenticationBuilder;
|
|
239
|
-
AddScheme<TOptions extends AuthenticationSchemeOptions, THandler extends AuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string | null, configureOptions: Action_1<TOptions> | null): AuthenticationBuilder;
|
|
240
|
-
AddScheme<TOptions extends AuthenticationSchemeOptions, THandler extends AuthenticationHandler_1<TOptions>>(authenticationScheme: string, configureOptions: Action_1<TOptions> | null): AuthenticationBuilder;
|
|
239
|
+
AddRemoteScheme<TOptions extends unknown & RemoteAuthenticationOptions, THandler extends unknown & RemoteAuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string | null, configureOptions: Action_1<TOptions> | null): AuthenticationBuilder;
|
|
240
|
+
AddScheme<TOptions extends unknown & AuthenticationSchemeOptions, THandler extends unknown & AuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string | null, configureOptions: Action_1<TOptions> | null): AuthenticationBuilder;
|
|
241
|
+
AddScheme<TOptions extends unknown & AuthenticationSchemeOptions, THandler extends unknown & AuthenticationHandler_1<TOptions>>(authenticationScheme: string, configureOptions: Action_1<TOptions> | null): AuthenticationBuilder;
|
|
241
242
|
}
|
|
242
243
|
|
|
243
244
|
|
|
@@ -286,18 +287,18 @@ export interface __AuthenticationFeature$views {
|
|
|
286
287
|
export type AuthenticationFeature = AuthenticationFeature$instance & __AuthenticationFeature$views;
|
|
287
288
|
|
|
288
289
|
|
|
289
|
-
export interface AuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends IAuthenticationHandler$instance {
|
|
290
|
+
export interface AuthenticationHandler_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends IAuthenticationHandler$instance {
|
|
290
291
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationHandler_1: never;
|
|
291
292
|
|
|
292
293
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
293
294
|
|
|
294
295
|
readonly ClaimsIssuer: string;
|
|
295
|
-
Events:
|
|
296
|
+
Events: RemoteAuthenticationEvents | unknown;
|
|
296
297
|
Options: TOptions;
|
|
297
298
|
Scheme: AuthenticationScheme;
|
|
298
299
|
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
299
300
|
ChallengeAsync(properties: AuthenticationProperties | null): Task;
|
|
300
|
-
CreateEventsAsync(): Task_1<
|
|
301
|
+
CreateEventsAsync(): Task_1<unknown>;
|
|
301
302
|
ForbidAsync(properties: AuthenticationProperties | null): Task;
|
|
302
303
|
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
303
304
|
HandleChallengeAsync(properties: AuthenticationProperties): Task;
|
|
@@ -309,15 +310,15 @@ export interface AuthenticationHandler_1$instance<TOptions extends Authenticatio
|
|
|
309
310
|
}
|
|
310
311
|
|
|
311
312
|
|
|
312
|
-
export const AuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => AuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => AuthenticationHandler_1<TOptions>) & {
|
|
313
|
+
export const AuthenticationHandler_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => AuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => AuthenticationHandler_1<TOptions>) & {
|
|
313
314
|
};
|
|
314
315
|
|
|
315
316
|
|
|
316
|
-
export interface __AuthenticationHandler_1$views<TOptions extends AuthenticationSchemeOptions> {
|
|
317
|
+
export interface __AuthenticationHandler_1$views<TOptions extends unknown & AuthenticationSchemeOptions> {
|
|
317
318
|
As_IAuthenticationHandler(): IAuthenticationHandler$instance;
|
|
318
319
|
}
|
|
319
320
|
|
|
320
|
-
export type AuthenticationHandler_1<TOptions extends AuthenticationSchemeOptions> = AuthenticationHandler_1$instance<TOptions> & __AuthenticationHandler_1$views<TOptions>;
|
|
321
|
+
export type AuthenticationHandler_1<TOptions extends unknown & AuthenticationSchemeOptions> = AuthenticationHandler_1$instance<TOptions> & __AuthenticationHandler_1$views<TOptions>;
|
|
321
322
|
|
|
322
323
|
|
|
323
324
|
export interface AuthenticationHandlerProvider$instance extends IAuthenticationHandlerProvider$instance {
|
|
@@ -376,7 +377,7 @@ export interface AuthenticationOptions$instance {
|
|
|
376
377
|
readonly SchemeMap: IDictionary_2<System_Internal.String, AuthenticationSchemeBuilder>;
|
|
377
378
|
readonly Schemes: IEnumerable_1<AuthenticationSchemeBuilder>;
|
|
378
379
|
AddScheme(name: string, configureBuilder: Action_1<AuthenticationSchemeBuilder>): void;
|
|
379
|
-
AddScheme<THandler extends IAuthenticationHandler>(name: string, displayName: string | null): void;
|
|
380
|
+
AddScheme<THandler extends unknown & IAuthenticationHandler>(name: string, displayName: string | null): void;
|
|
380
381
|
}
|
|
381
382
|
|
|
382
383
|
|
|
@@ -398,13 +399,13 @@ export interface AuthenticationProperties$instance {
|
|
|
398
399
|
get IssuedUtc(): Nullable_1<DateTimeOffset>;
|
|
399
400
|
set IssuedUtc(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
|
|
400
401
|
readonly Items: IDictionary_2<System_Internal.String, string | null>;
|
|
401
|
-
readonly Parameters: IDictionary_2<System_Internal.String,
|
|
402
|
+
readonly Parameters: IDictionary_2<System_Internal.String, unknown | null>;
|
|
402
403
|
get RedirectUri(): string | null;
|
|
403
404
|
set RedirectUri(value: string | null);
|
|
404
405
|
Clone(): AuthenticationProperties;
|
|
405
|
-
GetParameter<T>(key: string): T | null;
|
|
406
|
+
GetParameter<T extends unknown>(key: string): T | null;
|
|
406
407
|
GetString(key: string): string | null;
|
|
407
|
-
SetParameter<T>(key: string, value: T): void;
|
|
408
|
+
SetParameter<T extends unknown>(key: string, value: T): void;
|
|
408
409
|
SetString(key: string, value: string | null): void;
|
|
409
410
|
}
|
|
410
411
|
|
|
@@ -412,7 +413,7 @@ export interface AuthenticationProperties$instance {
|
|
|
412
413
|
export const AuthenticationProperties: {
|
|
413
414
|
new(): AuthenticationProperties;
|
|
414
415
|
new(items: IDictionary_2<System_Internal.String, string | null>): AuthenticationProperties;
|
|
415
|
-
new(items: IDictionary_2<System_Internal.String, string | null> | null, parameters: IDictionary_2<System_Internal.String,
|
|
416
|
+
new(items: IDictionary_2<System_Internal.String, string | null> | null, parameters: IDictionary_2<System_Internal.String, unknown | null> | null): AuthenticationProperties;
|
|
416
417
|
};
|
|
417
418
|
|
|
418
419
|
|
|
@@ -458,7 +459,7 @@ export interface AuthenticationSchemeOptions$instance {
|
|
|
458
459
|
|
|
459
460
|
get ClaimsIssuer(): string | null;
|
|
460
461
|
set ClaimsIssuer(value: string | null);
|
|
461
|
-
Events:
|
|
462
|
+
Events: OAuthEvents | RemoteAuthenticationEvents | unknown;
|
|
462
463
|
get EventsType(): Type | null;
|
|
463
464
|
set EventsType(value: Type | null);
|
|
464
465
|
get ForwardAuthenticate(): string | null;
|
|
@@ -582,7 +583,7 @@ export const AuthenticationToken: {
|
|
|
582
583
|
|
|
583
584
|
export type AuthenticationToken = AuthenticationToken$instance;
|
|
584
585
|
|
|
585
|
-
export interface BaseContext_1$instance<TOptions extends AuthenticationSchemeOptions> {
|
|
586
|
+
export interface BaseContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> {
|
|
586
587
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_BaseContext_1: never;
|
|
587
588
|
|
|
588
589
|
readonly HttpContext: HttpContext;
|
|
@@ -593,13 +594,13 @@ export interface BaseContext_1$instance<TOptions extends AuthenticationSchemeOpt
|
|
|
593
594
|
}
|
|
594
595
|
|
|
595
596
|
|
|
596
|
-
export const BaseContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => BaseContext_1<TOptions>) & {
|
|
597
|
+
export const BaseContext_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => BaseContext_1<TOptions>) & {
|
|
597
598
|
};
|
|
598
599
|
|
|
599
600
|
|
|
600
|
-
export type BaseContext_1<TOptions extends AuthenticationSchemeOptions> = BaseContext_1$instance<TOptions>;
|
|
601
|
+
export type BaseContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = BaseContext_1$instance<TOptions>;
|
|
601
602
|
|
|
602
|
-
export interface HandleRequestContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
|
|
603
|
+
export interface HandleRequestContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
|
|
603
604
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_HandleRequestContext_1: never;
|
|
604
605
|
|
|
605
606
|
Result: HandleRequestResult;
|
|
@@ -608,11 +609,11 @@ export interface HandleRequestContext_1$instance<TOptions extends Authentication
|
|
|
608
609
|
}
|
|
609
610
|
|
|
610
611
|
|
|
611
|
-
export const HandleRequestContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => HandleRequestContext_1<TOptions>) & {
|
|
612
|
+
export const HandleRequestContext_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => HandleRequestContext_1<TOptions>) & {
|
|
612
613
|
};
|
|
613
614
|
|
|
614
615
|
|
|
615
|
-
export type HandleRequestContext_1<TOptions extends AuthenticationSchemeOptions> = HandleRequestContext_1$instance<TOptions>;
|
|
616
|
+
export type HandleRequestContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = HandleRequestContext_1$instance<TOptions>;
|
|
616
617
|
|
|
617
618
|
export interface HandleRequestResult$instance extends AuthenticateResult {
|
|
618
619
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_HandleRequestResult: never;
|
|
@@ -654,7 +655,7 @@ export interface __NoopClaimsTransformation$views {
|
|
|
654
655
|
export type NoopClaimsTransformation = NoopClaimsTransformation$instance & __NoopClaimsTransformation$views;
|
|
655
656
|
|
|
656
657
|
|
|
657
|
-
export interface PolicySchemeHandler$instance extends SignInAuthenticationHandler_1$instance<PolicySchemeOptions
|
|
658
|
+
export interface PolicySchemeHandler$instance extends SignInAuthenticationHandler_1$instance<PolicySchemeOptions>, IAuthenticationSignInHandler$instance {
|
|
658
659
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PolicySchemeHandler: never;
|
|
659
660
|
|
|
660
661
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
@@ -696,7 +697,7 @@ export const PolicySchemeOptions: {
|
|
|
696
697
|
|
|
697
698
|
export type PolicySchemeOptions = PolicySchemeOptions$instance;
|
|
698
699
|
|
|
699
|
-
export interface PrincipalContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
|
|
700
|
+
export interface PrincipalContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
|
|
700
701
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PrincipalContext_1: never;
|
|
701
702
|
|
|
702
703
|
get Principal(): ClaimsPrincipal | null;
|
|
@@ -704,24 +705,24 @@ export interface PrincipalContext_1$instance<TOptions extends AuthenticationSche
|
|
|
704
705
|
}
|
|
705
706
|
|
|
706
707
|
|
|
707
|
-
export const PrincipalContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties | null) => PrincipalContext_1<TOptions>) & {
|
|
708
|
+
export const PrincipalContext_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties | null) => PrincipalContext_1<TOptions>) & {
|
|
708
709
|
};
|
|
709
710
|
|
|
710
711
|
|
|
711
|
-
export type PrincipalContext_1<TOptions extends AuthenticationSchemeOptions> = PrincipalContext_1$instance<TOptions>;
|
|
712
|
+
export type PrincipalContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = PrincipalContext_1$instance<TOptions>;
|
|
712
713
|
|
|
713
|
-
export interface PropertiesContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
|
|
714
|
+
export interface PropertiesContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
|
|
714
715
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PropertiesContext_1: never;
|
|
715
716
|
|
|
716
717
|
Properties: AuthenticationProperties;
|
|
717
718
|
}
|
|
718
719
|
|
|
719
720
|
|
|
720
|
-
export const PropertiesContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties | null) => PropertiesContext_1<TOptions>) & {
|
|
721
|
+
export const PropertiesContext_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties | null) => PropertiesContext_1<TOptions>) & {
|
|
721
722
|
};
|
|
722
723
|
|
|
723
724
|
|
|
724
|
-
export type PropertiesContext_1<TOptions extends AuthenticationSchemeOptions> = PropertiesContext_1$instance<TOptions>;
|
|
725
|
+
export type PropertiesContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = PropertiesContext_1$instance<TOptions>;
|
|
725
726
|
|
|
726
727
|
export interface PropertiesDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationProperties>, ISecureDataFormat_1$instance<AuthenticationProperties> {
|
|
727
728
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PropertiesDataFormat: never;
|
|
@@ -768,7 +769,7 @@ export interface __PropertiesSerializer$views {
|
|
|
768
769
|
export type PropertiesSerializer = PropertiesSerializer$instance & __PropertiesSerializer$views;
|
|
769
770
|
|
|
770
771
|
|
|
771
|
-
export interface RedirectContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
|
|
772
|
+
export interface RedirectContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
|
|
772
773
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RedirectContext_1: never;
|
|
773
774
|
|
|
774
775
|
RedirectUri: string;
|
|
@@ -776,13 +777,13 @@ export interface RedirectContext_1$instance<TOptions extends AuthenticationSchem
|
|
|
776
777
|
|
|
777
778
|
|
|
778
779
|
export const RedirectContext_1: {
|
|
779
|
-
new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties, redirectUri: string): RedirectContext_1<TOptions>;
|
|
780
|
+
new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties, redirectUri: string): RedirectContext_1<TOptions>;
|
|
780
781
|
};
|
|
781
782
|
|
|
782
783
|
|
|
783
|
-
export type RedirectContext_1<TOptions extends AuthenticationSchemeOptions> = RedirectContext_1$instance<TOptions>;
|
|
784
|
+
export type RedirectContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = RedirectContext_1$instance<TOptions>;
|
|
784
785
|
|
|
785
|
-
export interface RemoteAuthenticationContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends HandleRequestContext_1<TOptions> {
|
|
786
|
+
export interface RemoteAuthenticationContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends HandleRequestContext_1<TOptions> {
|
|
786
787
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationContext_1: never;
|
|
787
788
|
|
|
788
789
|
get Principal(): ClaimsPrincipal | null;
|
|
@@ -795,11 +796,11 @@ export interface RemoteAuthenticationContext_1$instance<TOptions extends Authent
|
|
|
795
796
|
}
|
|
796
797
|
|
|
797
798
|
|
|
798
|
-
export const RemoteAuthenticationContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties | null) => RemoteAuthenticationContext_1<TOptions>) & {
|
|
799
|
+
export const RemoteAuthenticationContext_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties | null) => RemoteAuthenticationContext_1<TOptions>) & {
|
|
799
800
|
};
|
|
800
801
|
|
|
801
802
|
|
|
802
|
-
export type RemoteAuthenticationContext_1<TOptions extends AuthenticationSchemeOptions> = RemoteAuthenticationContext_1$instance<TOptions>;
|
|
803
|
+
export type RemoteAuthenticationContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = RemoteAuthenticationContext_1$instance<TOptions>;
|
|
803
804
|
|
|
804
805
|
export interface RemoteAuthenticationEvents$instance {
|
|
805
806
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationEvents: never;
|
|
@@ -820,13 +821,13 @@ export const RemoteAuthenticationEvents: {
|
|
|
820
821
|
|
|
821
822
|
export type RemoteAuthenticationEvents = RemoteAuthenticationEvents$instance;
|
|
822
823
|
|
|
823
|
-
export interface RemoteAuthenticationHandler_1$instance<TOptions extends RemoteAuthenticationOptions> extends AuthenticationHandler_1$instance<TOptions
|
|
824
|
+
export interface RemoteAuthenticationHandler_1$instance<TOptions extends unknown & RemoteAuthenticationOptions> extends AuthenticationHandler_1$instance<TOptions>, IAuthenticationRequestHandler$instance {
|
|
824
825
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationHandler_1: never;
|
|
825
826
|
|
|
826
827
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
827
828
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationRequestHandler: never;
|
|
828
829
|
|
|
829
|
-
CreateEventsAsync(): Task_1<
|
|
830
|
+
CreateEventsAsync(): Task_1<unknown>;
|
|
830
831
|
GenerateCorrelationId(properties: AuthenticationProperties): void;
|
|
831
832
|
HandleAccessDeniedErrorAsync(properties: AuthenticationProperties): Task_1<HandleRequestResult>;
|
|
832
833
|
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
@@ -838,15 +839,15 @@ export interface RemoteAuthenticationHandler_1$instance<TOptions extends RemoteA
|
|
|
838
839
|
}
|
|
839
840
|
|
|
840
841
|
|
|
841
|
-
export const RemoteAuthenticationHandler_1: (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => RemoteAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => RemoteAuthenticationHandler_1<TOptions>) & {
|
|
842
|
+
export const RemoteAuthenticationHandler_1: (abstract new<TOptions extends unknown & RemoteAuthenticationOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => RemoteAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends unknown & RemoteAuthenticationOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => RemoteAuthenticationHandler_1<TOptions>) & {
|
|
842
843
|
};
|
|
843
844
|
|
|
844
845
|
|
|
845
|
-
export interface __RemoteAuthenticationHandler_1$views<TOptions extends RemoteAuthenticationOptions> {
|
|
846
|
+
export interface __RemoteAuthenticationHandler_1$views<TOptions extends unknown & RemoteAuthenticationOptions> {
|
|
846
847
|
As_IAuthenticationHandler(): IAuthenticationHandler$instance;
|
|
847
848
|
}
|
|
848
849
|
|
|
849
|
-
export type RemoteAuthenticationHandler_1<TOptions extends RemoteAuthenticationOptions> = RemoteAuthenticationHandler_1$instance<TOptions> & __RemoteAuthenticationHandler_1$views<TOptions>;
|
|
850
|
+
export type RemoteAuthenticationHandler_1<TOptions extends unknown & RemoteAuthenticationOptions> = RemoteAuthenticationHandler_1$instance<TOptions> & __RemoteAuthenticationHandler_1$views<TOptions>;
|
|
850
851
|
|
|
851
852
|
|
|
852
853
|
export interface RemoteAuthenticationOptions$instance extends AuthenticationSchemeOptions {
|
|
@@ -861,7 +862,7 @@ export interface RemoteAuthenticationOptions$instance extends AuthenticationSche
|
|
|
861
862
|
CorrelationCookie: CookieBuilder;
|
|
862
863
|
get DataProtectionProvider(): IDataProtectionProvider | null;
|
|
863
864
|
set DataProtectionProvider(value: IDataProtectionProvider | null);
|
|
864
|
-
Events:
|
|
865
|
+
Events: OAuthEvents | RemoteAuthenticationEvents | unknown;
|
|
865
866
|
RemoteAuthenticationTimeout: TimeSpan;
|
|
866
867
|
ReturnUrlParameter: string;
|
|
867
868
|
SaveTokens: boolean;
|
|
@@ -912,7 +913,7 @@ export const RequestPathBaseCookieBuilder: {
|
|
|
912
913
|
|
|
913
914
|
export type RequestPathBaseCookieBuilder = RequestPathBaseCookieBuilder$instance;
|
|
914
915
|
|
|
915
|
-
export interface ResultContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
|
|
916
|
+
export interface ResultContext_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
|
|
916
917
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_ResultContext_1: never;
|
|
917
918
|
|
|
918
919
|
get Principal(): ClaimsPrincipal | null;
|
|
@@ -927,13 +928,13 @@ export interface ResultContext_1$instance<TOptions extends AuthenticationSchemeO
|
|
|
927
928
|
}
|
|
928
929
|
|
|
929
930
|
|
|
930
|
-
export const ResultContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => ResultContext_1<TOptions>) & {
|
|
931
|
+
export const ResultContext_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => ResultContext_1<TOptions>) & {
|
|
931
932
|
};
|
|
932
933
|
|
|
933
934
|
|
|
934
|
-
export type ResultContext_1<TOptions extends AuthenticationSchemeOptions> = ResultContext_1$instance<TOptions>;
|
|
935
|
+
export type ResultContext_1<TOptions extends unknown & AuthenticationSchemeOptions> = ResultContext_1$instance<TOptions>;
|
|
935
936
|
|
|
936
|
-
export interface SecureDataFormat_1$instance<TData> {
|
|
937
|
+
export interface SecureDataFormat_1$instance<TData extends unknown> {
|
|
937
938
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SecureDataFormat_1: never;
|
|
938
939
|
|
|
939
940
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
|
|
@@ -946,18 +947,18 @@ export interface SecureDataFormat_1$instance<TData> {
|
|
|
946
947
|
|
|
947
948
|
|
|
948
949
|
export const SecureDataFormat_1: {
|
|
949
|
-
new<TData>(serializer: IDataSerializer_1<TData>, protector: IDataProtector): SecureDataFormat_1<TData>;
|
|
950
|
+
new<TData extends unknown>(serializer: IDataSerializer_1<TData>, protector: IDataProtector): SecureDataFormat_1<TData>;
|
|
950
951
|
};
|
|
951
952
|
|
|
952
953
|
|
|
953
|
-
export interface __SecureDataFormat_1$views<TData> {
|
|
954
|
+
export interface __SecureDataFormat_1$views<TData extends unknown> {
|
|
954
955
|
As_ISecureDataFormat_1(): ISecureDataFormat_1$instance<TData>;
|
|
955
956
|
}
|
|
956
957
|
|
|
957
|
-
export type SecureDataFormat_1<TData> = SecureDataFormat_1$instance<TData> & __SecureDataFormat_1$views<TData>;
|
|
958
|
+
export type SecureDataFormat_1<TData extends unknown> = SecureDataFormat_1$instance<TData> & __SecureDataFormat_1$views<TData>;
|
|
958
959
|
|
|
959
960
|
|
|
960
|
-
export interface SignInAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends SignOutAuthenticationHandler_1$instance<TOptions
|
|
961
|
+
export interface SignInAuthenticationHandler_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends SignOutAuthenticationHandler_1$instance<TOptions>, IAuthenticationSignInHandler$instance {
|
|
961
962
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SignInAuthenticationHandler_1: never;
|
|
962
963
|
|
|
963
964
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
@@ -969,19 +970,19 @@ export interface SignInAuthenticationHandler_1$instance<TOptions extends Authent
|
|
|
969
970
|
}
|
|
970
971
|
|
|
971
972
|
|
|
972
|
-
export const SignInAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignInAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignInAuthenticationHandler_1<TOptions>) & {
|
|
973
|
+
export const SignInAuthenticationHandler_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignInAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignInAuthenticationHandler_1<TOptions>) & {
|
|
973
974
|
};
|
|
974
975
|
|
|
975
976
|
|
|
976
|
-
export interface __SignInAuthenticationHandler_1$views<TOptions extends AuthenticationSchemeOptions> {
|
|
977
|
+
export interface __SignInAuthenticationHandler_1$views<TOptions extends unknown & AuthenticationSchemeOptions> {
|
|
977
978
|
As_IAuthenticationHandler(): IAuthenticationHandler$instance;
|
|
978
979
|
As_IAuthenticationSignInHandler(): IAuthenticationSignInHandler$instance;
|
|
979
980
|
}
|
|
980
981
|
|
|
981
|
-
export type SignInAuthenticationHandler_1<TOptions extends AuthenticationSchemeOptions> = SignInAuthenticationHandler_1$instance<TOptions> & __SignInAuthenticationHandler_1$views<TOptions>;
|
|
982
|
+
export type SignInAuthenticationHandler_1<TOptions extends unknown & AuthenticationSchemeOptions> = SignInAuthenticationHandler_1$instance<TOptions> & __SignInAuthenticationHandler_1$views<TOptions>;
|
|
982
983
|
|
|
983
984
|
|
|
984
|
-
export interface SignOutAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends AuthenticationHandler_1$instance<TOptions
|
|
985
|
+
export interface SignOutAuthenticationHandler_1$instance<TOptions extends unknown & AuthenticationSchemeOptions> extends AuthenticationHandler_1$instance<TOptions>, IAuthenticationSignOutHandler$instance {
|
|
985
986
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SignOutAuthenticationHandler_1: never;
|
|
986
987
|
|
|
987
988
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
@@ -992,15 +993,15 @@ export interface SignOutAuthenticationHandler_1$instance<TOptions extends Authen
|
|
|
992
993
|
}
|
|
993
994
|
|
|
994
995
|
|
|
995
|
-
export const SignOutAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignOutAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignOutAuthenticationHandler_1<TOptions>) & {
|
|
996
|
+
export const SignOutAuthenticationHandler_1: (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignOutAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends unknown & AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignOutAuthenticationHandler_1<TOptions>) & {
|
|
996
997
|
};
|
|
997
998
|
|
|
998
999
|
|
|
999
|
-
export interface __SignOutAuthenticationHandler_1$views<TOptions extends AuthenticationSchemeOptions> {
|
|
1000
|
+
export interface __SignOutAuthenticationHandler_1$views<TOptions extends unknown & AuthenticationSchemeOptions> {
|
|
1000
1001
|
As_IAuthenticationHandler(): IAuthenticationHandler$instance;
|
|
1001
1002
|
}
|
|
1002
1003
|
|
|
1003
|
-
export type SignOutAuthenticationHandler_1<TOptions extends AuthenticationSchemeOptions> = SignOutAuthenticationHandler_1$instance<TOptions> & __SignOutAuthenticationHandler_1$views<TOptions>;
|
|
1004
|
+
export type SignOutAuthenticationHandler_1<TOptions extends unknown & AuthenticationSchemeOptions> = SignOutAuthenticationHandler_1$instance<TOptions> & __SignOutAuthenticationHandler_1$views<TOptions>;
|
|
1004
1005
|
|
|
1005
1006
|
|
|
1006
1007
|
export interface SystemClock$instance extends ISystemClock$instance {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Authentication.BearerToken
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -52,7 +52,7 @@ export interface BearerTokenOptions$instance extends AuthenticationSchemeOptions
|
|
|
52
52
|
|
|
53
53
|
BearerTokenExpiration: TimeSpan;
|
|
54
54
|
BearerTokenProtector: ISecureDataFormat_1<AuthenticationTicket>;
|
|
55
|
-
Events: BearerTokenEvents |
|
|
55
|
+
Events: BearerTokenEvents | unknown;
|
|
56
56
|
RefreshTokenExpiration: TimeSpan;
|
|
57
57
|
RefreshTokenProtector: ISecureDataFormat_1<AuthenticationTicket>;
|
|
58
58
|
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Authentication.BearerToken/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { AuthenticateResult, AuthenticationProperties, AuthenticationScheme, AuthenticationSchemeOptions, AuthenticationTicket, ISecureDataFormat_1, ResultContext_1 } from './Microsoft.AspNetCore.Authentication/internal/index.js';
|
|
10
14
|
import type { HttpContext, HttpRequest, HttpResponse } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Authentication.Cookies
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -110,14 +110,14 @@ export const CookieAuthenticationEvents: {
|
|
|
110
110
|
|
|
111
111
|
export type CookieAuthenticationEvents = CookieAuthenticationEvents$instance;
|
|
112
112
|
|
|
113
|
-
export interface CookieAuthenticationHandler$instance extends SignInAuthenticationHandler_1<CookieAuthenticationOptions
|
|
113
|
+
export interface CookieAuthenticationHandler$instance extends SignInAuthenticationHandler_1<CookieAuthenticationOptions>, Microsoft_AspNetCore_Authentication_Internal.IAuthenticationSignInHandler$instance {
|
|
114
114
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_Cookies_CookieAuthenticationHandler: never;
|
|
115
115
|
|
|
116
116
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
117
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
|
|
118
118
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
|
|
119
119
|
|
|
120
|
-
CreateEventsAsync(): Task_1<
|
|
120
|
+
CreateEventsAsync(): Task_1<unknown>;
|
|
121
121
|
FinishResponseAsync(): Task;
|
|
122
122
|
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
123
123
|
HandleChallengeAsync(properties: AuthenticationProperties): Task;
|
|
@@ -150,7 +150,7 @@ export interface CookieAuthenticationOptions$instance extends AuthenticationSche
|
|
|
150
150
|
CookieManager: ICookieManager;
|
|
151
151
|
get DataProtectionProvider(): IDataProtectionProvider | null;
|
|
152
152
|
set DataProtectionProvider(value: IDataProtectionProvider | null);
|
|
153
|
-
Events: CookieAuthenticationEvents |
|
|
153
|
+
Events: CookieAuthenticationEvents | unknown;
|
|
154
154
|
ExpireTimeSpan: TimeSpan;
|
|
155
155
|
LoginPath: PathString;
|
|
156
156
|
LogoutPath: PathString;
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Authentication.Cookies/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { AuthenticateResult, AuthenticationProperties, AuthenticationScheme, AuthenticationSchemeOptions, AuthenticationTicket, IAuthenticationHandler, IAuthenticationSignInHandler, IAuthenticationSignOutHandler, ISecureDataFormat_1, ISystemClock, PrincipalContext_1, PropertiesContext_1, RedirectContext_1, SignInAuthenticationHandler_1 } from './Microsoft.AspNetCore.Authentication/internal/index.js';
|
|
10
14
|
import type { IDataProtectionProvider } from './Microsoft.AspNetCore.DataProtection/internal/index.js';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Authentication.OAuth
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -34,7 +34,7 @@ export interface OAuthChallengeProperties$instance extends AuthenticationPropert
|
|
|
34
34
|
export const OAuthChallengeProperties: {
|
|
35
35
|
new(): OAuthChallengeProperties;
|
|
36
36
|
new(items: IDictionary_2<System_Internal.String, string | null>): OAuthChallengeProperties;
|
|
37
|
-
new(items: IDictionary_2<System_Internal.String, string | null> | null, parameters: IDictionary_2<System_Internal.String,
|
|
37
|
+
new(items: IDictionary_2<System_Internal.String, string | null> | null, parameters: IDictionary_2<System_Internal.String, unknown | null> | null): OAuthChallengeProperties;
|
|
38
38
|
readonly ScopeKey: string;
|
|
39
39
|
};
|
|
40
40
|
|
|
@@ -97,14 +97,14 @@ export const OAuthEvents: {
|
|
|
97
97
|
|
|
98
98
|
export type OAuthEvents = OAuthEvents$instance;
|
|
99
99
|
|
|
100
|
-
export interface OAuthHandler_1$instance<TOptions extends OAuthOptions> extends RemoteAuthenticationHandler_1<TOptions
|
|
100
|
+
export interface OAuthHandler_1$instance<TOptions extends unknown & OAuthOptions> extends RemoteAuthenticationHandler_1<TOptions>, Microsoft_AspNetCore_Authentication_Internal.IAuthenticationRequestHandler$instance {
|
|
101
101
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_OAuth_OAuthHandler_1: never;
|
|
102
102
|
|
|
103
103
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
104
104
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationRequestHandler: never;
|
|
105
105
|
|
|
106
106
|
BuildChallengeUrl(properties: AuthenticationProperties, redirectUri: string): string;
|
|
107
|
-
CreateEventsAsync(): Task_1<
|
|
107
|
+
CreateEventsAsync(): Task_1<unknown>;
|
|
108
108
|
CreateTicketAsync(identity: ClaimsIdentity, properties: AuthenticationProperties, tokens: OAuthTokenResponse): Task_1<AuthenticationTicket>;
|
|
109
109
|
ExchangeCodeAsync(context: OAuthCodeExchangeContext): Task_1<OAuthTokenResponse>;
|
|
110
110
|
FormatScope(scopes: IEnumerable_1<System_Internal.String>): string;
|
|
@@ -115,16 +115,16 @@ export interface OAuthHandler_1$instance<TOptions extends OAuthOptions> extends
|
|
|
115
115
|
|
|
116
116
|
|
|
117
117
|
export const OAuthHandler_1: {
|
|
118
|
-
new<TOptions extends OAuthOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock): OAuthHandler_1<TOptions>;
|
|
119
|
-
new<TOptions extends OAuthOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder): OAuthHandler_1<TOptions>;
|
|
118
|
+
new<TOptions extends unknown & OAuthOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock): OAuthHandler_1<TOptions>;
|
|
119
|
+
new<TOptions extends unknown & OAuthOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder): OAuthHandler_1<TOptions>;
|
|
120
120
|
};
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
export interface __OAuthHandler_1$views<TOptions extends OAuthOptions> {
|
|
123
|
+
export interface __OAuthHandler_1$views<TOptions extends unknown & OAuthOptions> {
|
|
124
124
|
As_IAuthenticationHandler(): Microsoft_AspNetCore_Authentication_Internal.IAuthenticationHandler$instance;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
export type OAuthHandler_1<TOptions extends OAuthOptions> = OAuthHandler_1$instance<TOptions> & __OAuthHandler_1$views<TOptions>;
|
|
127
|
+
export type OAuthHandler_1<TOptions extends unknown & OAuthOptions> = OAuthHandler_1$instance<TOptions> & __OAuthHandler_1$views<TOptions>;
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
export interface OAuthOptions$instance extends RemoteAuthenticationOptions {
|
|
@@ -135,7 +135,7 @@ export interface OAuthOptions$instance extends RemoteAuthenticationOptions {
|
|
|
135
135
|
readonly ClaimActions: ClaimActionCollection;
|
|
136
136
|
ClientId: string;
|
|
137
137
|
ClientSecret: string;
|
|
138
|
-
Events:
|
|
138
|
+
Events: OAuthEvents | RemoteAuthenticationEvents | unknown;
|
|
139
139
|
readonly Scope: ICollection_1<System_Internal.String>;
|
|
140
140
|
StateDataFormat: ISecureDataFormat_1<AuthenticationProperties>;
|
|
141
141
|
TokenEndpoint: string;
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: Microsoft.AspNetCore.Authentication.OAuth
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
6
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { IEnumerable as IEnumerable__System_Collections_Generic, IEnumerator } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
10
14
|
import type { IEnumerable } from '@tsonic/dotnet/System.Collections.js';
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
// Import internal declarations
|
|
6
6
|
import * as Internal from './Microsoft.AspNetCore.Authentication.OAuth/internal/index.js';
|
|
7
7
|
|
|
8
|
+
// Core type aliases from @tsonic/core
|
|
9
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
10
|
+
|
|
11
|
+
|
|
8
12
|
// Cross-namespace type imports for constraints
|
|
9
13
|
import type { ClaimActionCollection } from './Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.js';
|
|
10
14
|
import type { AccessDeniedContext, AuthenticateResult, AuthenticationProperties, AuthenticationScheme, AuthenticationTicket, HandleRequestResult, IAuthenticationHandler, IAuthenticationRequestHandler, ISecureDataFormat_1, ISystemClock, RedirectContext_1, RemoteAuthenticationEvents, RemoteAuthenticationHandler_1, RemoteAuthenticationOptions, RemoteFailureContext, ResultContext_1, TicketReceivedContext } from './Microsoft.AspNetCore.Authentication/internal/index.js';
|