@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.
Files changed (312) hide show
  1. package/Microsoft.AspNetCore/bindings.json +12 -0
  2. package/Microsoft.AspNetCore.Antiforgery/bindings.json +54 -0
  3. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +1 -1
  4. package/Microsoft.AspNetCore.Authentication/bindings.json +2048 -91
  5. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +103 -65
  6. package/Microsoft.AspNetCore.Authentication.BearerToken/bindings.json +40 -0
  7. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +1 -1
  8. package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +402 -1
  9. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +12 -3
  10. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +1 -1
  11. package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +365 -1
  12. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +26 -13
  13. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/bindings.json +63 -0
  14. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +1 -2
  15. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +3 -3
  16. package/Microsoft.AspNetCore.Authentication.d.ts +2 -2
  17. package/Microsoft.AspNetCore.Authorization/bindings.json +339 -12
  18. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +17 -16
  19. package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +295 -0
  20. package/Microsoft.AspNetCore.Authorization.Policy/bindings.json +50 -8
  21. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +5 -5
  22. package/Microsoft.AspNetCore.Builder/bindings.json +970 -13
  23. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +32 -38
  24. package/Microsoft.AspNetCore.Builder.Extensions/bindings.json +33 -0
  25. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +3 -3
  26. package/Microsoft.AspNetCore.Components/bindings.json +2005 -166
  27. package/Microsoft.AspNetCore.Components/internal/index.d.ts +77 -47
  28. package/Microsoft.AspNetCore.Components.Authorization/bindings.json +403 -2
  29. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +33 -17
  30. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -2
  31. package/Microsoft.AspNetCore.Components.CompilerServices/bindings.json +13 -0
  32. package/Microsoft.AspNetCore.Components.Endpoints/bindings.json +27 -0
  33. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/bindings.json +25 -1
  34. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +1 -1
  35. package/Microsoft.AspNetCore.Components.Forms/bindings.json +2327 -51
  36. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +104 -44
  37. package/Microsoft.AspNetCore.Components.Forms.Mapping/bindings.json +32 -4
  38. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +5 -6
  39. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -3
  40. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/bindings.json +155 -0
  41. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +13 -3
  42. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +5 -3
  43. package/Microsoft.AspNetCore.Components.Infrastructure/bindings.json +27 -0
  44. package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +774 -2
  45. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +25 -10
  46. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +3 -2
  47. package/Microsoft.AspNetCore.Components.Rendering/bindings.json +99 -0
  48. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +1 -0
  49. package/Microsoft.AspNetCore.Components.Routing/bindings.json +368 -2
  50. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +26 -15
  51. package/Microsoft.AspNetCore.Components.Routing.d.ts +3 -2
  52. package/Microsoft.AspNetCore.Components.Sections/bindings.json +41 -0
  53. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +6 -5
  54. package/Microsoft.AspNetCore.Components.Server/bindings.json +130 -1
  55. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +8 -5
  56. package/Microsoft.AspNetCore.Components.Server.Circuits/bindings.json +33 -1
  57. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +1 -3
  58. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/bindings.json +28 -0
  59. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +1 -1
  60. package/Microsoft.AspNetCore.Components.Server.d.ts +1 -0
  61. package/Microsoft.AspNetCore.Components.Web/bindings.json +559 -0
  62. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +24 -11
  63. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/bindings.json +7 -0
  64. package/Microsoft.AspNetCore.Components.Web.Infrastructure/bindings.json +67 -1
  65. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +4 -1
  66. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +2 -1
  67. package/Microsoft.AspNetCore.Components.Web.Internal/bindings.json +2 -0
  68. package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +156 -0
  69. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +15 -9
  70. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +3 -2
  71. package/Microsoft.AspNetCore.Components.Web.d.ts +1 -1
  72. package/Microsoft.AspNetCore.Components.d.ts +1 -1
  73. package/Microsoft.AspNetCore.Connections/bindings.json +439 -4
  74. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +15 -13
  75. package/Microsoft.AspNetCore.Connections.Abstractions/bindings.json +2 -0
  76. package/Microsoft.AspNetCore.Connections.Features/bindings.json +35 -0
  77. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +4 -3
  78. package/Microsoft.AspNetCore.CookiePolicy/bindings.json +64 -8
  79. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +4 -4
  80. package/Microsoft.AspNetCore.Cors/bindings.json +52 -0
  81. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +1 -1
  82. package/Microsoft.AspNetCore.Cors.Infrastructure/bindings.json +140 -0
  83. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +2 -2
  84. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/bindings.json +31 -0
  85. package/Microsoft.AspNetCore.DataProtection/bindings.json +151 -0
  86. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +108 -0
  88. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/bindings.json +173 -1
  89. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +4 -4
  90. package/Microsoft.AspNetCore.DataProtection.Infrastructure/bindings.json +1 -0
  91. package/Microsoft.AspNetCore.DataProtection.Internal/bindings.json +1 -0
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement/bindings.json +65 -0
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +3 -3
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +20 -0
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +0 -1
  96. package/Microsoft.AspNetCore.DataProtection.Repositories/bindings.json +59 -0
  97. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/bindings.json +158 -0
  98. package/Microsoft.AspNetCore.Diagnostics/bindings.json +190 -8
  99. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +16 -14
  100. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/bindings.json +15 -0
  101. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +1 -1
  102. package/Microsoft.AspNetCore.HostFiltering/bindings.json +14 -0
  103. package/Microsoft.AspNetCore.Hosting/bindings.json +297 -1
  104. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +2 -3
  105. package/Microsoft.AspNetCore.Hosting.Builder/bindings.json +14 -0
  106. package/Microsoft.AspNetCore.Hosting.Infrastructure/bindings.json +5 -0
  107. package/Microsoft.AspNetCore.Hosting.Server/bindings.json +32 -0
  108. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/bindings.json +4 -0
  109. package/Microsoft.AspNetCore.Hosting.Server.Features/bindings.json +17 -0
  110. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/bindings.json +6 -0
  111. package/Microsoft.AspNetCore.Html/bindings.json +110 -0
  112. package/Microsoft.AspNetCore.Html/internal/index.d.ts +1 -1
  113. package/Microsoft.AspNetCore.Http/bindings.json +1845 -33
  114. package/Microsoft.AspNetCore.Http/internal/index.d.ts +61 -52
  115. package/Microsoft.AspNetCore.Http.Connections/bindings.json +118 -0
  116. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +14 -9
  117. package/Microsoft.AspNetCore.Http.Connections.Features/bindings.json +2 -0
  118. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +1 -1
  119. package/Microsoft.AspNetCore.Http.Extensions/bindings.json +49 -0
  120. package/Microsoft.AspNetCore.Http.Features/bindings.json +477 -4
  121. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +18 -17
  122. package/Microsoft.AspNetCore.Http.Features.Authentication/bindings.json +14 -0
  123. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +4 -2
  124. package/Microsoft.AspNetCore.Http.Headers/bindings.json +56 -0
  125. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +17 -13
  126. package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +1462 -96
  127. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +93 -123
  128. package/Microsoft.AspNetCore.Http.Json/bindings.json +6 -0
  129. package/Microsoft.AspNetCore.Http.Metadata/bindings.json +60 -0
  130. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +6 -6
  131. package/Microsoft.AspNetCore.Http.Timeouts/bindings.json +33 -0
  132. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +3 -2
  133. package/Microsoft.AspNetCore.HttpLogging/bindings.json +151 -4
  134. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +2 -3
  135. package/Microsoft.AspNetCore.HttpOverrides/bindings.json +77 -0
  136. package/Microsoft.AspNetCore.HttpsPolicy/bindings.json +30 -0
  137. package/Microsoft.AspNetCore.Identity/bindings.json +3156 -69
  138. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +111 -69
  139. package/Microsoft.AspNetCore.Identity.Data/bindings.json +77 -0
  140. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +8 -7
  141. package/Microsoft.AspNetCore.Identity.UI.Services/bindings.json +14 -0
  142. package/Microsoft.AspNetCore.Identity.d.ts +2 -2
  143. package/Microsoft.AspNetCore.Localization/bindings.json +147 -2
  144. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +4 -2
  145. package/Microsoft.AspNetCore.Localization.Routing/bindings.json +16 -0
  146. package/Microsoft.AspNetCore.Mvc/bindings.json +3044 -12
  147. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +160 -106
  148. package/Microsoft.AspNetCore.Mvc.Abstractions/bindings.json +47 -0
  149. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +9 -5
  150. package/Microsoft.AspNetCore.Mvc.ActionConstraints/bindings.json +102 -1
  151. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +3 -2
  152. package/Microsoft.AspNetCore.Mvc.ApiExplorer/bindings.json +224 -0
  153. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +20 -13
  154. package/Microsoft.AspNetCore.Mvc.ApplicationModels/bindings.json +785 -3
  155. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +31 -18
  156. package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +138 -2
  157. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +2 -2
  158. package/Microsoft.AspNetCore.Mvc.Authorization/bindings.json +51 -0
  159. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +1 -1
  160. package/Microsoft.AspNetCore.Mvc.Controllers/bindings.json +127 -0
  161. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +4 -2
  162. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +1 -1
  163. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/bindings.json +7 -0
  164. package/Microsoft.AspNetCore.Mvc.Cors/bindings.json +29 -0
  165. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +1 -1
  166. package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +203 -1
  167. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +10 -10
  168. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +3 -2
  169. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +3849 -22
  170. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +107 -4
  171. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +1 -1
  172. package/Microsoft.AspNetCore.Mvc.Filters/bindings.json +551 -3
  173. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +36 -24
  174. package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +1202 -27
  175. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +40 -13
  176. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +260 -1
  177. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +4 -1
  178. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +1 -1
  179. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +3 -2
  180. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +786 -11
  181. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +27 -11
  182. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -4
  183. package/Microsoft.AspNetCore.Mvc.Localization/bindings.json +189 -0
  184. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +2 -0
  185. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1714 -32
  186. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +63 -57
  187. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +976 -1
  188. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +20 -5
  189. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -4
  190. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +550 -2
  191. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +43 -32
  192. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +576 -0
  193. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +16 -8
  194. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +1 -1
  195. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +2 -2
  196. package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +492 -4
  197. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +15 -9
  198. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/bindings.json +27 -0
  199. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +4 -4
  200. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/bindings.json +8 -2
  201. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +1 -1
  202. package/Microsoft.AspNetCore.Mvc.Razor.Internal/bindings.json +6 -0
  203. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +1 -1
  204. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +263 -0
  205. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +8 -3
  206. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +2 -1
  207. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +1 -0
  208. package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +614 -5
  209. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +12 -10
  210. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +217 -1
  211. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +11 -9
  212. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +5 -5
  213. package/Microsoft.AspNetCore.Mvc.Rendering/bindings.json +639 -0
  214. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +3 -3
  215. package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +393 -3
  216. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +36 -25
  217. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +1 -1
  218. package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +1095 -0
  219. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +21 -32
  220. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/bindings.json +74 -0
  221. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +2 -1
  222. package/Microsoft.AspNetCore.Mvc.ViewComponents/bindings.json +246 -0
  223. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +7 -3
  224. package/Microsoft.AspNetCore.Mvc.ViewEngines/bindings.json +51 -6
  225. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +4 -4
  226. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +1966 -56
  227. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +36 -7
  228. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/bindings.json +10 -0
  229. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/bindings.json +20 -1
  230. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +2 -2
  231. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +2 -2
  232. package/Microsoft.AspNetCore.OutputCaching/bindings.json +97 -2
  233. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +8 -8
  234. package/Microsoft.AspNetCore.RateLimiting/bindings.json +42 -0
  235. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +2 -2
  236. package/Microsoft.AspNetCore.Razor.Hosting/bindings.json +126 -1
  237. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +7 -6
  238. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +1 -1
  239. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/bindings.json +34 -4
  240. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +2 -2
  241. package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +536 -11
  242. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +11 -12
  243. package/Microsoft.AspNetCore.RequestDecompression/bindings.json +8 -0
  244. package/Microsoft.AspNetCore.ResponseCaching/bindings.json +28 -0
  245. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +2 -2
  246. package/Microsoft.AspNetCore.ResponseCompression/bindings.json +165 -0
  247. package/Microsoft.AspNetCore.Rewrite/bindings.json +86 -0
  248. package/Microsoft.AspNetCore.Routing/bindings.json +1025 -18
  249. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +35 -26
  250. package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +615 -10
  251. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +5 -5
  252. package/Microsoft.AspNetCore.Routing.Internal/bindings.json +6 -0
  253. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +227 -5
  254. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +8 -6
  255. package/Microsoft.AspNetCore.Routing.Patterns/bindings.json +175 -1
  256. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +2 -8
  257. package/Microsoft.AspNetCore.Routing.Template/bindings.json +115 -17
  258. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +12 -10
  259. package/Microsoft.AspNetCore.Routing.Tree/bindings.json +87 -0
  260. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -10
  261. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +290 -0
  262. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +3 -9
  263. package/Microsoft.AspNetCore.Server.IIS/bindings.json +31 -0
  264. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -1
  265. package/Microsoft.AspNetCore.Server.IISIntegration/bindings.json +28 -0
  266. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +32 -2
  267. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +1 -3
  268. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +203 -4
  269. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +5 -7
  270. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +8 -0
  271. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +2 -2
  272. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +129 -0
  273. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +77 -10
  274. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +13 -12
  275. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/bindings.json +20 -0
  276. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +2 -2
  277. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/bindings.json +12 -0
  278. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/bindings.json +56 -0
  279. package/Microsoft.AspNetCore.Session/bindings.json +67 -0
  280. package/Microsoft.AspNetCore.SignalR/bindings.json +616 -5
  281. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +11 -10
  282. package/Microsoft.AspNetCore.SignalR.Protocol/bindings.json +228 -5
  283. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +11 -11
  284. package/Microsoft.AspNetCore.StaticAssets/bindings.json +45 -0
  285. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +0 -1
  286. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/bindings.json +6 -0
  287. package/Microsoft.AspNetCore.StaticFiles/bindings.json +58 -2
  288. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +1 -1
  289. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/bindings.json +47 -1
  290. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +3 -3
  291. package/Microsoft.AspNetCore.WebSockets/bindings.json +19 -0
  292. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +1 -1
  293. package/Microsoft.AspNetCore.WebUtilities/bindings.json +435 -4
  294. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +12 -6
  295. package/Microsoft.Extensions.DependencyInjection/bindings.json +489 -0
  296. package/Microsoft.Extensions.Hosting/bindings.json +19 -0
  297. package/Microsoft.JSInterop/bindings.json +545 -3
  298. package/Microsoft.JSInterop/internal/index.d.ts +20 -5
  299. package/Microsoft.JSInterop.Implementation/bindings.json +178 -3
  300. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +3 -6
  301. package/Microsoft.JSInterop.Implementation.d.ts +1 -1
  302. package/Microsoft.JSInterop.Infrastructure/bindings.json +62 -0
  303. package/Microsoft.JSInterop.d.ts +4 -2
  304. package/Microsoft.Net.Http.Headers/bindings.json +441 -6
  305. package/Microsoft.Net.Http.Headers/internal/index.d.ts +4 -6
  306. package/System.Formats.Cbor/bindings.json +251 -0
  307. package/System.Formats.Cbor/internal/index.d.ts +1 -1
  308. package/System.Formats.Cbor.d.ts +1 -1
  309. package/System.Security.Claims/bindings.json +5 -0
  310. package/System.Threading.RateLimiting/bindings.json +1001 -10
  311. package/System.Threading.RateLimiting/internal/index.d.ts +33 -4
  312. package/package.json +1 -1
