@tsonic/aspnetcore 10.0.40 → 10.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (350) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +3 -2
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +11 -10
  3. package/Microsoft.AspNetCore.Antiforgery.d.ts +4 -0
  4. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +218 -214
  5. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +6 -5
  6. package/Microsoft.AspNetCore.Authentication.BearerToken.d.ts +4 -0
  7. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +22 -21
  8. package/Microsoft.AspNetCore.Authentication.Cookies.d.ts +4 -0
  9. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +27 -26
  10. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +5 -4
  11. package/Microsoft.AspNetCore.Authentication.OAuth.Claims.d.ts +4 -0
  12. package/Microsoft.AspNetCore.Authentication.OAuth.d.ts +4 -0
  13. package/Microsoft.AspNetCore.Authentication.d.ts +7 -2
  14. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +44 -43
  15. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +5 -4
  16. package/Microsoft.AspNetCore.Authorization.Infrastructure.d.ts +4 -0
  17. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +8 -7
  18. package/Microsoft.AspNetCore.Authorization.Policy.d.ts +4 -0
  19. package/Microsoft.AspNetCore.Authorization.d.ts +8 -4
  20. package/Microsoft.AspNetCore.Builder/bindings.json +0 -130
  21. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +110 -129
  22. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +9 -8
  23. package/Microsoft.AspNetCore.Builder.Extensions.d.ts +4 -0
  24. package/Microsoft.AspNetCore.Builder.d.ts +4 -1
  25. package/Microsoft.AspNetCore.Components/bindings.json +4 -1
  26. package/Microsoft.AspNetCore.Components/internal/index.d.ts +240 -242
  27. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +26 -25
  28. package/Microsoft.AspNetCore.Components.Authorization.d.ts +4 -0
  29. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +9 -8
  30. package/Microsoft.AspNetCore.Components.CompilerServices.d.ts +4 -0
  31. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +3 -2
  32. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +3 -2
  33. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure.d.ts +4 -0
  34. package/Microsoft.AspNetCore.Components.Endpoints.d.ts +4 -0
  35. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +98 -100
  36. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -12
  37. package/Microsoft.AspNetCore.Components.Forms.Mapping.d.ts +4 -0
  38. package/Microsoft.AspNetCore.Components.Forms.d.ts +4 -0
  39. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +2 -4
  40. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure.d.ts +4 -0
  41. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +4 -3
  42. package/Microsoft.AspNetCore.Components.Infrastructure.d.ts +4 -0
  43. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +16 -18
  44. package/Microsoft.AspNetCore.Components.RenderTree.d.ts +4 -0
  45. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +21 -20
  46. package/Microsoft.AspNetCore.Components.Rendering.d.ts +4 -0
  47. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +24 -23
  48. package/Microsoft.AspNetCore.Components.Routing.d.ts +4 -0
  49. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +13 -12
  50. package/Microsoft.AspNetCore.Components.Sections.d.ts +4 -0
  51. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +9 -8
  52. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +3 -2
  53. package/Microsoft.AspNetCore.Components.Server.Circuits.d.ts +4 -0
  54. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +9 -8
  55. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage.d.ts +4 -0
  56. package/Microsoft.AspNetCore.Components.Server.d.ts +4 -0
  57. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +23 -22
  58. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +3 -2
  59. package/Microsoft.AspNetCore.Components.Web.HtmlRendering.d.ts +4 -0
  60. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +3 -2
  61. package/Microsoft.AspNetCore.Components.Web.Infrastructure.d.ts +4 -0
  62. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +3 -5
  63. package/Microsoft.AspNetCore.Components.Web.Internal.d.ts +4 -0
  64. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +23 -22
  65. package/Microsoft.AspNetCore.Components.Web.Virtualization.d.ts +5 -1
  66. package/Microsoft.AspNetCore.Components.Web.d.ts +4 -0
  67. package/Microsoft.AspNetCore.Components.d.ts +11 -7
  68. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +34 -33
  69. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +3 -2
  70. package/Microsoft.AspNetCore.Connections.Abstractions.d.ts +4 -0
  71. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +12 -11
  72. package/Microsoft.AspNetCore.Connections.Features.d.ts +4 -0
  73. package/Microsoft.AspNetCore.Connections.d.ts +5 -1
  74. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +3 -2
  75. package/Microsoft.AspNetCore.CookiePolicy.d.ts +4 -0
  76. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +9 -8
  77. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +11 -10
  78. package/Microsoft.AspNetCore.Cors.Infrastructure.d.ts +4 -0
  79. package/Microsoft.AspNetCore.Cors.d.ts +4 -0
  80. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +3 -2
  81. package/Microsoft.AspNetCore.Cryptography.KeyDerivation.d.ts +4 -0
  82. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +8 -8
  83. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/bindings.json +10 -10
  84. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +8 -7
  85. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +9 -8
  86. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.d.ts +4 -0
  87. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.d.ts +4 -0
  88. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +4 -3
  89. package/Microsoft.AspNetCore.DataProtection.Infrastructure.d.ts +4 -0
  90. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +3 -2
  91. package/Microsoft.AspNetCore.DataProtection.Internal.d.ts +4 -0
  92. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +16 -15
  93. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/bindings.json +3 -3
  94. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +7 -9
  95. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.d.ts +4 -0
  96. package/Microsoft.AspNetCore.DataProtection.KeyManagement.d.ts +4 -0
  97. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +7 -6
  98. package/Microsoft.AspNetCore.DataProtection.Repositories.d.ts +4 -0
  99. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +9 -8
  100. package/Microsoft.AspNetCore.DataProtection.XmlEncryption.d.ts +4 -0
  101. package/Microsoft.AspNetCore.DataProtection.d.ts +4 -0
  102. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +34 -33
  103. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +5 -4
  104. package/Microsoft.AspNetCore.Diagnostics.HealthChecks.d.ts +4 -0
  105. package/Microsoft.AspNetCore.Diagnostics.d.ts +4 -0
  106. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +3 -2
  107. package/Microsoft.AspNetCore.HostFiltering.d.ts +4 -0
  108. package/Microsoft.AspNetCore.Hosting/bindings.json +20 -83
  109. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +19 -27
  110. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +3 -2
  111. package/Microsoft.AspNetCore.Hosting.Builder.d.ts +4 -0
  112. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +4 -3
  113. package/Microsoft.AspNetCore.Hosting.Infrastructure.d.ts +4 -0
  114. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +7 -6
  115. package/Microsoft.AspNetCore.Hosting.Server.Abstractions/internal/index.d.ts +6 -5
  116. package/Microsoft.AspNetCore.Hosting.Server.Abstractions.d.ts +5 -1
  117. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +3 -2
  118. package/Microsoft.AspNetCore.Hosting.Server.Features.d.ts +4 -0
  119. package/Microsoft.AspNetCore.Hosting.Server.d.ts +5 -1
  120. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +3 -2
  121. package/Microsoft.AspNetCore.Hosting.StaticWebAssets.d.ts +4 -0
  122. package/Microsoft.AspNetCore.Hosting.d.ts +7 -5
  123. package/Microsoft.AspNetCore.Html/internal/index.d.ts +14 -11
  124. package/Microsoft.AspNetCore.Html.d.ts +4 -0
  125. package/Microsoft.AspNetCore.Http/bindings.json +494 -494
  126. package/Microsoft.AspNetCore.Http/internal/index.d.ts +336 -338
  127. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +22 -21
  128. package/Microsoft.AspNetCore.Http.Connections.Features/internal/index.d.ts +5 -4
  129. package/Microsoft.AspNetCore.Http.Connections.Features.d.ts +4 -0
  130. package/Microsoft.AspNetCore.Http.Connections.d.ts +4 -0
  131. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +3 -5
  132. package/Microsoft.AspNetCore.Http.Extensions.d.ts +4 -0
  133. package/Microsoft.AspNetCore.Http.Features/bindings.json +4 -1
  134. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +53 -55
  135. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +7 -6
  136. package/Microsoft.AspNetCore.Http.Features.Authentication.d.ts +4 -0
  137. package/Microsoft.AspNetCore.Http.Features.d.ts +4 -0
  138. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +39 -38
  139. package/Microsoft.AspNetCore.Http.Headers.d.ts +4 -0
  140. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +117 -116
  141. package/Microsoft.AspNetCore.Http.HttpResults.d.ts +37 -33
  142. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +3 -2
  143. package/Microsoft.AspNetCore.Http.Json.d.ts +4 -0
  144. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +12 -11
  145. package/Microsoft.AspNetCore.Http.Metadata.d.ts +4 -0
  146. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +8 -7
  147. package/Microsoft.AspNetCore.Http.Timeouts.d.ts +4 -0
  148. package/Microsoft.AspNetCore.Http.d.ts +11 -7
  149. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +4 -3
  150. package/Microsoft.AspNetCore.HttpLogging.d.ts +4 -0
  151. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +3 -5
  152. package/Microsoft.AspNetCore.HttpOverrides.d.ts +4 -0
  153. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +3 -2
  154. package/Microsoft.AspNetCore.HttpsPolicy.d.ts +4 -0
  155. package/Microsoft.AspNetCore.Identity/bindings.json +397 -17
  156. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +453 -452
  157. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +17 -16
  158. package/Microsoft.AspNetCore.Identity.Data.d.ts +4 -0
  159. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +3 -2
  160. package/Microsoft.AspNetCore.Identity.UI.Services.d.ts +4 -0
  161. package/Microsoft.AspNetCore.Identity.d.ts +44 -40
  162. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +21 -20
  163. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -4
  164. package/Microsoft.AspNetCore.Localization.Routing.d.ts +4 -0
  165. package/Microsoft.AspNetCore.Localization.d.ts +4 -0
  166. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +447 -446
  167. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +17 -16
  168. package/Microsoft.AspNetCore.Mvc.Abstractions.d.ts +4 -0
  169. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +9 -8
  170. package/Microsoft.AspNetCore.Mvc.ActionConstraints.d.ts +4 -0
  171. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +34 -33
  172. package/Microsoft.AspNetCore.Mvc.ApiExplorer.d.ts +4 -0
  173. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +54 -53
  174. package/Microsoft.AspNetCore.Mvc.ApplicationModels.d.ts +4 -0
  175. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +7 -6
  176. package/Microsoft.AspNetCore.Mvc.ApplicationParts.d.ts +6 -2
  177. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +8 -7
  178. package/Microsoft.AspNetCore.Mvc.Authorization.d.ts +4 -0
  179. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +12 -11
  180. package/Microsoft.AspNetCore.Mvc.Controllers.d.ts +4 -0
  181. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +3 -2
  182. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure.d.ts +4 -0
  183. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +6 -5
  184. package/Microsoft.AspNetCore.Mvc.Cors.d.ts +4 -0
  185. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +15 -14
  186. package/Microsoft.AspNetCore.Mvc.DataAnnotations.d.ts +4 -0
  187. package/Microsoft.AspNetCore.Mvc.Diagnostics/bindings.json +119 -119
  188. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +29 -28
  189. package/Microsoft.AspNetCore.Mvc.Diagnostics.d.ts +5 -1
  190. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +57 -56
  191. package/Microsoft.AspNetCore.Mvc.Filters.d.ts +4 -0
  192. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +38 -37
  193. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +20 -19
  194. package/Microsoft.AspNetCore.Mvc.Formatters.Xml.d.ts +4 -0
  195. package/Microsoft.AspNetCore.Mvc.Formatters.d.ts +4 -0
  196. package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +91 -0
  197. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +58 -39
  198. package/Microsoft.AspNetCore.Mvc.Infrastructure.d.ts +6 -1
  199. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +11 -10
  200. package/Microsoft.AspNetCore.Mvc.Localization.d.ts +8 -4
  201. package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +1721 -1721
  202. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +272 -274
  203. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +54 -53
  204. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders.d.ts +4 -0
  205. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +108 -107
  206. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.d.ts +4 -0
  207. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/bindings.json +80 -0
  208. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +42 -27
  209. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation.d.ts +6 -1
  210. package/Microsoft.AspNetCore.Mvc.ModelBinding.d.ts +11 -7
  211. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +51 -50
  212. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +10 -9
  213. package/Microsoft.AspNetCore.Mvc.Razor.Compilation.d.ts +4 -0
  214. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +3 -2
  215. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure.d.ts +4 -0
  216. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +5 -4
  217. package/Microsoft.AspNetCore.Mvc.Razor.Internal.d.ts +4 -0
  218. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +4 -6
  219. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers.d.ts +4 -0
  220. package/Microsoft.AspNetCore.Mvc.Razor.d.ts +7 -3
  221. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +135 -134
  222. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +12 -11
  223. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.d.ts +4 -0
  224. package/Microsoft.AspNetCore.Mvc.RazorPages.d.ts +4 -0
  225. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +61 -60
  226. package/Microsoft.AspNetCore.Mvc.Rendering.d.ts +6 -2
  227. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +47 -46
  228. package/Microsoft.AspNetCore.Mvc.Routing.d.ts +4 -0
  229. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +22 -24
  230. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +3 -2
  231. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache.d.ts +4 -0
  232. package/Microsoft.AspNetCore.Mvc.TagHelpers.d.ts +4 -0
  233. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +14 -13
  234. package/Microsoft.AspNetCore.Mvc.ViewComponents.d.ts +4 -0
  235. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +10 -9
  236. package/Microsoft.AspNetCore.Mvc.ViewEngines.d.ts +4 -0
  237. package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +131 -131
  238. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +78 -80
  239. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +3 -2
  240. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.d.ts +4 -0
  241. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +3 -2
  242. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure.d.ts +4 -0
  243. package/Microsoft.AspNetCore.Mvc.ViewFeatures.d.ts +9 -5
  244. package/Microsoft.AspNetCore.Mvc.d.ts +20 -16
  245. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +18 -17
  246. package/Microsoft.AspNetCore.OutputCaching.d.ts +4 -0
  247. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +14 -13
  248. package/Microsoft.AspNetCore.RateLimiting.d.ts +5 -1
  249. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +3 -2
  250. package/Microsoft.AspNetCore.Razor.Hosting.d.ts +4 -0
  251. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +3 -2
  252. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers.d.ts +4 -0
  253. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +5 -7
  254. package/Microsoft.AspNetCore.Razor.TagHelpers.d.ts +4 -0
  255. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +4 -3
  256. package/Microsoft.AspNetCore.RequestDecompression.d.ts +4 -0
  257. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +7 -6
  258. package/Microsoft.AspNetCore.ResponseCaching.d.ts +4 -0
  259. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +6 -5
  260. package/Microsoft.AspNetCore.ResponseCompression.d.ts +4 -0
  261. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +3 -2
  262. package/Microsoft.AspNetCore.Rewrite.d.ts +4 -0
  263. package/Microsoft.AspNetCore.Routing/bindings.json +185 -185
  264. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +137 -139
  265. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +49 -48
  266. package/Microsoft.AspNetCore.Routing.Constraints.d.ts +4 -0
  267. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +3 -2
  268. package/Microsoft.AspNetCore.Routing.Internal.d.ts +4 -0
  269. package/Microsoft.AspNetCore.Routing.Matching/bindings.json +4 -1
  270. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +12 -14
  271. package/Microsoft.AspNetCore.Routing.Matching.d.ts +6 -2
  272. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +29 -28
  273. package/Microsoft.AspNetCore.Routing.Patterns.d.ts +4 -0
  274. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +16 -18
  275. package/Microsoft.AspNetCore.Routing.Template.d.ts +4 -0
  276. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +4 -3
  277. package/Microsoft.AspNetCore.Routing.Tree.d.ts +4 -0
  278. package/Microsoft.AspNetCore.Routing.d.ts +6 -2
  279. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +3 -2
  280. package/Microsoft.AspNetCore.Server.IISIntegration.d.ts +4 -0
  281. package/Microsoft.AspNetCore.Server.Kestrel/bindings.json +16 -16
  282. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +3 -2
  283. package/Microsoft.AspNetCore.Server.Kestrel.Core/bindings.json +42 -42
  284. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +16 -15
  285. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/bindings.json +3 -3
  286. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +7 -6
  287. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features.d.ts +4 -0
  288. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/bindings.json +33 -33
  289. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +6 -8
  290. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.d.ts +4 -0
  291. package/Microsoft.AspNetCore.Server.Kestrel.Core.d.ts +4 -0
  292. package/Microsoft.AspNetCore.Server.Kestrel.Https/bindings.json +10 -10
  293. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +19 -18
  294. package/Microsoft.AspNetCore.Server.Kestrel.Https.d.ts +4 -0
  295. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +7 -6
  296. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.d.ts +4 -0
  297. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +3 -2
  298. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.d.ts +4 -0
  299. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +3 -2
  300. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.d.ts +4 -0
  301. package/Microsoft.AspNetCore.Server.Kestrel.d.ts +4 -0
  302. package/Microsoft.AspNetCore.Session/internal/index.d.ts +3 -5
  303. package/Microsoft.AspNetCore.Session.d.ts +4 -0
  304. package/Microsoft.AspNetCore.SignalR/bindings.json +201 -201
  305. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +168 -170
  306. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +32 -34
  307. package/Microsoft.AspNetCore.SignalR.Protocol.d.ts +4 -0
  308. package/Microsoft.AspNetCore.SignalR.d.ts +20 -16
  309. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +3 -2
  310. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +5 -4
  311. package/Microsoft.AspNetCore.StaticAssets.Infrastructure.d.ts +4 -0
  312. package/Microsoft.AspNetCore.StaticAssets.d.ts +4 -0
  313. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +2 -4
  314. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -6
  315. package/Microsoft.AspNetCore.StaticFiles.Infrastructure.d.ts +4 -0
  316. package/Microsoft.AspNetCore.StaticFiles.d.ts +4 -0
  317. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +5 -4
  318. package/Microsoft.AspNetCore.WebSockets.d.ts +4 -0
  319. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +25 -24
  320. package/Microsoft.AspNetCore.WebUtilities.d.ts +5 -1
  321. package/Microsoft.AspNetCore.d.ts +4 -0
  322. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +62 -61
  323. package/Microsoft.Extensions.DependencyInjection.d.ts +4 -0
  324. package/Microsoft.Extensions.Hosting/internal/index.d.ts +3 -2
  325. package/Microsoft.Extensions.Hosting.d.ts +4 -0
  326. package/Microsoft.JSInterop/internal/index.d.ts +102 -77
  327. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +16 -17
  328. package/Microsoft.JSInterop.Implementation.d.ts +4 -0
  329. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +9 -11
  330. package/Microsoft.JSInterop.Infrastructure.d.ts +4 -0
  331. package/Microsoft.JSInterop.d.ts +6 -2
  332. package/Microsoft.Net.Http.Headers/internal/index.d.ts +57 -59
  333. package/Microsoft.Net.Http.Headers.d.ts +4 -0
  334. package/README.md +65 -15
  335. package/System.Formats.Cbor/internal/index.d.ts +4 -6
  336. package/System.Formats.Cbor.d.ts +4 -0
  337. package/System.Security.Claims/internal/index.d.ts +4 -3
  338. package/System.Security.Claims.d.ts +4 -0
  339. package/System.Threading.RateLimiting/internal/index.d.ts +31 -33
  340. package/System.Threading.RateLimiting.d.ts +10 -6
  341. package/__internal/extensions/index.d.ts +410 -431
  342. package/package.json +4 -4
  343. package/Microsoft.AspNetCore.Server.HttpSys/bindings.json +0 -2396
  344. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +0 -297
  345. package/Microsoft.AspNetCore.Server.HttpSys.d.ts +0 -34
  346. package/Microsoft.AspNetCore.Server.HttpSys.js +0 -9
  347. package/Microsoft.AspNetCore.Server.IIS/bindings.json +0 -332
  348. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +0 -68
  349. package/Microsoft.AspNetCore.Server.IIS.d.ts +0 -20
  350. package/Microsoft.AspNetCore.Server.IIS.js +0 -9
