@tsonic/aspnetcore 10.0.5 → 10.0.7

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 (161) hide show
  1. package/Microsoft.AspNetCore/internal/index.d.ts +6 -6
  2. package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
  3. package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
  4. package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
  5. package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
  6. package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
  7. package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
  8. package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
  9. package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
  10. package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
  11. package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
  12. package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
  13. package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
  14. package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
  15. package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
  16. package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
  17. package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
  18. package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
  19. package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
  20. package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
  21. package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
  22. package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
  23. package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
  24. package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
  25. package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
  26. package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
  27. package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
  28. package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
  29. package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
  30. package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
  31. package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
  32. package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
  33. package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
  34. package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
  35. package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
  36. package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
  37. package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
  38. package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
  39. package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
  40. package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
  41. package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
  42. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
  43. package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
  44. package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
  45. package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
  46. package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
  47. package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
  48. package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
  49. package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
  50. package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
  51. package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
  52. package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
  53. package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
  54. package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
  55. package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
  56. package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
  57. package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
  58. package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
  59. package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
  60. package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
  61. package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
  62. package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
  63. package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
  64. package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
  65. package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
  66. package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
  67. package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
  68. package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
  69. package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
  70. package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
  71. package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
  72. package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
  73. package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
  74. package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
  75. package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
  76. package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
  77. package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
  78. package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
  79. package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
  80. package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
  81. package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
  82. package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
  83. package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
  84. package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
  85. package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
  86. package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
  87. package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
  88. package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
  89. package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
  90. package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
  91. package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
  92. package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
  93. package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
  94. package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
  95. package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
  96. package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
  97. package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
  98. package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
  99. package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
  100. package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
  101. package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
  102. package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
  103. package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
  104. package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
  105. package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
  106. package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
  107. package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
  108. package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
  109. package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
  110. package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
  111. package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
  112. package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
  113. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
  114. package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
  115. package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
  116. package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
  117. package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
  118. package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
  119. package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
  120. package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
  121. package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
  122. package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
  123. package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
  124. package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
  125. package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
  126. package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
  127. package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
  128. package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
  129. package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
  130. package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
  131. package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
  132. package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
  133. package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
  134. package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
  135. package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
  136. package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
  137. package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
  138. package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
  139. package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
  140. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
  141. package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
  142. package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
  143. package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
  144. package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
  145. package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
  146. package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
  147. package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
  148. package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
  149. package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
  150. package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
  151. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
  152. package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
  153. package/Microsoft.JSInterop/internal/index.d.ts +65 -53
  154. package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
  155. package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
  156. package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
  157. package/System.Formats.Cbor/internal/index.d.ts +27 -21
  158. package/System.Security.Claims/internal/index.d.ts +3 -3
  159. package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
  160. package/__internal/extensions/index.d.ts +1648 -1351
  161. package/package.json +4 -4
@@ -10,21 +10,21 @@ import type { ClaimActionCollection } from "../../Microsoft.AspNetCore.Authentic
10
10
  import type { IDataProtectionProvider, IDataProtector } from "../../Microsoft.AspNetCore.DataProtection/internal/index.js";
11
11
  import * as Microsoft_AspNetCore_Http_Internal from "../../Microsoft.AspNetCore.Http/internal/index.js";
12
12
  import type { CookieBuilder, CookieOptions, CookieSecurePolicy, HttpContext, HttpRequest, HttpResponse, PathString, RequestDelegate, SameSiteMode } from "../../Microsoft.AspNetCore.Http/internal/index.js";