@@ -17,18 +17,18 @@ import type { Action, Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Fu
17
17
  import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http.js";
18
18
  import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
19
19
  import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
20
- import type { ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
20
+ import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
21
21
  import type { UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web.js";
22
22
  import type { JsonElement } from "@tsonic/dotnet/System.Text.Json.js";
23
23
  import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
24
24
  import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
25
25
  import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
26
- import type { ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
26
+ import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
27
27
  import type { IOptions, IOptionsMonitor } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
28
28
 
29
29
  export interface IAuthenticateResultFeature$instance {
30
30
  get AuthenticateResult(): AuthenticateResult | undefined;
31
- set AuthenticateResult(value: AuthenticateResult);
31
+ set AuthenticateResult(value: AuthenticateResult | undefined);
32
32
  }
33
33
 
34
34
 
@@ -154,9 +154,10 @@ export type ISystemClock = ISystemClock$instance;
154
154
 
155
155
  export interface AccessDeniedContext$instance extends HandleRequestContext_1<RemoteAuthenticationOptions> {
156
156
  AccessDeniedPath: PathString;
157
- Properties: AuthenticationProperties;
157
+ get Properties(): AuthenticationProperties | undefined;
158
+ set Properties(value: AuthenticationProperties | undefined);
158
159
  get ReturnUrl(): string | undefined;
159
- set ReturnUrl(value: string);
160
+ set ReturnUrl(value: string | undefined);
160
161
  ReturnUrlParameter: string;
161
162
  }
162
163
 
@@ -169,18 +170,20 @@ export const AccessDeniedContext: {
169
170
  export type AccessDeniedContext = AccessDeniedContext$instance;
170
171
 
171
172
  export interface AuthenticateResult$instance {
172
- readonly Failure: Exception | undefined;
173
- readonly None: boolean;
174
- readonly Principal: ClaimsPrincipal;
175
- readonly Properties: AuthenticationProperties;
173
+ get Failure(): Exception | undefined;
174
+ set Failure(value: Exception | undefined);
175
+ None: boolean;
176
+ readonly Principal: ClaimsPrincipal | undefined;
177
+ get Properties(): AuthenticationProperties | undefined;
178
+ set Properties(value: AuthenticationProperties | undefined);
176
179
  readonly Succeeded: boolean;
177
- readonly Ticket: AuthenticationTicket | undefined;
180
+ get Ticket(): AuthenticationTicket | undefined;
181
+ set Ticket(value: AuthenticationTicket | undefined);
178
182
  Clone(): AuthenticateResult;
179
183
  }
180
184
 
181
185
 
182
- export const AuthenticateResult: {
183
- new(): AuthenticateResult;
186
+ export const AuthenticateResult: (abstract new() => AuthenticateResult) & {
184
187
  Fail(failure: Exception, properties: AuthenticationProperties): AuthenticateResult;
185
188
  Fail(failure: Exception): AuthenticateResult;
186
189
  Fail(failureMessage: string, properties: AuthenticationProperties): AuthenticateResult;
@@ -241,16 +244,25 @@ export type AuthenticationFeature = AuthenticationFeature$instance & __Authentic
241
244
 
242
245
 
243
246
  export interface AuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> {
244
- readonly Options: TOptions;
245
- readonly Scheme: AuthenticationScheme;
247
+ readonly ClaimsIssuer: string;
248
+ Events: OAuthEvents | RemoteAuthenticationEvents | unknown;
249
+ Options: TOptions;
250
+ Scheme: AuthenticationScheme;
246
251
  AuthenticateAsync(): Task<AuthenticateResult>;
247
252
  ChallengeAsync(properties: AuthenticationProperties): Task;
253
+ CreateEventsAsync(): Task<unknown>;
248
254
  ForbidAsync(properties: AuthenticationProperties): Task;
255
+ HandleAuthenticateAsync(): Task<AuthenticateResult>;
256
+ HandleChallengeAsync(properties: AuthenticationProperties): Task;
257
+ HandleForbiddenAsync(properties: AuthenticationProperties): Task;
249
258
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
259
+ InitializeEventsAsync(): Task;
260
+ InitializeHandlerAsync(): Task;
261
+ ResolveTarget(scheme: string): string | undefined;
250
262
  }
251
263
 
252
264
 
253
- export const AuthenticationHandler_1: {
265
+ export const AuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => AuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => AuthenticationHandler_1<TOptions>) & {
254
266
  };
255
267
 
256
268
 
@@ -298,17 +310,17 @@ export type AuthenticationMiddleware = AuthenticationMiddleware$instance;
298
310
 
299
311
  export interface AuthenticationOptions$instance {
300
312
  get DefaultAuthenticateScheme(): string | undefined;
301
- set DefaultAuthenticateScheme(value: string);
313
+ set DefaultAuthenticateScheme(value: string | undefined);
302
314
  get DefaultChallengeScheme(): string | undefined;
303
- set DefaultChallengeScheme(value: string);
315
+ set DefaultChallengeScheme(value: string | undefined);
304
316
  get DefaultForbidScheme(): string | undefined;
305
- set DefaultForbidScheme(value: string);
317
+ set DefaultForbidScheme(value: string | undefined);
306
318
  get DefaultScheme(): string | undefined;
307
- set DefaultScheme(value: string);
319
+ set DefaultScheme(value: string | undefined);
308
320
  get DefaultSignInScheme(): string | undefined;
309
- set DefaultSignInScheme(value: string);
321
+ set DefaultSignInScheme(value: string | undefined);
310
322
  get DefaultSignOutScheme(): string | undefined;
311
- set DefaultSignOutScheme(value: string);
323
+ set DefaultSignOutScheme(value: string | undefined);
312
324
  RequireAuthenticatedSignIn: boolean;
313
325
  readonly SchemeMap: IDictionary<System_Internal.String, AuthenticationSchemeBuilder>;
314
326
  readonly Schemes: IEnumerable<AuthenticationSchemeBuilder>;
@@ -331,10 +343,11 @@ export interface AuthenticationProperties$instance {
331
343
  IssuedUtc: Nullable<DateTimeOffset>;
332
344
  readonly Items: IDictionary<System_Internal.String, string | undefined>;
333
345
  readonly Parameters: IDictionary<System_Internal.String, unknown | undefined>;
334
- RedirectUri: string;
346
+ get RedirectUri(): string | undefined;
347
+ set RedirectUri(value: string | undefined);
335
348
  Clone(): AuthenticationProperties;
336
349
  GetParameter<T>(key: string): T | undefined;
337
- GetString(key: string): string;
350
+ GetString(key: string): string | undefined;
338
351
  SetParameter<T>(key: string, value: T): void;
339
352
  SetString(key: string, value: string): void;
340
353
  }
@@ -350,7 +363,7 @@ export const AuthenticationProperties: {
350
363
  export type AuthenticationProperties = AuthenticationProperties$instance;
351
364
 
352
365
  export interface AuthenticationScheme$instance {
353
- readonly DisplayName: string;
366
+ readonly DisplayName: string | undefined;
354
367
  readonly HandlerType: Type;
355
368
  readonly Name: string;
356
369
  }
@@ -364,8 +377,10 @@ export const AuthenticationScheme: {
364
377
  export type AuthenticationScheme = AuthenticationScheme$instance;
365
378
 
366
379
  export interface AuthenticationSchemeBuilder$instance {
367
- DisplayName: string;
368
- HandlerType: Type;
380
+ get DisplayName(): string | undefined;
381
+ set DisplayName(value: string | undefined);
382
+ get HandlerType(): Type | undefined;
383
+ set HandlerType(value: Type | undefined);
369
384
  readonly Name: string;
370
385
  Build(): AuthenticationScheme;
371
386
  }
@@ -380,25 +395,26 @@ export type AuthenticationSchemeBuilder = AuthenticationSchemeBuilder$instance;
380
395
 
381
396
  export interface AuthenticationSchemeOptions$instance {
382
397
  get ClaimsIssuer(): string | undefined;
383
- set ClaimsIssuer(value: string);
398
+ set ClaimsIssuer(value: string | undefined);
384
399
  Events: BearerTokenEvents | unknown;
385
400
  get EventsType(): Type | undefined;
386
- set EventsType(value: Type);
401
+ set EventsType(value: Type | undefined);
387
402
  get ForwardAuthenticate(): string | undefined;
388
- set ForwardAuthenticate(value: string);
403
+ set ForwardAuthenticate(value: string | undefined);
389
404
  get ForwardChallenge(): string | undefined;
390
- set ForwardChallenge(value: string);
405
+ set ForwardChallenge(value: string | undefined);
391
406
  get ForwardDefault(): string | undefined;
392
- set ForwardDefault(value: string);
407
+ set ForwardDefault(value: string | undefined);
393
408
  get ForwardDefaultSelector(): Func<HttpContext, string | undefined> | undefined;
394
- set ForwardDefaultSelector(value: Func<HttpContext, string | undefined>);
409
+ set ForwardDefaultSelector(value: Func<HttpContext, string | undefined> | undefined);
395
410
  get ForwardForbid(): string | undefined;
396
- set ForwardForbid(value: string);
411
+ set ForwardForbid(value: string | undefined);
397
412
  get ForwardSignIn(): string | undefined;
398
- set ForwardSignIn(value: string);
413
+ set ForwardSignIn(value: string | undefined);
399
414
  get ForwardSignOut(): string | undefined;
400
- set ForwardSignOut(value: string);
401
- TimeProvider: TimeProvider;
415
+ set ForwardSignOut(value: string | undefined);
416
+ get TimeProvider(): TimeProvider | undefined;
417
+ set TimeProvider(value: TimeProvider | undefined);
402
418
  Validate(): void;
403
419
  Validate(scheme: string): void;
404
420
  }
@@ -505,29 +521,28 @@ export interface BaseContext_1$instance<TOptions extends AuthenticationSchemeOpt
505
521
  }
506
522
 
507
523
 
508
- export const BaseContext_1: {
524
+ export const BaseContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => BaseContext_1<TOptions>) & {
509
525
  };
510
526
 
511
527
 
512
528
  export type BaseContext_1<TOptions extends AuthenticationSchemeOptions> = BaseContext_1$instance<TOptions>;
513
529
 
514
530
  export interface HandleRequestContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
515
- readonly Result: HandleRequestResult;
531
+ Result: HandleRequestResult;
516
532
  HandleResponse(): void;
517
533
  SkipHandler(): void;
518
534
  }
519
535
 
520
536
 
521
- export const HandleRequestContext_1: {
522
- new<TOptions extends AuthenticationSchemeOptions>(): HandleRequestContext_1<TOptions>;
537
+ export const HandleRequestContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => HandleRequestContext_1<TOptions>) & {
523
538
  };
524
539
 
525
540
 
526
541
  export type HandleRequestContext_1<TOptions extends AuthenticationSchemeOptions> = HandleRequestContext_1$instance<TOptions>;
527
542
 
528
543
  export interface HandleRequestResult$instance extends AuthenticateResult {
529
- readonly Handled: boolean;
530
- readonly Skipped: boolean;
544
+ Handled: boolean;
545
+ Skipped: boolean;
531
546
  }
532
547
 
533
548
 
@@ -564,6 +579,11 @@ export type NoopClaimsTransformation = NoopClaimsTransformation$instance & __Noo
564
579
  export interface PolicySchemeHandler$instance extends SignInAuthenticationHandler_1$instance<PolicySchemeOptions>, IAuthenticationSignOutHandler {
565
580
  AuthenticateAsync(): Task<AuthenticateResult>;
566
581
  ChallengeAsync(properties: AuthenticationProperties): Task;
582
+ HandleAuthenticateAsync(): Task<AuthenticateResult>;
583
+ HandleChallengeAsync(properties: AuthenticationProperties): Task;
584
+ HandleForbiddenAsync(properties: AuthenticationProperties): Task;
585
+ HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
586
+ HandleSignOutAsync(properties: AuthenticationProperties): Task;
567
587
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
568
588
  SignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
569
589
  SignOutAsync(properties: AuthenticationProperties): Task;
@@ -596,22 +616,23 @@ export const PolicySchemeOptions: {
596
616
  export type PolicySchemeOptions = PolicySchemeOptions$instance;
597
617
 
598
618
  export interface PrincipalContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
599
- Principal: ClaimsPrincipal;
619
+ get Principal(): ClaimsPrincipal | undefined;
620
+ set Principal(value: ClaimsPrincipal | undefined);
600
621
  }
601
622
 
602
623
 
603
- export const PrincipalContext_1: {
624
+ export const PrincipalContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties) => PrincipalContext_1<TOptions>) & {
604
625
  };
605
626
 
606
627
 
607
628
  export type PrincipalContext_1<TOptions extends AuthenticationSchemeOptions> = PrincipalContext_1$instance<TOptions>;
608
629
 
609
630
  export interface PropertiesContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
610
- readonly Properties: AuthenticationProperties;
631
+ Properties: AuthenticationProperties;
611
632
  }
612
633
 
613
634
 
614
- export const PropertiesContext_1: {
635
+ export const PropertiesContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties) => PropertiesContext_1<TOptions>) & {
615
636
  };
616
637
 
617
638
 
@@ -671,15 +692,17 @@ export const RedirectContext_1: {
671
692
  export type RedirectContext_1<TOptions extends AuthenticationSchemeOptions> = RedirectContext_1$instance<TOptions>;
672
693
 
673
694
  export interface RemoteAuthenticationContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends HandleRequestContext_1<TOptions> {
674
- Principal: ClaimsPrincipal;
675
- Properties: AuthenticationProperties;
695
+ get Principal(): ClaimsPrincipal | undefined;
696
+ set Principal(value: ClaimsPrincipal | undefined);
697
+ get Properties(): AuthenticationProperties | undefined;
698
+ set Properties(value: AuthenticationProperties | undefined);
676
699
  Fail(failure: Exception): void;
677
700
  Fail(failureMessage: string): void;
678
701
  Success(): void;
679
702
  }
680
703
 
681
704
 
682
- export const RemoteAuthenticationContext_1: {
705
+ export const RemoteAuthenticationContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions, properties: AuthenticationProperties) => RemoteAuthenticationContext_1<TOptions>) & {
683
706
  };
684
707
 
685
708
 
@@ -705,13 +728,22 @@ export type RemoteAuthenticationEvents = RemoteAuthenticationEvents$instance;
705
728
  export interface RemoteAuthenticationHandler_1$instance<TOptions extends RemoteAuthenticationOptions> extends AuthenticationHandler_1$instance<TOptions>, IAuthenticationRequestHandler {
706
729
  AuthenticateAsync(): Task<AuthenticateResult>;
707
730
  ChallengeAsync(properties: AuthenticationProperties): Task;
731
+ CreateEventsAsync(): Task<unknown>;
732
+ CreateEventsAsync(): Task<unknown>;
733
+ GenerateCorrelationId(properties: AuthenticationProperties): void;
734
+ HandleAccessDeniedErrorAsync(properties: AuthenticationProperties): Task<HandleRequestResult>;
735
+ HandleAuthenticateAsync(): Task<AuthenticateResult>;
736
+ HandleAuthenticateAsync(): Task<AuthenticateResult>;
737
+ HandleForbiddenAsync(properties: AuthenticationProperties): Task;
738
+ HandleRemoteAuthenticateAsync(): Task<HandleRequestResult>;
708
739
  HandleRequestAsync(): Task<System_Internal.Boolean>;
709
740
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
710
741
  ShouldHandleRequestAsync(): Task<System_Internal.Boolean>;
742
+ ValidateCorrelationId(properties: AuthenticationProperties): boolean;
711
743
  }
712
744
 
713
745
 
714
- export const RemoteAuthenticationHandler_1: {
746
+ export const RemoteAuthenticationHandler_1: (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => RemoteAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => RemoteAuthenticationHandler_1<TOptions>) & {
715
747
  };
716
748
 
717
749
 
@@ -726,18 +758,18 @@ export interface RemoteAuthenticationOptions$instance extends AuthenticationSche
726
758
  AccessDeniedPath: PathString;
727
759
  Backchannel: HttpClient;
728
760
  get BackchannelHttpHandler(): HttpMessageHandler | undefined;
729
- set BackchannelHttpHandler(value: HttpMessageHandler);
761
+ set BackchannelHttpHandler(value: HttpMessageHandler | undefined);
730
762
  BackchannelTimeout: TimeSpan;
731
763
  CallbackPath: PathString;
732
764
  CorrelationCookie: CookieBuilder;
733
765
  get DataProtectionProvider(): IDataProtectionProvider | undefined;
734
- set DataProtectionProvider(value: IDataProtectionProvider);
766
+ set DataProtectionProvider(value: IDataProtectionProvider | undefined);
735
767
  Events: RemoteAuthenticationEvents | unknown;
736
768
  RemoteAuthenticationTimeout: TimeSpan;
737
769
  ReturnUrlParameter: string;
738
770
  SaveTokens: boolean;
739
771
  get SignInScheme(): string | undefined;
740
- set SignInScheme(value: string);
772
+ set SignInScheme(value: string | undefined);
741
773
  Validate(scheme: string): void;
742
774
  Validate(): void;
743
775
  }
@@ -752,8 +784,9 @@ export type RemoteAuthenticationOptions = RemoteAuthenticationOptions$instance;
752
784
 
753
785
  export interface RemoteFailureContext$instance extends HandleRequestContext_1<RemoteAuthenticationOptions> {
754
786
  get Failure(): Exception | undefined;
755
- set Failure(value: Exception);
756
- Properties: AuthenticationProperties;
787
+ set Failure(value: Exception | undefined);
788
+ get Properties(): AuthenticationProperties | undefined;
789
+ set Properties(value: AuthenticationProperties | undefined);
757
790
  }
758
791
 
759
792
 
@@ -765,6 +798,7 @@ export const RemoteFailureContext: {
765
798
  export type RemoteFailureContext = RemoteFailureContext$instance;
766
799
 
767
800
  export interface RequestPathBaseCookieBuilder$instance extends CookieBuilder {
801
+ readonly AdditionalPath: string | undefined;
768
802
  Build(context: HttpContext, expiresFrom: DateTimeOffset): CookieOptions;
769
803
  Build(context: HttpContext): CookieOptions;
770
804
  }
@@ -778,9 +812,11 @@ export const RequestPathBaseCookieBuilder: {
778
812
  export type RequestPathBaseCookieBuilder = RequestPathBaseCookieBuilder$instance;
779
813
 
780
814
  export interface ResultContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
781
- Principal: ClaimsPrincipal;
815
+ get Principal(): ClaimsPrincipal | undefined;
816
+ set Principal(value: ClaimsPrincipal | undefined);
782
817
  Properties: AuthenticationProperties;
783
- readonly Result: AuthenticateResult;
818
+ get Result(): AuthenticateResult | undefined;
819
+ set Result(value: AuthenticateResult | undefined);
784
820
  Fail(failure: Exception): void;
785
821
  Fail(failureMessage: string): void;
786
822
  NoResult(): void;
@@ -788,7 +824,7 @@ export interface ResultContext_1$instance<TOptions extends AuthenticationSchemeO
788
824
  }
789
825
 
790
826
 
791
- export const ResultContext_1: {
827
+ export const ResultContext_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(context: HttpContext, scheme: AuthenticationScheme, options: TOptions) => ResultContext_1<TOptions>) & {
792
828
  };
793
829
 
794
830
 
@@ -817,15 +853,14 @@ export type SecureDataFormat_1<TData> = SecureDataFormat_1$instance<TData> & __S
817
853
  export interface SignInAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends SignOutAuthenticationHandler_1$instance<TOptions>, IAuthenticationSignOutHandler {
818
854
  AuthenticateAsync(): Task<AuthenticateResult>;
819
855
  ChallengeAsync(properties: AuthenticationProperties): Task;
856
+ HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
820
857
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
821
858
  SignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
822
859
  SignOutAsync(properties: AuthenticationProperties): Task;
823
860
  }
824
861
 
825
862
 
826
- export const SignInAuthenticationHandler_1: {
827
- new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock): SignInAuthenticationHandler_1<TOptions>;
828
- new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder): SignInAuthenticationHandler_1<TOptions>;
863
+ export const SignInAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignInAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignInAuthenticationHandler_1<TOptions>) & {
829
864
  };
830
865
 
831
866
 
@@ -840,14 +875,13 @@ export type SignInAuthenticationHandler_1<TOptions extends AuthenticationSchemeO
840
875
  export interface SignOutAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends AuthenticationHandler_1$instance<TOptions>, IAuthenticationSignOutHandler {
841
876
  AuthenticateAsync(): Task<AuthenticateResult>;
842
877
  ChallengeAsync(properties: AuthenticationProperties): Task;
878
+ HandleSignOutAsync(properties: AuthenticationProperties): Task;
843
879
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
844
880
  SignOutAsync(properties: AuthenticationProperties): Task;
845
881
  }
846
882
 
847
883
 
848
- export const SignOutAuthenticationHandler_1: {
849
- new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock): SignOutAuthenticationHandler_1<TOptions>;
850
- new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder): SignOutAuthenticationHandler_1<TOptions>;
884
+ export const SignOutAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignOutAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignOutAuthenticationHandler_1<TOptions>) & {
851
885
  };
852
886
 
853
887
 
@@ -899,7 +933,7 @@ export type TicketDataFormat = TicketDataFormat$instance & __TicketDataFormat$vi
899
933
 
900
934
  export interface TicketReceivedContext$instance extends RemoteAuthenticationContext_1<RemoteAuthenticationOptions> {
901
935
  get ReturnUri(): string | undefined;
902
- set ReturnUri(value: string);
936
+ set ReturnUri(value: string | undefined);
903
937
  }
904
938
 
905
939
 
@@ -913,8 +947,12 @@ export type TicketReceivedContext = TicketReceivedContext$instance;
913
947
  export interface TicketSerializer$instance {
914
948
  Deserialize(data: byte[]): AuthenticationTicket | undefined;
915
949
  Read(reader: BinaryReader): AuthenticationTicket | undefined;
950
+ ReadClaim(reader: BinaryReader, identity: ClaimsIdentity): Claim;
951
+ ReadIdentity(reader: BinaryReader): ClaimsIdentity;
916
952
  Serialize(ticket: AuthenticationTicket): byte[];
917
953
  Write(writer: BinaryWriter, ticket: AuthenticationTicket): void;
954
+ WriteClaim(writer: BinaryWriter, claim: Claim): void;
955
+ WriteIdentity(writer: BinaryWriter, identity: ClaimsIdentity): void;
918
956
  }
919
957
 
920
958
 
@@ -15,6 +15,10 @@
15
15
  "isSealed": true,
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
  "properties": [
20
24
  {
@@ -32,6 +36,7 @@
32
36
  "isAbstract": false,
33
37
  "isVirtual": false,
34
38
  "isOverride": false,
39
+ "visibility": "Public",
35
40
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse",
36
41
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
37
42
  },
@@ -50,6 +55,7 @@
50
55
  "isAbstract": false,
51
56
  "isVirtual": false,
52
57
  "isOverride": false,
58
+ "visibility": "Public",
53
59
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse",
54
60
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
55
61
  },
@@ -68,6 +74,7 @@
68
74
  "isAbstract": false,
69
75
  "isVirtual": false,
70
76
  "isOverride": false,
77
+ "visibility": "Public",
71
78
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse",
72
79
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
73
80
  },
@@ -86,6 +93,7 @@
86
93
  "isAbstract": false,
87
94
  "isVirtual": false,
88
95
  "isOverride": false,
96
+ "visibility": "Public",
89
97
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse",
90
98
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
91
99
  }
@@ -100,6 +108,7 @@
100
108
  "normalizedSignature": "constructor|():void|static=false",
101
109
  "isStatic": false,
102
110
  "parameterCount": 0,
111
+ "visibility": "Public",
103
112
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.AccessTokenResponse",
104
113
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
105
114
  }