@@ -2,8 +2,9 @@
2
2
  // Namespace: Microsoft.AspNetCore.Identity
3
3
  // Assembly: Microsoft.AspNetCore.Identity, Microsoft.Extensions.Identity.Core, Microsoft.Extensions.Identity.Stores
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import type { CookieAuthenticationOptions, CookieValidatePrincipalContext } from "../../Microsoft.AspNetCore.Authentication.Cookies/internal/index.js";
@@ -36,19 +37,19 @@ export enum PasswordVerificationResult {
36
37
  }
37
38
 
38
39
 
39
- export interface IEmailSender_1$instance<TUser> {
40
+ export interface IEmailSender_1$instance<TUser extends (object | null)> {
40
41
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IEmailSender_1: never;
41
42
 
42
43
  SendConfirmationLinkAsync(user: TUser, email: string, confirmationLink: string): Task;
43
44
  }
44
45
 
45
46
 
46
- export type IEmailSender_1<TUser> = IEmailSender_1$instance<TUser>;
47
+ export type IEmailSender_1<TUser extends (object | null)> = IEmailSender_1$instance<TUser>;
47
48
 
48
49
  export interface ILookupNormalizer$instance {
49
50
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ILookupNormalizer: never;
50
51
 
51
- NormalizeName(name: string): string | undefined;
52
+ NormalizeName(name: string | null): string | null;
52
53
  }
53
54
 
54
55
 
@@ -57,7 +58,7 @@ export type ILookupNormalizer = ILookupNormalizer$instance;
57
58
  export interface ILookupProtector$instance {
58
59
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ILookupProtector: never;
59
60
 
60
- Protect(keyId: string, data: string): string | undefined;
61
+ Protect(keyId: string, data: string | null): string | null;
61
62
  }
62
63
 
63
64
 
@@ -73,19 +74,19 @@ export interface ILookupProtectorKeyRing$instance {
73
74
 
74
75
  export type ILookupProtectorKeyRing = ILookupProtectorKeyRing$instance & { readonly [keyId: string]: string; };
75
76
 
76
- export interface IPasskeyHandler_1$instance<TUser> {
77
+ export interface IPasskeyHandler_1$instance<TUser extends (object | null)> {
77
78
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasskeyHandler_1: never;
78
79
 
79
80
  MakeCreationOptionsAsync(userEntity: PasskeyUserEntity, httpContext: HttpContext): Task_1<PasskeyCreationOptionsResult>;
80
- MakeRequestOptionsAsync(user: TUser, httpContext: HttpContext): Task_1<PasskeyRequestOptionsResult>;
81
+ MakeRequestOptionsAsync(user: TUser | null, httpContext: HttpContext): Task_1<PasskeyRequestOptionsResult>;
81
82
  PerformAssertionAsync(context: PasskeyAssertionContext): Task_1<PasskeyAssertionResult_1<TUser>>;
82
83
  PerformAttestationAsync(context: PasskeyAttestationContext): Task_1<PasskeyAttestationResult>;
83
84
  }
84
85
 
85
86
 
86
- export type IPasskeyHandler_1<TUser> = IPasskeyHandler_1$instance<TUser>;
87
+ export type IPasskeyHandler_1<TUser extends (object | null)> = IPasskeyHandler_1$instance<TUser>;
87
88
 
88
- export interface IPasswordHasher_1$instance<TUser> {
89
+ export interface IPasswordHasher_1$instance<TUser extends (object | null)> {
89
90
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordHasher_1: never;
90
91
 
91
92
  HashPassword(user: TUser, password: string): string;
@@ -93,103 +94,103 @@ export interface IPasswordHasher_1$instance<TUser> {
93
94
  }
94
95
 
95
96
 
96
- export type IPasswordHasher_1<TUser> = IPasswordHasher_1$instance<TUser>;
97
+ export type IPasswordHasher_1<TUser extends (object | null)> = IPasswordHasher_1$instance<TUser>;
97
98
 
98
- export interface IPasswordValidator_1$instance<TUser> {
99
+ export interface IPasswordValidator_1$instance<TUser extends (object | null)> {
99
100
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordValidator_1: never;
100
101
 
101
- ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string): Task_1<IdentityResult>;
102
+ ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string | null): Task_1<IdentityResult>;
102
103
  }
103
104
 
104
105
 
105
- export type IPasswordValidator_1<TUser> = IPasswordValidator_1$instance<TUser>;
106
+ export type IPasswordValidator_1<TUser extends (object | null)> = IPasswordValidator_1$instance<TUser>;
106
107
 
107
108
  export interface IPersonalDataProtector$instance {
108
109
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPersonalDataProtector: never;
109
110
 
110
- Protect(data: string): string | undefined;
111
+ Protect(data: string | null): string | null;
111
112
  }
112
113
 
113
114
 
114
115
  export type IPersonalDataProtector = IPersonalDataProtector$instance;
115
116
 
116
- export interface IProtectedUserStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
117
+ export interface IProtectedUserStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
117
118
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IProtectedUserStore_1: never;
118
119
 
119
120
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
120
121
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
121
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
122
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
122
123
  }
123
124
 
124
125
 
125
- export interface IProtectedUserStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
126
+ export interface IProtectedUserStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
126
127
 
127
- export type IProtectedUserStore_1<TUser> = IProtectedUserStore_1$instance<TUser>;
128
+ export type IProtectedUserStore_1<TUser extends (object | null)> = IProtectedUserStore_1$instance<TUser>;
128
129
 
129
- export interface IQueryableRoleStore_1$instance<TRole> extends IRoleStore_1<TRole>, IDisposable {
130
+ export interface IQueryableRoleStore_1$instance<TRole extends (object | null)> extends IRoleStore_1<TRole>, IDisposable {
130
131
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableRoleStore_1: never;
131
132
 
132
133
  readonly Roles: IQueryable_1<TRole>;
133
134
  CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
134
135
  FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole>;
135
- SetRoleNameAsync(role: TRole, roleName: string, cancellationToken: CancellationToken): Task;
136
+ SetRoleNameAsync(role: TRole, roleName: string | null, cancellationToken: CancellationToken): Task;
136
137
  }
137
138
 
138
139
 
139
- export interface IQueryableRoleStore_1$instance<TRole> extends IRoleStore_1$instance<TRole> {}
140
+ export interface IQueryableRoleStore_1$instance<TRole extends (object | null)> extends IRoleStore_1$instance<TRole> {}
140
141
 
141
- export type IQueryableRoleStore_1<TRole> = IQueryableRoleStore_1$instance<TRole>;
142
+ export type IQueryableRoleStore_1<TRole extends (object | null)> = IQueryableRoleStore_1$instance<TRole>;
142
143
 
143
- export interface IQueryableUserStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
144
+ export interface IQueryableUserStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
144
145
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableUserStore_1: never;
145
146
 
146
147
  readonly Users: IQueryable_1<TUser>;
147
148
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
148
149
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
149
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
150
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
150
151
  }
151
152
 
152
153
 
153
- export interface IQueryableUserStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
154
+ export interface IQueryableUserStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
154
155
 
155
- export type IQueryableUserStore_1<TUser> = IQueryableUserStore_1$instance<TUser>;
156
+ export type IQueryableUserStore_1<TUser extends (object | null)> = IQueryableUserStore_1$instance<TUser>;
156
157
 
157
- export interface IRoleClaimStore_1$instance<TRole> extends IRoleStore_1<TRole>, IDisposable {
158
+ export interface IRoleClaimStore_1$instance<TRole extends (object | null)> extends IRoleStore_1<TRole>, IDisposable {
158
159
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleClaimStore_1: never;
159
160
 
160
161
  AddClaimAsync(role: TRole, claim: Claim, cancellationToken?: CancellationToken): Task;
162
+ CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
161
163
  FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole>;
162
164
  GetClaimsAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
163
- SetRoleNameAsync(role: TRole, roleName: string, cancellationToken: CancellationToken): Task;
164
- CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
165
+ SetRoleNameAsync(role: TRole, roleName: string | null, cancellationToken: CancellationToken): Task;
165
166
  }
166
167
 
167
168
 
168
- export interface IRoleClaimStore_1$instance<TRole> extends IRoleStore_1$instance<TRole> {}
169
+ export interface IRoleClaimStore_1$instance<TRole extends (object | null)> extends IRoleStore_1$instance<TRole> {}
169
170
 
170
- export type IRoleClaimStore_1<TRole> = IRoleClaimStore_1$instance<TRole>;
171
+ export type IRoleClaimStore_1<TRole extends (object | null)> = IRoleClaimStore_1$instance<TRole>;
171
172
 
172
- export interface IRoleStore_1$instance<TRole> extends IDisposable {
173
+ export interface IRoleStore_1$instance<TRole extends (object | null)> extends IDisposable {
173
174
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleStore_1: never;
174
175
 
175
176
  CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
176
- FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole | undefined>;
177
- SetRoleNameAsync(role: TRole, roleName: string, cancellationToken: CancellationToken): Task;
177
+ FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole | null>;
178
+ SetRoleNameAsync(role: TRole, roleName: string | null, cancellationToken: CancellationToken): Task;
178
179
  }
179
180
 
180
181
 
181
- export interface IRoleStore_1$instance<TRole> extends System_Internal.IDisposable {}
182
+ export interface IRoleStore_1$instance<TRole extends (object | null)> extends System_Internal.IDisposable {}
182
183
 
183
- export type IRoleStore_1<TRole> = IRoleStore_1$instance<TRole>;
184
+ export type IRoleStore_1<TRole extends (object | null)> = IRoleStore_1$instance<TRole>;
184
185
 
185
- export interface IRoleValidator_1$instance<TRole> {
186
+ export interface IRoleValidator_1$instance<TRole extends (object | null)> {
186
187
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleValidator_1: never;
187
188
 
188
189
  ValidateAsync(manager: RoleManager_1<TRole>, role: TRole): Task_1<IdentityResult>;
189
190
  }
190
191
 
191
192
 
192
- export type IRoleValidator_1<TRole> = IRoleValidator_1$instance<TRole>;
193
+ export type IRoleValidator_1<TRole extends (object | null)> = IRoleValidator_1$instance<TRole>;
193
194
 
194
195
  export interface ISecurityStampValidator$instance {
195
196
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ISecurityStampValidator: never;
@@ -211,249 +212,249 @@ export interface ITwoFactorSecurityStampValidator$instance extends ISecurityStam
211
212
 
212
213
  export type ITwoFactorSecurityStampValidator = ITwoFactorSecurityStampValidator$instance;
213
214
 
214
- export interface IUserAuthenticationTokenStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
215
+ export interface IUserAuthenticationTokenStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
215
216
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticationTokenStore_1: never;
216
217
 
217
218
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
218
- GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | undefined>;
219
+ GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | null>;
219
220
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
220
221
  RemoveTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task;
221
- SetTokenAsync(user: TUser, loginProvider: string, name: string, value: string, cancellationToken: CancellationToken): Task;
222
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
222
+ SetTokenAsync(user: TUser, loginProvider: string, name: string, value: string | null, cancellationToken: CancellationToken): Task;
223
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
223
224
  }
224
225
 
225
226
 
226
- export interface IUserAuthenticationTokenStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
227
+ export interface IUserAuthenticationTokenStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
227
228
 
228
- export type IUserAuthenticationTokenStore_1<TUser> = IUserAuthenticationTokenStore_1$instance<TUser>;
229
+ export type IUserAuthenticationTokenStore_1<TUser extends (object | null)> = IUserAuthenticationTokenStore_1$instance<TUser>;
229
230
 
230
- export interface IUserAuthenticatorKeyStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
231
+ export interface IUserAuthenticatorKeyStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
231
232
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticatorKeyStore_1: never;
232
233
 
233
234
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
234
- GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
235
- SetAuthenticatorKeyAsync(user: TUser, key: string, cancellationToken: CancellationToken): Task;
235
+ GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | null>;
236
236
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
237
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
237
+ SetAuthenticatorKeyAsync(user: TUser, key: string, cancellationToken: CancellationToken): Task;
238
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
238
239
  }
239
240
 
240
241
 
241
- export interface IUserAuthenticatorKeyStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
242
+ export interface IUserAuthenticatorKeyStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
242
243
 
243
- export type IUserAuthenticatorKeyStore_1<TUser> = IUserAuthenticatorKeyStore_1$instance<TUser>;
244
+ export type IUserAuthenticatorKeyStore_1<TUser extends (object | null)> = IUserAuthenticatorKeyStore_1$instance<TUser>;
244
245
 
245
- export interface IUserClaimsPrincipalFactory_1$instance<TUser> {
246
+ export interface IUserClaimsPrincipalFactory_1$instance<TUser extends (object | null)> {
246
247
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimsPrincipalFactory_1: never;
247
248
 
248
249
  CreateAsync(user: TUser): Task_1<ClaimsPrincipal>;
249
250
  }
250
251
 
251
252
 
252
- export type IUserClaimsPrincipalFactory_1<TUser> = IUserClaimsPrincipalFactory_1$instance<TUser>;
253
+ export type IUserClaimsPrincipalFactory_1<TUser extends (object | null)> = IUserClaimsPrincipalFactory_1$instance<TUser>;
253
254
 
254
- export interface IUserClaimStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
255
+ export interface IUserClaimStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
255
256
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimStore_1: never;
256
257
 
257
258
  AddClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>, cancellationToken: CancellationToken): Task;
258
259
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
259
260
  GetClaimsAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<Claim>>;
261
+ GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
260
262
  GetUsersForClaimAsync(claim: Claim, cancellationToken: CancellationToken): Task_1<IList_1<TUser>>;
261
263
  ReplaceClaimAsync(user: TUser, claim: Claim, newClaim: Claim, cancellationToken: CancellationToken): Task;
262
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
263
- GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
264
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
264
265
  }
265
266
 
266
267
 
267
- export interface IUserClaimStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
268
+ export interface IUserClaimStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
268
269
 
269
- export type IUserClaimStore_1<TUser> = IUserClaimStore_1$instance<TUser>;
270
+ export type IUserClaimStore_1<TUser extends (object | null)> = IUserClaimStore_1$instance<TUser>;
270
271
 
271
- export interface IUserConfirmation_1$instance<TUser> {
272
+ export interface IUserConfirmation_1$instance<TUser extends (object | null)> {
272
273
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserConfirmation_1: never;
273
274
 
274
275
  IsConfirmedAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
275
276
  }
276
277
 
277
278
 
278
- export type IUserConfirmation_1<TUser> = IUserConfirmation_1$instance<TUser>;
279
+ export type IUserConfirmation_1<TUser extends (object | null)> = IUserConfirmation_1$instance<TUser>;
279
280
 
280
- export interface IUserEmailStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
281
+ export interface IUserEmailStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
281
282
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserEmailStore_1: never;
282
283
 
283
- FindByEmailAsync(normalizedEmail: string, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
284
- GetEmailAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
285
- SetEmailAsync(user: TUser, email: string, cancellationToken: CancellationToken): Task;
284
+ FindByEmailAsync(normalizedEmail: string, cancellationToken: CancellationToken): Task_1<TUser | null>;
285
+ GetEmailAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | null>;
286
+ GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
287
+ SetEmailAsync(user: TUser, email: string | null, cancellationToken: CancellationToken): Task;
286
288
  SetEmailConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken: CancellationToken): Task;
289
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
287
290
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
288
- GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
289
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
290
291
  }
291
292
 
292
293
 
293
- export interface IUserEmailStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
294
+ export interface IUserEmailStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
294
295
 
295
- export type IUserEmailStore_1<TUser> = IUserEmailStore_1$instance<TUser>;
296
+ export type IUserEmailStore_1<TUser extends (object | null)> = IUserEmailStore_1$instance<TUser>;
296
297
 
297
- export interface IUserLockoutStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
298
+ export interface IUserLockoutStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
298
299
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserLockoutStore_1: never;
299
300
 
300
301
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
301
302
  GetLockoutEndDateAsync(user: TUser, cancellationToken: CancellationToken): Task_1<Nullable_1<DateTimeOffset>>;
303
+ GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
302
304
  ResetAccessFailedCountAsync(user: TUser, cancellationToken: CancellationToken): Task;
303
305
  SetLockoutEnabledAsync(user: TUser, enabled: boolean, cancellationToken: CancellationToken): Task;
304
306
  SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>, cancellationToken: CancellationToken): Task;
305
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
306
- GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
307
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
307
308
  }
308
309
 
309
310
 
310
- export interface IUserLockoutStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
311
+ export interface IUserLockoutStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
311
312
 
312
- export type IUserLockoutStore_1<TUser> = IUserLockoutStore_1$instance<TUser>;
313
+ export type IUserLockoutStore_1<TUser extends (object | null)> = IUserLockoutStore_1$instance<TUser>;
313
314
 
314
- export interface IUserLoginStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
315
+ export interface IUserLoginStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
315
316
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserLoginStore_1: never;
316
317
 
317
318
  AddLoginAsync(user: TUser, login: UserLoginInfo, cancellationToken: CancellationToken): Task;
318
319
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
319
- FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
320
+ FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUser | null>;
320
321
  GetLoginsAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<UserLoginInfo>>;
321
- RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task;
322
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
323
322
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
323
+ RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task;
324
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
324
325
  }
325
326
 
326
327
 
327
- export interface IUserLoginStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
328
+ export interface IUserLoginStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
328
329
 
329
- export type IUserLoginStore_1<TUser> = IUserLoginStore_1$instance<TUser>;
330
+ export type IUserLoginStore_1<TUser extends (object | null)> = IUserLoginStore_1$instance<TUser>;
330
331
 
331
- export interface IUserPasskeyStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
332
+ export interface IUserPasskeyStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
332
333
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserPasskeyStore_1: never;
333
334
 
334
335
  AddOrUpdatePasskeyAsync(user: TUser, passkey: UserPasskeyInfo, cancellationToken: CancellationToken): Task;
335
336
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
336
- FindByPasskeyIdAsync(credentialId: byte[], cancellationToken: CancellationToken): Task_1<TUser | undefined>;
337
- FindPasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken): Task_1<UserPasskeyInfo | undefined>;
337
+ FindByPasskeyIdAsync(credentialId: byte[], cancellationToken: CancellationToken): Task_1<TUser | null>;
338
+ FindPasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken): Task_1<UserPasskeyInfo | null>;
338
339
  GetPasskeysAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<UserPasskeyInfo>>;
