@tsonic/aspnetcore 10.0.1 → 10.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.AspNetCore/bindings.json +12 -0
- package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
- package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
- package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
- package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
- package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
- package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
- package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
- package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
- package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
- package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
- package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
- package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
- package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
- package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
- package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
- package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
- package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
- package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
- package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.d.ts +1 -1
- package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
- package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
- package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
- package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
- package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
- package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
- package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
- package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
- package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
- package/Microsoft.AspNetCore.Html/bindings.json +110 -0
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
- package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
- package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
- package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
- package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
- package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
- package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
- package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
- package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
- package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
- package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
- package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
- package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
- package/Microsoft.AspNetCore.Identity.d.ts +2 -2
- package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
- package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
- package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
- package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
- package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
- package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
- package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
- package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
- package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
- package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
- package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
- package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
- package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
- package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
- package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
- package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
- package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
- package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
- package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
- package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
- package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
- package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
- package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
- package/Microsoft.AspNetCore.Session/bindings.json +67 -0
- package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
- package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
- package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
- package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
- package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
- package/Microsoft.Extensions.Hosting/bindings.json +19 -0
- package/Microsoft.JSInterop/bindings.json +545 -3
- package/Microsoft.JSInterop/internal/index.d.ts +20 -5
- package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
- package/Microsoft.JSInterop.Implementation.d.ts +1 -1
- package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
- package/Microsoft.JSInterop.d.ts +4 -2
- package/Microsoft.Net.Http.Headers/bindings.json +441 -6
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
- package/System.Formats.Cbor/bindings.json +251 -0
- package/System.Formats.Cbor/internal/index.d.ts +1 -1
- package/System.Formats.Cbor.d.ts +1 -1
- package/System.Security.Claims/bindings.json +5 -0
- package/System.Threading.RateLimiting/bindings.json +1001 -10
- package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
- package/package.json +1 -1
|
@@ -8,10 +8,10 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { ClaimActionCollection } from "../../Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.js";
|
|
10
10
|
import * as Microsoft_AspNetCore_Authentication_Internal from "../../Microsoft.AspNetCore.Authentication/internal/index.js";
|
|
11
|
-
import type { AccessDeniedContext, AuthenticateResult, AuthenticationProperties, AuthenticationScheme, IAuthenticationHandler, IAuthenticationRequestHandler, ISecureDataFormat_1, ISystemClock, RedirectContext_1, RemoteAuthenticationEvents, RemoteAuthenticationHandler_1, RemoteAuthenticationOptions, RemoteFailureContext, ResultContext_1, TicketReceivedContext } from "../../Microsoft.AspNetCore.Authentication/internal/index.js";
|
|
11
|
+
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";
|
|
12
12
|
import type { IDataProtectionProvider } from "../../Microsoft.AspNetCore.DataProtection/internal/index.js";
|
|
13
13
|
import type { CookieBuilder, HttpContext, HttpRequest, HttpResponse, PathString } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
14
|
-
import type { ICollection, IDictionary } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
14
|
+
import type { ICollection, IDictionary, IEnumerable } from "@tsonic/dotnet/System.Collections.Generic.js";
|
|
15
15
|
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
16
16
|
import type { Boolean as ClrBoolean, DateTimeOffset, Exception, Func, IDisposable, Nullable, Object as ClrObject, String as ClrString, TimeProvider, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
|
|
17
17
|
import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http.js";
|
|
@@ -19,7 +19,7 @@ import type { ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Secu
|
|
|
19
19
|
import type { UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web.js";
|
|
20
20
|
import type { JsonDocument, JsonElement } from "@tsonic/dotnet/System.Text.Json.js";
|
|
21
21
|
import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
|
|
22
|
-
import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
22
|
+
import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
23
23
|
import type { IOptionsMonitor } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
|
|
24
24
|
|
|
25
25
|
export interface OAuthChallengeProperties$instance extends AuthenticationProperties {
|
|
@@ -53,13 +53,13 @@ export const OAuthCodeExchangeContext: {
|
|
|
53
53
|
export type OAuthCodeExchangeContext = OAuthCodeExchangeContext$instance;
|
|
54
54
|
|
|
55
55
|
export interface OAuthCreatingTicketContext$instance extends ResultContext_1<OAuthOptions> {
|
|
56
|
-
readonly AccessToken: string;
|
|
56
|
+
readonly AccessToken: string | undefined;
|
|
57
57
|
readonly Backchannel: HttpClient;
|
|
58
58
|
readonly ExpiresIn: Nullable<TimeSpan>;
|
|
59
59
|
readonly Identity: ClaimsIdentity | undefined;
|
|
60
|
-
readonly RefreshToken: string;
|
|
60
|
+
readonly RefreshToken: string | undefined;
|
|
61
61
|
readonly TokenResponse: OAuthTokenResponse;
|
|
62
|
-
readonly TokenType: string;
|
|
62
|
+
readonly TokenType: string | undefined;
|
|
63
63
|
readonly User: JsonElement;
|
|
64
64
|
RunClaimActions(): void;
|
|
65
65
|
RunClaimActions(userData: JsonElement): void;
|
|
@@ -90,7 +90,16 @@ export type OAuthEvents = OAuthEvents$instance;
|
|
|
90
90
|
|
|
91
91
|
export interface OAuthHandler_1$instance<TOptions extends OAuthOptions> extends RemoteAuthenticationHandler_1<TOptions>, IAuthenticationRequestHandler {
|
|
92
92
|
AuthenticateAsync(): Task<AuthenticateResult>;
|
|
93
|
+
BuildChallengeUrl(properties: AuthenticationProperties, redirectUri: string): string;
|
|
93
94
|
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
95
|
+
CreateEventsAsync(): Task<unknown>;
|
|
96
|
+
CreateEventsAsync(): Task<unknown>;
|
|
97
|
+
CreateTicketAsync(identity: ClaimsIdentity, properties: AuthenticationProperties, tokens: OAuthTokenResponse): Task<AuthenticationTicket>;
|
|
98
|
+
ExchangeCodeAsync(context: OAuthCodeExchangeContext): Task<OAuthTokenResponse>;
|
|
99
|
+
FormatScope(scopes: IEnumerable<System_Internal.String>): string;
|
|
100
|
+
FormatScope(): string;
|
|
101
|
+
HandleChallengeAsync(properties: AuthenticationProperties): Task;
|
|
102
|
+
HandleRemoteAuthenticateAsync(): Task<HandleRequestResult>;
|
|
94
103
|
HandleRequestAsync(): Task<System_Internal.Boolean>;
|
|
95
104
|
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
96
105
|
}
|
|
@@ -134,19 +143,23 @@ export const OAuthOptions: {
|
|
|
134
143
|
export type OAuthOptions = OAuthOptions$instance;
|
|
135
144
|
|
|
136
145
|
export interface OAuthTokenResponse$instance {
|
|
137
|
-
AccessToken: string;
|
|
138
|
-
|
|
146
|
+
get AccessToken(): string | undefined;
|
|
147
|
+
set AccessToken(value: string | undefined);
|
|
148
|
+
get Error(): Exception | undefined;
|
|
149
|
+
set Error(value: Exception | undefined);
|
|
139
150
|
get ExpiresIn(): string | undefined;
|
|
140
|
-
set ExpiresIn(value: string);
|
|
141
|
-
RefreshToken: string;
|
|
142
|
-
|
|
143
|
-
|
|
151
|
+
set ExpiresIn(value: string | undefined);
|
|
152
|
+
get RefreshToken(): string | undefined;
|
|
153
|
+
set RefreshToken(value: string | undefined);
|
|
154
|
+
get Response(): JsonDocument | undefined;
|
|
155
|
+
set Response(value: JsonDocument | undefined);
|
|
156
|
+
get TokenType(): string | undefined;
|
|
157
|
+
set TokenType(value: string | undefined);
|
|
144
158
|
Dispose(): void;
|
|
145
159
|
}
|
|
146
160
|
|
|
147
161
|
|
|
148
162
|
export const OAuthTokenResponse: {
|
|
149
|
-
new(): OAuthTokenResponse;
|
|
150
163
|
Failed(error: Exception): OAuthTokenResponse;
|
|
151
164
|
Success(response: JsonDocument): OAuthTokenResponse;
|
|
152
165
|
};
|
|
@@ -15,6 +15,10 @@
|
|
|
15
15
|
"isSealed": false,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
20
|
+
"clrName": "System.Object"
|
|
21
|
+
},
|
|
18
22
|
"methods": [
|
|
19
23
|
{
|
|
20
24
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction::Run(System.Text.Json.JsonElement,System.Security.Claims.ClaimsIdentity,System.String):System.Void",
|
|
@@ -31,6 +35,7 @@
|
|
|
31
35
|
"isVirtual": true,
|
|
32
36
|
"isOverride": false,
|
|
33
37
|
"isSealed": false,
|
|
38
|
+
"visibility": "Public",
|
|
34
39
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
35
40
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
36
41
|
"isExtensionMethod": false
|
|
@@ -52,6 +57,7 @@
|
|
|
52
57
|
"isAbstract": false,
|
|
53
58
|
"isVirtual": false,
|
|
54
59
|
"isOverride": false,
|
|
60
|
+
"visibility": "Public",
|
|
55
61
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
56
62
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
57
63
|
},
|
|
@@ -70,6 +76,7 @@
|
|
|
70
76
|
"isAbstract": false,
|
|
71
77
|
"isVirtual": false,
|
|
72
78
|
"isOverride": false,
|
|
79
|
+
"visibility": "Public",
|
|
73
80
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
74
81
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
75
82
|
}
|
|
@@ -84,6 +91,7 @@
|
|
|
84
91
|
"normalizedSignature": "constructor|(System.String,System.String):void|static=false",
|
|
85
92
|
"isStatic": false,
|
|
86
93
|
"parameterCount": 2,
|
|
94
|
+
"visibility": "Public",
|
|
87
95
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
88
96
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
89
97
|
}
|
|
@@ -100,6 +108,23 @@
|
|
|
100
108
|
"isSealed": false,
|
|
101
109
|
"isStatic": false,
|
|
102
110
|
"arity": 0,
|
|
111
|
+
"baseType": {
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
113
|
+
"clrName": "System.Object"
|
|
114
|
+
},
|
|
115
|
+
"interfaces": [
|
|
116
|
+
{
|
|
117
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601",
|
|
118
|
+
"clrName": "System.Collections.Generic.IEnumerable\u00601",
|
|
119
|
+
"typeArguments": [
|
|
120
|
+
"ClaimAction"
|
|
121
|
+
]
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable",
|
|
125
|
+
"clrName": "System.Collections.IEnumerable"
|
|
126
|
+
}
|
|
127
|
+
],
|
|
103
128
|
"methods": [
|
|
104
129
|
{
|
|
105
130
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection::Clear():System.Void",
|
|
@@ -116,6 +141,7 @@
|
|
|
116
141
|
"isVirtual": false,
|
|
117
142
|
"isOverride": false,
|
|
118
143
|
"isSealed": false,
|
|
144
|
+
"visibility": "Public",
|
|
119
145
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection",
|
|
120
146
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
121
147
|
"isExtensionMethod": false
|
|
@@ -135,6 +161,7 @@
|
|
|
135
161
|
"isVirtual": false,
|
|
136
162
|
"isOverride": false,
|
|
137
163
|
"isSealed": false,
|
|
164
|
+
"visibility": "Public",
|
|
138
165
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection",
|
|
139
166
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
140
167
|
"isExtensionMethod": false
|
|
@@ -154,6 +181,7 @@
|
|
|
154
181
|
"isVirtual": false,
|
|
155
182
|
"isOverride": false,
|
|
156
183
|
"isSealed": false,
|
|
184
|
+
"visibility": "Public",
|
|
157
185
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection",
|
|
158
186
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
159
187
|
"isExtensionMethod": false
|
|
@@ -173,6 +201,7 @@
|
|
|
173
201
|
"isVirtual": true,
|
|
174
202
|
"isOverride": false,
|
|
175
203
|
"isSealed": true,
|
|
204
|
+
"visibility": "Public",
|
|
176
205
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection",
|
|
177
206
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
178
207
|
"isExtensionMethod": false
|
|
@@ -189,6 +218,7 @@
|
|
|
189
218
|
"normalizedSignature": "constructor|():void|static=false",
|
|
190
219
|
"isStatic": false,
|
|
191
220
|
"parameterCount": 0,
|
|
221
|
+
"visibility": "Public",
|
|
192
222
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimActionCollection",
|
|
193
223
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
194
224
|
}
|
|
@@ -205,6 +235,10 @@
|
|
|
205
235
|
"isSealed": false,
|
|
206
236
|
"isStatic": false,
|
|
207
237
|
"arity": 0,
|
|
238
|
+
"baseType": {
|
|
239
|
+
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
240
|
+
"clrName": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction"
|
|
241
|
+
},
|
|
208
242
|
"methods": [
|
|
209
243
|
{
|
|
210
244
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.CustomJsonClaimAction::Run(System.Text.Json.JsonElement,System.Security.Claims.ClaimsIdentity,System.String):System.Void",
|
|
@@ -221,6 +255,7 @@
|
|
|
221
255
|
"isVirtual": true,
|
|
222
256
|
"isOverride": true,
|
|
223
257
|
"isSealed": false,
|
|
258
|
+
"visibility": "Public",
|
|
224
259
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.CustomJsonClaimAction",
|
|
225
260
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
226
261
|
"isExtensionMethod": false
|
|
@@ -242,6 +277,7 @@
|
|
|
242
277
|
"isAbstract": false,
|
|
243
278
|
"isVirtual": false,
|
|
244
279
|
"isOverride": false,
|
|
280
|
+
"visibility": "Public",
|
|
245
281
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.CustomJsonClaimAction",
|
|
246
282
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
247
283
|
}
|
|
@@ -256,6 +292,7 @@
|
|
|
256
292
|
"normalizedSignature": "constructor|(System.String,System.String,System.Func_2[[System.Text.Json.JsonElement,System.Text.Json,Version=10.0.0.0,Culture=neutral,PublicKeyToken=cc7b13ffcd2ddd51],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
257
293
|
"isStatic": false,
|
|
258
294
|
"parameterCount": 3,
|
|
295
|
+
"visibility": "Public",
|
|
259
296
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.CustomJsonClaimAction",
|
|
260
297
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
261
298
|
}
|
|
@@ -272,6 +309,10 @@
|
|
|
272
309
|
"isSealed": false,
|
|
273
310
|
"isStatic": false,
|
|
274
311
|
"arity": 0,
|
|
312
|
+
"baseType": {
|
|
313
|
+
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
314
|
+
"clrName": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction"
|
|
315
|
+
},
|
|
275
316
|
"methods": [
|
|
276
317
|
{
|
|
277
318
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction::Run(System.Text.Json.JsonElement,System.Security.Claims.ClaimsIdentity,System.String):System.Void",
|
|
@@ -288,6 +329,7 @@
|
|
|
288
329
|
"isVirtual": true,
|
|
289
330
|
"isOverride": true,
|
|
290
331
|
"isSealed": false,
|
|
332
|
+
"visibility": "Public",
|
|
291
333
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction",
|
|
292
334
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
293
335
|
"isExtensionMethod": false
|
|
@@ -304,6 +346,7 @@
|
|
|
304
346
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
305
347
|
"isStatic": false,
|
|
306
348
|
"parameterCount": 1,
|
|
349
|
+
"visibility": "Public",
|
|
307
350
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.DeleteClaimAction",
|
|
308
351
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
309
352
|
}
|
|
@@ -320,6 +363,10 @@
|
|
|
320
363
|
"isSealed": false,
|
|
321
364
|
"isStatic": false,
|
|
322
365
|
"arity": 0,
|
|
366
|
+
"baseType": {
|
|
367
|
+
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
368
|
+
"clrName": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction"
|
|
369
|
+
},
|
|
323
370
|
"methods": [
|
|
324
371
|
{
|
|
325
372
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction::Run(System.Text.Json.JsonElement,System.Security.Claims.ClaimsIdentity,System.String):System.Void",
|
|
@@ -336,6 +383,7 @@
|
|
|
336
383
|
"isVirtual": true,
|
|
337
384
|
"isOverride": true,
|
|
338
385
|
"isSealed": false,
|
|
386
|
+
"visibility": "Public",
|
|
339
387
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction",
|
|
340
388
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
341
389
|
"isExtensionMethod": false
|
|
@@ -357,6 +405,7 @@
|
|
|
357
405
|
"isAbstract": false,
|
|
358
406
|
"isVirtual": false,
|
|
359
407
|
"isOverride": false,
|
|
408
|
+
"visibility": "Public",
|
|
360
409
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction",
|
|
361
410
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
362
411
|
}
|
|
@@ -371,6 +420,7 @@
|
|
|
371
420
|
"normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
|
|
372
421
|
"isStatic": false,
|
|
373
422
|
"parameterCount": 3,
|
|
423
|
+
"visibility": "Public",
|
|
374
424
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction",
|
|
375
425
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
376
426
|
}
|
|
@@ -387,6 +437,10 @@
|
|
|
387
437
|
"isSealed": false,
|
|
388
438
|
"isStatic": false,
|
|
389
439
|
"arity": 0,
|
|
440
|
+
"baseType": {
|
|
441
|
+
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction",
|
|
442
|
+
"clrName": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonKeyClaimAction"
|
|
443
|
+
},
|
|
390
444
|
"methods": [
|
|
391
445
|
{
|
|
392
446
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction::Run(System.Text.Json.JsonElement,System.Security.Claims.ClaimsIdentity,System.String):System.Void",
|
|
@@ -403,6 +457,7 @@
|
|
|
403
457
|
"isVirtual": true,
|
|
404
458
|
"isOverride": true,
|
|
405
459
|
"isSealed": false,
|
|
460
|
+
"visibility": "Public",
|
|
406
461
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction",
|
|
407
462
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
408
463
|
"isExtensionMethod": false
|
|
@@ -424,6 +479,7 @@
|
|
|
424
479
|
"isAbstract": false,
|
|
425
480
|
"isVirtual": false,
|
|
426
481
|
"isOverride": false,
|
|
482
|
+
"visibility": "Public",
|
|
427
483
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction",
|
|
428
484
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
429
485
|
}
|
|
@@ -438,6 +494,7 @@
|
|
|
438
494
|
"normalizedSignature": "constructor|(System.String,System.String,System.String,System.String):void|static=false",
|
|
439
495
|
"isStatic": false,
|
|
440
496
|
"parameterCount": 4,
|
|
497
|
+
"visibility": "Public",
|
|
441
498
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.JsonSubKeyClaimAction",
|
|
442
499
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
443
500
|
}
|
|
@@ -454,6 +511,10 @@
|
|
|
454
511
|
"isSealed": false,
|
|
455
512
|
"isStatic": false,
|
|
456
513
|
"arity": 0,
|
|
514
|
+
"baseType": {
|
|
515
|
+
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction",
|
|
516
|
+
"clrName": "Microsoft.AspNetCore.Authentication.OAuth.Claims.ClaimAction"
|
|
517
|
+
},
|
|
457
518
|
"methods": [
|
|
458
519
|
{
|
|
459
520
|
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.Claims.MapAllClaimsAction::Run(System.Text.Json.JsonElement,System.Security.Claims.ClaimsIdentity,System.String):System.Void",
|
|
@@ -470,6 +531,7 @@
|
|
|
470
531
|
"isVirtual": true,
|
|
471
532
|
"isOverride": true,
|
|
472
533
|
"isSealed": false,
|
|
534
|
+
"visibility": "Public",
|
|
473
535
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.MapAllClaimsAction",
|
|
474
536
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
475
537
|
"isExtensionMethod": false
|
|
@@ -486,6 +548,7 @@
|
|
|
486
548
|
"normalizedSignature": "constructor|():void|static=false",
|
|
487
549
|
"isStatic": false,
|
|
488
550
|
"parameterCount": 0,
|
|
551
|
+
"visibility": "Public",
|
|
489
552
|
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.Claims.MapAllClaimsAction",
|
|
490
553
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth"
|
|
491
554
|
}
|
|
@@ -7,17 +7,17 @@ import * as Internal from './Microsoft.AspNetCore.Authentication.OAuth/internal/
|
|
|
7
7
|
|
|
8
8
|
// Cross-namespace type imports for constraints
|
|
9
9
|
import type { ClaimActionCollection } from './Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.js';
|
|
10
|
-
import type { AccessDeniedContext, AuthenticateResult, AuthenticationProperties, AuthenticationScheme, IAuthenticationHandler, IAuthenticationRequestHandler, ISecureDataFormat_1, ISystemClock, RedirectContext_1, RemoteAuthenticationEvents, RemoteAuthenticationHandler_1, RemoteAuthenticationOptions, RemoteFailureContext, ResultContext_1, TicketReceivedContext } from './Microsoft.AspNetCore.Authentication/internal/index.js';
|
|
10
|
+
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';
|
|
11
11
|
import type { IDataProtectionProvider } from './Microsoft.AspNetCore.DataProtection/internal/index.js';
|
|
12
12
|
import type { CookieBuilder, HttpContext, HttpRequest, HttpResponse, PathString } from './Microsoft.AspNetCore.Http/internal/index.js';
|
|
13
|
-
import type { ICollection, IDictionary } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
13
|
+
import type { ICollection, IDictionary, IEnumerable } from '@tsonic/dotnet/System.Collections.Generic.js';
|
|
14
14
|
import type { Boolean as ClrBoolean, DateTimeOffset, Exception, Func, IDisposable, Nullable, Object as ClrObject, String as ClrString, TimeProvider, TimeSpan, Type, Void } from '@tsonic/dotnet/System.js';
|
|
15
15
|
import type { HttpClient, HttpMessageHandler } from '@tsonic/dotnet/System.Net.Http.js';
|
|
16
16
|
import type { ClaimsIdentity, ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
|
|
17
17
|
import type { UrlEncoder } from '@tsonic/dotnet/System.Text.Encodings.Web.js';
|
|
18
18
|
import type { JsonDocument, JsonElement } from '@tsonic/dotnet/System.Text.Json.js';
|
|
19
19
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
20
|
-
import type { ILoggerFactory } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
|
|
20
|
+
import type { ILogger, ILoggerFactory } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
|
|
21
21
|
import type { IOptionsMonitor } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js';
|
|
22
22
|
|
|
23
23
|
// Public API exports (curated - no internal $instance/$views leakage)
|
|
@@ -14,13 +14,13 @@ import type { BinaryReader, BinaryWriter } from '@tsonic/dotnet/System.IO.js';
|
|
|
14
14
|
import type { Action, Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func, Nullable, Object as ClrObject, String as ClrString, TimeProvider, TimeSpan, Type, Void } from '@tsonic/dotnet/System.js';
|
|
15
15
|
import type { HttpClient, HttpMessageHandler } from '@tsonic/dotnet/System.Net.Http.js';
|
|
16
16
|
import type { ISerializable } from '@tsonic/dotnet/System.Runtime.Serialization.js';
|
|
17
|
-
import type { ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
|
|
17
|
+
import type { Claim, ClaimsIdentity, ClaimsPrincipal } from '@tsonic/dotnet/System.Security.Claims.js';
|
|
18
18
|
import type { UrlEncoder } from '@tsonic/dotnet/System.Text.Encodings.Web.js';
|
|
19
19
|
import type { JsonElement } from '@tsonic/dotnet/System.Text.Json.js';
|
|
20
20
|
import type { Task } from '@tsonic/dotnet/System.Threading.Tasks.js';
|
|
21
21
|
import type { IConfiguration } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js';
|
|
22
22
|
import type { IServiceCollection } from '@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js';
|
|
23
|
-
import type { ILoggerFactory } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
|
|
23
|
+
import type { ILogger, ILoggerFactory } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js';
|
|
24
24
|
import type { IOptions, IOptionsMonitor } from '@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js';
|
|
25
25
|
|
|
26
26
|
// Public API exports (curated - no internal $instance/$views leakage)
|