@@ -116,6 +125,10 @@
116
125
  "isSealed": false,
117
126
  "isStatic": false,
118
127
  "arity": 0,
128
+ "baseType": {
129
+ "stableId": "System.Private.CoreLib:System.Object",
130
+ "clrName": "System.Object"
131
+ },
119
132
  "methods": [
120
133
  {
121
134
  "stableId": "Microsoft.AspNetCore.Authentication.BearerToken:Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenEvents::MessageReceivedAsync(Microsoft.AspNetCore.Authentication.BearerToken.MessageReceivedContext):System.Threading.Tasks.Task",
@@ -132,6 +145,7 @@
132
145
  "isVirtual": true,
133
146
  "isOverride": false,
134
147
  "isSealed": false,
148
+ "visibility": "Public",
135
149
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenEvents",
136
150
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken",
137
151
  "isExtensionMethod": false
@@ -153,6 +167,7 @@
153
167
  "isAbstract": false,
154
168
  "isVirtual": false,
155
169
  "isOverride": false,
170
+ "visibility": "Public",
156
171
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenEvents",
157
172
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
158
173
  }
@@ -167,6 +182,7 @@
167
182
  "normalizedSignature": "constructor|():void|static=false",
168
183
  "isStatic": false,
169
184
  "parameterCount": 0,
185
+ "visibility": "Public",
170
186
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenEvents",
171
187
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
172
188
  }
