@tsonic/efcore-sqlserver 0.1.2 → 10.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (263) hide show
  1. package/Azure/bindings.json +1638 -2427
  2. package/Azure/internal/index.d.ts +169 -139
  3. package/Azure.Core/bindings.json +2874 -3751
  4. package/Azure.Core/internal/index.d.ts +326 -295
  5. package/Azure.Core.Cryptography/bindings.json +51 -65
  6. package/Azure.Core.Cryptography/internal/index.d.ts +5 -5
  7. package/Azure.Core.Diagnostics/bindings.json +79 -69
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +13 -7
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +71 -57
  11. package/Azure.Core.Extensions/internal/index.d.ts +4 -4
  12. package/Azure.Core.GeoJson/bindings.json +814 -1379
  13. package/Azure.Core.GeoJson/internal/index.d.ts +67 -67
  14. package/Azure.Core.Pipeline/bindings.json +847 -880
  15. package/Azure.Core.Pipeline/internal/index.d.ts +79 -56
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +251 -302
  18. package/Azure.Core.Serialization/internal/index.d.ts +22 -21
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +2882 -7099
  21. package/Azure.Identity/internal/index.d.ts +250 -229
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +166 -230
  24. package/Azure.Messaging/internal/index.d.ts +27 -22
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +34 -27
  27. package/Microsoft.Data/internal/index.d.ts +2 -2
  28. package/Microsoft.Data.Sql/bindings.json +57 -94
  29. package/Microsoft.Data.Sql/internal/index.d.ts +5 -5
  30. package/Microsoft.Data.SqlClient/bindings.json +6187 -8407
  31. package/Microsoft.Data.SqlClient/internal/index.d.ts +718 -626
  32. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +173 -283
  33. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +12 -12
  34. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +1458 -1995
  35. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +159 -159
  36. package/Microsoft.Data.SqlClient.Server/bindings.json +1112 -1776
  37. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +131 -131
  38. package/Microsoft.Data.SqlTypes/bindings.json +257 -405
  39. package/Microsoft.Data.SqlTypes/internal/index.d.ts +30 -30
  40. package/Microsoft.EntityFrameworkCore/bindings.json +7017 -8970
  41. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +533 -526
  42. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +92 -304
  43. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +26 -26
  44. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +269 -289
  45. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +22 -21
  46. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +44 -59
  47. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +4 -4
  48. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +311 -536
  49. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +32 -32
  50. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1083 -457
  51. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +111 -39
  52. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  53. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +41 -30
  54. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +2 -2
  55. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +946 -40
  56. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +58 -8
  57. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +72 -61
  58. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +4 -4
  59. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +233 -207
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +25 -17
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +60 -267
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +23 -23
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +175 -257
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +23 -23
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +666 -569
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +69 -45
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +565 -879
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +79 -79
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +138 -469
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +41 -41
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +204 -211
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +23 -17
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +3431 -2277
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +326 -147
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +71 -60
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +12 -7
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +90 -98
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +6 -6
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2295 -1113
  86. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +263 -93
  87. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  88. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +548 -284
  89. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +54 -23
  90. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  91. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +252 -204
  92. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +25 -12
  93. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  94. package/Microsoft.EntityFrameworkCore.d.ts +1 -1
  95. package/Microsoft.Extensions.DependencyInjection/bindings.json +62 -70
  96. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +6 -6
  97. package/Microsoft.Identity.Client/bindings.json +6237 -13523
  98. package/Microsoft.Identity.Client/internal/index.d.ts +741 -675
  99. package/Microsoft.Identity.Client.Advanced/bindings.json +21 -15
  100. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +1 -1
  101. package/Microsoft.Identity.Client.AppConfig/bindings.json +90 -148
  102. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +10 -10
  103. package/Microsoft.Identity.Client.AuthScheme/bindings.json +48 -72
  104. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +6 -6
  105. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +29 -39
  106. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -3
  107. package/Microsoft.Identity.Client.Cache/bindings.json +65 -95
  108. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +6 -6
  109. package/Microsoft.Identity.Client.Extensibility/bindings.json +297 -380
  110. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +27 -26
  111. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +379 -668
  112. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +51 -50
  113. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  114. package/Microsoft.Identity.Client.Kerberos/bindings.json +191 -288
  115. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +21 -21
  116. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +50 -103
  117. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +8 -8
  118. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +30 -12
  119. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +2 -1
  120. package/Microsoft.Identity.Client.RP/bindings.json +39 -30
  121. package/Microsoft.Identity.Client.RP/internal/index.d.ts +2 -2
  122. package/Microsoft.Identity.Client.Region/bindings.json +46 -81
  123. package/Microsoft.Identity.Client.Region/internal/index.d.ts +6 -6
  124. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +28 -26
  125. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
  126. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +20 -25
  127. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +1 -1
  128. package/Microsoft.Identity.Client.Utils/bindings.json +56 -70
  129. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -6
  130. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +28 -26
  131. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
  132. package/Microsoft.IdentityModel.Abstractions/bindings.json +426 -581
  133. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +42 -41
  134. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +828 -1776
  135. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +154 -147
  136. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Logging/bindings.json +516 -773
  138. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +69 -64
  139. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  140. package/Microsoft.IdentityModel.Protocols/bindings.json +507 -898
  141. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +47 -46
  142. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +43 -94
  143. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -2
  144. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  145. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +2335 -4306
  146. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +316 -301
  147. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +45 -50
  148. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -2
  149. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  150. package/Microsoft.IdentityModel.Tokens/bindings.json +5594 -8774
  151. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +578 -478
  152. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +40 -71
  153. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +5 -5
  154. package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
  155. package/Microsoft.SqlServer.Server/bindings.json +385 -633
  156. package/Microsoft.SqlServer.Server/internal/index.d.ts +40 -40
  157. package/System/bindings.json +236 -402
  158. package/System/internal/index.d.ts +28 -28
  159. package/System.ClientModel/bindings.json +448 -433
  160. package/System.ClientModel/internal/index.d.ts +48 -32
  161. package/System.ClientModel.Primitives/bindings.json +2665 -2310
  162. package/System.ClientModel.Primitives/internal/index.d.ts +269 -175
  163. package/System.ClientModel.Primitives.d.ts +2 -2
  164. package/System.Configuration/bindings.json +9039 -12341
  165. package/System.Configuration/internal/index.d.ts +837 -565
  166. package/System.Configuration.Internal/bindings.json +985 -1442
  167. package/System.Configuration.Internal/internal/index.d.ts +115 -115
  168. package/System.Configuration.Provider/bindings.json +155 -188
  169. package/System.Configuration.Provider/internal/index.d.ts +16 -14
  170. package/System.Configuration.Provider.d.ts +1 -1
  171. package/System.Configuration.d.ts +3 -3
  172. package/System.Diagnostics/bindings.json +28 -15
  173. package/System.Diagnostics/internal/index.d.ts +1 -1
  174. package/System.Drawing.Configuration/bindings.json +39 -137
  175. package/System.Drawing.Configuration/internal/index.d.ts +12 -4
  176. package/System.Drawing.Configuration.d.ts +5 -2
  177. package/System.IdentityModel.Tokens.Jwt/bindings.json +1367 -2255
  178. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +184 -170
  179. package/System.Security.Cryptography/bindings.json +66 -63
  180. package/System.Security.Cryptography/internal/index.d.ts +4 -4
  181. package/System.Text.Json.Serialization/bindings.json +32 -36
  182. package/System.Text.Json.Serialization/internal/index.d.ts +2 -2
  183. package/__build/scripts/generate.sh +4 -4
  184. package/__internal/extensions/index.d.ts +27 -27
  185. package/package.json +5 -5
  186. package/Azure/internal/metadata.json +0 -2772
  187. package/Azure.Core/internal/metadata.json +0 -5291
  188. package/Azure.Core.Cryptography/internal/metadata.json +0 -122
  189. package/Azure.Core.Diagnostics/internal/metadata.json +0 -87
  190. package/Azure.Core.Extensions/internal/metadata.json +0 -139
  191. package/Azure.Core.GeoJson/internal/metadata.json +0 -1469
  192. package/Azure.Core.Pipeline/internal/metadata.json +0 -1181
  193. package/Azure.Core.Serialization/internal/metadata.json +0 -468
  194. package/Azure.Identity/internal/metadata.json +0 -5255
  195. package/Azure.Messaging/internal/metadata.json +0 -316
  196. package/Microsoft.Data/internal/metadata.json +0 -59
  197. package/Microsoft.Data.Sql/internal/metadata.json +0 -136
  198. package/Microsoft.Data.SqlClient/internal/metadata.json +0 -10965
  199. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +0 -383
  200. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +0 -2693
  201. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +0 -2235
  202. package/Microsoft.Data.SqlTypes/internal/metadata.json +0 -558
  203. package/Microsoft.EntityFrameworkCore/internal/metadata.json +0 -9025
  204. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +0 -303
  205. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +0 -455
  206. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +0 -72
  207. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +0 -660
  208. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +0 -706
  209. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +0 -88
  210. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +0 -81
  211. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +0 -100
  212. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +0 -317
  213. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +0 -238
  214. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +0 -393
  215. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +0 -790
  216. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +0 -1294
  217. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +0 -452
  218. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +0 -317
  219. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +0 -3289
  220. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +0 -95
  221. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +0 -167
  222. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +0 -1697
  223. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +0 -500
  224. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +0 -339
  225. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +0 -127
  226. package/Microsoft.Identity.Client/internal/metadata.json +0 -11985
  227. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +0 -41
  228. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +0 -212
  229. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +0 -118
  230. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +0 -72
  231. package/Microsoft.Identity.Client.Cache/internal/metadata.json +0 -123
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +0 -620
  233. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +0 -877
  234. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +0 -386
  235. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +0 -106
  236. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +0 -41
  237. package/Microsoft.Identity.Client.RP/internal/metadata.json +0 -74
  238. package/Microsoft.Identity.Client.Region/internal/metadata.json +0 -88
  239. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +0 -57
  240. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +0 -46
  241. package/Microsoft.Identity.Client.Utils/internal/metadata.json +0 -121
  242. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +0 -57
  243. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +0 -843
  244. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +0 -1997
  245. package/Microsoft.IdentityModel.Logging/internal/metadata.json +0 -1117
  246. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +0 -1067
  247. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +0 -72
  248. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +0 -4288
  249. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +0 -80
  250. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +0 -10430
  251. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +0 -101
  252. package/Microsoft.SqlServer.Server/internal/metadata.json +0 -792
  253. package/System/internal/metadata.json +0 -523
  254. package/System.ClientModel/internal/metadata.json +0 -637
  255. package/System.ClientModel.Primitives/internal/metadata.json +0 -3433
  256. package/System.Configuration/internal/metadata.json +0 -11888
  257. package/System.Configuration.Internal/internal/metadata.json +0 -2269
  258. package/System.Configuration.Provider/internal/metadata.json +0 -284
  259. package/System.Diagnostics/internal/metadata.json +0 -48
  260. package/System.Drawing.Configuration/internal/metadata.json +0 -46
  261. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +0 -2556
  262. package/System.Security.Cryptography/internal/metadata.json +0 -104
  263. package/System.Text.Json.Serialization/internal/metadata.json +0 -70