339
- RemovePasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken): Task;
340
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
341
340
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
341
+ RemovePasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken): Task;
342
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
342
343
  }
343
344
 
344
345
 
345
- export interface IUserPasskeyStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
346
+ export interface IUserPasskeyStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
346
347
 
347
- export type IUserPasskeyStore_1<TUser> = IUserPasskeyStore_1$instance<TUser>;
348
+ export type IUserPasskeyStore_1<TUser extends (object | null)> = IUserPasskeyStore_1$instance<TUser>;
348
349
 
349
- export interface IUserPasswordStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
350
+ export interface IUserPasswordStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
350
351
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserPasswordStore_1: never;
351
352
 
352
353
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
353
- GetPasswordHashAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
354
- SetPasswordHashAsync(user: TUser, passwordHash: string, cancellationToken: CancellationToken): Task;
354
+ GetPasswordHashAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | null>;
355
355
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
356
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
356
+ SetPasswordHashAsync(user: TUser, passwordHash: string | null, cancellationToken: CancellationToken): Task;
357
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
357
358
  }
358
359
 
359
360
 
360
- export interface IUserPasswordStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
361
+ export interface IUserPasswordStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
361
362
 
362
- export type IUserPasswordStore_1<TUser> = IUserPasswordStore_1$instance<TUser>;
363
+ export type IUserPasswordStore_1<TUser extends (object | null)> = IUserPasswordStore_1$instance<TUser>;
363
364
 
364
- export interface IUserPhoneNumberStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
365
+ export interface IUserPhoneNumberStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
365
366
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserPhoneNumberStore_1: never;
366
367
 
367
368
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
368
- GetPhoneNumberAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
369
- SetPhoneNumberAsync(user: TUser, phoneNumber: string, cancellationToken: CancellationToken): Task;
370
- SetPhoneNumberConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken: CancellationToken): Task;
369
+ GetPhoneNumberAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | null>;
371
370
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
372
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
371
+ SetPhoneNumberAsync(user: TUser, phoneNumber: string | null, cancellationToken: CancellationToken): Task;
372
+ SetPhoneNumberConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken: CancellationToken): Task;
373
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
373
374
  }
374
375
 
375
376
 
376
- export interface IUserPhoneNumberStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
377
+ export interface IUserPhoneNumberStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
377
378
 
378
- export type IUserPhoneNumberStore_1<TUser> = IUserPhoneNumberStore_1$instance<TUser>;
379
+ export type IUserPhoneNumberStore_1<TUser extends (object | null)> = IUserPhoneNumberStore_1$instance<TUser>;
379
380
 
380
- export interface IUserRoleStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
381
+ export interface IUserRoleStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
381
382
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserRoleStore_1: never;
382
383
 
383
384
  AddToRoleAsync(user: TUser, roleName: string, cancellationToken: CancellationToken): Task;
384
385
  GetRolesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<System_Internal.String>>;
386
+ GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
385
387
  GetUsersInRoleAsync(roleName: string, cancellationToken: CancellationToken): Task_1<IList_1<TUser>>;
386
388
  IsInRoleAsync(user: TUser, roleName: string, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
389
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
387
390
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
388
- GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
389
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
390
391
  }
391
392
 
392
393
 
393
- export interface IUserRoleStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
394
+ export interface IUserRoleStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
394
395
 
395
- export type IUserRoleStore_1<TUser> = IUserRoleStore_1$instance<TUser>;
396
+ export type IUserRoleStore_1<TUser extends (object | null)> = IUserRoleStore_1$instance<TUser>;
396
397
 
397
- export interface IUserSecurityStampStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
398
+ export interface IUserSecurityStampStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
398
399
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserSecurityStampStore_1: never;
399
400
 
400
401
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
401
- GetSecurityStampAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
402
- SetSecurityStampAsync(user: TUser, stamp: string, cancellationToken: CancellationToken): Task;
402
+ GetSecurityStampAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | null>;
403
403
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
404
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
404
+ SetSecurityStampAsync(user: TUser, stamp: string, cancellationToken: CancellationToken): Task;
405
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
405
406
  }
406
407
 
407
408
 
408
- export interface IUserSecurityStampStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
409
+ export interface IUserSecurityStampStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
409
410
 
410
- export type IUserSecurityStampStore_1<TUser> = IUserSecurityStampStore_1$instance<TUser>;
411
+ export type IUserSecurityStampStore_1<TUser extends (object | null)> = IUserSecurityStampStore_1$instance<TUser>;
411
412
 
412
- export interface IUserStore_1$instance<TUser> extends IDisposable {
413
+ export interface IUserStore_1$instance<TUser extends (object | null)> extends IDisposable {
413
414
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserStore_1: never;
414
415
 
415
- FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
416
+ FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser | null>;
416
417
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
417
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
418
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
418
419
  }
419
420
 
420
421
 
421
- export interface IUserStore_1$instance<TUser> extends System_Internal.IDisposable {}
422
+ export interface IUserStore_1$instance<TUser extends (object | null)> extends System_Internal.IDisposable {}
422
423
 
423
- export type IUserStore_1<TUser> = IUserStore_1$instance<TUser>;
424
+ export type IUserStore_1<TUser extends (object | null)> = IUserStore_1$instance<TUser>;
424
425
 
425
- export interface IUserTwoFactorRecoveryCodeStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
426
+ export interface IUserTwoFactorRecoveryCodeStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
426
427
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorRecoveryCodeStore_1: never;
427
428
 
428
429
  CountCodesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
429
430
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
431
+ GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
430
432
  RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
431
433
  ReplaceCodesAsync(user: TUser, recoveryCodes: IEnumerable_1<System_Internal.String>, cancellationToken: CancellationToken): Task;
432
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
433
- GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
434
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
434
435
  }
435
436
 
436
437
 
437
- export interface IUserTwoFactorRecoveryCodeStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
438
+ export interface IUserTwoFactorRecoveryCodeStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
438
439
 
439
- export type IUserTwoFactorRecoveryCodeStore_1<TUser> = IUserTwoFactorRecoveryCodeStore_1$instance<TUser>;
440
+ export type IUserTwoFactorRecoveryCodeStore_1<TUser extends (object | null)> = IUserTwoFactorRecoveryCodeStore_1$instance<TUser>;
440
441
 
441
- export interface IUserTwoFactorStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
442
+ export interface IUserTwoFactorStore_1$instance<TUser extends (object | null)> extends IUserStore_1<TUser>, IDisposable {
442
443
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorStore_1: never;
443
444
 
444
445
  FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
445
446
  GetTwoFactorEnabledAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
446
- SetTwoFactorEnabledAsync(user: TUser, enabled: boolean, cancellationToken: CancellationToken): Task;
447
- SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
448
447
  GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
448
+ SetTwoFactorEnabledAsync(user: TUser, enabled: boolean, cancellationToken: CancellationToken): Task;
449
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken: CancellationToken): Task;
449
450
  }
450
451
 
451
452
 
452
- export interface IUserTwoFactorStore_1$instance<TUser> extends IUserStore_1$instance<TUser> {}
453
+ export interface IUserTwoFactorStore_1$instance<TUser extends (object | null)> extends IUserStore_1$instance<TUser> {}
453
454
 
454
- export type IUserTwoFactorStore_1<TUser> = IUserTwoFactorStore_1$instance<TUser>;
455
+ export type IUserTwoFactorStore_1<TUser extends (object | null)> = IUserTwoFactorStore_1$instance<TUser>;
455
456
 