@@ -183,6 +199,10 @@
183
199
  "isSealed": true,
184
200
  "isStatic": false,
185
201
  "arity": 0,
202
+ "baseType": {
203
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions",
204
+ "clrName": "Microsoft.AspNetCore.Authentication.AuthenticationSchemeOptions"
205
+ },
186
206
  "methods": [],
187
207
  "properties": [
188
208
  {
@@ -200,6 +220,7 @@
200
220
  "isAbstract": false,
201
221
  "isVirtual": false,
202
222
  "isOverride": false,
223
+ "visibility": "Public",
203
224
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions",
204
225
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
205
226
  },
@@ -218,6 +239,7 @@
218
239
  "isAbstract": false,
219
240
  "isVirtual": false,
220
241
  "isOverride": false,
242
+ "visibility": "Public",
221
243
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions",
222
244
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
223
245
  },
@@ -236,6 +258,7 @@
236
258
  "isAbstract": false,
237
259
  "isVirtual": false,
238
260
  "isOverride": false,
261
+ "visibility": "Public",
239
262
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions",
240
263
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
241
264
  },
@@ -254,6 +277,7 @@
254
277
  "isAbstract": false,
255
278
  "isVirtual": false,
256
279
  "isOverride": false,
280
+ "visibility": "Public",
257
281
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions",
258
282
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
259
283
  },