13
- import type { IDictionary, IEnumerable, IList } from "@tsonic/dotnet/System.Collections.Generic.js";
14
- import type { BinaryReader, BinaryWriter } from "@tsonic/dotnet/System.IO.js";
15
- import * as System_Internal from "@tsonic/dotnet/System.js";
16
- import type { Action, Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func, Nullable, Object as ClrObject, String as ClrString, TimeProvider, TimeSpan, Type, Void } from "@tsonic/dotnet/System.js";
17
- import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http.js";
18
- import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
19
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
20
- import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims.js";
21
- import type { UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web.js";
22
- import type { JsonElement } from "@tsonic/dotnet/System.Text.Json.js";
23
- import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
24
- import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration.js";
25
- import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
26
- import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
27
- import type { IOptions, IOptionsMonitor } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options.js";
13
+ import type { IDictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
14
+ import type { BinaryReader, BinaryWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
15
+ import type { HttpClient, HttpMessageHandler } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
16
+ import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
17
+ import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
18
+ import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
19
+ import type { UrlEncoder } from "@tsonic/dotnet/System.Text.Encodings.Web/internal/index.js";
20
+ import type { JsonElement } from "@tsonic/dotnet/System.Text.Json/internal/index.js";
21
+ import type { Task, Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
22
+ import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
23
+ import type { Action_1, Boolean as ClrBoolean, Byte, DateTimeOffset, Exception, Func_2, Nullable_1, Object as ClrObject, String as ClrString, TimeProvider, TimeSpan, Type, Void } from "@tsonic/dotnet/System/internal/index.js";
24
+ import type { IConfiguration } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Configuration/internal/index.js";
25
+ import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
26
+ import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
27
+ import type { IOptions_1, IOptionsMonitor_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
28
28
 
29
29
  export interface IAuthenticateResultFeature$instance {
30
30
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticateResultFeature: never;
@@ -58,7 +58,7 @@ export type IAuthenticationFeature = IAuthenticationFeature$instance;
58
58
  export interface IAuthenticationHandler$instance {
59
59
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
60
60
 
61
- AuthenticateAsync(): Task<AuthenticateResult>;
61
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
62
62
  ChallengeAsync(properties: AuthenticationProperties): Task;
63
63
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
64
64
  }
@@ -69,7 +69,7 @@ export type IAuthenticationHandler = IAuthenticationHandler$instance;
69
69
  export interface IAuthenticationHandlerProvider$instance {
70
70
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandlerProvider: never;
71
71
 
72
- GetHandlerAsync(context: HttpContext, authenticationScheme: string): Task<IAuthenticationHandler | undefined>;
72
+ GetHandlerAsync(context: HttpContext, authenticationScheme: string): Task_1<IAuthenticationHandler | undefined>;
73
73
  }
74
74
 
75
75
 
@@ -79,9 +79,9 @@ export interface IAuthenticationRequestHandler$instance extends IAuthenticationH
79
79
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationRequestHandler: never;
80
80
 
81
81
  ChallengeAsync(properties: AuthenticationProperties): Task;
82
- HandleRequestAsync(): Task<System_Internal.Boolean>;
82
+ HandleRequestAsync(): Task_1<System_Internal.Boolean>;
83
83
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
84
- AuthenticateAsync(): Task<AuthenticateResult>;
84
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
85
85
  }
86
86
 
87
87
 
@@ -93,8 +93,8 @@ export interface IAuthenticationSchemeProvider$instance {
93
93
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSchemeProvider: never;
94
94
 
95
95
  AddScheme(scheme: AuthenticationScheme): void;
96
- GetAllSchemesAsync(): Task<IEnumerable<AuthenticationScheme>>;
97
- GetSchemeAsync(name: string): Task<AuthenticationScheme | undefined>;
96
+ GetAllSchemesAsync(): Task_1<IEnumerable_1<AuthenticationScheme>>;
97
+ GetSchemeAsync(name: string): Task_1<AuthenticationScheme | undefined>;
98
98
  RemoveScheme(name: string): void;
99
99
  TryAddScheme(scheme: AuthenticationScheme): boolean;
100
100
  }
@@ -105,7 +105,7 @@ export type IAuthenticationSchemeProvider = IAuthenticationSchemeProvider$instan
105
105
  export interface IAuthenticationService$instance {
106
106
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationService: never;
107
107
 
108
- AuthenticateAsync(context: HttpContext, scheme: string): Task<AuthenticateResult>;
108
+ AuthenticateAsync(context: HttpContext, scheme: string): Task_1<AuthenticateResult>;
109
109
  ChallengeAsync(context: HttpContext, scheme: string, properties: AuthenticationProperties): Task;
110
110
  SignInAsync(context: HttpContext, scheme: string, principal: ClaimsPrincipal, properties: AuthenticationProperties): Task;
111
111
  }
@@ -116,7 +116,7 @@ export type IAuthenticationService = IAuthenticationService$instance;
116
116
  export interface IAuthenticationSignInHandler$instance extends IAuthenticationSignOutHandler, IAuthenticationHandler {
117
117
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
118
118
 
119
- AuthenticateAsync(): Task<AuthenticateResult>;
119
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
120
120
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
121
121
  SignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
122
122
  SignOutAsync(properties: AuthenticationProperties): Task;
@@ -129,7 +129,7 @@ export type IAuthenticationSignInHandler = IAuthenticationSignInHandler$instance
129
129
  export interface IAuthenticationSignOutHandler$instance extends IAuthenticationHandler {
130
130
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
131
131
 
132
- AuthenticateAsync(): Task<AuthenticateResult>;
132
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
133
133
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
134
134
  SignOutAsync(properties: AuthenticationProperties): Task;
135
135
  ChallengeAsync(properties: AuthenticationProperties): Task;
@@ -143,7 +143,7 @@ export type IAuthenticationSignOutHandler = IAuthenticationSignOutHandler$instan
143
143
  export interface IClaimsTransformation$instance {
144
144
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IClaimsTransformation: never;
145
145
 
146
- TransformAsync(principal: ClaimsPrincipal): Task<ClaimsPrincipal>;
146
+ TransformAsync(principal: ClaimsPrincipal): Task_1<ClaimsPrincipal>;
147
147
  }
148
148
 
149
149
 
@@ -181,6 +181,8 @@ export interface ISystemClock$instance {
181
181
  export type ISystemClock = ISystemClock$instance;
182
182
 
183
183
  export interface AccessDeniedContext$instance extends HandleRequestContext_1<RemoteAuthenticationOptions> {
184
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AccessDeniedContext: never;
185
+
184
186
  AccessDeniedPath: PathString;
185
187
  get Properties(): AuthenticationProperties | undefined;
186
188
  set Properties(value: AuthenticationProperties | undefined);
@@ -198,6 +200,8 @@ export const AccessDeniedContext: {
198
200
  export type AccessDeniedContext = AccessDeniedContext$instance;
199
201
 
200
202
  export interface AuthenticateResult$instance {
203
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticateResult: never;
204
+
201
205
  get Failure(): Exception | undefined;
202
206
  set Failure(value: Exception | undefined);
203
207
  None: boolean;
@@ -224,11 +228,13 @@ export const AuthenticateResult: (abstract new() => AuthenticateResult) & {
224
228
  export type AuthenticateResult = AuthenticateResult$instance;
225
229
 
226
230
  export interface AuthenticationBuilder$instance {
231
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationBuilder: never;
232
+
227
233
  readonly Services: IServiceCollection;
228
- AddPolicyScheme(authenticationScheme: string, displayName: string, configureOptions: Action<PolicySchemeOptions>): AuthenticationBuilder;
229
- AddRemoteScheme<TOptions extends RemoteAuthenticationOptions, THandler extends RemoteAuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string, configureOptions: Action<TOptions>): AuthenticationBuilder;
230
- AddScheme<TOptions extends AuthenticationSchemeOptions, THandler extends AuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string, configureOptions: Action<TOptions>): AuthenticationBuilder;
231
- AddScheme<TOptions extends AuthenticationSchemeOptions, THandler extends AuthenticationHandler_1<TOptions>>(authenticationScheme: string, configureOptions: Action<TOptions>): AuthenticationBuilder;
234
+ AddPolicyScheme(authenticationScheme: string, displayName: string, configureOptions: Action_1<PolicySchemeOptions>): AuthenticationBuilder;
235
+ AddRemoteScheme<TOptions extends RemoteAuthenticationOptions, THandler extends RemoteAuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string, configureOptions: Action_1<TOptions>): AuthenticationBuilder;
236
+ AddScheme<TOptions extends AuthenticationSchemeOptions, THandler extends AuthenticationHandler_1<TOptions>>(authenticationScheme: string, displayName: string, configureOptions: Action_1<TOptions>): AuthenticationBuilder;
237
+ AddScheme<TOptions extends AuthenticationSchemeOptions, THandler extends AuthenticationHandler_1<TOptions>>(authenticationScheme: string, configureOptions: Action_1<TOptions>): AuthenticationBuilder;
232
238
  }
233
239
 
234
240
 
@@ -240,6 +246,8 @@ export const AuthenticationBuilder: {
240
246
  export type AuthenticationBuilder = AuthenticationBuilder$instance;
241
247
 
242
248
  export interface AuthenticationFailureException$instance extends Exception {
249
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationFailureException: never;
250
+
243
251
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
244
252
 
245
253
  }
@@ -253,7 +261,9 @@ export const AuthenticationFailureException: {
253
261
 
254
262
  export type AuthenticationFailureException = AuthenticationFailureException$instance;
255
263
 
256
- export interface AuthenticationFeature$instance {
264
+ export interface AuthenticationFeature$instance extends IAuthenticationFeature$instance {
265
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationFeature: never;
266
+
257
267
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationFeature: never;
258
268
 
259
269
  OriginalPath: PathString;
@@ -270,23 +280,23 @@ export interface __AuthenticationFeature$views {
270
280
  As_IAuthenticationFeature(): IAuthenticationFeature$instance;
271
281
  }
272
282
 
273
- export interface AuthenticationFeature$instance extends IAuthenticationFeature$instance {}
274
-
275
283
  export type AuthenticationFeature = AuthenticationFeature$instance & __AuthenticationFeature$views;
276
284
 
277
285
 
278
- export interface AuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> {
286
+ export interface AuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends IAuthenticationHandler$instance {
287
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationHandler_1: never;
288
+
279
289
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
280
290
 
281
291
  readonly ClaimsIssuer: string;
282
292
  Events: CookieAuthenticationEvents | unknown;
283
293
  Options: TOptions;
284
294
  Scheme: AuthenticationScheme;
285
- AuthenticateAsync(): Task<AuthenticateResult>;
295
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
286
296
  ChallengeAsync(properties: AuthenticationProperties): Task;
287
- CreateEventsAsync(): Task<unknown>;
297
+ CreateEventsAsync(): Task_1<unknown>;
288
298
  ForbidAsync(properties: AuthenticationProperties): Task;
289
- HandleAuthenticateAsync(): Task<AuthenticateResult>;
299
+ HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
290
300
  HandleChallengeAsync(properties: AuthenticationProperties): Task;
291
301
  HandleForbiddenAsync(properties: AuthenticationProperties): Task;
292
302
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
@@ -296,7 +306,7 @@ export interface AuthenticationHandler_1$instance<TOptions extends Authenticatio
296
306
  }
297
307
 
298
308
 
299
- export const AuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => AuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => AuthenticationHandler_1<TOptions>) & {
309
+ export const AuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => AuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => AuthenticationHandler_1<TOptions>) & {
300
310
  };
301
311
 
302
312
 
@@ -304,16 +314,16 @@ export interface __AuthenticationHandler_1$views<TOptions extends Authentication
304
314
  As_IAuthenticationHandler(): IAuthenticationHandler$instance;
305
315
  }
306
316
 
307
- export interface AuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends IAuthenticationHandler$instance {}
308
-
309
317
  export type AuthenticationHandler_1<TOptions extends AuthenticationSchemeOptions> = AuthenticationHandler_1$instance<TOptions> & __AuthenticationHandler_1$views<TOptions>;
310
318
 
311
319
 
312
- export interface AuthenticationHandlerProvider$instance {
320
+ export interface AuthenticationHandlerProvider$instance extends IAuthenticationHandlerProvider$instance {
321
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationHandlerProvider: never;
322
+
313
323
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandlerProvider: never;
314
324
 
315
325
  readonly Schemes: IAuthenticationSchemeProvider;
316
- GetHandlerAsync(context: HttpContext, authenticationScheme: string): Task<IAuthenticationHandler | undefined>;
326
+ GetHandlerAsync(context: HttpContext, authenticationScheme: string): Task_1<IAuthenticationHandler | undefined>;
317
327
  }
318
328
 
319
329
 
@@ -326,12 +336,12 @@ export interface __AuthenticationHandlerProvider$views {
326
336
  As_IAuthenticationHandlerProvider(): IAuthenticationHandlerProvider$instance;
327
337
  }
328
338
 
329
- export interface AuthenticationHandlerProvider$instance extends IAuthenticationHandlerProvider$instance {}
330
-
331
339
  export type AuthenticationHandlerProvider = AuthenticationHandlerProvider$instance & __AuthenticationHandlerProvider$views;
332
340
 
333
341
 
334
342
  export interface AuthenticationMiddleware$instance {
343
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationMiddleware: never;
344
+
335
345
  Schemes: IAuthenticationSchemeProvider;
336
346
  Invoke(context: HttpContext): Task;
337
347
  }
@@ -345,6 +355,8 @@ export const AuthenticationMiddleware: {
345
355
  export type AuthenticationMiddleware = AuthenticationMiddleware$instance;
346
356
 
347
357
  export interface AuthenticationOptions$instance {
358
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationOptions: never;
359
+
348
360
  get DefaultAuthenticateScheme(): string | undefined;
349
361
  set DefaultAuthenticateScheme(value: string | undefined);
350
362
  get DefaultChallengeScheme(): string | undefined;
@@ -358,9 +370,9 @@ export interface AuthenticationOptions$instance {
358
370
  get DefaultSignOutScheme(): string | undefined;
359
371
  set DefaultSignOutScheme(value: string | undefined);
360
372
  RequireAuthenticatedSignIn: boolean;
361
- readonly SchemeMap: IDictionary<System_Internal.String, AuthenticationSchemeBuilder>;
362
- readonly Schemes: IEnumerable<AuthenticationSchemeBuilder>;
363
- AddScheme(name: string, configureBuilder: Action<AuthenticationSchemeBuilder>): void;
373
+ readonly SchemeMap: IDictionary_2<System_Internal.String, AuthenticationSchemeBuilder>;
374
+ readonly Schemes: IEnumerable_1<AuthenticationSchemeBuilder>;
375
+ AddScheme(name: string, configureBuilder: Action_1<AuthenticationSchemeBuilder>): void;
364
376
  AddScheme<THandler extends IAuthenticationHandler>(name: string, displayName: string): void;
365
377
  }
366
378
 
@@ -373,12 +385,14 @@ export const AuthenticationOptions: {
373
385
  export type AuthenticationOptions = AuthenticationOptions$instance;
374
386
 
375
387
  export interface AuthenticationProperties$instance {
376
- AllowRefresh: Nullable<System_Internal.Boolean>;
377
- ExpiresUtc: Nullable<DateTimeOffset>;
388
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationProperties: never;
389
+
390
+ AllowRefresh: Nullable_1<System_Internal.Boolean>;
391
+ ExpiresUtc: Nullable_1<DateTimeOffset>;
378
392
  IsPersistent: boolean;
379
- IssuedUtc: Nullable<DateTimeOffset>;
380
- readonly Items: IDictionary<System_Internal.String, string | undefined>;
381
- readonly Parameters: IDictionary<System_Internal.String, unknown | undefined>;
393
+ IssuedUtc: Nullable_1<DateTimeOffset>;
394
+ readonly Items: IDictionary_2<System_Internal.String, string | undefined>;
395
+ readonly Parameters: IDictionary_2<System_Internal.String, unknown | undefined>;
382
396
  get RedirectUri(): string | undefined;
383
397
  set RedirectUri(value: string | undefined);
384
398
  Clone(): AuthenticationProperties;
@@ -391,14 +405,16 @@ export interface AuthenticationProperties$instance {
391
405
 
392
406
  export const AuthenticationProperties: {
393
407
  new(): AuthenticationProperties;
394
- new(items: IDictionary<System_Internal.String, System_Internal.String>): AuthenticationProperties;
395
- new(items: IDictionary<System_Internal.String, System_Internal.String>, parameters: IDictionary<System_Internal.String, unknown>): AuthenticationProperties;
408
+ new(items: IDictionary_2<System_Internal.String, System_Internal.String>): AuthenticationProperties;
409
+ new(items: IDictionary_2<System_Internal.String, System_Internal.String>, parameters: IDictionary_2<System_Internal.String, unknown>): AuthenticationProperties;
396
410
  };
397
411
 
398
412
 
399
413
  export type AuthenticationProperties = AuthenticationProperties$instance;
400
414
 
401
415
  export interface AuthenticationScheme$instance {
416
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationScheme: never;
417
+
402
418
  readonly DisplayName: string | undefined;
403
419
  readonly HandlerType: Type;
404
420
  readonly Name: string;
@@ -413,6 +429,8 @@ export const AuthenticationScheme: {
413
429
  export type AuthenticationScheme = AuthenticationScheme$instance;
414
430
 
415
431
  export interface AuthenticationSchemeBuilder$instance {
432
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationSchemeBuilder: never;
433
+
416
434
  get DisplayName(): string | undefined;
417
435
  set DisplayName(value: string | undefined);
418
436
  get HandlerType(): Type | undefined;
@@ -430,9 +448,11 @@ export const AuthenticationSchemeBuilder: {
430
448
  export type AuthenticationSchemeBuilder = AuthenticationSchemeBuilder$instance;
431
449
 
432
450
  export interface AuthenticationSchemeOptions$instance {
451
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationSchemeOptions: never;
452
+
433
453
  get ClaimsIssuer(): string | undefined;
434
454
  set ClaimsIssuer(value: string | undefined);
435
- Events: BearerTokenEvents | unknown;
455
+ Events: CookieAuthenticationEvents | unknown;
436
456
  get EventsType(): Type | undefined;
437
457
  set EventsType(value: Type | undefined);
438
458
  get ForwardAuthenticate(): string | undefined;
@@ -441,8 +461,8 @@ export interface AuthenticationSchemeOptions$instance {
441
461
  set ForwardChallenge(value: string | undefined);
442
462
  get ForwardDefault(): string | undefined;
443
463
  set ForwardDefault(value: string | undefined);
444
- get ForwardDefaultSelector(): Func<HttpContext, string | undefined> | undefined;
445
- set ForwardDefaultSelector(value: Func<HttpContext, string | undefined> | undefined);
464
+ get ForwardDefaultSelector(): Func_2<HttpContext, string | undefined> | undefined;
465
+ set ForwardDefaultSelector(value: Func_2<HttpContext, string | undefined> | undefined);
446
466
  get ForwardForbid(): string | undefined;
447
467
  set ForwardForbid(value: string | undefined);
448
468
  get ForwardSignIn(): string | undefined;
@@ -463,25 +483,27 @@ export const AuthenticationSchemeOptions: {
463
483
 
464
484
  export type AuthenticationSchemeOptions = AuthenticationSchemeOptions$instance;
465
485
 
466
- export interface AuthenticationSchemeProvider$instance {
486
+ export interface AuthenticationSchemeProvider$instance extends IAuthenticationSchemeProvider$instance {
487
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationSchemeProvider: never;
488
+
467
489
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSchemeProvider: never;
468
490
 
469
491
  AddScheme(scheme: AuthenticationScheme): void;
470
- GetAllSchemesAsync(): Task<IEnumerable<AuthenticationScheme>>;
471
- GetDefaultAuthenticateSchemeAsync(): Task<AuthenticationScheme | undefined>;
472
- GetDefaultChallengeSchemeAsync(): Task<AuthenticationScheme | undefined>;
473
- GetDefaultForbidSchemeAsync(): Task<AuthenticationScheme | undefined>;
474
- GetDefaultSignInSchemeAsync(): Task<AuthenticationScheme | undefined>;
475
- GetDefaultSignOutSchemeAsync(): Task<AuthenticationScheme | undefined>;
476
- GetRequestHandlerSchemesAsync(): Task<IEnumerable<AuthenticationScheme>>;
477
- GetSchemeAsync(name: string): Task<AuthenticationScheme | undefined>;
492
+ GetAllSchemesAsync(): Task_1<IEnumerable_1<AuthenticationScheme>>;
493
+ GetDefaultAuthenticateSchemeAsync(): Task_1<AuthenticationScheme | undefined>;
494
+ GetDefaultChallengeSchemeAsync(): Task_1<AuthenticationScheme | undefined>;
495
+ GetDefaultForbidSchemeAsync(): Task_1<AuthenticationScheme | undefined>;
496
+ GetDefaultSignInSchemeAsync(): Task_1<AuthenticationScheme | undefined>;
497
+ GetDefaultSignOutSchemeAsync(): Task_1<AuthenticationScheme | undefined>;
498
+ GetRequestHandlerSchemesAsync(): Task_1<IEnumerable_1<AuthenticationScheme>>;
499
+ GetSchemeAsync(name: string): Task_1<AuthenticationScheme | undefined>;
478
500
  RemoveScheme(name: string): void;
479
501
  TryAddScheme(scheme: AuthenticationScheme): boolean;
480
502
  }
481
503
 
482
504
 
483
505
  export const AuthenticationSchemeProvider: {
484
- new(options: IOptions<AuthenticationOptions>): AuthenticationSchemeProvider;
506
+ new(options: IOptions_1<AuthenticationOptions>): AuthenticationSchemeProvider;
485
507
  };
486
508
 
487
509
 
@@ -489,19 +511,19 @@ export interface __AuthenticationSchemeProvider$views {
489
511
  As_IAuthenticationSchemeProvider(): IAuthenticationSchemeProvider$instance;
490
512
  }
491
513
 
492
- export interface AuthenticationSchemeProvider$instance extends IAuthenticationSchemeProvider$instance {}
493
-
494
514
  export type AuthenticationSchemeProvider = AuthenticationSchemeProvider$instance & __AuthenticationSchemeProvider$views;
495
515
 
496
516
 
497
- export interface AuthenticationService$instance {
517
+ export interface AuthenticationService$instance extends IAuthenticationService$instance {
518
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationService: never;
519
+
498
520
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationService: never;
499
521
 
500
522
  readonly Handlers: IAuthenticationHandlerProvider;
501
523
  readonly Options: AuthenticationOptions;
502
524
  readonly Schemes: IAuthenticationSchemeProvider;
503
525
  readonly Transform: IClaimsTransformation;
504
- AuthenticateAsync(context: HttpContext, scheme: string): Task<AuthenticateResult>;
526
+ AuthenticateAsync(context: HttpContext, scheme: string): Task_1<AuthenticateResult>;
505
527
  ChallengeAsync(context: HttpContext, scheme: string, properties: AuthenticationProperties): Task;
506
528
  ForbidAsync(context: HttpContext, scheme: string, properties: AuthenticationProperties): Task;
507
529
  SignInAsync(context: HttpContext, scheme: string, principal: ClaimsPrincipal, properties: AuthenticationProperties): Task;
@@ -510,7 +532,7 @@ export interface AuthenticationService$instance {
510
532
 
511
533
 
512
534
  export const AuthenticationService: {
513
- new(schemes: IAuthenticationSchemeProvider, handlers: IAuthenticationHandlerProvider, transform: IClaimsTransformation, options: IOptions<AuthenticationOptions>): AuthenticationService;
535
+ new(schemes: IAuthenticationSchemeProvider, handlers: IAuthenticationHandlerProvider, transform: IClaimsTransformation, options: IOptions_1<AuthenticationOptions>): AuthenticationService;
514
536
  };
515
537
 
516
538
 
@@ -518,12 +540,12 @@ export interface __AuthenticationService$views {
518
540
  As_IAuthenticationService(): IAuthenticationService$instance;
519
541
  }
520
542
 
521
- export interface AuthenticationService$instance extends IAuthenticationService$instance {}
522
-
523
543
  export type AuthenticationService = AuthenticationService$instance & __AuthenticationService$views;
524
544
 
525
545
 
526
546
  export interface AuthenticationTicket$instance {
547
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationTicket: never;
548
+
527
549
  readonly AuthenticationScheme: string;
528
550
  readonly Principal: ClaimsPrincipal;
529
551
  readonly Properties: AuthenticationProperties;
@@ -540,6 +562,8 @@ export const AuthenticationTicket: {
540
562
  export type AuthenticationTicket = AuthenticationTicket$instance;
541
563
 
542
564
  export interface AuthenticationToken$instance {
565
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_AuthenticationToken: never;
566
+
543
567
  Name: string;
544
568
  Value: string;
545
569
  }
@@ -553,6 +577,8 @@ export const AuthenticationToken: {
553
577
  export type AuthenticationToken = AuthenticationToken$instance;
554
578
 
555
579
  export interface BaseContext_1$instance<TOptions extends AuthenticationSchemeOptions> {
580
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_BaseContext_1: never;
581
+
556
582
  readonly HttpContext: HttpContext;
557
583
  readonly Options: TOptions;
558
584
  readonly Request: HttpRequest;
@@ -568,6 +594,8 @@ export const BaseContext_1: (abstract new<TOptions extends AuthenticationSchemeO
568
594
  export type BaseContext_1<TOptions extends AuthenticationSchemeOptions> = BaseContext_1$instance<TOptions>;
569
595
 
570
596
  export interface HandleRequestContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
597
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_HandleRequestContext_1: never;
598
+
571
599
  Result: HandleRequestResult;
572
600
  HandleResponse(): void;
573
601
  SkipHandler(): void;
@@ -581,6 +609,8 @@ export const HandleRequestContext_1: (abstract new<TOptions extends Authenticati
581
609
  export type HandleRequestContext_1<TOptions extends AuthenticationSchemeOptions> = HandleRequestContext_1$instance<TOptions>;
582
610
 
583
611
  export interface HandleRequestResult$instance extends AuthenticateResult {
612
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_HandleRequestResult: never;
613
+
584
614
  Handled: boolean;
585
615
  Skipped: boolean;
586
616
  }
@@ -597,10 +627,12 @@ export const HandleRequestResult: {
597
627
 
598
628
  export type HandleRequestResult = HandleRequestResult$instance;
599
629
 
600
- export interface NoopClaimsTransformation$instance {
630
+ export interface NoopClaimsTransformation$instance extends IClaimsTransformation$instance {
631
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_NoopClaimsTransformation: never;
632
+
601
633
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IClaimsTransformation: never;
602
634
 
603
- TransformAsync(principal: ClaimsPrincipal): Task<ClaimsPrincipal>;
635
+ TransformAsync(principal: ClaimsPrincipal): Task_1<ClaimsPrincipal>;
604
636
  }
605
637
 
606
638
 
@@ -613,19 +645,19 @@ export interface __NoopClaimsTransformation$views {
613
645
  As_IClaimsTransformation(): IClaimsTransformation$instance;
614
646
  }
615
647
 
616
- export interface NoopClaimsTransformation$instance extends IClaimsTransformation$instance {}
617
-
618
648
  export type NoopClaimsTransformation = NoopClaimsTransformation$instance & __NoopClaimsTransformation$views;
619
649
 
620
650
 
621
651
  export interface PolicySchemeHandler$instance extends SignInAuthenticationHandler_1$instance<PolicySchemeOptions>, IAuthenticationSignOutHandler {
652
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PolicySchemeHandler: never;
653
+
622
654
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
623
655
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
624
656
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
625
657
 
626
- AuthenticateAsync(): Task<AuthenticateResult>;
658
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
627
659
  ChallengeAsync(properties: AuthenticationProperties): Task;
628
- HandleAuthenticateAsync(): Task<AuthenticateResult>;
660
+ HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
629
661
  HandleChallengeAsync(properties: AuthenticationProperties): Task;
630
662
  HandleForbiddenAsync(properties: AuthenticationProperties): Task;
631
663
  HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
@@ -637,8 +669,8 @@ export interface PolicySchemeHandler$instance extends SignInAuthenticationHandle
637
669
 
638
670
 
639
671
  export const PolicySchemeHandler: {
640
- new(options: IOptionsMonitor<PolicySchemeOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock): PolicySchemeHandler;
641
- new(options: IOptionsMonitor<PolicySchemeOptions>, logger: ILoggerFactory, encoder: UrlEncoder): PolicySchemeHandler;
672
+ new(options: IOptionsMonitor_1<PolicySchemeOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock): PolicySchemeHandler;
673
+ new(options: IOptionsMonitor_1<PolicySchemeOptions>, logger: ILoggerFactory, encoder: UrlEncoder): PolicySchemeHandler;
642
674
  };
643
675
 
644
676
 
@@ -651,6 +683,8 @@ export type PolicySchemeHandler = PolicySchemeHandler$instance & __PolicySchemeH
651
683
 
652
684
 
653
685
  export interface PolicySchemeOptions$instance extends AuthenticationSchemeOptions {
686
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PolicySchemeOptions: never;
687
+
654
688
  }
655
689
 
656
690
 
@@ -662,6 +696,8 @@ export const PolicySchemeOptions: {
662
696
  export type PolicySchemeOptions = PolicySchemeOptions$instance;
663
697
 
664
698
  export interface PrincipalContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
699
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PrincipalContext_1: never;
700
+
665
701
  get Principal(): ClaimsPrincipal | undefined;
666
702
  set Principal(value: ClaimsPrincipal | undefined);
667
703
  }
@@ -674,6 +710,8 @@ export const PrincipalContext_1: (abstract new<TOptions extends AuthenticationSc
674
710
  export type PrincipalContext_1<TOptions extends AuthenticationSchemeOptions> = PrincipalContext_1$instance<TOptions>;
675
711
 
676
712
  export interface PropertiesContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
713
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PropertiesContext_1: never;
714
+
677
715
  Properties: AuthenticationProperties;
678
716
  }
679
717
 
@@ -685,6 +723,8 @@ export const PropertiesContext_1: (abstract new<TOptions extends AuthenticationS
685
723
  export type PropertiesContext_1<TOptions extends AuthenticationSchemeOptions> = PropertiesContext_1$instance<TOptions>;
686
724
 
687
725
  export interface PropertiesDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationProperties> {
726
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PropertiesDataFormat: never;
727
+
688
728
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
689
729
 
690
730
  Protect(data: AuthenticationProperties): string;
@@ -707,6 +747,8 @@ export type PropertiesDataFormat = PropertiesDataFormat$instance & __PropertiesD
707
747
 
708
748
 
709
749
  export interface PropertiesSerializer$instance {
750
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PropertiesSerializer: never;
751
+
710
752
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IDataSerializer_1: never;
711
753
 
712
754
  Deserialize(data: byte[]): AuthenticationProperties | undefined;
@@ -730,6 +772,8 @@ export type PropertiesSerializer = PropertiesSerializer$instance & __PropertiesS
730
772
 
731
773
 
732
774
  export interface RedirectContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends PropertiesContext_1<TOptions> {
775
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RedirectContext_1: never;
776
+
733
777
  RedirectUri: string;
734
778
  }
735
779
 
@@ -742,6 +786,8 @@ export const RedirectContext_1: {
742
786
  export type RedirectContext_1<TOptions extends AuthenticationSchemeOptions> = RedirectContext_1$instance<TOptions>;
743
787
 
744
788
  export interface RemoteAuthenticationContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends HandleRequestContext_1<TOptions> {
789
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationContext_1: never;
790
+
745
791
  get Principal(): ClaimsPrincipal | undefined;
746
792
  set Principal(value: ClaimsPrincipal | undefined);
747
793
  get Properties(): AuthenticationProperties | undefined;
@@ -759,9 +805,11 @@ export const RemoteAuthenticationContext_1: (abstract new<TOptions extends Authe
759
805
  export type RemoteAuthenticationContext_1<TOptions extends AuthenticationSchemeOptions> = RemoteAuthenticationContext_1$instance<TOptions>;
760
806
 
761
807
  export interface RemoteAuthenticationEvents$instance {
762
- OnAccessDenied: Func<AccessDeniedContext, Task>;
763
- OnRemoteFailure: Func<RemoteFailureContext, Task>;
764
- OnTicketReceived: Func<TicketReceivedContext, Task>;
808
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationEvents: never;
809
+
810
+ OnAccessDenied: Func_2<AccessDeniedContext, Task>;
811
+ OnRemoteFailure: Func_2<RemoteFailureContext, Task>;
812
+ OnTicketReceived: Func_2<TicketReceivedContext, Task>;
765
813
  AccessDenied(context: AccessDeniedContext): Task;
766
814
  RemoteFailure(context: RemoteFailureContext): Task;
767
815
  TicketReceived(context: TicketReceivedContext): Task;
@@ -776,27 +824,29 @@ export const RemoteAuthenticationEvents: {
776
824
  export type RemoteAuthenticationEvents = RemoteAuthenticationEvents$instance;
777
825
 
778
826
  export interface RemoteAuthenticationHandler_1$instance<TOptions extends RemoteAuthenticationOptions> extends AuthenticationHandler_1$instance<TOptions>, IAuthenticationRequestHandler {
827
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationHandler_1: never;
828
+
779
829
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
780
830
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationRequestHandler: never;
781
831
 
782
- AuthenticateAsync(): Task<AuthenticateResult>;
832
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
783
833
  ChallengeAsync(properties: AuthenticationProperties): Task;
784
- CreateEventsAsync(): Task<unknown>;
785
- CreateEventsAsync(): Task<unknown>;
834
+ CreateEventsAsync(): Task_1<unknown>;
835
+ CreateEventsAsync(): Task_1<unknown>;
786
836
  GenerateCorrelationId(properties: AuthenticationProperties): void;
787
- HandleAccessDeniedErrorAsync(properties: AuthenticationProperties): Task<HandleRequestResult>;
788
- HandleAuthenticateAsync(): Task<AuthenticateResult>;
789
- HandleAuthenticateAsync(): Task<AuthenticateResult>;
837
+ HandleAccessDeniedErrorAsync(properties: AuthenticationProperties): Task_1<HandleRequestResult>;
838
+ HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
839
+ HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
790
840
  HandleForbiddenAsync(properties: AuthenticationProperties): Task;
791
- HandleRemoteAuthenticateAsync(): Task<HandleRequestResult>;
792
- HandleRequestAsync(): Task<System_Internal.Boolean>;
841
+ HandleRemoteAuthenticateAsync(): Task_1<HandleRequestResult>;
842
+ HandleRequestAsync(): Task_1<System_Internal.Boolean>;
793
843
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
794
- ShouldHandleRequestAsync(): Task<System_Internal.Boolean>;
844
+ ShouldHandleRequestAsync(): Task_1<System_Internal.Boolean>;
795
845
  ValidateCorrelationId(properties: AuthenticationProperties): boolean;
796
846
  }
797
847
 
798
848
 
799
- export const RemoteAuthenticationHandler_1: (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => RemoteAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => RemoteAuthenticationHandler_1<TOptions>) & {
849
+ export const RemoteAuthenticationHandler_1: (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => RemoteAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends RemoteAuthenticationOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => RemoteAuthenticationHandler_1<TOptions>) & {
800
850
  };
801
851
 
802
852
 
@@ -808,6 +858,8 @@ export type RemoteAuthenticationHandler_1<TOptions extends RemoteAuthenticationO
808
858
 
809
859
 
810
860
  export interface RemoteAuthenticationOptions$instance extends AuthenticationSchemeOptions {
861
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationOptions: never;
862
+
811
863
  AccessDeniedPath: PathString;
812
864
  Backchannel: HttpClient;
813
865
  get BackchannelHttpHandler(): HttpMessageHandler | undefined;
@@ -817,7 +869,7 @@ export interface RemoteAuthenticationOptions$instance extends AuthenticationSche
817
869
  CorrelationCookie: CookieBuilder;
818
870
  get DataProtectionProvider(): IDataProtectionProvider | undefined;
819
871
  set DataProtectionProvider(value: IDataProtectionProvider | undefined);
820
- Events: OAuthEvents | RemoteAuthenticationEvents | unknown;
872
+ Events: RemoteAuthenticationEvents | unknown;
821
873
  RemoteAuthenticationTimeout: TimeSpan;
822
874
  ReturnUrlParameter: string;
823
875
  SaveTokens: boolean;
@@ -836,6 +888,8 @@ export const RemoteAuthenticationOptions: {
836
888
  export type RemoteAuthenticationOptions = RemoteAuthenticationOptions$instance;
837
889
 
838
890
  export interface RemoteFailureContext$instance extends HandleRequestContext_1<RemoteAuthenticationOptions> {
891
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteFailureContext: never;
892
+
839
893
  get Failure(): Exception | undefined;
840
894
  set Failure(value: Exception | undefined);
841
895
  get Properties(): AuthenticationProperties | undefined;
@@ -851,6 +905,8 @@ export const RemoteFailureContext: {
851
905
  export type RemoteFailureContext = RemoteFailureContext$instance;
852
906
 
853
907
  export interface RequestPathBaseCookieBuilder$instance extends CookieBuilder {
908
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RequestPathBaseCookieBuilder: never;
909
+
854
910
  readonly AdditionalPath: string | undefined;
855
911
  Build(context: HttpContext, expiresFrom: DateTimeOffset): CookieOptions;
856
912
  Build(context: HttpContext): CookieOptions;
@@ -865,6 +921,8 @@ export const RequestPathBaseCookieBuilder: {
865
921
  export type RequestPathBaseCookieBuilder = RequestPathBaseCookieBuilder$instance;
866
922
 
867
923
  export interface ResultContext_1$instance<TOptions extends AuthenticationSchemeOptions> extends BaseContext_1<TOptions> {
924
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_ResultContext_1: never;
925
+
868
926
  get Principal(): ClaimsPrincipal | undefined;
869
927
  set Principal(value: ClaimsPrincipal | undefined);
870
928
  Properties: AuthenticationProperties;
@@ -884,6 +942,8 @@ export const ResultContext_1: (abstract new<TOptions extends AuthenticationSchem
884
942
  export type ResultContext_1<TOptions extends AuthenticationSchemeOptions> = ResultContext_1$instance<TOptions>;
885
943
 
886
944
  export interface SecureDataFormat_1$instance<TData> {
945
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SecureDataFormat_1: never;
946
+
887
947
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
888
948
 
889
949
  Protect(data: TData): string;
@@ -906,11 +966,13 @@ export type SecureDataFormat_1<TData> = SecureDataFormat_1$instance<TData> & __S
906
966
 
907
967
 
908
968
  export interface SignInAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends SignOutAuthenticationHandler_1$instance<TOptions>, IAuthenticationSignOutHandler {
969
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SignInAuthenticationHandler_1: never;
970
+
909
971
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
910
972
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
911
973
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
912
974
 
913
- AuthenticateAsync(): Task<AuthenticateResult>;
975
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
914
976
  ChallengeAsync(properties: AuthenticationProperties): Task;
915
977
  HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
916
978
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
@@ -919,7 +981,7 @@ export interface SignInAuthenticationHandler_1$instance<TOptions extends Authent
919
981
  }
920
982
 
921
983
 
922
- export const SignInAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignInAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignInAuthenticationHandler_1<TOptions>) & {
984
+ export const SignInAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignInAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignInAuthenticationHandler_1<TOptions>) & {
923
985
  };
924
986
 
925
987
 
@@ -932,10 +994,12 @@ export type SignInAuthenticationHandler_1<TOptions extends AuthenticationSchemeO
932
994
 
933
995
 
934
996
  export interface SignOutAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends AuthenticationHandler_1$instance<TOptions>, IAuthenticationSignOutHandler {
997
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SignOutAuthenticationHandler_1: never;
998
+
935
999
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
936
1000
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
937
1001
 
938
- AuthenticateAsync(): Task<AuthenticateResult>;
1002
+ AuthenticateAsync(): Task_1<AuthenticateResult>;
939
1003
  ChallengeAsync(properties: AuthenticationProperties): Task;
940
1004
  HandleSignOutAsync(properties: AuthenticationProperties): Task;
941
1005
  InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
@@ -943,7 +1007,7 @@ export interface SignOutAuthenticationHandler_1$instance<TOptions extends Authen
943
1007
  }
944
1008
 
945
1009
 
946
- export const SignOutAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignOutAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignOutAuthenticationHandler_1<TOptions>) & {
1010
+ export const SignOutAuthenticationHandler_1: (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder, clock: ISystemClock) => SignOutAuthenticationHandler_1<TOptions>) & (abstract new<TOptions extends AuthenticationSchemeOptions>(options: IOptionsMonitor_1<TOptions>, logger: ILoggerFactory, encoder: UrlEncoder) => SignOutAuthenticationHandler_1<TOptions>) & {
947
1011
  };
948
1012
 
949
1013
 
@@ -954,7 +1018,9 @@ export interface __SignOutAuthenticationHandler_1$views<TOptions extends Authent
954
1018
  export type SignOutAuthenticationHandler_1<TOptions extends AuthenticationSchemeOptions> = SignOutAuthenticationHandler_1$instance<TOptions> & __SignOutAuthenticationHandler_1$views<TOptions>;
955
1019
 
956
1020
 
957
- export interface SystemClock$instance {
1021
+ export interface SystemClock$instance extends ISystemClock$instance {
1022
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SystemClock: never;
1023
+
958
1024
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISystemClock: never;
959
1025
 
960
1026
  readonly UtcNow: DateTimeOffset;
@@ -970,12 +1036,12 @@ export interface __SystemClock$views {
970
1036
  As_ISystemClock(): ISystemClock$instance;
971
1037
  }
972
1038
 
973
- export interface SystemClock$instance extends ISystemClock$instance {}
974
-
975
1039
  export type SystemClock = SystemClock$instance & __SystemClock$views;
976
1040
 
977
1041
 
978
1042
  export interface TicketDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationTicket> {
1043
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_TicketDataFormat: never;
1044
+
979
1045
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
980
1046
 
981
1047
  Protect(data: AuthenticationTicket): string;
@@ -998,6 +1064,8 @@ export type TicketDataFormat = TicketDataFormat$instance & __TicketDataFormat$vi
998
1064
 
999
1065
 
1000
1066
  export interface TicketReceivedContext$instance extends RemoteAuthenticationContext_1<RemoteAuthenticationOptions> {
1067
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_TicketReceivedContext: never;
1068
+
1001
1069
  get ReturnUri(): string | undefined;
1002
1070
  set ReturnUri(value: string | undefined);
1003
1071
  }
@@ -1011,6 +1079,8 @@ export const TicketReceivedContext: {
1011
1079
  export type TicketReceivedContext = TicketReceivedContext$instance;
1012
1080
 
1013
1081
  export interface TicketSerializer$instance {
1082
+ readonly __tsonic_type_Microsoft_AspNetCore_Authentication_TicketSerializer: never;
1083
+
1014
1084
  readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IDataSerializer_1: never;
1015
1085
 
1016
1086
  Deserialize(data: byte[]): AuthenticationTicket | undefined;
@@ -1045,8 +1115,8 @@ export abstract class AuthenticationConfigurationProviderExtensions$instance {
1045
1115
  export type AuthenticationConfigurationProviderExtensions = AuthenticationConfigurationProviderExtensions$instance;
1046
1116
 
1047
1117
  export abstract class AuthenticationHttpContextExtensions$instance {
1048
- static AuthenticateAsync(context: HttpContext, scheme: string): Task<AuthenticateResult>;
1049
- static AuthenticateAsync(context: HttpContext): Task<AuthenticateResult>;
1118
+ static AuthenticateAsync(context: HttpContext, scheme: string): Task_1<AuthenticateResult>;
1119
+ static AuthenticateAsync(context: HttpContext): Task_1<AuthenticateResult>;
1050
1120
  static ChallengeAsync(context: HttpContext, properties: AuthenticationProperties): Task;
1051
1121
  static ChallengeAsync(context: HttpContext, scheme: string, properties: AuthenticationProperties): Task;
1052
1122
  static ChallengeAsync(context: HttpContext, scheme: string): Task;
@@ -1055,8 +1125,8 @@ export abstract class AuthenticationHttpContextExtensions$instance {
1055
1125
  static ForbidAsync(context: HttpContext, scheme: string, properties: AuthenticationProperties): Task;
1056
1126
  static ForbidAsync(context: HttpContext, scheme: string): Task;
1057
1127
  static ForbidAsync(context: HttpContext): Task;
1058
- static GetTokenAsync(context: HttpContext, scheme: string, tokenName: string): Task<string | undefined>;
1059
- static GetTokenAsync(context: HttpContext, tokenName: string): Task<string | undefined>;
1128
+ static GetTokenAsync(context: HttpContext, scheme: string, tokenName: string): Task_1<string | undefined>;
1129
+ static GetTokenAsync(context: HttpContext, tokenName: string): Task_1<string | undefined>;
1060
1130
  static SignInAsync(context: HttpContext, principal: ClaimsPrincipal, properties: AuthenticationProperties): Task;
1061
1131
  static SignInAsync(context: HttpContext, principal: ClaimsPrincipal): Task;
1062
1132
  static SignInAsync(context: HttpContext, scheme: string, principal: ClaimsPrincipal, properties: AuthenticationProperties): Task;
@@ -1071,11 +1141,11 @@ export abstract class AuthenticationHttpContextExtensions$instance {
1071
1141
  export type AuthenticationHttpContextExtensions = AuthenticationHttpContextExtensions$instance;
1072
1142
 
1073
1143
  export abstract class AuthenticationTokenExtensions$instance {
1074
- static GetTokenAsync(auth: IAuthenticationService, context: HttpContext, scheme: string, tokenName: string): Task<string | undefined>;
1075
- static GetTokenAsync(auth: IAuthenticationService, context: HttpContext, tokenName: string): Task<string | undefined>;
1076
- static GetTokens(properties: AuthenticationProperties): IEnumerable<AuthenticationToken>;
1144
+ static GetTokenAsync(auth: IAuthenticationService, context: HttpContext, scheme: string, tokenName: string): Task_1<string | undefined>;
1145
+ static GetTokenAsync(auth: IAuthenticationService, context: HttpContext, tokenName: string): Task_1<string | undefined>;
1146
+ static GetTokens(properties: AuthenticationProperties): IEnumerable_1<AuthenticationToken>;
1077
1147
  static GetTokenValue(properties: AuthenticationProperties, tokenName: string): string | undefined;
1078
- static StoreTokens(properties: AuthenticationProperties, tokens: IEnumerable<AuthenticationToken>): void;
1148
+ static StoreTokens(properties: AuthenticationProperties, tokens: IEnumerable_1<AuthenticationToken>): void;
1079
1149
  static UpdateTokenValue(properties: AuthenticationProperties, tokenName: string, tokenValue: string): boolean;
1080
1150
  }
1081
1151
 
@@ -1095,8 +1165,8 @@ export abstract class ClaimActionCollectionMapExtensions$instance {
1095
1165
  static DeleteClaims(collection: ClaimActionCollection, ...claimTypes: string[]): void;
1096
1166
  static MapAll(collection: ClaimActionCollection): void;
1097
1167
  static MapAllExcept(collection: ClaimActionCollection, ...exclusions: string[]): void;
1098
- static MapCustomJson(collection: ClaimActionCollection, claimType: string, resolver: Func<JsonElement, System_Internal.String>): void;
1099
- static MapCustomJson(collection: ClaimActionCollection, claimType: string, valueType: string, resolver: Func<JsonElement, System_Internal.String>): void;
1168
+ static MapCustomJson(collection: ClaimActionCollection, claimType: string, resolver: Func_2<JsonElement, System_Internal.String>): void;
1169
+ static MapCustomJson(collection: ClaimActionCollection, claimType: string, valueType: string, resolver: Func_2<JsonElement, System_Internal.String>): void;
1100
1170
  static MapJsonKey(collection: ClaimActionCollection, claimType: string, jsonKey: string, valueType: string): void;
1101
1171
  static MapJsonKey(collection: ClaimActionCollection, claimType: string, jsonKey: string): void;
1102
1172
  static MapJsonSubKey(collection: ClaimActionCollection, claimType: string, jsonKey: string, subKey: string, valueType: string): void;