456
- export interface IUserTwoFactorTokenProvider_1$instance<TUser> {
457
+ export interface IUserTwoFactorTokenProvider_1$instance<TUser extends (object | null)> {
457
458
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
458
459
 
459
460
  CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
@@ -462,18 +463,18 @@ export interface IUserTwoFactorTokenProvider_1$instance<TUser> {
462
463
  }
463
464
 
464
465
 
465
- export type IUserTwoFactorTokenProvider_1<TUser> = IUserTwoFactorTokenProvider_1$instance<TUser>;
466
+ export type IUserTwoFactorTokenProvider_1<TUser extends (object | null)> = IUserTwoFactorTokenProvider_1$instance<TUser>;
466
467
 
467
- export interface IUserValidator_1$instance<TUser> {
468
+ export interface IUserValidator_1$instance<TUser extends (object | null)> {
468
469
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserValidator_1: never;
469
470
 
470
471
  ValidateAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<IdentityResult>;
471
472
  }
472
473
 
473
474
 
474
- export type IUserValidator_1<TUser> = IUserValidator_1$instance<TUser>;
475
+ export type IUserValidator_1<TUser extends (object | null)> = IUserValidator_1$instance<TUser>;
475
476
 
476
- export interface AspNetRoleManager_1$instance<TRole> extends RoleManager_1<TRole> {
477
+ export interface AspNetRoleManager_1$instance<TRole extends (object | null)> extends RoleManager_1<TRole> {
477
478
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_AspNetRoleManager_1: never;
478
479
 
479
480
  readonly __tsonic_iface_System_IDisposable: never;
@@ -483,13 +484,13 @@ export interface AspNetRoleManager_1$instance<TRole> extends RoleManager_1<TRole
483
484
 
484
485
 
485
486
  export const AspNetRoleManager_1: {
486
- new<TRole>(store: IRoleStore_1<TRole>, roleValidators: IEnumerable_1<IRoleValidator_1<TRole>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, logger: ILogger_1<RoleManager_1<TRole>>, contextAccessor: IHttpContextAccessor): AspNetRoleManager_1<TRole>;
487
+ new<TRole extends (object | null)>(store: IRoleStore_1<TRole>, roleValidators: IEnumerable_1<IRoleValidator_1<TRole>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, logger: ILogger_1<RoleManager_1<TRole>>, contextAccessor: IHttpContextAccessor): AspNetRoleManager_1<TRole>;
487
488
  };
488
489
 
489
490
 
490
- export type AspNetRoleManager_1<TRole> = AspNetRoleManager_1$instance<TRole>;
491
+ export type AspNetRoleManager_1<TRole extends (object | null)> = AspNetRoleManager_1$instance<TRole>;
491
492
 
492
- export interface AspNetUserManager_1$instance<TUser> extends UserManager_1<TUser> {
493
+ export interface AspNetUserManager_1$instance<TUser extends (object | null)> extends UserManager_1<TUser> {
493
494
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_AspNetUserManager_1: never;
494
495
 
495
496
  readonly __tsonic_iface_System_IDisposable: never;
@@ -499,13 +500,13 @@ export interface AspNetUserManager_1$instance<TUser> extends UserManager_1<TUser
499
500
 
500
501
 
501
502
  export const AspNetUserManager_1: {
502
- new<TUser>(store: IUserStore_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, passwordHasher: IPasswordHasher_1<TUser>, userValidators: IEnumerable_1<IUserValidator_1<TUser>>, passwordValidators: IEnumerable_1<IPasswordValidator_1<TUser>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, services: IServiceProvider, logger: ILogger_1<UserManager_1<TUser>>): AspNetUserManager_1<TUser>;
503
+ new<TUser extends (object | null)>(store: IUserStore_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, passwordHasher: IPasswordHasher_1<TUser>, userValidators: IEnumerable_1<IUserValidator_1<TUser>>, passwordValidators: IEnumerable_1<IPasswordValidator_1<TUser>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, services: IServiceProvider, logger: ILogger_1<UserManager_1<TUser>>): AspNetUserManager_1<TUser>;
503
504
  };
504
505
 
505
506
 
506
- export type AspNetUserManager_1<TUser> = AspNetUserManager_1$instance<TUser>;
507
+ export type AspNetUserManager_1<TUser extends (object | null)> = AspNetUserManager_1$instance<TUser>;
507
508
 
508
- export interface AuthenticatorTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
509
+ export interface AuthenticatorTokenProvider_1$instance<TUser extends (object | null)> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
509
510
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_AuthenticatorTokenProvider_1: never;
510
511
 
511
512
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
@@ -517,15 +518,15 @@ export interface AuthenticatorTokenProvider_1$instance<TUser> extends IUserTwoFa
517
518
 
518
519
 
519
520
  export const AuthenticatorTokenProvider_1: {
520
- new<TUser>(): AuthenticatorTokenProvider_1<TUser>;
521
+ new<TUser extends (object | null)>(): AuthenticatorTokenProvider_1<TUser>;
521
522
  };
522
523
 
523
524
 
524
- export interface __AuthenticatorTokenProvider_1$views<TUser> {
525
+ export interface __AuthenticatorTokenProvider_1$views<TUser extends (object | null)> {
525
526
  As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
526
527
  }
527
528
 
528
- export type AuthenticatorTokenProvider_1<TUser> = AuthenticatorTokenProvider_1$instance<TUser> & __AuthenticatorTokenProvider_1$views<TUser>;
529
+ export type AuthenticatorTokenProvider_1<TUser extends (object | null)> = AuthenticatorTokenProvider_1$instance<TUser> & __AuthenticatorTokenProvider_1$views<TUser>;
529
530
 
530
531
 
531
532
  export interface ClaimsIdentityOptions$instance {
@@ -561,7 +562,7 @@ export const DataProtectionTokenProviderOptions: {
561
562
 
562
563
  export type DataProtectionTokenProviderOptions = DataProtectionTokenProviderOptions$instance;
563
564
 
564
- export interface DataProtectorTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
565
+ export interface DataProtectorTokenProvider_1$instance<TUser extends (object | null)> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
565
566
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_DataProtectorTokenProvider_1: never;
566
567
 
567
568
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
@@ -575,15 +576,15 @@ export interface DataProtectorTokenProvider_1$instance<TUser> extends IUserTwoFa
575
576
 
576
577
 
577
578
  export const DataProtectorTokenProvider_1: {
578
- new<TUser>(dataProtectionProvider: IDataProtectionProvider, options: IOptions_1<DataProtectionTokenProviderOptions>, logger: ILogger_1<DataProtectorTokenProvider_1<TUser>>): DataProtectorTokenProvider_1<TUser>;
579
+ new<TUser extends (object | null)>(dataProtectionProvider: IDataProtectionProvider, options: IOptions_1<DataProtectionTokenProviderOptions>, logger: ILogger_1<DataProtectorTokenProvider_1<TUser>>): DataProtectorTokenProvider_1<TUser>;
579
580
  };
580
581
 
581
582
 
582
- export interface __DataProtectorTokenProvider_1$views<TUser> {
583
+ export interface __DataProtectorTokenProvider_1$views<TUser extends (object | null)> {
583
584
  As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
584
585
  }
585
586
 
586
- export type DataProtectorTokenProvider_1<TUser> = DataProtectorTokenProvider_1$instance<TUser> & __DataProtectorTokenProvider_1$views<TUser>;
587
+ export type DataProtectorTokenProvider_1<TUser extends (object | null)> = DataProtectorTokenProvider_1$instance<TUser> & __DataProtectorTokenProvider_1$views<TUser>;
587
588
 
588
589
 
589
590
  export interface DefaultPersonalDataProtector$instance extends IPersonalDataProtector$instance {
@@ -591,8 +592,8 @@ export interface DefaultPersonalDataProtector$instance extends IPersonalDataProt
591
592
 
592
593
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPersonalDataProtector: never;
593
594
 
594
- Protect(data: string): string | undefined;
595
- Unprotect(data: string): string | undefined;
595
+ Protect(data: string | null): string | null;
596
+ Unprotect(data: string | null): string | null;
596
597
  }
597
598
 
598
599
 
@@ -608,7 +609,7 @@ export interface __DefaultPersonalDataProtector$views {
608
609
  export type DefaultPersonalDataProtector = DefaultPersonalDataProtector$instance & __DefaultPersonalDataProtector$views;
609
610
 
610
611
 
611
- export interface DefaultUserConfirmation_1$instance<TUser> extends IUserConfirmation_1$instance<TUser> {
612
+ export interface DefaultUserConfirmation_1$instance<TUser extends (object | null)> extends IUserConfirmation_1$instance<TUser> {
612
613
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_DefaultUserConfirmation_1: never;
613
614
 
614
615
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserConfirmation_1: never;
@@ -618,18 +619,18 @@ export interface DefaultUserConfirmation_1$instance<TUser> extends IUserConfirma
618
619
 
619
620
 
620
621
  export const DefaultUserConfirmation_1: {
621
- new<TUser>(): DefaultUserConfirmation_1<TUser>;
622
+ new<TUser extends (object | null)>(): DefaultUserConfirmation_1<TUser>;
622
623
  };
623
624
 
624
625
 
625
- export interface __DefaultUserConfirmation_1$views<TUser> {
626
+ export interface __DefaultUserConfirmation_1$views<TUser extends (object | null)> {
626
627
  As_IUserConfirmation_1(): IUserConfirmation_1$instance<TUser>;
627
628
  }
628
629
 
629
- export type DefaultUserConfirmation_1<TUser> = DefaultUserConfirmation_1$instance<TUser> & __DefaultUserConfirmation_1$views<TUser>;
630
+ export type DefaultUserConfirmation_1<TUser extends (object | null)> = DefaultUserConfirmation_1$instance<TUser> & __DefaultUserConfirmation_1$views<TUser>;
630
631
 
631
632
 
632
- export interface EmailTokenProvider_1$instance<TUser> extends TotpSecurityStampBasedTokenProvider_1$instance<TUser> {
633
+ export interface EmailTokenProvider_1$instance<TUser extends (object | null)> extends TotpSecurityStampBasedTokenProvider_1$instance<TUser>, IUserTwoFactorTokenProvider_1$instance<TUser> {
633
634
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_EmailTokenProvider_1: never;
634
635
 
635
636
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
@@ -640,24 +641,24 @@ export interface EmailTokenProvider_1$instance<TUser> extends TotpSecurityStampB
640
641
 
641
642
 
642
643
  export const EmailTokenProvider_1: {
643
- new<TUser>(): EmailTokenProvider_1<TUser>;
644
+ new<TUser extends (object | null)>(): EmailTokenProvider_1<TUser>;
644
645
  };
645
646
 
646
647
 
647
- export interface __EmailTokenProvider_1$views<TUser> {
648
+ export interface __EmailTokenProvider_1$views<TUser extends (object | null)> {
648
649
  As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
649
650
  }
650
651
 
651
- export type EmailTokenProvider_1<TUser> = EmailTokenProvider_1$instance<TUser> & __EmailTokenProvider_1$views<TUser>;
652
+ export type EmailTokenProvider_1<TUser extends (object | null)> = EmailTokenProvider_1$instance<TUser> & __EmailTokenProvider_1$views<TUser>;
652
653
 
653
654
 
654
655
  export interface ExternalLoginInfo$instance extends UserLoginInfo {
655
656
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_ExternalLoginInfo: never;
656
657
 
657
- get AuthenticationProperties(): AuthenticationProperties | undefined;
658
- set AuthenticationProperties(value: AuthenticationProperties | undefined);
659
- get AuthenticationTokens(): IEnumerable_1<AuthenticationToken> | undefined;
660
- set AuthenticationTokens(value: IEnumerable_1<AuthenticationToken> | undefined);
658
+ get AuthenticationProperties(): AuthenticationProperties | null;
659
+ set AuthenticationProperties(value: AuthenticationProperties | null);
660
+ get AuthenticationTokens(): IEnumerable_1<AuthenticationToken> | null;
661
+ set AuthenticationTokens(value: IEnumerable_1<AuthenticationToken> | null);
661
662
  Principal: ClaimsPrincipal;
662
663
  }
663
664
 
@@ -672,24 +673,24 @@ export type ExternalLoginInfo = ExternalLoginInfo$instance;
672
673
  export interface IdentityBuilder$instance {
673
674
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityBuilder: never;
674
675
 
675
- get RoleType(): Type | undefined;
676
- set RoleType(value: Type | undefined);
676
+ get RoleType(): Type | null;
677
+ set RoleType(value: Type | null);
677
678
  readonly Services: IServiceCollection;
678
679
  readonly UserType: Type;
679
- AddClaimsPrincipalFactory<TFactory>(): IdentityBuilder;
680
- AddErrorDescriber<TDescriber extends IdentityErrorDescriber>(): IdentityBuilder;
681
- AddPasswordValidator<TValidator>(): IdentityBuilder;
682
- AddPersonalDataProtection<TProtector extends ILookupProtector, TKeyRing extends ILookupProtectorKeyRing>(): IdentityBuilder;
683
- AddRoleManager<TRoleManager>(): IdentityBuilder;
684
- AddRoles<TRole>(): IdentityBuilder;
685
- AddRoleStore<TStore>(): IdentityBuilder;
686
- AddRoleValidator<TRole>(): IdentityBuilder;
687
- AddTokenProvider<TProvider>(providerName: string): IdentityBuilder;
680
+ AddClaimsPrincipalFactory<TFactory extends (object | null)>(): IdentityBuilder;
681
+ AddErrorDescriber<TDescriber extends unknown & IdentityErrorDescriber>(): IdentityBuilder;
682
+ AddPasswordValidator<TValidator extends (object | null)>(): IdentityBuilder;
683
+ AddPersonalDataProtection<TProtector extends (object | null) & ILookupProtector, TKeyRing extends (object | null) & ILookupProtectorKeyRing>(): IdentityBuilder;
684
+ AddRoleManager<TRoleManager extends (object | null)>(): IdentityBuilder;
685
+ AddRoles<TRole extends (object | null)>(): IdentityBuilder;
686
+ AddRoleStore<TStore extends (object | null)>(): IdentityBuilder;
687
+ AddRoleValidator<TRole extends (object | null)>(): IdentityBuilder;
688
+ AddTokenProvider<TProvider extends (object | null)>(providerName: string): IdentityBuilder;
688
689
  AddTokenProvider(providerName: string, provider: Type): IdentityBuilder;
689
- AddUserConfirmation<TUserConfirmation>(): IdentityBuilder;
690
- AddUserManager<TUserManager>(): IdentityBuilder;
691
- AddUserStore<TStore>(): IdentityBuilder;
692
- AddUserValidator<TValidator>(): IdentityBuilder;
690
+ AddUserConfirmation<TUserConfirmation extends (object | null)>(): IdentityBuilder;
691
+ AddUserManager<TUserManager extends (object | null)>(): IdentityBuilder;
692
+ AddUserStore<TStore extends (object | null)>(): IdentityBuilder;
693
+ AddUserValidator<TValidator extends (object | null)>(): IdentityBuilder;
693
694
  }
694
695
 
695
696
 
@@ -722,14 +723,14 @@ export type IdentityConstants = IdentityConstants$instance;
722
723
  export interface IdentityCookiesBuilder$instance {
723
724
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityCookiesBuilder: never;
724
725
 
725
- get ApplicationCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
726
- set ApplicationCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
727
- get ExternalCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
728
- set ExternalCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
729
- get TwoFactorRememberMeCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
730
- set TwoFactorRememberMeCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
731
- get TwoFactorUserIdCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
732
- set TwoFactorUserIdCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
726
+ get ApplicationCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | null;
727
+ set ApplicationCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | null);
728
+ get ExternalCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | null;
729
+ set ExternalCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | null);
730
+ get TwoFactorRememberMeCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | null;
731
+ set TwoFactorRememberMeCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | null);
732
+ get TwoFactorUserIdCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | null;
733
+ set TwoFactorUserIdCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | null);
733
734
  }
734
735
 
735
736
 
@@ -763,10 +764,10 @@ export interface IdentityErrorDescriber$instance {
763
764
  DuplicateEmail(email: string): IdentityError;
764
765
  DuplicateRoleName(role: string): IdentityError;
765
766
  DuplicateUserName(userName: string): IdentityError;
766
- InvalidEmail(email: string): IdentityError;
767
- InvalidRoleName(role: string): IdentityError;
767
+ InvalidEmail(email: string | null): IdentityError;
768
+ InvalidRoleName(role: string | null): IdentityError;
768
769
  InvalidToken(): IdentityError;
769
- InvalidUserName(userName: string): IdentityError;
770
+ InvalidUserName(userName: string | null): IdentityError;
770
771
  LoginAlreadyAssociated(): IdentityError;
771
772
  PasswordMismatch(): IdentityError;
772
773
  PasswordRequiresDigit(): IdentityError;
@@ -819,12 +820,12 @@ export interface IdentityPasskeyData$instance {
819
820
  IsBackedUp: boolean;
820
821
  IsBackupEligible: boolean;
821
822
  IsUserVerified: boolean;
822
- get Name(): string | undefined;
823
- set Name(value: string | undefined);
823
+ get Name(): string | null;
824
+ set Name(value: string | null);
824
825
  PublicKey: byte[];
825
826
  SignCount: uint;
826
- get Transports(): string[] | undefined;
827
- set Transports(value: string[] | undefined);
827
+ get Transports(): string[] | null;
828
+ set Transports(value: string[] | null);
828
829
  }
829
830
 
830
831
 
@@ -838,24 +839,24 @@ export type IdentityPasskeyData = IdentityPasskeyData$instance;
838
839
  export interface IdentityPasskeyOptions$instance {
839
840
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityPasskeyOptions: never;
840
841
 
841
- get AttestationConveyancePreference(): string | undefined;
842
- set AttestationConveyancePreference(value: string | undefined);
843
- get AuthenticatorAttachment(): string | undefined;
844
- set AuthenticatorAttachment(value: string | undefined);
842
+ get AttestationConveyancePreference(): string | null;
843
+ set AttestationConveyancePreference(value: string | null);
844
+ get AuthenticatorAttachment(): string | null;
845
+ set AuthenticatorAttachment(value: string | null);
845
846
  AuthenticatorTimeout: TimeSpan;
846
847
  ChallengeSize: int;
847
- get IsAllowedAlgorithm(): Func_2<System_Internal.Int32, System_Internal.Boolean> | undefined;
848
- set IsAllowedAlgorithm(value: Func_2<System_Internal.Int32, System_Internal.Boolean> | undefined);
849
- get ResidentKeyRequirement(): string | undefined;
850
- set ResidentKeyRequirement(value: string | undefined);
851
- get ServerDomain(): string | undefined;
852
- set ServerDomain(value: string | undefined);
853
- get UserVerificationRequirement(): string | undefined;
854
- set UserVerificationRequirement(value: string | undefined);
855
- get ValidateOrigin(): Func_2<PasskeyOriginValidationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined;
856
- set ValidateOrigin(value: Func_2<PasskeyOriginValidationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined);
857
- get VerifyAttestationStatement(): Func_2<PasskeyAttestationStatementVerificationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined;
858
- set VerifyAttestationStatement(value: Func_2<PasskeyAttestationStatementVerificationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined);
848
+ get IsAllowedAlgorithm(): Func_2<System_Internal.Int32, System_Internal.Boolean> | null;
849
+ set IsAllowedAlgorithm(value: Func_2<System_Internal.Int32, System_Internal.Boolean> | null);
850
+ get ResidentKeyRequirement(): string | null;
851
+ set ResidentKeyRequirement(value: string | null);
852
+ get ServerDomain(): string | null;
853
+ set ServerDomain(value: string | null);
854
+ get UserVerificationRequirement(): string | null;
855
+ set UserVerificationRequirement(value: string | null);
856
+ get ValidateOrigin(): Func_2<PasskeyOriginValidationContext | null, ValueTask_1<System_Internal.Boolean>> | null;
857
+ set ValidateOrigin(value: Func_2<PasskeyOriginValidationContext | null, ValueTask_1<System_Internal.Boolean>> | null);
858
+ get VerifyAttestationStatement(): Func_2<PasskeyAttestationStatementVerificationContext | null, ValueTask_1<System_Internal.Boolean>> | null;
859
+ set VerifyAttestationStatement(value: Func_2<PasskeyAttestationStatementVerificationContext | null, ValueTask_1<System_Internal.Boolean>> | null);
859
860
  }
860
861
 
861
862
 
@@ -898,48 +899,48 @@ export const IdentityRole: {
898
899
 
899
900
  export type IdentityRole = IdentityRole$instance;
900
901
 
901
- export interface IdentityRole_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
902
+ export interface IdentityRole_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
902
903
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityRole_1: never;
903
904
 
904
- get ConcurrencyStamp(): string | undefined;
905
- set ConcurrencyStamp(value: string | undefined);
905
+ get ConcurrencyStamp(): string | null;
906
+ set ConcurrencyStamp(value: string | null);
906
907
  Id: TKey;
907
- get Name(): string | undefined;
908
- set Name(value: string | undefined);
909
- get NormalizedName(): string | undefined;
910
- set NormalizedName(value: string | undefined);
908
+ get Name(): string | null;
909
+ set Name(value: string | null);
910
+ get NormalizedName(): string | null;
911
+ set NormalizedName(value: string | null);
911
912
  ToString(): string;
912
913
  }
913
914
 
914
915
 
915
916
  export const IdentityRole_1: {
916
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityRole_1<TKey>;
917
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(roleName: string): IdentityRole_1<TKey>;
917
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityRole_1<TKey>;
918
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(roleName: string): IdentityRole_1<TKey>;
918
919
  };
919
920
 
920
921
 
921
- export type IdentityRole_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityRole_1$instance<TKey>;
922
+ export type IdentityRole_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityRole_1$instance<TKey>;
922
923
 
923
- export interface IdentityRoleClaim_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
924
+ export interface IdentityRoleClaim_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
924
925
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityRoleClaim_1: never;
925
926
 
926
- get ClaimType(): string | undefined;
927
- set ClaimType(value: string | undefined);
928
- get ClaimValue(): string | undefined;
929
- set ClaimValue(value: string | undefined);
927
+ get ClaimType(): string | null;
928
+ set ClaimType(value: string | null);
929
+ get ClaimValue(): string | null;
930
+ set ClaimValue(value: string | null);
930
931
  Id: int;
931
932
  RoleId: TKey;
932
- InitializeFromClaim(other: Claim): void;
933
+ InitializeFromClaim(other: Claim | null): void;
933
934
  ToClaim(): Claim;
934
935
  }
935
936
 
936
937
 
937
938
  export const IdentityRoleClaim_1: {
938
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityRoleClaim_1<TKey>;
939
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityRoleClaim_1<TKey>;
939
940
  };
940
941
 
941
942
 
942
- export type IdentityRoleClaim_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityRoleClaim_1$instance<TKey>;
943
+ export type IdentityRoleClaim_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityRoleClaim_1$instance<TKey>;
943
944
 
944
945
  export interface IdentityUser$instance extends IdentityUser_1<System_Internal.String> {
945
946
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUser: never;
@@ -955,52 +956,52 @@ export const IdentityUser: {
955
956
 
956
957
  export type IdentityUser = IdentityUser$instance;
957
958
 
958
- export interface IdentityUser_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
959
+ export interface IdentityUser_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
959
960
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUser_1: never;
960
961
 
961
962
  AccessFailedCount: int;
962
- get ConcurrencyStamp(): string | undefined;
963
- set ConcurrencyStamp(value: string | undefined);
964
- get Email(): string | undefined;
965
- set Email(value: string | undefined);
963
+ get ConcurrencyStamp(): string | null;
964
+ set ConcurrencyStamp(value: string | null);
965
+ get Email(): string | null;
966
+ set Email(value: string | null);
966
967
  EmailConfirmed: boolean;
967
968
  Id: TKey;
968
969
  LockoutEnabled: boolean;
969
970
  get LockoutEnd(): Nullable_1<DateTimeOffset>;
970
971
  set LockoutEnd(value: Nullable_1<DateTimeOffset> | DateTimeOffset);
971
- get NormalizedEmail(): string | undefined;
972
- set NormalizedEmail(value: string | undefined);
973
- get NormalizedUserName(): string | undefined;
974
- set NormalizedUserName(value: string | undefined);
975
- get PasswordHash(): string | undefined;
976
- set PasswordHash(value: string | undefined);
977
- get PhoneNumber(): string | undefined;
978
- set PhoneNumber(value: string | undefined);
972
+ get NormalizedEmail(): string | null;
973
+ set NormalizedEmail(value: string | null);
974
+ get NormalizedUserName(): string | null;
975
+ set NormalizedUserName(value: string | null);
976
+ get PasswordHash(): string | null;
977
+ set PasswordHash(value: string | null);
978
+ get PhoneNumber(): string | null;
979
+ set PhoneNumber(value: string | null);
979
980
  PhoneNumberConfirmed: boolean;
980
- get SecurityStamp(): string | undefined;
981
- set SecurityStamp(value: string | undefined);
981
+ get SecurityStamp(): string | null;
982
+ set SecurityStamp(value: string | null);
982
983
  TwoFactorEnabled: boolean;
983
- get UserName(): string | undefined;
984
- set UserName(value: string | undefined);
984
+ get UserName(): string | null;
985
+ set UserName(value: string | null);
985
986
  ToString(): string;
986
987
  }
987
988
 
988
989
 
989
990
  export const IdentityUser_1: {
990
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUser_1<TKey>;
991
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(userName: string): IdentityUser_1<TKey>;
991
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUser_1<TKey>;
992
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(userName: string): IdentityUser_1<TKey>;
992
993
  };
993
994
 
994
995
 
995
- export type IdentityUser_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUser_1$instance<TKey>;
996
+ export type IdentityUser_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityUser_1$instance<TKey>;
996
997
 
997
- export interface IdentityUserClaim_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
998
+ export interface IdentityUserClaim_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
998
999
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserClaim_1: never;
999
1000
 
1000
- get ClaimType(): string | undefined;
1001
- set ClaimType(value: string | undefined);
1002
- get ClaimValue(): string | undefined;
1003
- set ClaimValue(value: string | undefined);
1001
+ get ClaimType(): string | null;
1002
+ set ClaimType(value: string | null);
1003
+ get ClaimValue(): string | null;
1004
+ set ClaimValue(value: string | null);
1004
1005
  Id: int;
1005
1006
  UserId: TKey;
1006
1007
  InitializeFromClaim(claim: Claim): void;
@@ -1009,31 +1010,31 @@ export interface IdentityUserClaim_1$instance<TKey extends (IEquatable_1<TKey> |
1009
1010
 
1010
1011
 
1011
1012
  export const IdentityUserClaim_1: {
1012
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserClaim_1<TKey>;
1013
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserClaim_1<TKey>;
1013
1014
  };
1014
1015
 
1015
1016
 
1016
- export type IdentityUserClaim_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserClaim_1$instance<TKey>;
1017
+ export type IdentityUserClaim_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserClaim_1$instance<TKey>;
1017
1018
 
1018
- export interface IdentityUserLogin_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
1019
+ export interface IdentityUserLogin_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
1019
1020
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserLogin_1: never;
1020
1021
 
1021
1022
  LoginProvider: string;
1022
- get ProviderDisplayName(): string | undefined;
1023
- set ProviderDisplayName(value: string | undefined);
1023
+ get ProviderDisplayName(): string | null;
1024
+ set ProviderDisplayName(value: string | null);
1024
1025
  ProviderKey: string;
1025
1026
  UserId: TKey;
1026
1027
  }
1027
1028
 
1028
1029
 
1029
1030
  export const IdentityUserLogin_1: {
1030
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserLogin_1<TKey>;
1031
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserLogin_1<TKey>;
1031
1032
  };
1032
1033
 
1033
1034
 
1034
- export type IdentityUserLogin_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserLogin_1$instance<TKey>;
1035
+ export type IdentityUserLogin_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserLogin_1$instance<TKey>;
1035
1036
 
1036
- export interface IdentityUserPasskey_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
1037
+ export interface IdentityUserPasskey_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
1037
1038
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserPasskey_1: never;
1038
1039
 
1039
1040
  CredentialId: byte[];
@@ -1043,13 +1044,13 @@ export interface IdentityUserPasskey_1$instance<TKey extends (IEquatable_1<TKey>
1043
1044
 
1044
1045
 
1045
1046
  export const IdentityUserPasskey_1: {
1046
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserPasskey_1<TKey>;
1047
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserPasskey_1<TKey>;
1047
1048
  };
1048
1049
 
1049
1050
 
1050
- export type IdentityUserPasskey_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserPasskey_1$instance<TKey>;
1051
+ export type IdentityUserPasskey_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserPasskey_1$instance<TKey>;
1051
1052
 
1052
- export interface IdentityUserRole_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
1053
+ export interface IdentityUserRole_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
1053
1054
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserRole_1: never;
1054
1055
 
1055
1056
  RoleId: TKey;
@@ -1058,29 +1059,29 @@ export interface IdentityUserRole_1$instance<TKey extends (IEquatable_1<TKey> |
1058
1059
 
1059
1060
 
1060
1061
  export const IdentityUserRole_1: {
1061
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserRole_1<TKey>;
1062
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserRole_1<TKey>;
1062
1063
  };
1063
1064
 
1064
1065
 
1065
- export type IdentityUserRole_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserRole_1$instance<TKey>;
1066
+ export type IdentityUserRole_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserRole_1$instance<TKey>;
1066
1067
 
1067
- export interface IdentityUserToken_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
1068
+ export interface IdentityUserToken_1$instance<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> {
1068
1069
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserToken_1: never;
1069
1070
 
1070
1071
  LoginProvider: string;
1071
1072
  Name: string;
1072
1073
  UserId: TKey;
1073
- get Value(): string | undefined;
1074
- set Value(value: string | undefined);
1074
+ get Value(): string | null;
1075
+ set Value(value: string | null);
1075
1076
  }
1076
1077
 
1077
1078
 
1078
1079
  export const IdentityUserToken_1: {
1079
- new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserToken_1<TKey>;
1080
+ new<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserToken_1<TKey>;
1080
1081
  };
1081
1082
 
1082
1083
 
1083
- export type IdentityUserToken_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserToken_1$instance<TKey>;
1084
+ export type IdentityUserToken_1<TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserToken_1$instance<TKey>;
1084
1085
 
1085
1086
  export interface LockoutOptions$instance {
1086
1087
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_LockoutOptions: never;
@@ -1101,8 +1102,8 @@ export type LockoutOptions = LockoutOptions$instance;
1101
1102
  export interface PasskeyAssertionContext$instance {
1102
1103
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAssertionContext: never;
1103
1104
 
1104
- get AssertionState(): string | undefined;
1105
- set AssertionState(value: string | undefined);
1105
+ get AssertionState(): string | null;
1106
+ set AssertionState(value: string | null);
1106
1107
  CredentialJson: string;
1107
1108
  HttpContext: HttpContext;
1108
1109
  }
@@ -1115,13 +1116,13 @@ export const PasskeyAssertionContext: {
1115
1116
 
1116
1117
  export type PasskeyAssertionContext = PasskeyAssertionContext$instance;
1117
1118
 
1118
- export interface PasskeyAssertionResult_1$instance<TUser> {
1119
+ export interface PasskeyAssertionResult_1$instance<TUser extends (object | null)> {
1119
1120
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAssertionResult_1: never;
1120
1121
 
1121
- readonly Failure: PasskeyException | undefined;
1122
- readonly Passkey: UserPasskeyInfo | undefined;
1122
+ readonly Failure: PasskeyException | null;
1123
+ readonly Passkey: UserPasskeyInfo | null;
1123
1124
  readonly Succeeded: boolean;
1124
- readonly User: TUser | undefined;
1125
+ readonly User: TUser | null;
1125
1126
  }
1126
1127
 
1127
1128
 
@@ -1129,13 +1130,13 @@ export const PasskeyAssertionResult_1: {
1129
1130
  };
1130
1131
 
1131
1132
 
1132
- export type PasskeyAssertionResult_1<TUser> = PasskeyAssertionResult_1$instance<TUser>;
1133
+ export type PasskeyAssertionResult_1<TUser extends (object | null)> = PasskeyAssertionResult_1$instance<TUser>;
1133
1134
 
1134
1135
  export interface PasskeyAttestationContext$instance {
1135
1136
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAttestationContext: never;
1136
1137
 
1137
- get AttestationState(): string | undefined;
1138
- set AttestationState(value: string | undefined);
1138
+ get AttestationState(): string | null;
1139
+ set AttestationState(value: string | null);
1139
1140
  CredentialJson: string;
1140
1141
  HttpContext: HttpContext;
1141
1142
  }
@@ -1151,10 +1152,10 @@ export type PasskeyAttestationContext = PasskeyAttestationContext$instance;
1151
1152
  export interface PasskeyAttestationResult$instance {
1152
1153
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAttestationResult: never;
1153
1154
 
1154
- readonly Failure: PasskeyException | undefined;
1155
- readonly Passkey: UserPasskeyInfo | undefined;
1155
+ readonly Failure: PasskeyException | null;
1156
+ readonly Passkey: UserPasskeyInfo | null;
1156
1157
  readonly Succeeded: boolean;
1157
- readonly UserEntity: PasskeyUserEntity | undefined;
1158
+ readonly UserEntity: PasskeyUserEntity | null;
1158
1159
  }
1159
1160
 
1160
1161
 
@@ -1185,8 +1186,8 @@ export type PasskeyAttestationStatementVerificationContext = PasskeyAttestationS
1185
1186
  export interface PasskeyCreationOptionsResult$instance {
1186
1187
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyCreationOptionsResult: never;
1187
1188
 
1188
- get AttestationState(): string | undefined;
1189
- set AttestationState(value: string | undefined);
1189
+ get AttestationState(): string | null;
1190
+ set AttestationState(value: string | null);
1190
1191
  CreationOptionsJson: string;
1191
1192
  }
1192
1193
 
@@ -1208,34 +1209,34 @@ export interface PasskeyException$instance extends Exception {
1208
1209
 
1209
1210
  export const PasskeyException: {
1210
1211
  new(message: string): PasskeyException;
1211
- new(message: string, innerException: Exception): PasskeyException;
1212
+ new(message: string, innerException: Exception | null): PasskeyException;
1212
1213
  };
1213
1214
 
1214
1215
 
1215
1216
  export type PasskeyException = PasskeyException$instance;
1216
1217
 
1217
- export interface PasskeyHandler_1$instance<TUser> extends IPasskeyHandler_1$instance<TUser> {
1218
+ export interface PasskeyHandler_1$instance<TUser extends (object | null)> {
1218
1219
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyHandler_1: never;
1219
1220
 
1220
1221
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasskeyHandler_1: never;
1221
1222
 
1222
1223
  MakeCreationOptionsAsync(userEntity: PasskeyUserEntity, httpContext: HttpContext): Task_1<PasskeyCreationOptionsResult>;
1223
- MakeRequestOptionsAsync(user: TUser, httpContext: HttpContext): Task_1<PasskeyRequestOptionsResult>;
1224
+ MakeRequestOptionsAsync(user: TUser | null, httpContext: HttpContext): Task_1<PasskeyRequestOptionsResult>;
1224
1225
  PerformAssertionAsync(context: PasskeyAssertionContext): Task_1<PasskeyAssertionResult_1<TUser>>;
1225
1226
  PerformAttestationAsync(context: PasskeyAttestationContext): Task_1<PasskeyAttestationResult>;
1226
1227
  }
1227
1228
 
1228
1229
 
1229
1230
  export const PasskeyHandler_1: {
1230
- new<TUser>(userManager: UserManager_1<TUser>, options: IOptions_1<IdentityPasskeyOptions>): PasskeyHandler_1<TUser>;
1231
+ new<TUser extends (object | null)>(userManager: UserManager_1<TUser>, options: IOptions_1<IdentityPasskeyOptions>): PasskeyHandler_1<TUser>;
1231
1232
  };
1232
1233
 
1233
1234
 
1234
- export interface __PasskeyHandler_1$views<TUser> {
1235
+ export interface __PasskeyHandler_1$views<TUser extends (object | null)> {
1235
1236
  As_IPasskeyHandler_1(): IPasskeyHandler_1$instance<TUser>;
1236
1237
  }
1237
1238
 
1238
- export type PasskeyHandler_1<TUser> = PasskeyHandler_1$instance<TUser> & __PasskeyHandler_1$views<TUser>;
1239
+ export type PasskeyHandler_1<TUser extends (object | null)> = PasskeyHandler_1$instance<TUser> & __PasskeyHandler_1$views<TUser>;
1239
1240
 
1240
1241
 
1241
1242
  export interface PasskeyOriginValidationContext$instance {
@@ -1244,8 +1245,8 @@ export interface PasskeyOriginValidationContext$instance {
1244
1245
  CrossOrigin: boolean;
1245
1246
  HttpContext: HttpContext;
1246
1247
  Origin: string;
1247
- get TopOrigin(): string | undefined;
1248
- set TopOrigin(value: string | undefined);
1248
+ get TopOrigin(): string | null;
1249
+ set TopOrigin(value: string | null);
1249
1250
  }
1250
1251
 
1251
1252
 
@@ -1259,8 +1260,8 @@ export type PasskeyOriginValidationContext = PasskeyOriginValidationContext$inst
1259
1260
  export interface PasskeyRequestOptionsResult$instance {
1260
1261
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyRequestOptionsResult: never;
1261
1262
 
1262
- get AssertionState(): string | undefined;
1263
- set AssertionState(value: string | undefined);
1263
+ get AssertionState(): string | null;
1264
+ set AssertionState(value: string | null);
1264
1265
  RequestOptionsJson: string;
1265
1266
  }
1266
1267
 
@@ -1288,7 +1289,7 @@ export const PasskeyUserEntity: {
1288
1289
 
1289
1290
  export type PasskeyUserEntity = PasskeyUserEntity$instance;
1290
1291
 
1291
- export interface PasswordHasher_1$instance<TUser> extends IPasswordHasher_1$instance<TUser> {
1292
+ export interface PasswordHasher_1$instance<TUser extends (object | null)> extends IPasswordHasher_1$instance<TUser> {
1292
1293
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasswordHasher_1: never;
1293
1294
 
1294
1295
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordHasher_1: never;
@@ -1299,15 +1300,15 @@ export interface PasswordHasher_1$instance<TUser> extends IPasswordHasher_1$inst
1299
1300
 
1300
1301
 
1301
1302
  export const PasswordHasher_1: {
1302
- new<TUser>(optionsAccessor: IOptions_1<PasswordHasherOptions>): PasswordHasher_1<TUser>;
1303
+ new<TUser extends (object | null)>(optionsAccessor: IOptions_1<PasswordHasherOptions> | null): PasswordHasher_1<TUser>;
1303
1304
  };
1304
1305
 
1305
1306
 
1306
- export interface __PasswordHasher_1$views<TUser> {
1307
+ export interface __PasswordHasher_1$views<TUser extends (object | null)> {
1307
1308
  As_IPasswordHasher_1(): IPasswordHasher_1$instance<TUser>;
1308
1309
  }
1309
1310
 
1310
- export type PasswordHasher_1<TUser> = PasswordHasher_1$instance<TUser> & __PasswordHasher_1$views<TUser>;
1311
+ export type PasswordHasher_1<TUser extends (object | null)> = PasswordHasher_1$instance<TUser> & __PasswordHasher_1$views<TUser>;
1311
1312
 
1312
1313
 
1313
1314
  export interface PasswordHasherOptions$instance {
@@ -1344,7 +1345,7 @@ export const PasswordOptions: {
1344
1345
 
1345
1346
  export type PasswordOptions = PasswordOptions$instance;
1346
1347
 
1347
- export interface PasswordValidator_1$instance<TUser> extends IPasswordValidator_1$instance<TUser> {
1348
+ export interface PasswordValidator_1$instance<TUser extends (object | null)> extends IPasswordValidator_1$instance<TUser> {
1348
1349
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasswordValidator_1: never;
1349
1350
 
1350
1351
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordValidator_1: never;
@@ -1354,20 +1355,20 @@ export interface PasswordValidator_1$instance<TUser> extends IPasswordValidator_
1354
1355
  IsLetterOrDigit(c: char): boolean;
1355
1356
  IsLower(c: char): boolean;
1356
1357
  IsUpper(c: char): boolean;
1357
- ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string): Task_1<IdentityResult>;
1358
+ ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string | null): Task_1<IdentityResult>;
1358
1359
  }
1359
1360
 
1360
1361
 
1361
1362
  export const PasswordValidator_1: {
1362
- new<TUser>(errors: IdentityErrorDescriber): PasswordValidator_1<TUser>;
1363
+ new<TUser extends (object | null)>(errors: IdentityErrorDescriber | null): PasswordValidator_1<TUser>;
1363
1364
  };
1364
1365
 
1365
1366
 
1366
- export interface __PasswordValidator_1$views<TUser> {
1367
+ export interface __PasswordValidator_1$views<TUser extends (object | null)> {
1367
1368
  As_IPasswordValidator_1(): IPasswordValidator_1$instance<TUser>;
1368
1369
  }
1369
1370
 
1370
- export type PasswordValidator_1<TUser> = PasswordValidator_1$instance<TUser> & __PasswordValidator_1$views<TUser>;
1371
+ export type PasswordValidator_1<TUser extends (object | null)> = PasswordValidator_1$instance<TUser> & __PasswordValidator_1$views<TUser>;
1371
1372
 
1372
1373
 
1373
1374
  export interface PersonalDataAttribute$instance extends Attribute {
@@ -1383,7 +1384,7 @@ export const PersonalDataAttribute: {
1383
1384
 
1384
1385
  export type PersonalDataAttribute = PersonalDataAttribute$instance;
1385
1386
 
1386
- export interface PhoneNumberTokenProvider_1$instance<TUser> extends TotpSecurityStampBasedTokenProvider_1$instance<TUser> {
1387
+ export interface PhoneNumberTokenProvider_1$instance<TUser extends (object | null)> extends TotpSecurityStampBasedTokenProvider_1$instance<TUser>, IUserTwoFactorTokenProvider_1$instance<TUser> {
1387
1388
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_PhoneNumberTokenProvider_1: never;
1388
1389
 
1389
1390
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
@@ -1394,15 +1395,15 @@ export interface PhoneNumberTokenProvider_1$instance<TUser> extends TotpSecurity
1394
1395
 
1395
1396
 
1396
1397
  export const PhoneNumberTokenProvider_1: {
1397
- new<TUser>(): PhoneNumberTokenProvider_1<TUser>;
1398
+ new<TUser extends (object | null)>(): PhoneNumberTokenProvider_1<TUser>;
1398
1399
  };
1399
1400
 
1400
1401
 
1401
- export interface __PhoneNumberTokenProvider_1$views<TUser> {
1402
+ export interface __PhoneNumberTokenProvider_1$views<TUser extends (object | null)> {
1402
1403
  As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
1403
1404
  }
1404
1405
 
1405
- export type PhoneNumberTokenProvider_1<TUser> = PhoneNumberTokenProvider_1$instance<TUser> & __PhoneNumberTokenProvider_1$views<TUser>;
1406
+ export type PhoneNumberTokenProvider_1<TUser extends (object | null)> = PhoneNumberTokenProvider_1$instance<TUser> & __PhoneNumberTokenProvider_1$views<TUser>;
1406
1407
 
1407
1408
 
1408
1409
  export interface ProtectedPersonalDataAttribute$instance extends PersonalDataAttribute {
@@ -1418,7 +1419,7 @@ export const ProtectedPersonalDataAttribute: {
1418
1419
 
1419
1420
  export type ProtectedPersonalDataAttribute = ProtectedPersonalDataAttribute$instance;
1420
1421
 
1421
- export interface RoleManager_1$instance<TRole> {
1422
+ export interface RoleManager_1$instance<TRole extends (object | null)> {
1422
1423
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_RoleManager_1: never;
1423
1424
 
1424
1425
  readonly __tsonic_iface_System_IDisposable: never;
@@ -1436,15 +1437,15 @@ export interface RoleManager_1$instance<TRole> {
1436
1437
  DeleteAsync(role: TRole): Task_1<IdentityResult>;
1437
1438
  Dispose(): void;
1438
1439
  Dispose(disposing: boolean): void;
1439
- FindByIdAsync(roleId: string): Task_1<TRole | undefined>;
1440
- FindByNameAsync(roleName: string): Task_1<TRole | undefined>;
1440
+ FindByIdAsync(roleId: string): Task_1<TRole | null>;
1441
+ FindByNameAsync(roleName: string): Task_1<TRole | null>;
1441
1442
  GetClaimsAsync(role: TRole): Task_1<IList_1<Claim>>;
1442
1443
  GetRoleIdAsync(role: TRole): Task_1<System_Internal.String>;
1443
- GetRoleNameAsync(role: TRole): Task_1<string | undefined>;
1444
- NormalizeKey(key: string): string | undefined;
1444
+ GetRoleNameAsync(role: TRole): Task_1<string | null>;
1445
+ NormalizeKey(key: string | null): string | null;
1445
1446
  RemoveClaimAsync(role: TRole, claim: Claim): Task_1<IdentityResult>;
1446
1447
  RoleExistsAsync(roleName: string): Task_1<System_Internal.Boolean>;
1447
- SetRoleNameAsync(role: TRole, name: string): Task_1<IdentityResult>;
1448
+ SetRoleNameAsync(role: TRole, name: string | null): Task_1<IdentityResult>;
1448
1449
  UpdateAsync(role: TRole): Task_1<IdentityResult>;
1449
1450
  UpdateNormalizedRoleNameAsync(role: TRole): Task;
1450
1451
  UpdateRoleAsync(role: TRole): Task_1<IdentityResult>;
@@ -1453,13 +1454,13 @@ export interface RoleManager_1$instance<TRole> {
1453
1454
 
1454
1455
 
1455
1456
  export const RoleManager_1: {
1456
- new<TRole>(store: IRoleStore_1<TRole>, roleValidators: IEnumerable_1<IRoleValidator_1<TRole>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, logger: ILogger_1<RoleManager_1<TRole>>): RoleManager_1<TRole>;
1457
+ new<TRole extends (object | null)>(store: IRoleStore_1<TRole>, roleValidators: IEnumerable_1<IRoleValidator_1<TRole>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, logger: ILogger_1<RoleManager_1<TRole>>): RoleManager_1<TRole>;
1457
1458
  };
1458
1459
 
1459
1460
 
1460
- export type RoleManager_1<TRole> = RoleManager_1$instance<TRole>;
1461
+ export type RoleManager_1<TRole extends (object | null)> = RoleManager_1$instance<TRole>;
1461
1462
 
1462
- export interface RoleStoreBase_4$instance<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> {
1463
+ export interface RoleStoreBase_4$instance<TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserRole extends unknown & IdentityUserRole_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>> {
1463
1464
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_RoleStoreBase_4: never;
1464
1465
 
1465
1466
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableRoleStore_1: never;
@@ -1470,39 +1471,39 @@ export interface RoleStoreBase_4$instance<TRole extends IdentityRole_1<TKey>, TK
1470
1471
  ErrorDescriber: IdentityErrorDescriber;
1471
1472
  readonly Roles: IQueryable_1<TRole>;
1472
1473
  AddClaimAsync(role: TRole, claim: Claim, cancellationToken?: CancellationToken): Task;
1473
- ConvertIdFromString(id: string): TKey | undefined;
1474
- ConvertIdToString(id: TKey): string | undefined;
1474
+ ConvertIdFromString(id: string | null): TKey | null;
1475
+ ConvertIdToString(id: TKey): string | null;
1475
1476
  CreateAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
1476
1477
  CreateRoleClaim(role: TRole, claim: Claim): TRoleClaim;
1477
1478
  DeleteAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
1478
1479
  Dispose(): void;
1479
- FindByIdAsync(id: string, cancellationToken?: CancellationToken): Task_1<TRole | undefined>;
1480
- FindByNameAsync(normalizedName: string, cancellationToken?: CancellationToken): Task_1<TRole | undefined>;
1480
+ FindByIdAsync(id: string, cancellationToken?: CancellationToken): Task_1<TRole | null>;
1481
+ FindByNameAsync(normalizedName: string, cancellationToken?: CancellationToken): Task_1<TRole | null>;
1481
1482
  GetClaimsAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
1482
- GetNormalizedRoleNameAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<string | undefined>;
1483
+ GetNormalizedRoleNameAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<string | null>;
1483
1484
  GetRoleIdAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<System_Internal.String>;
1484
- GetRoleNameAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<string | undefined>;
1485
+ GetRoleNameAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<string | null>;
1485
1486
  RemoveClaimAsync(role: TRole, claim: Claim, cancellationToken?: CancellationToken): Task;
1486
- SetNormalizedRoleNameAsync(role: TRole, normalizedName: string, cancellationToken?: CancellationToken): Task;
1487
- SetRoleNameAsync(role: TRole, roleName: string, cancellationToken?: CancellationToken): Task;
1487
+ SetNormalizedRoleNameAsync(role: TRole, normalizedName: string | null, cancellationToken?: CancellationToken): Task;
1488
+ SetRoleNameAsync(role: TRole, roleName: string | null, cancellationToken?: CancellationToken): Task;
1488
1489
  UpdateAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
1489
1490
  }
1490
1491
 
1491
1492
 
1492
- export const RoleStoreBase_4: (abstract new<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>>(describer: IdentityErrorDescriber) => RoleStoreBase_4<TRole, TKey, TUserRole, TRoleClaim>) & {
1493
+ export const RoleStoreBase_4: (abstract new<TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserRole extends unknown & IdentityUserRole_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>>(describer: IdentityErrorDescriber) => RoleStoreBase_4<TRole, TKey, TUserRole, TRoleClaim>) & {
1493
1494
  };
1494
1495
 
1495
1496
 
1496
- export interface __RoleStoreBase_4$views<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> {
1497
+ export interface __RoleStoreBase_4$views<TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserRole extends unknown & IdentityUserRole_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>> {
1497
1498
  As_IQueryableRoleStore_1(): IQueryableRoleStore_1$instance<TRole>;
1498
1499
  As_IRoleClaimStore_1(): IRoleClaimStore_1$instance<TRole>;
1499
1500
  As_IRoleStore_1(): IRoleStore_1$instance<TRole>;
1500
1501
  }
1501
1502
 
1502
- export type RoleStoreBase_4<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> = RoleStoreBase_4$instance<TRole, TKey, TUserRole, TRoleClaim> & __RoleStoreBase_4$views<TRole, TKey, TUserRole, TRoleClaim>;
1503
+ export type RoleStoreBase_4<TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserRole extends unknown & IdentityUserRole_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>> = RoleStoreBase_4$instance<TRole, TKey, TUserRole, TRoleClaim> & __RoleStoreBase_4$views<TRole, TKey, TUserRole, TRoleClaim>;
1503
1504
 
1504
1505
 
1505
- export interface RoleValidator_1$instance<TRole> extends IRoleValidator_1$instance<TRole> {
1506
+ export interface RoleValidator_1$instance<TRole extends (object | null)> extends IRoleValidator_1$instance<TRole> {
1506
1507
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_RoleValidator_1: never;
1507
1508
 
1508
1509
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleValidator_1: never;
@@ -1512,24 +1513,24 @@ export interface RoleValidator_1$instance<TRole> extends IRoleValidator_1$instan
1512
1513
 
1513
1514
 
1514
1515
  export const RoleValidator_1: {
1515
- new<TRole>(errors: IdentityErrorDescriber): RoleValidator_1<TRole>;
1516
+ new<TRole extends (object | null)>(errors: IdentityErrorDescriber | null): RoleValidator_1<TRole>;
1516
1517
  };
1517
1518
 
1518
1519
 
1519
- export interface __RoleValidator_1$views<TRole> {
1520
+ export interface __RoleValidator_1$views<TRole extends (object | null)> {
1520
1521
  As_IRoleValidator_1(): IRoleValidator_1$instance<TRole>;
1521
1522
  }
1522
1523
 
1523
- export type RoleValidator_1<TRole> = RoleValidator_1$instance<TRole> & __RoleValidator_1$views<TRole>;
1524
+ export type RoleValidator_1<TRole extends (object | null)> = RoleValidator_1$instance<TRole> & __RoleValidator_1$views<TRole>;
1524
1525
 
1525
1526
 
1526
1527
  export interface SecurityStampRefreshingPrincipalContext$instance {
1527
1528
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_SecurityStampRefreshingPrincipalContext: never;
1528
1529
 
1529
- get CurrentPrincipal(): ClaimsPrincipal | undefined;
1530
- set CurrentPrincipal(value: ClaimsPrincipal | undefined);
1531
- get NewPrincipal(): ClaimsPrincipal | undefined;
1532
- set NewPrincipal(value: ClaimsPrincipal | undefined);
1530
+ get CurrentPrincipal(): ClaimsPrincipal | null;
1531
+ set CurrentPrincipal(value: ClaimsPrincipal | null);
1532
+ get NewPrincipal(): ClaimsPrincipal | null;
1533
+ set NewPrincipal(value: ClaimsPrincipal | null);
1533
1534
  }
1534
1535
 
1535
1536
 
@@ -1540,7 +1541,7 @@ export const SecurityStampRefreshingPrincipalContext: {
1540
1541
 
1541
1542
  export type SecurityStampRefreshingPrincipalContext = SecurityStampRefreshingPrincipalContext$instance;
1542
1543
 
1543
- export interface SecurityStampValidator_1$instance<TUser> extends ISecurityStampValidator$instance {
1544
+ export interface SecurityStampValidator_1$instance<TUser extends (object | null)> extends ISecurityStampValidator$instance {
1544
1545
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_SecurityStampValidator_1: never;
1545
1546
 
1546
1547
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ISecurityStampValidator: never;
@@ -1552,30 +1553,30 @@ export interface SecurityStampValidator_1$instance<TUser> extends ISecurityStamp
1552
1553
  readonly TimeProvider: TimeProvider;
1553
1554
  SecurityStampVerified(user: TUser, context: CookieValidatePrincipalContext): Task;
1554
1555
  ValidateAsync(context: CookieValidatePrincipalContext): Task;
1555
- VerifySecurityStamp(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
1556
+ VerifySecurityStamp(principal: ClaimsPrincipal | null): Task_1<TUser | null>;
1556
1557
  }
1557
1558
 
1558
1559
 
1559
1560
  export const SecurityStampValidator_1: {
1560
- new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, clock: ISystemClock, logger: ILoggerFactory): SecurityStampValidator_1<TUser>;
1561
- new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, logger: ILoggerFactory): SecurityStampValidator_1<TUser>;
1561
+ new<TUser extends (object | null)>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, clock: ISystemClock, logger: ILoggerFactory): SecurityStampValidator_1<TUser>;
1562
+ new<TUser extends (object | null)>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, logger: ILoggerFactory): SecurityStampValidator_1<TUser>;
1562
1563
  };
1563
1564
 
1564
1565
 
1565
- export interface __SecurityStampValidator_1$views<TUser> {
1566
+ export interface __SecurityStampValidator_1$views<TUser extends (object | null)> {
1566
1567
  As_ISecurityStampValidator(): ISecurityStampValidator$instance;
1567
1568
  }
1568
1569
 
1569
- export type SecurityStampValidator_1<TUser> = SecurityStampValidator_1$instance<TUser> & __SecurityStampValidator_1$views<TUser>;
1570
+ export type SecurityStampValidator_1<TUser extends (object | null)> = SecurityStampValidator_1$instance<TUser> & __SecurityStampValidator_1$views<TUser>;
1570
1571
 
1571
1572
 
1572
1573
  export interface SecurityStampValidatorOptions$instance {
1573
1574
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_SecurityStampValidatorOptions: never;
1574
1575
 
1575
- get OnRefreshingPrincipal(): Func_2<SecurityStampRefreshingPrincipalContext, Task> | undefined;
1576
- set OnRefreshingPrincipal(value: Func_2<SecurityStampRefreshingPrincipalContext, Task> | undefined);
1577
- get TimeProvider(): TimeProvider | undefined;
1578
- set TimeProvider(value: TimeProvider | undefined);
1576
+ get OnRefreshingPrincipal(): Func_2<SecurityStampRefreshingPrincipalContext, Task> | null;
1577
+ set OnRefreshingPrincipal(value: Func_2<SecurityStampRefreshingPrincipalContext, Task> | null);
1578
+ get TimeProvider(): TimeProvider | null;
1579
+ set TimeProvider(value: TimeProvider | null);
1579
1580
  ValidationInterval: TimeSpan;
1580
1581
  }
1581
1582
 
@@ -1587,7 +1588,7 @@ export const SecurityStampValidatorOptions: {
1587
1588
 
1588
1589
  export type SecurityStampValidatorOptions = SecurityStampValidatorOptions$instance;
1589
1590
 
1590
- export interface SignInManager_1$instance<TUser> {
1591
+ export interface SignInManager_1$instance<TUser extends (object | null)> {
1591
1592
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_SignInManager_1: never;
1592
1593
 
1593
1594
  AuthenticationScheme: string;
@@ -1598,52 +1599,52 @@ export interface SignInManager_1$instance<TUser> {
1598
1599
  UserManager: UserManager_1<TUser>;
1599
1600
  CanSignInAsync(user: TUser): Task_1<System_Internal.Boolean>;
1600
1601
  CheckPasswordSignInAsync(user: TUser, password: string, lockoutOnFailure: boolean): Task_1<SignInResult>;
1601
- ConfigureExternalAuthenticationProperties(provider: string, redirectUrl: string, userId?: string): AuthenticationProperties;
1602
+ ConfigureExternalAuthenticationProperties(provider: string | null, redirectUrl: string | null, userId?: string | null): AuthenticationProperties;
1602
1603
  CreateUserPrincipalAsync(user: TUser): Task_1<ClaimsPrincipal>;
1603
1604
  ExternalLoginSignInAsync(loginProvider: string, providerKey: string, isPersistent: boolean): Task_1<SignInResult>;
1604
1605
  ExternalLoginSignInAsync(loginProvider: string, providerKey: string, isPersistent: boolean, bypassTwoFactor: boolean): Task_1<SignInResult>;
1605
1606
  ForgetTwoFactorClientAsync(): Task;
1606
1607
  GetExternalAuthenticationSchemesAsync(): Task_1<IEnumerable_1<AuthenticationScheme>>;
1607
- GetExternalLoginInfoAsync(expectedXsrf?: string): Task_1<ExternalLoginInfo | undefined>;
1608
- GetTwoFactorAuthenticationUserAsync(): Task_1<TUser | undefined>;
1608
+ GetExternalLoginInfoAsync(expectedXsrf?: string | null): Task_1<ExternalLoginInfo | null>;
1609
+ GetTwoFactorAuthenticationUserAsync(): Task_1<TUser | null>;
1609
1610
  IsLockedOut(user: TUser): Task_1<System_Internal.Boolean>;
1610
1611
  IsSignedIn(principal: ClaimsPrincipal): boolean;
1611
1612
  IsTwoFactorClientRememberedAsync(user: TUser): Task_1<System_Internal.Boolean>;
1612
1613
  IsTwoFactorEnabledAsync(user: TUser): Task_1<System_Internal.Boolean>;
1613
1614
  LockedOut(user: TUser): Task_1<SignInResult>;
1614
1615
  MakePasskeyCreationOptionsAsync(userEntity: PasskeyUserEntity): Task_1<System_Internal.String>;
1615
- MakePasskeyRequestOptionsAsync(user: TUser): Task_1<System_Internal.String>;
1616
+ MakePasskeyRequestOptionsAsync(user: TUser | null): Task_1<System_Internal.String>;
1616
1617
  PasskeySignInAsync(credentialJson: string): Task_1<SignInResult>;
1617
1618
  PasswordSignInAsync(user: TUser, password: string, isPersistent: boolean, lockoutOnFailure: boolean): Task_1<SignInResult>;
1618
1619
  PasswordSignInAsync(userName: string, password: string, isPersistent: boolean, lockoutOnFailure: boolean): Task_1<SignInResult>;
1619
1620
  PerformPasskeyAssertionAsync(credentialJson: string): Task_1<PasskeyAssertionResult_1<TUser>>;
1620
1621
  PerformPasskeyAttestationAsync(credentialJson: string): Task_1<PasskeyAttestationResult>;
1621
- PreSignInCheck(user: TUser): Task_1<SignInResult | undefined>;
1622
+ PreSignInCheck(user: TUser): Task_1<SignInResult | null>;
1622
1623
  RefreshSignInAsync(user: TUser): Task;
1623
1624
  RememberTwoFactorClientAsync(user: TUser): Task;
1624
1625
  ResetLockout(user: TUser): Task;
1625
- SignInAsync(user: TUser, isPersistent: boolean, authenticationMethod?: string): Task;
1626
- SignInAsync(user: TUser, authenticationProperties: AuthenticationProperties, authenticationMethod?: string): Task;
1627
- SignInOrTwoFactorAsync(user: TUser, isPersistent: boolean, loginProvider?: string, bypassTwoFactor?: boolean): Task_1<SignInResult>;
1626
+ SignInAsync(user: TUser, isPersistent: boolean, authenticationMethod?: string | null): Task;
1627
+ SignInAsync(user: TUser, authenticationProperties: AuthenticationProperties, authenticationMethod?: string | null): Task;
1628
+ SignInOrTwoFactorAsync(user: TUser, isPersistent: boolean, loginProvider?: string | null, bypassTwoFactor?: boolean): Task_1<SignInResult>;
1628
1629
  SignInWithClaimsAsync(user: TUser, isPersistent: boolean, additionalClaims: IEnumerable_1<Claim>): Task;
1629
- SignInWithClaimsAsync(user: TUser, authenticationProperties: AuthenticationProperties, additionalClaims: IEnumerable_1<Claim>): Task;
1630
+ SignInWithClaimsAsync(user: TUser, authenticationProperties: AuthenticationProperties | null, additionalClaims: IEnumerable_1<Claim>): Task;
1630
1631
  SignOutAsync(): Task;
1631
1632
  TwoFactorAuthenticatorSignInAsync(code: string, isPersistent: boolean, rememberClient: boolean): Task_1<SignInResult>;
1632
1633
  TwoFactorRecoveryCodeSignInAsync(recoveryCode: string): Task_1<SignInResult>;
1633
1634
  TwoFactorSignInAsync(provider: string, code: string, isPersistent: boolean, rememberClient: boolean): Task_1<SignInResult>;
1634
1635
  UpdateExternalAuthenticationTokensAsync(externalLogin: ExternalLoginInfo): Task_1<IdentityResult>;
1635
- ValidateSecurityStampAsync(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
1636
- ValidateSecurityStampAsync(user: TUser, securityStamp: string): Task_1<System_Internal.Boolean>;
1637
- ValidateTwoFactorSecurityStampAsync(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
1636
+ ValidateSecurityStampAsync(principal: ClaimsPrincipal | null): Task_1<TUser | null>;
1637
+ ValidateSecurityStampAsync(user: TUser | null, securityStamp: string | null): Task_1<System_Internal.Boolean>;
1638
+ ValidateTwoFactorSecurityStampAsync(principal: ClaimsPrincipal | null): Task_1<TUser | null>;
1638
1639
  }
1639
1640
 
1640
1641
 
1641
1642
  export const SignInManager_1: {
1642
- new<TUser>(userManager: UserManager_1<TUser>, contextAccessor: IHttpContextAccessor, claimsFactory: IUserClaimsPrincipalFactory_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, logger: ILogger_1<SignInManager_1<TUser>>, schemes: IAuthenticationSchemeProvider, confirmation: IUserConfirmation_1<TUser>): SignInManager_1<TUser>;
1643
+ new<TUser extends (object | null)>(userManager: UserManager_1<TUser>, contextAccessor: IHttpContextAccessor, claimsFactory: IUserClaimsPrincipalFactory_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, logger: ILogger_1<SignInManager_1<TUser>>, schemes: IAuthenticationSchemeProvider, confirmation: IUserConfirmation_1<TUser>): SignInManager_1<TUser>;
1643
1644
  };
1644
1645
 
1645
1646
 
1646
- export type SignInManager_1<TUser> = SignInManager_1$instance<TUser>;
1647
+ export type SignInManager_1<TUser extends (object | null)> = SignInManager_1$instance<TUser>;
1647
1648
 
1648
1649
  export interface SignInOptions$instance {
1649
1650
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_SignInOptions: never;
@@ -1727,8 +1728,8 @@ export type TokenOptions = TokenOptions$instance;
1727
1728
  export interface TokenProviderDescriptor$instance {
1728
1729
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_TokenProviderDescriptor: never;
1729
1730
 
1730
- get ProviderInstance(): unknown | undefined;
1731
- set ProviderInstance(value: unknown | undefined);
1731
+ get ProviderInstance(): unknown | null;
1732
+ set ProviderInstance(value: unknown | null);
1732
1733
  readonly ProviderType: Type;
1733
1734
  }
1734
1735
 
@@ -1740,7 +1741,7 @@ export const TokenProviderDescriptor: {
1740
1741
 
1741
1742
  export type TokenProviderDescriptor = TokenProviderDescriptor$instance;
1742
1743
 
1743
- export interface TotpSecurityStampBasedTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
1744
+ export interface TotpSecurityStampBasedTokenProvider_1$instance<TUser extends (object | null)> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
1744
1745
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_TotpSecurityStampBasedTokenProvider_1: never;
1745
1746
 
1746
1747
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
@@ -1752,39 +1753,39 @@ export interface TotpSecurityStampBasedTokenProvider_1$instance<TUser> extends I
1752
1753
  }
1753
1754
 
1754
1755
 
1755
- export const TotpSecurityStampBasedTokenProvider_1: (abstract new<TUser>() => TotpSecurityStampBasedTokenProvider_1<TUser>) & {
1756
+ export const TotpSecurityStampBasedTokenProvider_1: (abstract new<TUser extends (object | null)>() => TotpSecurityStampBasedTokenProvider_1<TUser>) & {
1756
1757
  };
1757
1758
 
1758
1759
 
1759
- export interface __TotpSecurityStampBasedTokenProvider_1$views<TUser> {
1760
+ export interface __TotpSecurityStampBasedTokenProvider_1$views<TUser extends (object | null)> {
1760
1761
  As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
1761
1762
  }
1762
1763
 
1763
- export type TotpSecurityStampBasedTokenProvider_1<TUser> = TotpSecurityStampBasedTokenProvider_1$instance<TUser> & __TotpSecurityStampBasedTokenProvider_1$views<TUser>;
1764
+ export type TotpSecurityStampBasedTokenProvider_1<TUser extends (object | null)> = TotpSecurityStampBasedTokenProvider_1$instance<TUser> & __TotpSecurityStampBasedTokenProvider_1$views<TUser>;
1764
1765
 
1765
1766
 
1766
- export interface TwoFactorSecurityStampValidator_1$instance<TUser> extends SecurityStampValidator_1$instance<TUser> {
1767
+ export interface TwoFactorSecurityStampValidator_1$instance<TUser extends (object | null)> extends SecurityStampValidator_1$instance<TUser>, ITwoFactorSecurityStampValidator$instance {
1767
1768
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_TwoFactorSecurityStampValidator_1: never;
1768
1769
 
1769
1770
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ISecurityStampValidator: never;
1770
1771
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ITwoFactorSecurityStampValidator: never;
1771
1772
 
1772
1773
  SecurityStampVerified(user: TUser, context: CookieValidatePrincipalContext): Task;
1773
- VerifySecurityStamp(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
1774
+ VerifySecurityStamp(principal: ClaimsPrincipal | null): Task_1<TUser | null>;
1774
1775
  }
1775
1776
 
1776
1777
 
1777
1778
  export const TwoFactorSecurityStampValidator_1: {
1778
- new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, clock: ISystemClock, logger: ILoggerFactory): TwoFactorSecurityStampValidator_1<TUser>;
1779
- new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, logger: ILoggerFactory): TwoFactorSecurityStampValidator_1<TUser>;
1779
+ new<TUser extends (object | null)>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, clock: ISystemClock, logger: ILoggerFactory): TwoFactorSecurityStampValidator_1<TUser>;
1780
+ new<TUser extends (object | null)>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, logger: ILoggerFactory): TwoFactorSecurityStampValidator_1<TUser>;
1780
1781
  };
1781
1782
 
1782
1783
 
1783
- export interface __TwoFactorSecurityStampValidator_1$views<TUser> {
1784
+ export interface __TwoFactorSecurityStampValidator_1$views<TUser extends (object | null)> {
1784
1785
  As_ISecurityStampValidator(): ISecurityStampValidator$instance;
1785
1786
  }
1786
1787
 
1787
- export type TwoFactorSecurityStampValidator_1<TUser> = TwoFactorSecurityStampValidator_1$instance<TUser> & __TwoFactorSecurityStampValidator_1$views<TUser>;
1788
+ export type TwoFactorSecurityStampValidator_1<TUser extends (object | null)> = TwoFactorSecurityStampValidator_1$instance<TUser> & __TwoFactorSecurityStampValidator_1$views<TUser>;
1788
1789
 
1789
1790
 
1790
1791
  export interface UpperInvariantLookupNormalizer$instance extends ILookupNormalizer$instance {
@@ -1792,8 +1793,8 @@ export interface UpperInvariantLookupNormalizer$instance extends ILookupNormaliz
1792
1793
 
1793
1794
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ILookupNormalizer: never;
1794
1795
 
1795
- NormalizeEmail(email: string): string | undefined;
1796
- NormalizeName(name: string): string | undefined;
1796
+ NormalizeEmail(email: string | null): string | null;
1797
+ NormalizeName(name: string | null): string | null;
1797
1798
  }
1798
1799
 
1799
1800
 
@@ -1809,7 +1810,7 @@ export interface __UpperInvariantLookupNormalizer$views {
1809
1810
  export type UpperInvariantLookupNormalizer = UpperInvariantLookupNormalizer$instance & __UpperInvariantLookupNormalizer$views;
1810
1811
 
1811
1812
 
1812
- export interface UserClaimsPrincipalFactory_1$instance<TUser> extends IUserClaimsPrincipalFactory_1$instance<TUser> {
1813
+ export interface UserClaimsPrincipalFactory_1$instance<TUser extends (object | null)> extends IUserClaimsPrincipalFactory_1$instance<TUser> {
1813
1814
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserClaimsPrincipalFactory_1: never;
1814
1815
 
1815
1816
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimsPrincipalFactory_1: never;
@@ -1822,18 +1823,18 @@ export interface UserClaimsPrincipalFactory_1$instance<TUser> extends IUserClaim
1822
1823
 
1823
1824
 
1824
1825
  export const UserClaimsPrincipalFactory_1: {
1825
- new<TUser>(userManager: UserManager_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>): UserClaimsPrincipalFactory_1<TUser>;
1826
+ new<TUser extends (object | null)>(userManager: UserManager_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>): UserClaimsPrincipalFactory_1<TUser>;
1826
1827
  };
1827
1828
 
1828
1829
 
1829
- export interface __UserClaimsPrincipalFactory_1$views<TUser> {
1830
+ export interface __UserClaimsPrincipalFactory_1$views<TUser extends (object | null)> {
1830
1831
  As_IUserClaimsPrincipalFactory_1(): IUserClaimsPrincipalFactory_1$instance<TUser>;
1831
1832
  }
1832
1833
 
1833
- export type UserClaimsPrincipalFactory_1<TUser> = UserClaimsPrincipalFactory_1$instance<TUser> & __UserClaimsPrincipalFactory_1$views<TUser>;
1834
+ export type UserClaimsPrincipalFactory_1<TUser extends (object | null)> = UserClaimsPrincipalFactory_1$instance<TUser> & __UserClaimsPrincipalFactory_1$views<TUser>;
1834
1835
 
1835
1836
 
1836
- export interface UserClaimsPrincipalFactory_2$instance<TUser, TRole> extends UserClaimsPrincipalFactory_1$instance<TUser>, IUserClaimsPrincipalFactory_1$instance<TUser> {
1837
+ export interface UserClaimsPrincipalFactory_2$instance<TUser extends (object | null), TRole extends (object | null)> extends UserClaimsPrincipalFactory_1$instance<TUser>, IUserClaimsPrincipalFactory_1$instance<TUser> {
1837
1838
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserClaimsPrincipalFactory_2: never;
1838
1839
 
1839
1840
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimsPrincipalFactory_1: never;
@@ -1844,35 +1845,35 @@ export interface UserClaimsPrincipalFactory_2$instance<TUser, TRole> extends Use
1844
1845
 
1845
1846
 
1846
1847
  export const UserClaimsPrincipalFactory_2: {
1847
- new<TUser, TRole>(userManager: UserManager_1<TUser>, roleManager: RoleManager_1<TRole>, options: IOptions_1<IdentityOptions>): UserClaimsPrincipalFactory_2<TUser, TRole>;
1848
+ new<TUser extends (object | null), TRole extends (object | null)>(userManager: UserManager_1<TUser>, roleManager: RoleManager_1<TRole>, options: IOptions_1<IdentityOptions>): UserClaimsPrincipalFactory_2<TUser, TRole>;
1848
1849
  };
1849
1850
 
1850
1851
 
1851
- export interface __UserClaimsPrincipalFactory_2$views<TUser, TRole> {
1852
+ export interface __UserClaimsPrincipalFactory_2$views<TUser extends (object | null), TRole extends (object | null)> {
1852
1853
  As_IUserClaimsPrincipalFactory_1(): IUserClaimsPrincipalFactory_1$instance<TUser>;
1853
1854
  }
1854
1855
 
1855
- export type UserClaimsPrincipalFactory_2<TUser, TRole> = UserClaimsPrincipalFactory_2$instance<TUser, TRole> & __UserClaimsPrincipalFactory_2$views<TUser, TRole>;
1856
+ export type UserClaimsPrincipalFactory_2<TUser extends (object | null), TRole extends (object | null)> = UserClaimsPrincipalFactory_2$instance<TUser, TRole> & __UserClaimsPrincipalFactory_2$views<TUser, TRole>;
1856
1857
 
1857
1858
 
1858
1859
  export interface UserLoginInfo$instance {
1859
1860
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserLoginInfo: never;
1860
1861
 
1861
1862
  LoginProvider: string;
1862
- get ProviderDisplayName(): string | undefined;
1863
- set ProviderDisplayName(value: string | undefined);
1863
+ get ProviderDisplayName(): string | null;
1864
+ set ProviderDisplayName(value: string | null);
1864
1865
  ProviderKey: string;
1865
1866
  }
1866
1867
 
1867
1868
 
1868
1869
  export const UserLoginInfo: {
1869
- new(loginProvider: string, providerKey: string, providerDisplayName: string): UserLoginInfo;
1870
+ new(loginProvider: string, providerKey: string, providerDisplayName: string | null): UserLoginInfo;
1870
1871
  };
1871
1872
 
1872
1873
 
1873
1874
  export type UserLoginInfo = UserLoginInfo$instance;
1874
1875
 
1875
- export interface UserManager_1$instance<TUser> {
1876
+ export interface UserManager_1$instance<TUser extends (object | null)> {
1876
1877
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserManager_1: never;
1877
1878
 
1878
1879
  readonly __tsonic_iface_System_IDisposable: never;
@@ -1922,39 +1923,39 @@ export interface UserManager_1$instance<TUser> {
1922
1923
  DeleteAsync(user: TUser): Task_1<IdentityResult>;
1923
1924
  Dispose(): void;
1924
1925
  Dispose(disposing: boolean): void;
1925
- FindByEmailAsync(email: string): Task_1<TUser | undefined>;
1926
- FindByIdAsync(userId: string): Task_1<TUser | undefined>;
1927
- FindByLoginAsync(loginProvider: string, providerKey: string): Task_1<TUser | undefined>;
1928
- FindByNameAsync(userName: string): Task_1<TUser | undefined>;
1929
- FindByPasskeyIdAsync(credentialId: byte[]): Task_1<TUser | undefined>;
1926
+ FindByEmailAsync(email: string): Task_1<TUser | null>;
1927
+ FindByIdAsync(userId: string): Task_1<TUser | null>;
1928
+ FindByLoginAsync(loginProvider: string, providerKey: string): Task_1<TUser | null>;
1929
+ FindByNameAsync(userName: string): Task_1<TUser | null>;
1930
+ FindByPasskeyIdAsync(credentialId: byte[]): Task_1<TUser | null>;
1930
1931
  GenerateChangeEmailTokenAsync(user: TUser, newEmail: string): Task_1<System_Internal.String>;
1931
1932
  GenerateChangePhoneNumberTokenAsync(user: TUser, phoneNumber: string): Task_1<System_Internal.String>;
1932
1933
  GenerateConcurrencyStampAsync(user: TUser): Task_1<System_Internal.String>;
1933
1934
  GenerateEmailConfirmationTokenAsync(user: TUser): Task_1<System_Internal.String>;
1934
1935
  GenerateNewAuthenticatorKey(): string;
1935
- GenerateNewTwoFactorRecoveryCodesAsync(user: TUser, number: int): Task_1<IEnumerable_1<System_Internal.String> | undefined>;
1936
+ GenerateNewTwoFactorRecoveryCodesAsync(user: TUser, number: int): Task_1<IEnumerable_1<System_Internal.String> | null>;
1936
1937
  GeneratePasswordResetTokenAsync(user: TUser): Task_1<System_Internal.String>;
1937
1938
  GenerateTwoFactorTokenAsync(user: TUser, tokenProvider: string): Task_1<System_Internal.String>;
1938
1939
  GenerateUserTokenAsync(user: TUser, tokenProvider: string, purpose: string): Task_1<System_Internal.String>;
1939
1940
  GetAccessFailedCountAsync(user: TUser): Task_1<System_Internal.Int32>;
1940
- GetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string): Task_1<string | undefined>;
1941
- GetAuthenticatorKeyAsync(user: TUser): Task_1<string | undefined>;
1941
+ GetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string): Task_1<string | null>;
1942
+ GetAuthenticatorKeyAsync(user: TUser): Task_1<string | null>;
1942
1943
  GetClaimsAsync(user: TUser): Task_1<IList_1<Claim>>;
1943
- GetEmailAsync(user: TUser): Task_1<string | undefined>;
1944
+ GetEmailAsync(user: TUser): Task_1<string | null>;
1944
1945
  GetLockoutEnabledAsync(user: TUser): Task_1<System_Internal.Boolean>;
1945
1946
  GetLockoutEndDateAsync(user: TUser): Task_1<Nullable_1<DateTimeOffset>>;
1946
1947
  GetLoginsAsync(user: TUser): Task_1<IList_1<UserLoginInfo>>;
1947
- GetPasskeyAsync(user: TUser, credentialId: byte[]): Task_1<UserPasskeyInfo | undefined>;
1948
+ GetPasskeyAsync(user: TUser, credentialId: byte[]): Task_1<UserPasskeyInfo | null>;
1948
1949
  GetPasskeysAsync(user: TUser): Task_1<IList_1<UserPasskeyInfo>>;
1949
- GetPhoneNumberAsync(user: TUser): Task_1<string | undefined>;
1950
+ GetPhoneNumberAsync(user: TUser): Task_1<string | null>;
1950
1951
  GetRolesAsync(user: TUser): Task_1<IList_1<System_Internal.String>>;
1951
1952
  GetSecurityStampAsync(user: TUser): Task_1<System_Internal.String>;
1952
1953
  GetTwoFactorEnabledAsync(user: TUser): Task_1<System_Internal.Boolean>;
1953
- GetUserAsync(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
1954
- GetUserId(principal: ClaimsPrincipal): string | undefined;
1954
+ GetUserAsync(principal: ClaimsPrincipal): Task_1<TUser | null>;
1955
+ GetUserId(principal: ClaimsPrincipal): string | null;
1955
1956
  GetUserIdAsync(user: TUser): Task_1<System_Internal.String>;
1956
- GetUserName(principal: ClaimsPrincipal): string | undefined;
1957
- GetUserNameAsync(user: TUser): Task_1<string | undefined>;
1957
+ GetUserName(principal: ClaimsPrincipal): string | null;
1958
+ GetUserNameAsync(user: TUser): Task_1<string | null>;
1958
1959
  GetUsersForClaimAsync(claim: Claim): Task_1<IList_1<TUser>>;
1959
1960
  GetUsersInRoleAsync(roleName: string): Task_1<IList_1<TUser>>;
1960
1961
  GetValidTwoFactorProvidersAsync(user: TUser): Task_1<IList_1<System_Internal.String>>;
@@ -1963,8 +1964,8 @@ export interface UserManager_1$instance<TUser> {
1963
1964
  IsInRoleAsync(user: TUser, role: string): Task_1<System_Internal.Boolean>;
1964
1965
  IsLockedOutAsync(user: TUser): Task_1<System_Internal.Boolean>;
1965
1966
  IsPhoneNumberConfirmedAsync(user: TUser): Task_1<System_Internal.Boolean>;
1966
- NormalizeEmail(email: string): string | undefined;
1967
- NormalizeName(name: string): string | undefined;
1967
+ NormalizeEmail(email: string | null): string | null;
1968
+ NormalizeName(name: string | null): string | null;
1968
1969
  RedeemTwoFactorRecoveryCodeAsync(user: TUser, code: string): Task_1<IdentityResult>;
1969
1970
  RegisterTokenProvider(providerName: string, provider: IUserTwoFactorTokenProvider_1<TUser>): void;
1970
1971
  RemoveAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string): Task_1<IdentityResult>;
@@ -1979,13 +1980,13 @@ export interface UserManager_1$instance<TUser> {
1979
1980
  ResetAccessFailedCountAsync(user: TUser): Task_1<IdentityResult>;
1980
1981
  ResetAuthenticatorKeyAsync(user: TUser): Task_1<IdentityResult>;
1981
1982
  ResetPasswordAsync(user: TUser, token: string, newPassword: string): Task_1<IdentityResult>;
1982
- SetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string, tokenValue: string): Task_1<IdentityResult>;
1983
- SetEmailAsync(user: TUser, email: string): Task_1<IdentityResult>;
1983
+ SetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string, tokenValue: string | null): Task_1<IdentityResult>;
1984
+ SetEmailAsync(user: TUser, email: string | null): Task_1<IdentityResult>;
1984
1985
  SetLockoutEnabledAsync(user: TUser, enabled: boolean): Task_1<IdentityResult>;
1985
1986
  SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>): Task_1<IdentityResult>;
1986
- SetPhoneNumberAsync(user: TUser, phoneNumber: string): Task_1<IdentityResult>;
1987
+ SetPhoneNumberAsync(user: TUser, phoneNumber: string | null): Task_1<IdentityResult>;
1987
1988
  SetTwoFactorEnabledAsync(user: TUser, enabled: boolean): Task_1<IdentityResult>;
1988
- SetUserNameAsync(user: TUser, userName: string): Task_1<IdentityResult>;
1989
+ SetUserNameAsync(user: TUser, userName: string | null): Task_1<IdentityResult>;
1989
1990
  UpdateAsync(user: TUser): Task_1<IdentityResult>;
1990
1991
  UpdateNormalizedEmailAsync(user: TUser): Task;
1991
1992
  UpdateNormalizedUserNameAsync(user: TUser): Task;
@@ -2000,15 +2001,15 @@ export interface UserManager_1$instance<TUser> {
2000
2001
 
2001
2002
 
2002
2003
  export const UserManager_1: {
2003
- new<TUser>(store: IUserStore_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, passwordHasher: IPasswordHasher_1<TUser>, userValidators: IEnumerable_1<IUserValidator_1<TUser>>, passwordValidators: IEnumerable_1<IPasswordValidator_1<TUser>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, services: IServiceProvider, logger: ILogger_1<UserManager_1<TUser>>): UserManager_1<TUser>;
2004
+ new<TUser extends (object | null)>(store: IUserStore_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, passwordHasher: IPasswordHasher_1<TUser>, userValidators: IEnumerable_1<IUserValidator_1<TUser>>, passwordValidators: IEnumerable_1<IPasswordValidator_1<TUser>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, services: IServiceProvider, logger: ILogger_1<UserManager_1<TUser>>): UserManager_1<TUser>;
2004
2005
  readonly ResetPasswordTokenPurpose: string;
2005
2006
  readonly ChangePhoneNumberTokenPurpose: string;
2006
2007
  readonly ConfirmEmailTokenPurpose: string;
2007
- GetChangeEmailTokenPurpose<TUser>(newEmail: string): string;
2008
+ GetChangeEmailTokenPurpose<TUser extends (object | null)>(newEmail: string): string;
2008
2009
  };
2009
2010
 
2010
2011
 
2011
- export type UserManager_1<TUser> = UserManager_1$instance<TUser>;
2012
+ export type UserManager_1<TUser extends (object | null)> = UserManager_1$instance<TUser>;
2012
2013
 
2013
2014
  export interface UserOptions$instance {
2014
2015
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserOptions: never;
@@ -2035,22 +2036,22 @@ export interface UserPasskeyInfo$instance {
2035
2036
  IsBackedUp: boolean;
2036
2037
  readonly IsBackupEligible: boolean;
2037
2038
  IsUserVerified: boolean;
2038
- get Name(): string | undefined;
2039
- set Name(value: string | undefined);
2039
+ get Name(): string | null;
2040
+ set Name(value: string | null);
2040
2041
  readonly PublicKey: byte[];
2041
2042
  SignCount: uint;
2042
- readonly Transports: string[] | undefined;
2043
+ readonly Transports: string[] | null;
2043
2044
  }
2044
2045
 
2045
2046
 
2046
2047
  export const UserPasskeyInfo: {
2047
- new(credentialId: byte[], publicKey: byte[], createdAt: DateTimeOffset, signCount: uint, transports: string[], isUserVerified: boolean, isBackupEligible: boolean, isBackedUp: boolean, attestationObject: byte[], clientDataJson: byte[]): UserPasskeyInfo;
2048
+ new(credentialId: byte[], publicKey: byte[], createdAt: DateTimeOffset, signCount: uint, transports: string[] | null, isUserVerified: boolean, isBackupEligible: boolean, isBackedUp: boolean, attestationObject: byte[], clientDataJson: byte[]): UserPasskeyInfo;
2048
2049
  };
2049
2050
 
2050
2051
 
2051
2052
  export type UserPasskeyInfo = UserPasskeyInfo$instance;
2052
2053
 
2053
- export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>> extends IUserPasswordStore_1<TUser>, IUserSecurityStampStore_1<TUser>, IUserAuthenticatorKeyStore_1<TUser> {
2054
+ export interface UserStoreBase_5$instance<TUser extends unknown & IdentityUser_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>> {
2054
2055
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserStoreBase_5: never;
2055
2056
 
2056
2057
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableUserStore_1: never;
@@ -2073,41 +2074,41 @@ export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TK
2073
2074
  AddClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>, cancellationToken?: CancellationToken): Task;
2074
2075
  AddLoginAsync(user: TUser, login: UserLoginInfo, cancellationToken?: CancellationToken): Task;
2075
2076
  AddUserTokenAsync(token: TUserToken): Task;
2076
- ConvertIdFromString(id: string): TKey | undefined;
2077
- ConvertIdToString(id: TKey): string | undefined;
2077
+ ConvertIdFromString(id: string | null): TKey | null;
2078
+ ConvertIdToString(id: TKey): string | null;
2078
2079
  CountCodesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
2079
2080
  CreateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
2080
2081
  CreateUserClaim(user: TUser, claim: Claim): TUserClaim;
2081
2082
  CreateUserLogin(user: TUser, login: UserLoginInfo): TUserLogin;
2082
- CreateUserToken(user: TUser, loginProvider: string, name: string, value: string): TUserToken;
2083
+ CreateUserToken(user: TUser, loginProvider: string, name: string, value: string | null): TUserToken;
2083
2084
  DeleteAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
2084
2085
  Dispose(): void;
2085
- FindByEmailAsync(normalizedEmail: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
2086
- FindByIdAsync(userId: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
2087
- FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
2088
- FindByNameAsync(normalizedUserName: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
2089
- FindTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<TUserToken | undefined>;
2090
- FindUserAsync(userId: TKey, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
2091
- FindUserLoginAsync(userId: TKey, loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUserLogin | undefined>;
2092
- FindUserLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUserLogin | undefined>;
2086
+ FindByEmailAsync(normalizedEmail: string, cancellationToken?: CancellationToken): Task_1<TUser | null>;
2087
+ FindByIdAsync(userId: string, cancellationToken?: CancellationToken): Task_1<TUser | null>;
2088
+ FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken?: CancellationToken): Task_1<TUser | null>;
2089
+ FindByNameAsync(normalizedUserName: string, cancellationToken?: CancellationToken): Task_1<TUser | null>;
2090
+ FindTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<TUserToken | null>;
2091
+ FindUserAsync(userId: TKey, cancellationToken: CancellationToken): Task_1<TUser | null>;
2092
+ FindUserLoginAsync(userId: TKey, loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUserLogin | null>;
2093
+ FindUserLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUserLogin | null>;
2093
2094
  GetAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
2094
- GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
2095
+ GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | null>;
2095
2096
  GetClaimsAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
2096
- GetEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2097
+ GetEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2097
2098
  GetEmailConfirmedAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
2098
2099
  GetLockoutEnabledAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
2099
2100
  GetLockoutEndDateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<Nullable_1<DateTimeOffset>>;
2100
2101
  GetLoginsAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<UserLoginInfo>>;
2101
- GetNormalizedEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2102
- GetNormalizedUserNameAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2103
- GetPasswordHashAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2104
- GetPhoneNumberAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2102
+ GetNormalizedEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2103
+ GetNormalizedUserNameAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2104
+ GetPasswordHashAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2105
+ GetPhoneNumberAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2105
2106
  GetPhoneNumberConfirmedAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
2106
- GetSecurityStampAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2107
- GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | undefined>;
2107
+ GetSecurityStampAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2108
+ GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | null>;
2108
2109
  GetTwoFactorEnabledAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
2109
2110
  GetUserIdAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.String>;
2110
- GetUserNameAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
2111
+ GetUserNameAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | null>;
2111
2112
  GetUsersForClaimAsync(claim: Claim, cancellationToken?: CancellationToken): Task_1<IList_1<TUser>>;
2112
2113
  HasPasswordAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
2113
2114
  IncrementAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
@@ -2120,28 +2121,28 @@ export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TK
2120
2121
  ReplaceCodesAsync(user: TUser, recoveryCodes: IEnumerable_1<System_Internal.String>, cancellationToken: CancellationToken): Task;
2121
2122
  ResetAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task;
2122
2123
  SetAuthenticatorKeyAsync(user: TUser, key: string, cancellationToken: CancellationToken): Task;
2123
- SetEmailAsync(user: TUser, email: string, cancellationToken?: CancellationToken): Task;
2124
+ SetEmailAsync(user: TUser, email: string | null, cancellationToken?: CancellationToken): Task;
2124
2125
  SetEmailConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken?: CancellationToken): Task;
2125
2126
  SetLockoutEnabledAsync(user: TUser, enabled: boolean, cancellationToken?: CancellationToken): Task;
2126
2127
  SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>, cancellationToken?: CancellationToken): Task;
2127
- SetNormalizedEmailAsync(user: TUser, normalizedEmail: string, cancellationToken?: CancellationToken): Task;
2128
- SetNormalizedUserNameAsync(user: TUser, normalizedName: string, cancellationToken?: CancellationToken): Task;
2129
- SetPasswordHashAsync(user: TUser, passwordHash: string, cancellationToken?: CancellationToken): Task;
2130
- SetPhoneNumberAsync(user: TUser, phoneNumber: string, cancellationToken?: CancellationToken): Task;
2128
+ SetNormalizedEmailAsync(user: TUser, normalizedEmail: string | null, cancellationToken?: CancellationToken): Task;
2129
+ SetNormalizedUserNameAsync(user: TUser, normalizedName: string | null, cancellationToken?: CancellationToken): Task;
2130
+ SetPasswordHashAsync(user: TUser, passwordHash: string | null, cancellationToken?: CancellationToken): Task;
2131
+ SetPhoneNumberAsync(user: TUser, phoneNumber: string | null, cancellationToken?: CancellationToken): Task;
2131
2132
  SetPhoneNumberConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken?: CancellationToken): Task;
2132
2133
  SetSecurityStampAsync(user: TUser, stamp: string, cancellationToken?: CancellationToken): Task;
2133
- SetTokenAsync(user: TUser, loginProvider: string, name: string, value: string, cancellationToken: CancellationToken): Task;
2134
+ SetTokenAsync(user: TUser, loginProvider: string, name: string, value: string | null, cancellationToken: CancellationToken): Task;
2134
2135
  SetTwoFactorEnabledAsync(user: TUser, enabled: boolean, cancellationToken?: CancellationToken): Task;
2135
- SetUserNameAsync(user: TUser, userName: string, cancellationToken?: CancellationToken): Task;
2136
+ SetUserNameAsync(user: TUser, userName: string | null, cancellationToken?: CancellationToken): Task;
2136
2137
  UpdateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
2137
2138
  }
2138
2139
 
2139
2140
 
2140
- export const UserStoreBase_5: (abstract new<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>>(describer: IdentityErrorDescriber) => UserStoreBase_5<TUser, TKey, TUserClaim, TUserLogin, TUserToken>) & {
2141
+ export const UserStoreBase_5: (abstract new<TUser extends unknown & IdentityUser_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>>(describer: IdentityErrorDescriber) => UserStoreBase_5<TUser, TKey, TUserClaim, TUserLogin, TUserToken>) & {
2141
2142
  };
2142
2143
 
2143
2144
 
2144
- export interface __UserStoreBase_5$views<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>> {
2145
+ export interface __UserStoreBase_5$views<TUser extends unknown & IdentityUser_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>> {
2145
2146
  As_IQueryableUserStore_1(): IQueryableUserStore_1$instance<TUser>;
2146
2147
  As_IUserAuthenticationTokenStore_1(): IUserAuthenticationTokenStore_1$instance<TUser>;
2147
2148
  As_IUserClaimStore_1(): IUserClaimStore_1$instance<TUser>;
@@ -2154,10 +2155,10 @@ export interface __UserStoreBase_5$views<TUser extends IdentityUser_1<TKey>, TKe
2154
2155
  As_IUserTwoFactorStore_1(): IUserTwoFactorStore_1$instance<TUser>;
2155
2156
  }
2156
2157
 
2157
- export type UserStoreBase_5<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>> = UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken> & __UserStoreBase_5$views<TUser, TKey, TUserClaim, TUserLogin, TUserToken>;
2158
+ export type UserStoreBase_5<TUser extends unknown & IdentityUser_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>> = UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken> & __UserStoreBase_5$views<TUser, TKey, TUserClaim, TUserLogin, TUserToken>;
2158
2159
 
2159
2160
 
2160
- export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> extends UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken> {
2161
+ export interface UserStoreBase_8$instance<TUser extends unknown & IdentityUser_1<TKey>, TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserRole extends unknown & IdentityUserRole_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>> extends UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken> {
2161
2162
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserStoreBase_8: never;
2162
2163
 
2163
2164
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableUserStore_1: never;
@@ -2178,8 +2179,8 @@ export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TR
2178
2179
 
2179
2180
  AddToRoleAsync(user: TUser, normalizedRoleName: string, cancellationToken?: CancellationToken): Task;
2180
2181
  CreateUserRole(user: TUser, role: TRole): TUserRole;
2181
- FindRoleAsync(normalizedRoleName: string, cancellationToken: CancellationToken): Task_1<TRole | undefined>;
2182
- FindUserRoleAsync(userId: TKey, roleId: TKey, cancellationToken: CancellationToken): Task_1<TUserRole | undefined>;
2182
+ FindRoleAsync(normalizedRoleName: string, cancellationToken: CancellationToken): Task_1<TRole | null>;
2183
+ FindUserRoleAsync(userId: TKey, roleId: TKey, cancellationToken: CancellationToken): Task_1<TUserRole | null>;
2183
2184
  GetRolesAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<System_Internal.String>>;
2184
2185
  GetUsersInRoleAsync(normalizedRoleName: string, cancellationToken?: CancellationToken): Task_1<IList_1<TUser>>;
2185
2186
  IsInRoleAsync(user: TUser, normalizedRoleName: string, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
@@ -2187,11 +2188,11 @@ export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TR
2187
2188
  }
2188
2189
 
2189
2190
 
2190
- export const UserStoreBase_8: (abstract new<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>>(describer: IdentityErrorDescriber) => UserStoreBase_8<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>) & {
2191
+ export const UserStoreBase_8: (abstract new<TUser extends unknown & IdentityUser_1<TKey>, TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserRole extends unknown & IdentityUserRole_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>>(describer: IdentityErrorDescriber) => UserStoreBase_8<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>) & {
2191
2192
  };
2192
2193
 
2193
2194
 
2194
- export interface __UserStoreBase_8$views<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> {
2195
+ export interface __UserStoreBase_8$views<TUser extends unknown & IdentityUser_1<TKey>, TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserRole extends unknown & IdentityUserRole_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>> {
2195
2196
  As_IQueryableUserStore_1(): IQueryableUserStore_1$instance<TUser>;
2196
2197
  As_IUserAuthenticationTokenStore_1(): IUserAuthenticationTokenStore_1$instance<TUser>;
2197
2198
  As_IUserClaimStore_1(): IUserClaimStore_1$instance<TUser>;
@@ -2205,10 +2206,10 @@ export interface __UserStoreBase_8$views<TUser extends IdentityUser_1<TKey>, TRo
2205
2206
  As_IUserTwoFactorStore_1(): IUserTwoFactorStore_1$instance<TUser>;
2206
2207
  }
2207
2208
 
2208
- export type UserStoreBase_8<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> = UserStoreBase_8$instance<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim> & __UserStoreBase_8$views<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>;
2209
+ export type UserStoreBase_8<TUser extends unknown & IdentityUser_1<TKey>, TRole extends unknown & IdentityRole_1<TKey>, TKey extends unknown & (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends unknown & IdentityUserClaim_1<TKey>, TUserRole extends unknown & IdentityUserRole_1<TKey>, TUserLogin extends unknown & IdentityUserLogin_1<TKey>, TUserToken extends unknown & IdentityUserToken_1<TKey>, TRoleClaim extends unknown & IdentityRoleClaim_1<TKey>> = UserStoreBase_8$instance<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim> & __UserStoreBase_8$views<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>;
2209
2210
 
2210
2211
 
2211
- export interface UserValidator_1$instance<TUser> extends IUserValidator_1$instance<TUser> {
2212
+ export interface UserValidator_1$instance<TUser extends (object | null)> extends IUserValidator_1$instance<TUser> {
2212
2213
  readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserValidator_1: never;
2213
2214
 
2214
2215
  readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserValidator_1: never;
@@ -2219,15 +2220,15 @@ export interface UserValidator_1$instance<TUser> extends IUserValidator_1$instan
2219
2220
 
2220
2221
 
2221
2222
  export const UserValidator_1: {
2222
- new<TUser>(errors: IdentityErrorDescriber): UserValidator_1<TUser>;
2223
+ new<TUser extends (object | null)>(errors: IdentityErrorDescriber | null): UserValidator_1<TUser>;
2223
2224
  };
2224
2225
 
2225
2226
 
2226
- export interface __UserValidator_1$views<TUser> {
2227
+ export interface __UserValidator_1$views<TUser extends (object | null)> {
2227
2228
  As_IUserValidator_1(): IUserValidator_1$instance<TUser>;
2228
2229
  }
2229
2230
 
2230
- export type UserValidator_1<TUser> = UserValidator_1$instance<TUser> & __UserValidator_1$views<TUser>;
2231
+ export type UserValidator_1<TUser extends (object | null)> = UserValidator_1$instance<TUser> & __UserValidator_1$views<TUser>;
2231
2232
 
2232
2233
 
2233
2234
  export abstract class IdentityBuilderExtensions$instance {
@@ -2262,15 +2263,15 @@ export abstract class IdentitySchemaVersions$instance {
2262
2263
  export type IdentitySchemaVersions = IdentitySchemaVersions$instance;
2263
2264
 
2264
2265
  export abstract class PasskeyAssertionResult$instance {
2265
- static Fail<TUser>(failure: PasskeyException): PasskeyAssertionResult_1<TUser>;
2266
- static Success<TUser>(passkey: UserPasskeyInfo, user: TUser): PasskeyAssertionResult_1<TUser>;
2266
+ static Fail<TUser extends (object | null)>(failure: PasskeyException): PasskeyAssertionResult_1<TUser>;
2267
+ static Success<TUser extends (object | null)>(passkey: UserPasskeyInfo, user: TUser): PasskeyAssertionResult_1<TUser>;
2267
2268
  }
2268
2269
 
2269
2270
 
2270
2271
  export type PasskeyAssertionResult = PasskeyAssertionResult$instance;
2271
2272
 
2272
2273
  export abstract class SecurityStampValidator$instance {
2273
- static ValidateAsync<TValidator extends ISecurityStampValidator>(context: CookieValidatePrincipalContext): Task;
2274
+ static ValidateAsync<TValidator extends unknown & ISecurityStampValidator>(context: CookieValidatePrincipalContext): Task;
2274
2275
  static ValidatePrincipalAsync(context: CookieValidatePrincipalContext): Task;
2275
2276
  }
2276
2277