@@ -17,15 +17,15 @@ import * as System_Internal from "@tsonic/dotnet/System.js";
17
17
  import type { AsyncCallback, Boolean as ClrBoolean, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, TimeSpan, Void } from "@tsonic/dotnet/System.js";
18
18
  import type { HttpClient } from "@tsonic/dotnet/System.Net.Http.js";
19
19
  import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization.js";
20
- import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization.js";
20
+ import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization.js";
21
21
  import type { HashAlgorithm } from "@tsonic/dotnet/System.Security.Cryptography.js";
22
22
  import type { CancellationToken } from "@tsonic/dotnet/System.Threading.js";
23
23
  import type { Task } from "@tsonic/dotnet/System.Threading.Tasks.js";
24
24
 
25
25
  export enum OpenIdConnectRequestType {
26
- authentication = 0,
27
- logout = 1,
28
- token = 2
26
+ Authentication = 0,
27
+ Logout = 1,
28
+ Token = 2
29
29
  }
30
30
 
31
31
 
@@ -33,100 +33,100 @@ export type IdTokenValidator = (idToken: JwtSecurityToken, context: OpenIdConnec
33
33
 
34
34
 
35
35
  export interface OpenIdConnectConfiguration$instance extends BaseConfiguration {
36
- readonly acrValuesSupported: ICollection<System_Internal.String>;
37
- activeTokenEndpoint: string;
38
- readonly additionalData: IDictionary<System_Internal.String, unknown>;
39
- authorizationEndpoint: string;
40
- authorizationResponseIssParameterSupported: boolean;
41
- backchannelAuthenticationEndpoint: string;
42
- readonly backchannelAuthenticationRequestSigningAlgValuesSupported: ICollection<System_Internal.String>;
43
- readonly backchannelTokenDeliveryModesSupported: ICollection<System_Internal.String>;
44
- backchannelUserCodeParameterSupported: boolean;
45
- checkSessionIframe: string;
46
- readonly claimsLocalesSupported: ICollection<System_Internal.String>;
47
- claimsParameterSupported: boolean;
48
- readonly claimsSupported: ICollection<System_Internal.String>;
49
- readonly claimTypesSupported: ICollection<System_Internal.String>;
50
- readonly displayValuesSupported: ICollection<System_Internal.String>;
51
- readonly dPoPSigningAlgValuesSupported: ICollection<System_Internal.String>;
52
- endSessionEndpoint: string;
53
- frontchannelLogoutSessionSupported: string;
54
- frontchannelLogoutSupported: string;
55
- readonly grantTypesSupported: ICollection<System_Internal.String>;
56
- httpLogoutSupported: boolean;
57
- readonly idTokenEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
58
- readonly idTokenEncryptionEncValuesSupported: ICollection<System_Internal.String>;
59
- readonly idTokenSigningAlgValuesSupported: ICollection<System_Internal.String>;
60
- introspectionEndpoint: string;
61
- readonly introspectionEndpointAuthMethodsSupported: ICollection<System_Internal.String>;
62
- readonly introspectionEndpointAuthSigningAlgValuesSupported: ICollection<System_Internal.String>;
63
- issuer: string;
64
- jsonWebKeySet: JsonWebKeySet;
65
- jwksUri: string;
66
- logoutSessionSupported: boolean;
67
- opPolicyUri: string;
68
- opTosUri: string;
69
- readonly promptValuesSupported: ICollection<System_Internal.String>;
70
- pushedAuthorizationRequestEndpoint: string;
71
- registrationEndpoint: string;
72
- readonly requestObjectEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
73
- readonly requestObjectEncryptionEncValuesSupported: ICollection<System_Internal.String>;
74
- readonly requestObjectSigningAlgValuesSupported: ICollection<System_Internal.String>;
75
- requestParameterSupported: boolean;
76
- requestUriParameterSupported: boolean;
77
- requirePushedAuthorizationRequests: boolean;
78
- requireRequestUriRegistration: boolean;
79
- readonly responseModesSupported: ICollection<System_Internal.String>;
80
- readonly responseTypesSupported: ICollection<System_Internal.String>;
81
- readonly scopesSupported: ICollection<System_Internal.String>;
82
- serviceDocumentation: string;
83
- readonly signingKeys: ICollection<SecurityKey>;
84
- readonly subjectTypesSupported: ICollection<System_Internal.String>;
85
- tokenEndpoint: string;
86
- readonly tokenEndpointAuthMethodsSupported: ICollection<System_Internal.String>;
87
- readonly tokenEndpointAuthSigningAlgValuesSupported: ICollection<System_Internal.String>;
88
- readonly uiLocalesSupported: ICollection<System_Internal.String>;
89
- userInfoEndpoint: string;
90
- readonly userInfoEndpointEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
91
- readonly userInfoEndpointEncryptionEncValuesSupported: ICollection<System_Internal.String>;
92
- readonly userInfoEndpointSigningAlgValuesSupported: ICollection<System_Internal.String>;
93
- shouldSerializeAcrValuesSupported(): boolean;
94
- shouldSerializeBackchannelAuthenticationRequestSigningAlgValuesSupported(): boolean;
95
- shouldSerializeBackchannelTokenDeliveryModesSupported(): boolean;
96
- shouldSerializeClaimsLocalesSupported(): boolean;
97
- shouldSerializeClaimsSupported(): boolean;
98
- shouldSerializeClaimTypesSupported(): boolean;
99
- shouldSerializeDisplayValuesSupported(): boolean;
100
- shouldSerializeDPoPSigningAlgValuesSupported(): boolean;
101
- shouldSerializeGrantTypesSupported(): boolean;
102
- shouldSerializeIdTokenEncryptionAlgValuesSupported(): boolean;
103
- shouldSerializeIdTokenEncryptionEncValuesSupported(): boolean;
104
- shouldSerializeIdTokenSigningAlgValuesSupported(): boolean;
105
- shouldSerializeIntrospectionEndpointAuthMethodsSupported(): boolean;
106
- shouldSerializeIntrospectionEndpointAuthSigningAlgValuesSupported(): boolean;
107
- shouldSerializePromptValuesSupported(): boolean;
108
- shouldSerializeRequestObjectEncryptionAlgValuesSupported(): boolean;
109
- shouldSerializeRequestObjectEncryptionEncValuesSupported(): boolean;
110
- shouldSerializeRequestObjectSigningAlgValuesSupported(): boolean;
111
- shouldSerializeResponseModesSupported(): boolean;
112
- shouldSerializeResponseTypesSupported(): boolean;
113
- shouldSerializeScopesSupported(): boolean;
114
- shouldSerializeSigningKeys(): boolean;
115
- shouldSerializeSubjectTypesSupported(): boolean;
116
- shouldSerializeTokenEndpointAuthMethodsSupported(): boolean;
117
- shouldSerializeTokenEndpointAuthSigningAlgValuesSupported(): boolean;
118
- shouldSerializeUILocalesSupported(): boolean;
119
- shouldSerializeUserInfoEndpointEncryptionAlgValuesSupported(): boolean;
120
- shouldSerializeUserInfoEndpointEncryptionEncValuesSupported(): boolean;
121
- shouldSerializeUserInfoEndpointSigningAlgValuesSupported(): boolean;
36
+ readonly AcrValuesSupported: ICollection<System_Internal.String>;
37
+ ActiveTokenEndpoint: string;
38
+ readonly AdditionalData: IDictionary<System_Internal.String, unknown>;
39
+ AuthorizationEndpoint: string;
40
+ AuthorizationResponseIssParameterSupported: boolean;
41
+ BackchannelAuthenticationEndpoint: string;
42
+ readonly BackchannelAuthenticationRequestSigningAlgValuesSupported: ICollection<System_Internal.String>;
43
+ readonly BackchannelTokenDeliveryModesSupported: ICollection<System_Internal.String>;
44
+ BackchannelUserCodeParameterSupported: boolean;
45
+ CheckSessionIframe: string;
46
+ readonly ClaimsLocalesSupported: ICollection<System_Internal.String>;
47
+ ClaimsParameterSupported: boolean;
48
+ readonly ClaimsSupported: ICollection<System_Internal.String>;
49
+ readonly ClaimTypesSupported: ICollection<System_Internal.String>;
50
+ readonly DisplayValuesSupported: ICollection<System_Internal.String>;
51
+ readonly DPoPSigningAlgValuesSupported: ICollection<System_Internal.String>;
52
+ EndSessionEndpoint: string;
53
+ FrontchannelLogoutSessionSupported: string;
54
+ FrontchannelLogoutSupported: string;
55
+ readonly GrantTypesSupported: ICollection<System_Internal.String>;
56
+ HttpLogoutSupported: boolean;
57
+ readonly IdTokenEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
58
+ readonly IdTokenEncryptionEncValuesSupported: ICollection<System_Internal.String>;
59
+ readonly IdTokenSigningAlgValuesSupported: ICollection<System_Internal.String>;
60
+ IntrospectionEndpoint: string;
61
+ readonly IntrospectionEndpointAuthMethodsSupported: ICollection<System_Internal.String>;
62
+ readonly IntrospectionEndpointAuthSigningAlgValuesSupported: ICollection<System_Internal.String>;
63
+ Issuer: string;
64
+ JsonWebKeySet: JsonWebKeySet;
65
+ JwksUri: string;
66
+ LogoutSessionSupported: boolean;
67
+ OpPolicyUri: string;
68
+ OpTosUri: string;
69
+ readonly PromptValuesSupported: ICollection<System_Internal.String>;
70
+ PushedAuthorizationRequestEndpoint: string;
71
+ RegistrationEndpoint: string;
72
+ readonly RequestObjectEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
73
+ readonly RequestObjectEncryptionEncValuesSupported: ICollection<System_Internal.String>;
74
+ readonly RequestObjectSigningAlgValuesSupported: ICollection<System_Internal.String>;
75
+ RequestParameterSupported: boolean;
76
+ RequestUriParameterSupported: boolean;
77
+ RequirePushedAuthorizationRequests: boolean;
78
+ RequireRequestUriRegistration: boolean;
79
+ readonly ResponseModesSupported: ICollection<System_Internal.String>;
80
+ readonly ResponseTypesSupported: ICollection<System_Internal.String>;
81
+ readonly ScopesSupported: ICollection<System_Internal.String>;
82
+ ServiceDocumentation: string;
83
+ readonly SigningKeys: ICollection<SecurityKey>;
84
+ readonly SubjectTypesSupported: ICollection<System_Internal.String>;
85
+ TokenEndpoint: string;
86
+ readonly TokenEndpointAuthMethodsSupported: ICollection<System_Internal.String>;
87
+ readonly TokenEndpointAuthSigningAlgValuesSupported: ICollection<System_Internal.String>;
88
+ readonly UILocalesSupported: ICollection<System_Internal.String>;
89
+ UserInfoEndpoint: string;
90
+ readonly UserInfoEndpointEncryptionAlgValuesSupported: ICollection<System_Internal.String>;
91
+ readonly UserInfoEndpointEncryptionEncValuesSupported: ICollection<System_Internal.String>;
92
+ readonly UserInfoEndpointSigningAlgValuesSupported: ICollection<System_Internal.String>;
93
+ ShouldSerializeAcrValuesSupported(): boolean;
94
+ ShouldSerializeBackchannelAuthenticationRequestSigningAlgValuesSupported(): boolean;
95
+ ShouldSerializeBackchannelTokenDeliveryModesSupported(): boolean;
96
+ ShouldSerializeClaimsLocalesSupported(): boolean;
97
+ ShouldSerializeClaimsSupported(): boolean;
98
+ ShouldSerializeClaimTypesSupported(): boolean;
99
+ ShouldSerializeDisplayValuesSupported(): boolean;
100
+ ShouldSerializeDPoPSigningAlgValuesSupported(): boolean;
101
+ ShouldSerializeGrantTypesSupported(): boolean;
102
+ ShouldSerializeIdTokenEncryptionAlgValuesSupported(): boolean;
103
+ ShouldSerializeIdTokenEncryptionEncValuesSupported(): boolean;
104
+ ShouldSerializeIdTokenSigningAlgValuesSupported(): boolean;
105
+ ShouldSerializeIntrospectionEndpointAuthMethodsSupported(): boolean;
106
+ ShouldSerializeIntrospectionEndpointAuthSigningAlgValuesSupported(): boolean;
107
+ ShouldSerializePromptValuesSupported(): boolean;
108
+ ShouldSerializeRequestObjectEncryptionAlgValuesSupported(): boolean;
109
+ ShouldSerializeRequestObjectEncryptionEncValuesSupported(): boolean;
110
+ ShouldSerializeRequestObjectSigningAlgValuesSupported(): boolean;
111
+ ShouldSerializeResponseModesSupported(): boolean;
112
+ ShouldSerializeResponseTypesSupported(): boolean;
113
+ ShouldSerializeScopesSupported(): boolean;
114
+ ShouldSerializeSigningKeys(): boolean;
115
+ ShouldSerializeSubjectTypesSupported(): boolean;
116
+ ShouldSerializeTokenEndpointAuthMethodsSupported(): boolean;
117
+ ShouldSerializeTokenEndpointAuthSigningAlgValuesSupported(): boolean;
118
+ ShouldSerializeUILocalesSupported(): boolean;
119
+ ShouldSerializeUserInfoEndpointEncryptionAlgValuesSupported(): boolean;
120
+ ShouldSerializeUserInfoEndpointEncryptionEncValuesSupported(): boolean;
121
+ ShouldSerializeUserInfoEndpointSigningAlgValuesSupported(): boolean;
122
122
  }
123
123
 
124
124
 
125
125
  export const OpenIdConnectConfiguration: {
126
126
  new(): OpenIdConnectConfiguration;
127
127
  new(json: string): OpenIdConnectConfiguration;
128
- create(json: string): OpenIdConnectConfiguration;
129
- write(configuration: OpenIdConnectConfiguration): string;
128
+ Create(json: string): OpenIdConnectConfiguration;
129
+ Write(configuration: OpenIdConnectConfiguration): string;
130
130
  };
131
131
 
132
132
 
@@ -138,9 +138,9 @@ export interface OpenIdConnectConfigurationRetriever$instance {
138
138
 
139
139
  export const OpenIdConnectConfigurationRetriever: {
140
140
  new(): OpenIdConnectConfigurationRetriever;
141
- getAsync(address: string, retriever: IDocumentRetriever, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
142
- getAsync(address: string, httpClient: HttpClient, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
143
- getAsync(address: string, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
141
+ GetAsync(address: string, retriever: IDocumentRetriever, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
142
+ GetAsync(address: string, httpClient: HttpClient, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
143
+ GetAsync(address: string, cancel: CancellationToken): Task<OpenIdConnectConfiguration>;
144
144
  };
145
145
 
146
146
 
@@ -154,64 +154,65 @@ export type OpenIdConnectConfigurationRetriever = OpenIdConnectConfigurationRetr
154
154
 
155
155
 
156
156
  export interface OpenIdConnectMessage$instance extends AuthenticationProtocolMessage {
157
- accessToken: string;
158
- acrValues: string;
159
- authorizationEndpoint: string;
160
- claimsLocales: string;
161
- clientAssertion: string;
162
- clientAssertionType: string;
163
- clientId: string;
164
- clientSecret: string;
165
- get code(): string | undefined;
166
- set code(value: string);
167
- display: string;
168
- domainHint: string;
169
- enableTelemetryParameters: boolean;
170
- error: string;
171
- errorDescription: string;
172
- errorUri: string;
173
- expiresIn: string;
174
- grantType: string;
175
- identityProvider: string;
176
- idToken: string;
177
- idTokenHint: string;
178
- iss: string;
179
- loginHint: string;
180
- maxAge: string;
181
- nonce: string;
182
- password: string;
183
- postLogoutRedirectUri: string;
184
- prompt: string;
185
- redirectUri: string;
186
- refreshToken: string;
187
- requestType: OpenIdConnectRequestType;
188
- requestUri: string;
189
- resource: string;
190
- responseMode: string;
191
- responseType: string;
192
- scope: string;
193
- sessionState: string;
194
- sid: string;
195
- skuTelemetryValue: string;
196
- state: string;
197
- targetLinkUri: string;
198
- tokenEndpoint: string;
199
- tokenType: string;
200
- uiLocales: string;
201
- userId: string;
202
- username: string;
203
- clone(): OpenIdConnectMessage;
204
- createAuthenticationRequestUrl(): string;
205
- createLogoutRequestUrl(): string;
157
+ AccessToken: string;
158
+ AcrValues: string;
159
+ AuthorizationEndpoint: string;
160
+ ClaimsLocales: string;
161
+ ClientAssertion: string;
162
+ ClientAssertionType: string;
163
+ ClientId: string;
164
+ ClientSecret: string;
165
+ get Code(): string | undefined;
166
+ set Code(value: string);
167
+ Display: string;
168
+ DomainHint: string;
169
+ EnableTelemetryParameters: boolean;
170
+ Error: string;
171
+ ErrorDescription: string;
172
+ ErrorUri: string;
173
+ ExpiresIn: string;
174
+ GrantType: string;
175
+ IdentityProvider: string;
176
+ IdToken: string;
177
+ IdTokenHint: string;
178
+ Iss: string;
179
+ LoginHint: string;
180
+ MaxAge: string;
181
+ Nonce: string;
182
+ Password: string;
183
+ PostLogoutRedirectUri: string;
184
+ Prompt: string;
185
+ RedirectUri: string;
186
+ RefreshToken: string;
187
+ RequestType: OpenIdConnectRequestType;
188
+ RequestUri: string;
189
+ Resource: string;
190
+ ResponseMode: string;
191
+ ResponseType: string;
192
+ Scope: string;
193
+ SessionState: string;
194
+ Sid: string;
195
+ SkuTelemetryValue: string;
196
+ State: string;
197
+ TargetLinkUri: string;
198
+ TokenEndpoint: string;
199
+ TokenType: string;
200
+ UiLocales: string;
201
+ UserId: string;
202
+ Username: string;
203
+ Clone(): OpenIdConnectMessage;
204
+ CreateAuthenticationRequestUrl(): string;
205
+ CreateLogoutRequestUrl(): string;
206
206
  }
207
207
 
208
208
 
209
209
  export const OpenIdConnectMessage: {
210
210
  new(): OpenIdConnectMessage;
211
211
  new(json: string): OpenIdConnectMessage;
212
+ new(other: OpenIdConnectMessage): OpenIdConnectMessage;
212
213
  new(nameValueCollection: NameValueCollection): OpenIdConnectMessage;
213
214
  new(parameters: IEnumerable<KeyValuePair<System_Internal.String, string[]>>): OpenIdConnectMessage;
214
- enableTelemetryParametersByDefault: boolean;
215
+ EnableTelemetryParametersByDefault: boolean;
215
216
  };
216
217
 
217
218
 
@@ -225,6 +226,7 @@ export const OpenIdConnectProtocolException: {
225
226
  new(): OpenIdConnectProtocolException;
226
227
  new(message: string): OpenIdConnectProtocolException;
227
228
  new(message: string, innerException: Exception): OpenIdConnectProtocolException;
229
+ new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolException;
228
230
  };
229
231
 
230
232
 
@@ -238,6 +240,7 @@ export const OpenIdConnectProtocolInvalidAtHashException: {
238
240
  new(): OpenIdConnectProtocolInvalidAtHashException;
239
241
  new(message: string): OpenIdConnectProtocolInvalidAtHashException;
240
242
  new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidAtHashException;
243
+ new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidAtHashException;
241
244
  };
242
245
 
243
246
 
@@ -251,6 +254,7 @@ export const OpenIdConnectProtocolInvalidCHashException: {
251
254
  new(): OpenIdConnectProtocolInvalidCHashException;
252
255
  new(message: string): OpenIdConnectProtocolInvalidCHashException;
253
256
  new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidCHashException;
257
+ new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidCHashException;
254
258
  };
255
259
 
256
260
 
@@ -264,6 +268,7 @@ export const OpenIdConnectProtocolInvalidNonceException: {
264
268
  new(): OpenIdConnectProtocolInvalidNonceException;
265
269
  new(message: string): OpenIdConnectProtocolInvalidNonceException;
266
270
  new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidNonceException;
271
+ new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidNonceException;
267
272
  };
268
273
 
269
274
 
@@ -277,18 +282,19 @@ export const OpenIdConnectProtocolInvalidStateException: {
277
282
  new(): OpenIdConnectProtocolInvalidStateException;
278
283
  new(message: string): OpenIdConnectProtocolInvalidStateException;
279
284
  new(message: string, innerException: Exception): OpenIdConnectProtocolInvalidStateException;
285
+ new(info: SerializationInfo, context: StreamingContext): OpenIdConnectProtocolInvalidStateException;
280
286
  };
281
287
 
282
288
 
283
289
  export type OpenIdConnectProtocolInvalidStateException = OpenIdConnectProtocolInvalidStateException$instance;
284
290
 
285
291
  export interface OpenIdConnectProtocolValidationContext$instance {
286
- clientId: string;
287
- nonce: string;
288
- protocolMessage: OpenIdConnectMessage;
289
- state: string;
290
- userInfoEndpointResponse: string;
291
- validatedIdToken: JwtSecurityToken;
292
+ ClientId: string;
293
+ Nonce: string;
294
+ ProtocolMessage: OpenIdConnectMessage;
295
+ State: string;
296
+ UserInfoEndpointResponse: string;
297
+ ValidatedIdToken: JwtSecurityToken;
292
298
  }
293
299
 
294
300
 
@@ -299,215 +305,224 @@ export const OpenIdConnectProtocolValidationContext: {
299
305
 
300
306
  export type OpenIdConnectProtocolValidationContext = OpenIdConnectProtocolValidationContext$instance;
301
307
 
302
- export interface OpenIdConnectProtocolValidator$instance {
303
- cryptoProviderFactory: CryptoProviderFactory;
304
- readonly hashAlgorithmMap: IDictionary<System_Internal.String, System_Internal.String>;
305
- idTokenValidator: IdTokenValidator;
306
- nonceLifetime: TimeSpan;
307
- requireAcr: boolean;
308
- requireAmr: boolean;
309
- requireAuthTime: boolean;
310
- requireAzp: boolean;
311
- requireNonce: boolean;
312
- requireState: boolean;
313
- requireStateValidation: boolean;
314
- requireSub: boolean;
315
- requireTimeStampInNonce: boolean;
316
- generateNonce(): string;
317
- getHashAlgorithm(algorithm: string): HashAlgorithm;
318
- validateAuthenticationResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
319
- validateTokenResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
320
- validateUserInfoResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
308
+ export abstract class OpenIdConnectProtocolValidator$protected {
309
+ protected ValidateAtHash(validationContext: OpenIdConnectProtocolValidationContext): void;
310
+ protected ValidateCHash(validationContext: OpenIdConnectProtocolValidationContext): void;
311
+ protected ValidateIdToken(validationContext: OpenIdConnectProtocolValidationContext): void;
312
+ protected ValidateNonce(validationContext: OpenIdConnectProtocolValidationContext): void;
313
+ protected ValidateState(validationContext: OpenIdConnectProtocolValidationContext): void;
314
+ }
315
+
316
+
317
+ export interface OpenIdConnectProtocolValidator$instance extends OpenIdConnectProtocolValidator$protected {
318
+ CryptoProviderFactory: CryptoProviderFactory;
319
+ readonly HashAlgorithmMap: IDictionary<System_Internal.String, System_Internal.String>;
320
+ IdTokenValidator: IdTokenValidator;
321
+ NonceLifetime: TimeSpan;
322
+ RequireAcr: boolean;
323
+ RequireAmr: boolean;
324
+ RequireAuthTime: boolean;
325
+ RequireAzp: boolean;
326
+ RequireNonce: boolean;
327
+ RequireState: boolean;
328
+ RequireStateValidation: boolean;
329
+ RequireSub: boolean;
330
+ RequireTimeStampInNonce: boolean;
331
+ GenerateNonce(): string;
332
+ GetHashAlgorithm(algorithm: string): HashAlgorithm;
333
+ ValidateAuthenticationResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
334
+ ValidateTokenResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
335
+ ValidateUserInfoResponse(validationContext: OpenIdConnectProtocolValidationContext): void;
321
336
  }
322
337
 
323
338
 
324
339
  export const OpenIdConnectProtocolValidator: {
325
340
  new(): OpenIdConnectProtocolValidator;
326
- readonly defaultNonceLifetime: TimeSpan;
327
- requireSubByDefault: boolean;
341
+ readonly DefaultNonceLifetime: TimeSpan;
342
+ RequireSubByDefault: boolean;
328
343
  };
329
344
 
330
345
 
331
346
  export type OpenIdConnectProtocolValidator = OpenIdConnectProtocolValidator$instance;
332
347
 
333
348
  export abstract class ActiveDirectoryOpenIdConnectEndpoints$instance {
334
- static readonly authorize: string;
335
- static readonly logout: string;
336
- static readonly token: string;
349
+ static readonly Authorize: string;
350
+ static readonly Logout: string;
351
+ static readonly Token: string;
337
352
  }
338
353
 
339
354
 
340
355
  export type ActiveDirectoryOpenIdConnectEndpoints = ActiveDirectoryOpenIdConnectEndpoints$instance;
341
356
 
342
357
  export abstract class OpenIdConnectGrantTypes$instance {
343
- static readonly authorizationCode: string;
344
- static readonly refreshToken: string;
345
- static readonly password: string;
346
- static readonly clientCredentials: string;
358
+ static readonly AuthorizationCode: string;
359
+ static readonly RefreshToken: string;
360
+ static readonly Password: string;
361
+ static readonly ClientCredentials: string;
347
362
  }
348
363
 
349
364
 
350
365
  export type OpenIdConnectGrantTypes = OpenIdConnectGrantTypes$instance;
351
366
 
352
367
  export abstract class OpenIdConnectParameterNames$instance {
353
- static readonly accessToken: string;
354
- static readonly acrValues: string;
355
- static readonly claimsLocales: string;
356
- static readonly clientAssertion: string;
357
- static readonly clientAssertionType: string;
358
- static readonly clientId: string;
359
- static readonly clientSecret: string;
360
- static readonly code: string;
361
- static readonly display: string;
362
- static readonly domainHint: string;
363
- static readonly error: string;
364
- static readonly errorDescription: string;
365
- static readonly errorUri: string;
366
- static readonly expiresIn: string;
367
- static readonly grantType: string;
368
- static readonly iss: string;
369
- static readonly idToken: string;
370
- static readonly idTokenHint: string;
371
- static readonly identityProvider: string;
372
- static readonly loginHint: string;
373
- static readonly maxAge: string;
374
- static readonly nonce: string;
375
- static readonly password: string;
376
- static readonly postLogoutRedirectUri: string;
377
- static readonly prompt: string;
378
- static readonly redirectUri: string;
379
- static readonly refreshToken: string;
380
- static readonly requestUri: string;
381
- static readonly resource: string;
382
- static readonly responseMode: string;
383
- static readonly responseType: string;
384
- static readonly scope: string;
385
- static readonly skuTelemetry: string;
386
- static readonly sessionState: string;
387
- static readonly sid: string;
388
- static readonly state: string;
389
- static readonly targetLinkUri: string;
390
- static readonly tokenType: string;
391
- static readonly uiLocales: string;
392
- static readonly userId: string;
393
- static readonly username: string;
394
- static readonly versionTelemetry: string;
368
+ static readonly AccessToken: string;
369
+ static readonly AcrValues: string;
370
+ static readonly ClaimsLocales: string;
371
+ static readonly ClientAssertion: string;
372
+ static readonly ClientAssertionType: string;
373
+ static readonly ClientId: string;
374
+ static readonly ClientSecret: string;
375
+ static readonly Code: string;
376
+ static readonly Display: string;
377
+ static readonly DomainHint: string;
378
+ static readonly Error: string;
379
+ static readonly ErrorDescription: string;
380
+ static readonly ErrorUri: string;
381
+ static readonly ExpiresIn: string;
382
+ static readonly GrantType: string;
383
+ static readonly Iss: string;
384
+ static readonly IdToken: string;
385
+ static readonly IdTokenHint: string;
386
+ static readonly IdentityProvider: string;
387
+ static readonly LoginHint: string;
388
+ static readonly MaxAge: string;
389
+ static readonly Nonce: string;
390
+ static readonly Password: string;
391
+ static readonly PostLogoutRedirectUri: string;
392
+ static readonly Prompt: string;
393
+ static readonly RedirectUri: string;
394
+ static readonly RefreshToken: string;
395
+ static readonly RequestUri: string;
396
+ static readonly Resource: string;
397
+ static readonly ResponseMode: string;
398
+ static readonly ResponseType: string;
399
+ static readonly Scope: string;
400
+ static readonly SkuTelemetry: string;
401
+ static readonly SessionState: string;
402
+ static readonly Sid: string;
403
+ static readonly State: string;
404
+ static readonly TargetLinkUri: string;
405
+ static readonly TokenType: string;
406
+ static readonly UiLocales: string;
407
+ static readonly UserId: string;
408
+ static readonly Username: string;
409
+ static readonly VersionTelemetry: string;
395
410
  }
396
411
 
397
412
 
398
413
  export type OpenIdConnectParameterNames = OpenIdConnectParameterNames$instance;
399
414
 
400
415
  export abstract class OpenIdConnectPrompt$instance {
401
- static readonly none: string;
402
- static readonly login: string;
403
- static readonly consent: string;
404
- static readonly selectAccount: string;
416
+ static readonly None: string;
417
+ static readonly Login: string;
418
+ static readonly Consent: string;
419
+ static readonly SelectAccount: string;
405
420
  }
406
421
 
407
422
 
408
423
  export type OpenIdConnectPrompt = OpenIdConnectPrompt$instance;
409
424
 
410
425
  export abstract class OpenIdConnectResponseMode$instance {
411
- static readonly query: string;
412
- static readonly formPost: string;
413
- static readonly fragment: string;
426
+ static readonly Query: string;
427
+ static readonly FormPost: string;
428
+ static readonly Fragment: string;
414
429
  }
415
430
 
416
431
 
417
432
  export type OpenIdConnectResponseMode = OpenIdConnectResponseMode$instance;
418
433
 
419
434
  export abstract class OpenIdConnectResponseType$instance {
420
- static readonly code: string;
421
- static readonly codeIdToken: string;
422
- static readonly codeIdTokenToken: string;
423
- static readonly codeToken: string;
424
- static readonly idToken: string;
425
- static readonly idTokenToken: string;
426
- static readonly none: string;
427
- static readonly token: string;
435
+ static readonly Code: string;
436
+ static readonly CodeIdToken: string;
437
+ static readonly CodeIdTokenToken: string;
438
+ static readonly CodeToken: string;
439
+ static readonly IdToken: string;
440
+ static readonly IdTokenToken: string;
441
+ static readonly None: string;
442
+ static readonly Token: string;
428
443
  }
429
444
 
430
445
 
431
446
  export type OpenIdConnectResponseType = OpenIdConnectResponseType$instance;
432
447
 
433
448
  export abstract class OpenIdConnectScope$instance {
434
- static readonly address: string;
435
- static readonly email: string;
436
- static readonly offlineAccess: string;
437
- static readonly openId: string;
438
- static readonly openIdProfile: string;
439
- static readonly phone: string;
440
- static readonly userImpersonation: string;
449
+ static readonly Address: string;
450
+ static readonly Email: string;
451
+ static readonly OfflineAccess: string;
452
+ static readonly OpenId: string;
453
+ static readonly OpenIdProfile: string;
454
+ static readonly Phone: string;
455
+ static readonly UserImpersonation: string;
441
456
  }
442
457
 
443
458
 
444
459
  export type OpenIdConnectScope = OpenIdConnectScope$instance;
445
460
 
446
461
  export abstract class OpenIdConnectSessionProperties$instance {
447
- static readonly checkSessionIFrame: string;
448
- static readonly redirectUri: string;
449
- static readonly sessionState: string;
462
+ static readonly CheckSessionIFrame: string;
463
+ static readonly RedirectUri: string;
464
+ static readonly SessionState: string;
450
465
  }
451
466
 
452
467
 
453
468
  export type OpenIdConnectSessionProperties = OpenIdConnectSessionProperties$instance;
454
469
 
455
470
  export abstract class OpenIdProviderMetadataNames$instance {
456
- static readonly acrValuesSupported: string;
457
- static readonly authorizationEndpoint: string;
458
- static readonly authorizationResponseIssParameterSupported: string;
459
- static readonly backchannelAuthenticationEndpoint: string;
460
- static readonly backchannelAuthenticationRequestSigningAlgValuesSupported: string;
461
- static readonly backchannelTokenDeliveryModesSupported: string;
462
- static readonly backchannelUserCodeParameterSupported: string;
463
- static readonly checkSessionIframe: string;
464
- static readonly claimsLocalesSupported: string;
465
- static readonly claimsParameterSupported: string;
466
- static readonly claimsSupported: string;
467
- static readonly claimTypesSupported: string;
468
- static readonly discovery: string;
469
- static readonly displayValuesSupported: string;
470
- static readonly dPoPSigningAlgValuesSupported: string;
471
- static readonly endSessionEndpoint: string;
472
- static readonly frontchannelLogoutSessionSupported: string;
473
- static readonly frontchannelLogoutSupported: string;
474
- static readonly httpLogoutSupported: string;
475
- static readonly grantTypesSupported: string;
476
- static readonly idTokenEncryptionAlgValuesSupported: string;
477
- static readonly idTokenEncryptionEncValuesSupported: string;
478
- static readonly idTokenSigningAlgValuesSupported: string;
479
- static readonly introspectionEndpoint: string;
480
- static readonly introspectionEndpointAuthMethodsSupported: string;
481
- static readonly introspectionEndpointAuthSigningAlgValuesSupported: string;
482
- static readonly jwksUri: string;
483
- static readonly issuer: string;
484
- static readonly logoutSessionSupported: string;
485
- static readonly microsoftMultiRefreshToken: string;
486
- static readonly opPolicyUri: string;
487
- static readonly opTosUri: string;
488
- static readonly promptValuesSupported: string;
489
- static readonly pushedAuthorizationRequestEndpoint: string;
490
- static readonly registrationEndpoint: string;
491
- static readonly requestObjectEncryptionAlgValuesSupported: string;
492
- static readonly requestObjectEncryptionEncValuesSupported: string;
493
- static readonly requestObjectSigningAlgValuesSupported: string;
494
- static readonly requestParameterSupported: string;
495
- static readonly requestUriParameterSupported: string;
496
- static readonly requirePushedAuthorizationRequests: string;
497
- static readonly requireRequestUriRegistration: string;
498
- static readonly responseModesSupported: string;
499
- static readonly responseTypesSupported: string;
500
- static readonly serviceDocumentation: string;
501
- static readonly scopesSupported: string;
502
- static readonly subjectTypesSupported: string;
503
- static readonly tokenEndpoint: string;
504
- static readonly tokenEndpointAuthMethodsSupported: string;
505
- static readonly tokenEndpointAuthSigningAlgValuesSupported: string;
506
- static readonly uiLocalesSupported: string;
507
- static readonly userInfoEndpoint: string;
508
- static readonly userInfoEncryptionAlgValuesSupported: string;
509
- static readonly userInfoEncryptionEncValuesSupported: string;
510
- static readonly userInfoSigningAlgValuesSupported: string;
471
+ static readonly AcrValuesSupported: string;
472
+ static readonly AuthorizationEndpoint: string;
473
+ static readonly AuthorizationResponseIssParameterSupported: string;
474
+ static readonly BackchannelAuthenticationEndpoint: string;
475
+ static readonly BackchannelAuthenticationRequestSigningAlgValuesSupported: string;
476
+ static readonly BackchannelTokenDeliveryModesSupported: string;
477
+ static readonly BackchannelUserCodeParameterSupported: string;
478
+ static readonly CheckSessionIframe: string;
479
+ static readonly ClaimsLocalesSupported: string;
480
+ static readonly ClaimsParameterSupported: string;
481
+ static readonly ClaimsSupported: string;
482
+ static readonly ClaimTypesSupported: string;
483
+ static readonly Discovery: string;
484
+ static readonly DisplayValuesSupported: string;
485
+ static readonly DPoPSigningAlgValuesSupported: string;
486
+ static readonly EndSessionEndpoint: string;
487
+ static readonly FrontchannelLogoutSessionSupported: string;
488
+ static readonly FrontchannelLogoutSupported: string;
489
+ static readonly HttpLogoutSupported: string;
490
+ static readonly GrantTypesSupported: string;
491
+ static readonly IdTokenEncryptionAlgValuesSupported: string;
492
+ static readonly IdTokenEncryptionEncValuesSupported: string;
493
+ static readonly IdTokenSigningAlgValuesSupported: string;
494
+ static readonly IntrospectionEndpoint: string;
495
+ static readonly IntrospectionEndpointAuthMethodsSupported: string;
496
+ static readonly IntrospectionEndpointAuthSigningAlgValuesSupported: string;
497
+ static readonly JwksUri: string;
498
+ static readonly Issuer: string;
499
+ static readonly LogoutSessionSupported: string;
500
+ static readonly MicrosoftMultiRefreshToken: string;
501
+ static readonly OpPolicyUri: string;
502
+ static readonly OpTosUri: string;
503
+ static readonly PromptValuesSupported: string;
504
+ static readonly PushedAuthorizationRequestEndpoint: string;
505
+ static readonly RegistrationEndpoint: string;
506
+ static readonly RequestObjectEncryptionAlgValuesSupported: string;
507
+ static readonly RequestObjectEncryptionEncValuesSupported: string;
508
+ static readonly RequestObjectSigningAlgValuesSupported: string;
509
+ static readonly RequestParameterSupported: string;
510
+ static readonly RequestUriParameterSupported: string;
511
+ static readonly RequirePushedAuthorizationRequests: string;
512
+ static readonly RequireRequestUriRegistration: string;
513
+ static readonly ResponseModesSupported: string;
514
+ static readonly ResponseTypesSupported: string;
515
+ static readonly ServiceDocumentation: string;
516
+ static readonly ScopesSupported: string;
517
+ static readonly SubjectTypesSupported: string;
518
+ static readonly TokenEndpoint: string;
519
+ static readonly TokenEndpointAuthMethodsSupported: string;
520
+ static readonly TokenEndpointAuthSigningAlgValuesSupported: string;
521
+ static readonly UILocalesSupported: string;
522
+ static readonly UserInfoEndpoint: string;
523
+ static readonly UserInfoEncryptionAlgValuesSupported: string;
524
+ static readonly UserInfoEncryptionEncValuesSupported: string;
525
+ static readonly UserInfoSigningAlgValuesSupported: string;
511
526
  }
512
527
 
513
528