@@ -272,6 +296,7 @@
272
296
  "isAbstract": false,
273
297
  "isVirtual": false,
274
298
  "isOverride": false,
299
+ "visibility": "Public",
275
300
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions",
276
301
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
277
302
  }
@@ -286,6 +311,7 @@
286
311
  "normalizedSignature": "constructor|():void|static=false",
287
312
  "isStatic": false,
288
313
  "parameterCount": 0,
314
+ "visibility": "Public",
289
315
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions",
290
316
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
291
317
  }
@@ -302,6 +328,13 @@
302
328
  "isSealed": false,
303
329
  "isStatic": false,
304
330
  "arity": 0,
331
+ "baseType": {
332
+ "stableId": "Microsoft.AspNetCore.Authentication:Microsoft.AspNetCore.Authentication.ResultContext\u00601",
333
+ "clrName": "Microsoft.AspNetCore.Authentication.ResultContext\u00601",
334
+ "typeArguments": [
335
+ "BearerTokenOptions"
336
+ ]
337
+ },
305
338
  "methods": [],
306
339
  "properties": [
307
340
  {
@@ -319,6 +352,7 @@
319
352
  "isAbstract": false,
320
353
  "isVirtual": false,
321
354
  "isOverride": false,
355
+ "visibility": "Public",
322
356
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.MessageReceivedContext",
323
357
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
324
358
  }
@@ -333,6 +367,7 @@
333
367
  "normalizedSignature": "constructor|(Microsoft.AspNetCore.Http.HttpContext,Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenOptions):void|static=false",
334
368
  "isStatic": false,
335
369
  "parameterCount": 3,
370
+ "visibility": "Public",
336
371
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.MessageReceivedContext",
337
372
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
338
373
  }
@@ -349,6 +384,10 @@
349
384
  "isSealed": true,
350
385
  "isStatic": true,
351
386
  "arity": 0,
387
+ "baseType": {
388
+ "stableId": "System.Private.CoreLib:System.Object",
389
+ "clrName": "System.Object"
390
+ },
352
391
  "methods": [],
353
392
  "properties": [],
354
393
  "fields": [
@@ -360,6 +399,7 @@
360
399
  "isStatic": true,
361
400
  "isReadOnly": false,
362
401
  "isLiteral": true,
402
+ "visibility": "Public",
363
403
  "declaringClrType": "Microsoft.AspNetCore.Authentication.BearerToken.BearerTokenDefaults",
364
404
  "declaringAssemblyName": "Microsoft.AspNetCore.Authentication.BearerToken"
365
405
  }
@@ -60,7 +60,7 @@ export type BearerTokenOptions = BearerTokenOptions$instance;
60
60
 
61
61
  export interface MessageReceivedContext$instance extends ResultContext_1<BearerTokenOptions> {
62
62
  get Token(): string | undefined;
63
- set Token(value: string);
63
+ set Token(value: string | undefined);
64
64
  }
65
65
 
66
66