@tsonic/efcore-sqlserver 0.1.1

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 (399) hide show
  1. package/Azure/bindings.json +4791 -0
  2. package/Azure/internal/index.d.ts +433 -0
  3. package/Azure/internal/metadata.json +2772 -0
  4. package/Azure.Core/bindings.json +8215 -0
  5. package/Azure.Core/internal/index.d.ts +665 -0
  6. package/Azure.Core/internal/metadata.json +5291 -0
  7. package/Azure.Core.Cryptography/bindings.json +158 -0
  8. package/Azure.Core.Cryptography/internal/index.d.ts +30 -0
  9. package/Azure.Core.Cryptography/internal/metadata.json +122 -0
  10. package/Azure.Core.Cryptography.d.ts +15 -0
  11. package/Azure.Core.Cryptography.js +9 -0
  12. package/Azure.Core.Diagnostics/bindings.json +154 -0
  13. package/Azure.Core.Diagnostics/internal/index.d.ts +29 -0
  14. package/Azure.Core.Diagnostics/internal/metadata.json +87 -0
  15. package/Azure.Core.Diagnostics.d.ts +13 -0
  16. package/Azure.Core.Diagnostics.js +9 -0
  17. package/Azure.Core.Extensions/bindings.json +158 -0
  18. package/Azure.Core.Extensions/internal/index.d.ts +42 -0
  19. package/Azure.Core.Extensions/internal/metadata.json +139 -0
  20. package/Azure.Core.Extensions.d.ts +16 -0
  21. package/Azure.Core.Extensions.js +9 -0
  22. package/Azure.Core.GeoJson/bindings.json +2736 -0
  23. package/Azure.Core.GeoJson/internal/index.d.ts +256 -0
  24. package/Azure.Core.GeoJson/internal/metadata.json +1469 -0
  25. package/Azure.Core.GeoJson.d.ts +29 -0
  26. package/Azure.Core.GeoJson.js +9 -0
  27. package/Azure.Core.Pipeline/bindings.json +1894 -0
  28. package/Azure.Core.Pipeline/internal/index.d.ts +209 -0
  29. package/Azure.Core.Pipeline/internal/metadata.json +1181 -0
  30. package/Azure.Core.Pipeline.d.ts +32 -0
  31. package/Azure.Core.Pipeline.js +9 -0
  32. package/Azure.Core.Serialization/bindings.json +691 -0
  33. package/Azure.Core.Serialization/internal/index.d.ts +90 -0
  34. package/Azure.Core.Serialization/internal/metadata.json +468 -0
  35. package/Azure.Core.Serialization.d.ts +23 -0
  36. package/Azure.Core.Serialization.js +9 -0
  37. package/Azure.Core.d.ts +60 -0
  38. package/Azure.Core.js +9 -0
  39. package/Azure.Identity/bindings.json +11689 -0
  40. package/Azure.Identity/internal/index.d.ts +884 -0
  41. package/Azure.Identity/internal/metadata.json +5255 -0
  42. package/Azure.Identity.d.ts +75 -0
  43. package/Azure.Identity.js +9 -0
  44. package/Azure.Messaging/bindings.json +515 -0
  45. package/Azure.Messaging/internal/index.d.ts +62 -0
  46. package/Azure.Messaging/internal/metadata.json +316 -0
  47. package/Azure.Messaging.d.ts +17 -0
  48. package/Azure.Messaging.js +9 -0
  49. package/Azure.d.ts +69 -0
  50. package/Azure.js +9 -0
  51. package/LICENSE +21 -0
  52. package/Microsoft.Data/bindings.json +74 -0
  53. package/Microsoft.Data/internal/index.d.ts +33 -0
  54. package/Microsoft.Data/internal/metadata.json +59 -0
  55. package/Microsoft.Data.Sql/bindings.json +221 -0
  56. package/Microsoft.Data.Sql/internal/index.d.ts +42 -0
  57. package/Microsoft.Data.Sql/internal/metadata.json +136 -0
  58. package/Microsoft.Data.Sql.d.ts +15 -0
  59. package/Microsoft.Data.Sql.js +9 -0
  60. package/Microsoft.Data.SqlClient/bindings.json +17875 -0
  61. package/Microsoft.Data.SqlClient/internal/index.d.ts +1252 -0
  62. package/Microsoft.Data.SqlClient/internal/metadata.json +10965 -0
  63. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +640 -0
  64. package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +90 -0
  65. package/Microsoft.Data.SqlClient.DataClassification/internal/metadata.json +383 -0
  66. package/Microsoft.Data.SqlClient.DataClassification.d.ts +19 -0
  67. package/Microsoft.Data.SqlClient.DataClassification.js +9 -0
  68. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +4421 -0
  69. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +341 -0
  70. package/Microsoft.Data.SqlClient.Diagnostics/internal/metadata.json +2693 -0
  71. package/Microsoft.Data.SqlClient.Diagnostics.d.ts +30 -0
  72. package/Microsoft.Data.SqlClient.Diagnostics.js +9 -0
  73. package/Microsoft.Data.SqlClient.Server/bindings.json +3543 -0
  74. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +184 -0
  75. package/Microsoft.Data.SqlClient.Server/internal/metadata.json +2235 -0
  76. package/Microsoft.Data.SqlClient.Server.d.ts +16 -0
  77. package/Microsoft.Data.SqlClient.Server.js +9 -0
  78. package/Microsoft.Data.SqlClient.d.ts +92 -0
  79. package/Microsoft.Data.SqlClient.js +9 -0
  80. package/Microsoft.Data.SqlTypes/bindings.json +902 -0
  81. package/Microsoft.Data.SqlTypes/internal/index.d.ts +82 -0
  82. package/Microsoft.Data.SqlTypes/internal/metadata.json +558 -0
  83. package/Microsoft.Data.SqlTypes.d.ts +17 -0
  84. package/Microsoft.Data.SqlTypes.js +9 -0
  85. package/Microsoft.Data.d.ts +15 -0
  86. package/Microsoft.Data.js +9 -0
  87. package/Microsoft.EntityFrameworkCore/bindings.json +13302 -0
  88. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +693 -0
  89. package/Microsoft.EntityFrameworkCore/internal/metadata.json +9025 -0
  90. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +612 -0
  91. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +59 -0
  92. package/Microsoft.EntityFrameworkCore.Diagnostics/internal/metadata.json +303 -0
  93. package/Microsoft.EntityFrameworkCore.Diagnostics.d.ts +17 -0
  94. package/Microsoft.EntityFrameworkCore.Diagnostics.js +9 -0
  95. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +669 -0
  96. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +92 -0
  97. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/metadata.json +455 -0
  98. package/Microsoft.EntityFrameworkCore.Infrastructure.d.ts +20 -0
  99. package/Microsoft.EntityFrameworkCore.Infrastructure.js +9 -0
  100. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +125 -0
  101. package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +19 -0
  102. package/Microsoft.EntityFrameworkCore.Metadata/internal/metadata.json +72 -0
  103. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +1095 -0
  104. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +113 -0
  105. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/metadata.json +660 -0
  106. package/Microsoft.EntityFrameworkCore.Metadata.Builders.d.ts +31 -0
  107. package/Microsoft.EntityFrameworkCore.Metadata.Builders.js +9 -0
  108. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +1073 -0
  109. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +180 -0
  110. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/metadata.json +706 -0
  111. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +29 -0
  112. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.js +9 -0
  113. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +95 -0
  114. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +29 -0
  115. package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/metadata.json +88 -0
  116. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +14 -0
  117. package/Microsoft.EntityFrameworkCore.Metadata.Internal.js +9 -0
  118. package/Microsoft.EntityFrameworkCore.Metadata.d.ts +12 -0
  119. package/Microsoft.EntityFrameworkCore.Metadata.js +9 -0
  120. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +105 -0
  121. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +36 -0
  122. package/Microsoft.EntityFrameworkCore.Migrations/internal/metadata.json +81 -0
  123. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +151 -0
  124. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +43 -0
  125. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/metadata.json +100 -0
  126. package/Microsoft.EntityFrameworkCore.Migrations.Operations.d.ts +16 -0
  127. package/Microsoft.EntityFrameworkCore.Migrations.Operations.js +9 -0
  128. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +18 -0
  129. package/Microsoft.EntityFrameworkCore.Migrations.js +9 -0
  130. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +476 -0
  131. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +67 -0
  132. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/metadata.json +317 -0
  133. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +20 -0
  134. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.js +9 -0
  135. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +525 -0
  136. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +46 -0
  137. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/metadata.json +238 -0
  138. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.d.ts +12 -0
  139. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal.js +9 -0
  140. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +572 -0
  141. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +44 -0
  142. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/metadata.json +393 -0
  143. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +16 -0
  144. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.js +9 -0
  145. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +1259 -0
  146. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +106 -0
  147. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/metadata.json +790 -0
  148. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +21 -0
  149. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.js +9 -0
  150. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +1934 -0
  151. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +103 -0
  152. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/metadata.json +1294 -0
  153. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.d.ts +14 -0
  154. package/Microsoft.EntityFrameworkCore.SqlServer.Internal.js +9 -0
  155. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +933 -0
  156. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +73 -0
  157. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/metadata.json +452 -0
  158. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.d.ts +16 -0
  159. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal.js +9 -0
  160. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +482 -0
  161. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +67 -0
  162. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/metadata.json +317 -0
  163. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +21 -0
  164. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.js +9 -0
  165. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +5251 -0
  166. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +835 -0
  167. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/metadata.json +3289 -0
  168. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +141 -0
  169. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +33 -0
  170. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/metadata.json +95 -0
  171. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +17 -0
  172. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.js +9 -0
  173. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +87 -0
  174. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.js +9 -0
  175. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +238 -0
  176. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +53 -0
  177. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/metadata.json +167 -0
  178. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +21 -0
  179. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.js +9 -0
  180. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +2619 -0
  181. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +411 -0
  182. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/metadata.json +1697 -0
  183. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +55 -0
  184. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.js +9 -0
  185. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +719 -0
  186. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +105 -0
  187. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/metadata.json +500 -0
  188. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +24 -0
  189. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.js +9 -0
  190. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +493 -0
  191. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +111 -0
  192. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/metadata.json +339 -0
  193. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +24 -0
  194. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.js +9 -0
  195. package/Microsoft.EntityFrameworkCore.d.ts +46 -0
  196. package/Microsoft.EntityFrameworkCore.js +9 -0
  197. package/Microsoft.Extensions.DependencyInjection/bindings.json +164 -0
  198. package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +26 -0
  199. package/Microsoft.Extensions.DependencyInjection/internal/metadata.json +127 -0
  200. package/Microsoft.Extensions.DependencyInjection.d.ts +15 -0
  201. package/Microsoft.Extensions.DependencyInjection.js +9 -0
  202. package/Microsoft.Identity.Client/bindings.json +23512 -0
  203. package/Microsoft.Identity.Client/internal/index.d.ts +1605 -0
  204. package/Microsoft.Identity.Client/internal/metadata.json +11985 -0
  205. package/Microsoft.Identity.Client.Advanced/bindings.json +44 -0
  206. package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +20 -0
  207. package/Microsoft.Identity.Client.Advanced/internal/metadata.json +41 -0
  208. package/Microsoft.Identity.Client.Advanced.d.ts +17 -0
  209. package/Microsoft.Identity.Client.Advanced.js +9 -0
  210. package/Microsoft.Identity.Client.AppConfig/bindings.json +338 -0
  211. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +47 -0
  212. package/Microsoft.Identity.Client.AppConfig/internal/metadata.json +212 -0
  213. package/Microsoft.Identity.Client.AppConfig.d.ts +15 -0
  214. package/Microsoft.Identity.Client.AppConfig.js +9 -0
  215. package/Microsoft.Identity.Client.AuthScheme/bindings.json +167 -0
  216. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +25 -0
  217. package/Microsoft.Identity.Client.AuthScheme/internal/metadata.json +118 -0
  218. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +95 -0
  219. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +20 -0
  220. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/metadata.json +72 -0
  221. package/Microsoft.Identity.Client.AuthScheme.PoP.d.ts +12 -0
  222. package/Microsoft.Identity.Client.AuthScheme.PoP.js +9 -0
  223. package/Microsoft.Identity.Client.AuthScheme.d.ts +14 -0
  224. package/Microsoft.Identity.Client.AuthScheme.js +9 -0
  225. package/Microsoft.Identity.Client.Cache/bindings.json +210 -0
  226. package/Microsoft.Identity.Client.Cache/internal/index.d.ts +32 -0
  227. package/Microsoft.Identity.Client.Cache/internal/metadata.json +123 -0
  228. package/Microsoft.Identity.Client.Cache.d.ts +13 -0
  229. package/Microsoft.Identity.Client.Cache.js +9 -0
  230. package/Microsoft.Identity.Client.Extensibility/bindings.json +882 -0
  231. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +128 -0
  232. package/Microsoft.Identity.Client.Extensibility/internal/metadata.json +620 -0
  233. package/Microsoft.Identity.Client.Extensibility.d.ts +30 -0
  234. package/Microsoft.Identity.Client.Extensibility.js +9 -0
  235. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +1464 -0
  236. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +163 -0
  237. package/Microsoft.Identity.Client.Extensions.Msal/internal/metadata.json +877 -0
  238. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +25 -0
  239. package/Microsoft.Identity.Client.Extensions.Msal.js +9 -0
  240. package/Microsoft.Identity.Client.Kerberos/bindings.json +634 -0
  241. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +58 -0
  242. package/Microsoft.Identity.Client.Kerberos/internal/metadata.json +386 -0
  243. package/Microsoft.Identity.Client.Kerberos.d.ts +15 -0
  244. package/Microsoft.Identity.Client.Kerberos.js +9 -0
  245. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +209 -0
  246. package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +23 -0
  247. package/Microsoft.Identity.Client.ManagedIdentity/internal/metadata.json +106 -0
  248. package/Microsoft.Identity.Client.ManagedIdentity.d.ts +12 -0
  249. package/Microsoft.Identity.Client.ManagedIdentity.js +9 -0
  250. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +44 -0
  251. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +22 -0
  252. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/metadata.json +41 -0
  253. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.d.ts +12 -0
  254. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos.js +9 -0
  255. package/Microsoft.Identity.Client.RP/bindings.json +83 -0
  256. package/Microsoft.Identity.Client.RP/internal/index.d.ts +27 -0
  257. package/Microsoft.Identity.Client.RP/internal/metadata.json +74 -0
  258. package/Microsoft.Identity.Client.RP.d.ts +18 -0
  259. package/Microsoft.Identity.Client.RP.js +9 -0
  260. package/Microsoft.Identity.Client.Region/bindings.json +167 -0
  261. package/Microsoft.Identity.Client.Region/internal/index.d.ts +21 -0
  262. package/Microsoft.Identity.Client.Region/internal/metadata.json +88 -0
  263. package/Microsoft.Identity.Client.Region.d.ts +12 -0
  264. package/Microsoft.Identity.Client.Region.js +9 -0
  265. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +68 -0
  266. package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +20 -0
  267. package/Microsoft.Identity.Client.SSHCertificates/internal/metadata.json +57 -0
  268. package/Microsoft.Identity.Client.SSHCertificates.d.ts +16 -0
  269. package/Microsoft.Identity.Client.SSHCertificates.js +9 -0
  270. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +66 -0
  271. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +24 -0
  272. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/metadata.json +46 -0
  273. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.d.ts +13 -0
  274. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient.js +9 -0
  275. package/Microsoft.Identity.Client.Utils/bindings.json +164 -0
  276. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +29 -0
  277. package/Microsoft.Identity.Client.Utils/internal/metadata.json +121 -0
  278. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +68 -0
  279. package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +19 -0
  280. package/Microsoft.Identity.Client.Utils.Windows/internal/metadata.json +57 -0
  281. package/Microsoft.Identity.Client.Utils.Windows.d.ts +12 -0
  282. package/Microsoft.Identity.Client.Utils.Windows.js +9 -0
  283. package/Microsoft.Identity.Client.Utils.d.ts +13 -0
  284. package/Microsoft.Identity.Client.Utils.js +9 -0
  285. package/Microsoft.Identity.Client.d.ts +124 -0
  286. package/Microsoft.Identity.Client.js +9 -0
  287. package/Microsoft.IdentityModel.Abstractions/bindings.json +1278 -0
  288. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +132 -0
  289. package/Microsoft.IdentityModel.Abstractions/internal/metadata.json +843 -0
  290. package/Microsoft.IdentityModel.Abstractions.d.ts +20 -0
  291. package/Microsoft.IdentityModel.Abstractions.js +9 -0
  292. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +3592 -0
  293. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +242 -0
  294. package/Microsoft.IdentityModel.JsonWebTokens/internal/metadata.json +1997 -0
  295. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +24 -0
  296. package/Microsoft.IdentityModel.JsonWebTokens.js +9 -0
  297. package/Microsoft.IdentityModel.Logging/bindings.json +1715 -0
  298. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +137 -0
  299. package/Microsoft.IdentityModel.Logging/internal/metadata.json +1117 -0
  300. package/Microsoft.IdentityModel.Logging.d.ts +21 -0
  301. package/Microsoft.IdentityModel.Logging.js +9 -0
  302. package/Microsoft.IdentityModel.Protocols/bindings.json +1839 -0
  303. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +208 -0
  304. package/Microsoft.IdentityModel.Protocols/internal/metadata.json +1067 -0
  305. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +177 -0
  306. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +43 -0
  307. package/Microsoft.IdentityModel.Protocols.Configuration/internal/metadata.json +72 -0
  308. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +18 -0
  309. package/Microsoft.IdentityModel.Protocols.Configuration.js +9 -0
  310. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +7825 -0
  311. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +515 -0
  312. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/metadata.json +4288 -0
  313. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +117 -0
  314. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +35 -0
  315. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/metadata.json +80 -0
  316. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.d.ts +14 -0
  317. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration.js +9 -0
  318. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +42 -0
  319. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.js +9 -0
  320. package/Microsoft.IdentityModel.Protocols.d.ts +32 -0
  321. package/Microsoft.IdentityModel.Protocols.js +9 -0
  322. package/Microsoft.IdentityModel.Tokens/bindings.json +18398 -0
  323. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +1485 -0
  324. package/Microsoft.IdentityModel.Tokens/internal/metadata.json +10430 -0
  325. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +162 -0
  326. package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +30 -0
  327. package/Microsoft.IdentityModel.Tokens.Configuration/internal/metadata.json +101 -0
  328. package/Microsoft.IdentityModel.Tokens.Configuration.d.ts +15 -0
  329. package/Microsoft.IdentityModel.Tokens.Configuration.js +9 -0
  330. package/Microsoft.IdentityModel.Tokens.d.ts +123 -0
  331. package/Microsoft.IdentityModel.Tokens.js +9 -0
  332. package/Microsoft.SqlServer.Server/bindings.json +1337 -0
  333. package/Microsoft.SqlServer.Server/internal/index.d.ts +138 -0
  334. package/Microsoft.SqlServer.Server/internal/metadata.json +792 -0
  335. package/Microsoft.SqlServer.Server.d.ts +23 -0
  336. package/Microsoft.SqlServer.Server.js +9 -0
  337. package/README.md +5 -0
  338. package/System/bindings.json +877 -0
  339. package/System/internal/index.d.ts +67 -0
  340. package/System/internal/metadata.json +523 -0
  341. package/System.ClientModel/bindings.json +975 -0
  342. package/System.ClientModel/internal/index.d.ts +152 -0
  343. package/System.ClientModel/internal/metadata.json +637 -0
  344. package/System.ClientModel.Primitives/bindings.json +5278 -0
  345. package/System.ClientModel.Primitives/internal/index.d.ts +596 -0
  346. package/System.ClientModel.Primitives/internal/metadata.json +3433 -0
  347. package/System.ClientModel.Primitives.d.ts +65 -0
  348. package/System.ClientModel.Primitives.js +9 -0
  349. package/System.ClientModel.d.ts +42 -0
  350. package/System.ClientModel.js +9 -0
  351. package/System.Configuration/bindings.json +22798 -0
  352. package/System.Configuration/internal/index.d.ts +2085 -0
  353. package/System.Configuration/internal/metadata.json +11888 -0
  354. package/System.Configuration.Internal/bindings.json +3313 -0
  355. package/System.Configuration.Internal/internal/index.d.ts +228 -0
  356. package/System.Configuration.Internal/internal/metadata.json +2269 -0
  357. package/System.Configuration.Internal.d.ts +30 -0
  358. package/System.Configuration.Internal.js +9 -0
  359. package/System.Configuration.Provider/bindings.json +447 -0
  360. package/System.Configuration.Provider/internal/index.d.ts +63 -0
  361. package/System.Configuration.Provider/internal/metadata.json +284 -0
  362. package/System.Configuration.Provider.d.ts +17 -0
  363. package/System.Configuration.Provider.js +9 -0
  364. package/System.Configuration.d.ts +166 -0
  365. package/System.Configuration.js +9 -0
  366. package/System.Diagnostics/bindings.json +44 -0
  367. package/System.Diagnostics/internal/index.d.ts +18 -0
  368. package/System.Diagnostics/internal/metadata.json +48 -0
  369. package/System.Diagnostics.d.ts +12 -0
  370. package/System.Diagnostics.js +9 -0
  371. package/System.Drawing.Configuration/bindings.json +178 -0
  372. package/System.Drawing.Configuration/internal/index.d.ts +25 -0
  373. package/System.Drawing.Configuration/internal/metadata.json +46 -0
  374. package/System.Drawing.Configuration.d.ts +13 -0
  375. package/System.Drawing.Configuration.js +9 -0
  376. package/System.IdentityModel.Tokens.Jwt/bindings.json +4622 -0
  377. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +309 -0
  378. package/System.IdentityModel.Tokens.Jwt/internal/metadata.json +2556 -0
  379. package/System.IdentityModel.Tokens.Jwt.d.ts +29 -0
  380. package/System.IdentityModel.Tokens.Jwt.js +9 -0
  381. package/System.Security.Cryptography/bindings.json +146 -0
  382. package/System.Security.Cryptography/internal/index.d.ts +25 -0
  383. package/System.Security.Cryptography/internal/metadata.json +104 -0
  384. package/System.Security.Cryptography.d.ts +13 -0
  385. package/System.Security.Cryptography.js +9 -0
  386. package/System.Text.Json.Serialization/bindings.json +96 -0
  387. package/System.Text.Json.Serialization/internal/index.d.ts +32 -0
  388. package/System.Text.Json.Serialization/internal/metadata.json +70 -0
  389. package/System.Text.Json.Serialization.d.ts +15 -0
  390. package/System.Text.Json.Serialization.js +9 -0
  391. package/System.d.ts +21 -0
  392. package/System.js +9 -0
  393. package/__build/ref/Program.cs +5 -0
  394. package/__build/ref/ref.csproj +14 -0
  395. package/__build/scripts/generate.sh +113 -0
  396. package/__internal/extensions/index.d.ts +153 -0
  397. package/families.json +30 -0
  398. package/package.json +27 -0
  399. package/tsconfig.json +20 -0
@@ -0,0 +1,1997 @@
1
+ {
2
+ "namespace": "Microsoft.IdentityModel.JsonWebTokens",
3
+ "contributingAssemblies": [
4
+ "Microsoft.IdentityModel.JsonWebTokens"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
9
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
10
+ "tsEmitName": "JwtHeaderParameterNames",
11
+ "kind": "Struct",
12
+ "accessibility": "Public",
13
+ "isAbstract": false,
14
+ "isSealed": true,
15
+ "isStatic": false,
16
+ "arity": 0,
17
+ "methods": [],
18
+ "properties": [],
19
+ "fields": [
20
+ {
21
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::AlgSystem.String",
22
+ "clrName": "Alg",
23
+ "tsEmitName": "alg",
24
+ "normalizedSignature": "Alg|System.String|static=true|const=true",
25
+ "isStatic": true,
26
+ "isReadOnly": false,
27
+ "isLiteral": true
28
+ },
29
+ {
30
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::ApuSystem.String",
31
+ "clrName": "Apu",
32
+ "tsEmitName": "apu",
33
+ "normalizedSignature": "Apu|System.String|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::ApvSystem.String",
40
+ "clrName": "Apv",
41
+ "tsEmitName": "apv",
42
+ "normalizedSignature": "Apv|System.String|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ },
47
+ {
48
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::EpkSystem.String",
49
+ "clrName": "Epk",
50
+ "tsEmitName": "epk",
51
+ "normalizedSignature": "Epk|System.String|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "isLiteral": true
55
+ },
56
+ {
57
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::CtySystem.String",
58
+ "clrName": "Cty",
59
+ "tsEmitName": "cty",
60
+ "normalizedSignature": "Cty|System.String|static=true|const=true",
61
+ "isStatic": true,
62
+ "isReadOnly": false,
63
+ "isLiteral": true
64
+ },
65
+ {
66
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::EncSystem.String",
67
+ "clrName": "Enc",
68
+ "tsEmitName": "enc",
69
+ "normalizedSignature": "Enc|System.String|static=true|const=true",
70
+ "isStatic": true,
71
+ "isReadOnly": false,
72
+ "isLiteral": true
73
+ },
74
+ {
75
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::IVSystem.String",
76
+ "clrName": "IV",
77
+ "tsEmitName": "IV",
78
+ "normalizedSignature": "IV|System.String|static=true|const=true",
79
+ "isStatic": true,
80
+ "isReadOnly": false,
81
+ "isLiteral": true
82
+ },
83
+ {
84
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::JkuSystem.String",
85
+ "clrName": "Jku",
86
+ "tsEmitName": "jku",
87
+ "normalizedSignature": "Jku|System.String|static=true|const=true",
88
+ "isStatic": true,
89
+ "isReadOnly": false,
90
+ "isLiteral": true
91
+ },
92
+ {
93
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::JwkSystem.String",
94
+ "clrName": "Jwk",
95
+ "tsEmitName": "jwk",
96
+ "normalizedSignature": "Jwk|System.String|static=true|const=true",
97
+ "isStatic": true,
98
+ "isReadOnly": false,
99
+ "isLiteral": true
100
+ },
101
+ {
102
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::KidSystem.String",
103
+ "clrName": "Kid",
104
+ "tsEmitName": "kid",
105
+ "normalizedSignature": "Kid|System.String|static=true|const=true",
106
+ "isStatic": true,
107
+ "isReadOnly": false,
108
+ "isLiteral": true
109
+ },
110
+ {
111
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::TypSystem.String",
112
+ "clrName": "Typ",
113
+ "tsEmitName": "typ",
114
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
115
+ "isStatic": true,
116
+ "isReadOnly": false,
117
+ "isLiteral": true
118
+ },
119
+ {
120
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::X5cSystem.String",
121
+ "clrName": "X5c",
122
+ "tsEmitName": "x5c",
123
+ "normalizedSignature": "X5c|System.String|static=true|const=true",
124
+ "isStatic": true,
125
+ "isReadOnly": false,
126
+ "isLiteral": true
127
+ },
128
+ {
129
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::X5tSystem.String",
130
+ "clrName": "X5t",
131
+ "tsEmitName": "x5t",
132
+ "normalizedSignature": "X5t|System.String|static=true|const=true",
133
+ "isStatic": true,
134
+ "isReadOnly": false,
135
+ "isLiteral": true
136
+ },
137
+ {
138
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::X5uSystem.String",
139
+ "clrName": "X5u",
140
+ "tsEmitName": "x5u",
141
+ "normalizedSignature": "X5u|System.String|static=true|const=true",
142
+ "isStatic": true,
143
+ "isReadOnly": false,
144
+ "isLiteral": true
145
+ },
146
+ {
147
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::ZipSystem.String",
148
+ "clrName": "Zip",
149
+ "tsEmitName": "zip",
150
+ "normalizedSignature": "Zip|System.String|static=true|const=true",
151
+ "isStatic": true,
152
+ "isReadOnly": false,
153
+ "isLiteral": true
154
+ }
155
+ ],
156
+ "events": [],
157
+ "constructors": []
158
+ },
159
+ {
160
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
161
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
162
+ "tsEmitName": "JwtRegisteredClaimNames",
163
+ "kind": "Struct",
164
+ "accessibility": "Public",
165
+ "isAbstract": false,
166
+ "isSealed": true,
167
+ "isStatic": false,
168
+ "arity": 0,
169
+ "methods": [],
170
+ "properties": [],
171
+ "fields": [
172
+ {
173
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ActortSystem.String",
174
+ "clrName": "Actort",
175
+ "tsEmitName": "actort",
176
+ "normalizedSignature": "Actort|System.String|static=true|const=true",
177
+ "isStatic": true,
178
+ "isReadOnly": false,
179
+ "isLiteral": true
180
+ },
181
+ {
182
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AcrSystem.String",
183
+ "clrName": "Acr",
184
+ "tsEmitName": "acr",
185
+ "normalizedSignature": "Acr|System.String|static=true|const=true",
186
+ "isStatic": true,
187
+ "isReadOnly": false,
188
+ "isLiteral": true
189
+ },
190
+ {
191
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AddressSystem.String",
192
+ "clrName": "Address",
193
+ "tsEmitName": "address",
194
+ "normalizedSignature": "Address|System.String|static=true|const=true",
195
+ "isStatic": true,
196
+ "isReadOnly": false,
197
+ "isLiteral": true
198
+ },
199
+ {
200
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AmrSystem.String",
201
+ "clrName": "Amr",
202
+ "tsEmitName": "amr",
203
+ "normalizedSignature": "Amr|System.String|static=true|const=true",
204
+ "isStatic": true,
205
+ "isReadOnly": false,
206
+ "isLiteral": true
207
+ },
208
+ {
209
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AudSystem.String",
210
+ "clrName": "Aud",
211
+ "tsEmitName": "aud",
212
+ "normalizedSignature": "Aud|System.String|static=true|const=true",
213
+ "isStatic": true,
214
+ "isReadOnly": false,
215
+ "isLiteral": true
216
+ },
217
+ {
218
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AuthTimeSystem.String",
219
+ "clrName": "AuthTime",
220
+ "tsEmitName": "authTime",
221
+ "normalizedSignature": "AuthTime|System.String|static=true|const=true",
222
+ "isStatic": true,
223
+ "isReadOnly": false,
224
+ "isLiteral": true
225
+ },
226
+ {
227
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AzpSystem.String",
228
+ "clrName": "Azp",
229
+ "tsEmitName": "azp",
230
+ "normalizedSignature": "Azp|System.String|static=true|const=true",
231
+ "isStatic": true,
232
+ "isReadOnly": false,
233
+ "isLiteral": true
234
+ },
235
+ {
236
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::BirthdateSystem.String",
237
+ "clrName": "Birthdate",
238
+ "tsEmitName": "birthdate",
239
+ "normalizedSignature": "Birthdate|System.String|static=true|const=true",
240
+ "isStatic": true,
241
+ "isReadOnly": false,
242
+ "isLiteral": true
243
+ },
244
+ {
245
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::CHashSystem.String",
246
+ "clrName": "CHash",
247
+ "tsEmitName": "cHash",
248
+ "normalizedSignature": "CHash|System.String|static=true|const=true",
249
+ "isStatic": true,
250
+ "isReadOnly": false,
251
+ "isLiteral": true
252
+ },
253
+ {
254
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AtHashSystem.String",
255
+ "clrName": "AtHash",
256
+ "tsEmitName": "atHash",
257
+ "normalizedSignature": "AtHash|System.String|static=true|const=true",
258
+ "isStatic": true,
259
+ "isReadOnly": false,
260
+ "isLiteral": true
261
+ },
262
+ {
263
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::EmailSystem.String",
264
+ "clrName": "Email",
265
+ "tsEmitName": "email",
266
+ "normalizedSignature": "Email|System.String|static=true|const=true",
267
+ "isStatic": true,
268
+ "isReadOnly": false,
269
+ "isLiteral": true
270
+ },
271
+ {
272
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::EmailVerifiedSystem.String",
273
+ "clrName": "EmailVerified",
274
+ "tsEmitName": "emailVerified",
275
+ "normalizedSignature": "EmailVerified|System.String|static=true|const=true",
276
+ "isStatic": true,
277
+ "isReadOnly": false,
278
+ "isLiteral": true
279
+ },
280
+ {
281
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ExpSystem.String",
282
+ "clrName": "Exp",
283
+ "tsEmitName": "exp",
284
+ "normalizedSignature": "Exp|System.String|static=true|const=true",
285
+ "isStatic": true,
286
+ "isReadOnly": false,
287
+ "isLiteral": true
288
+ },
289
+ {
290
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::GenderSystem.String",
291
+ "clrName": "Gender",
292
+ "tsEmitName": "gender",
293
+ "normalizedSignature": "Gender|System.String|static=true|const=true",
294
+ "isStatic": true,
295
+ "isReadOnly": false,
296
+ "isLiteral": true
297
+ },
298
+ {
299
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::FamilyNameSystem.String",
300
+ "clrName": "FamilyName",
301
+ "tsEmitName": "familyName",
302
+ "normalizedSignature": "FamilyName|System.String|static=true|const=true",
303
+ "isStatic": true,
304
+ "isReadOnly": false,
305
+ "isLiteral": true
306
+ },
307
+ {
308
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::GivenNameSystem.String",
309
+ "clrName": "GivenName",
310
+ "tsEmitName": "givenName",
311
+ "normalizedSignature": "GivenName|System.String|static=true|const=true",
312
+ "isStatic": true,
313
+ "isReadOnly": false,
314
+ "isLiteral": true
315
+ },
316
+ {
317
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::IatSystem.String",
318
+ "clrName": "Iat",
319
+ "tsEmitName": "iat",
320
+ "normalizedSignature": "Iat|System.String|static=true|const=true",
321
+ "isStatic": true,
322
+ "isReadOnly": false,
323
+ "isLiteral": true
324
+ },
325
+ {
326
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::IssSystem.String",
327
+ "clrName": "Iss",
328
+ "tsEmitName": "iss",
329
+ "normalizedSignature": "Iss|System.String|static=true|const=true",
330
+ "isStatic": true,
331
+ "isReadOnly": false,
332
+ "isLiteral": true
333
+ },
334
+ {
335
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::JtiSystem.String",
336
+ "clrName": "Jti",
337
+ "tsEmitName": "jti",
338
+ "normalizedSignature": "Jti|System.String|static=true|const=true",
339
+ "isStatic": true,
340
+ "isReadOnly": false,
341
+ "isLiteral": true
342
+ },
343
+ {
344
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::LocaleSystem.String",
345
+ "clrName": "Locale",
346
+ "tsEmitName": "locale",
347
+ "normalizedSignature": "Locale|System.String|static=true|const=true",
348
+ "isStatic": true,
349
+ "isReadOnly": false,
350
+ "isLiteral": true
351
+ },
352
+ {
353
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::MiddleNameSystem.String",
354
+ "clrName": "MiddleName",
355
+ "tsEmitName": "middleName",
356
+ "normalizedSignature": "MiddleName|System.String|static=true|const=true",
357
+ "isStatic": true,
358
+ "isReadOnly": false,
359
+ "isLiteral": true
360
+ },
361
+ {
362
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NameSystem.String",
363
+ "clrName": "Name",
364
+ "tsEmitName": "name",
365
+ "normalizedSignature": "Name|System.String|static=true|const=true",
366
+ "isStatic": true,
367
+ "isReadOnly": false,
368
+ "isLiteral": true
369
+ },
370
+ {
371
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NameIdSystem.String",
372
+ "clrName": "NameId",
373
+ "tsEmitName": "nameId",
374
+ "normalizedSignature": "NameId|System.String|static=true|const=true",
375
+ "isStatic": true,
376
+ "isReadOnly": false,
377
+ "isLiteral": true
378
+ },
379
+ {
380
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NicknameSystem.String",
381
+ "clrName": "Nickname",
382
+ "tsEmitName": "nickname",
383
+ "normalizedSignature": "Nickname|System.String|static=true|const=true",
384
+ "isStatic": true,
385
+ "isReadOnly": false,
386
+ "isLiteral": true
387
+ },
388
+ {
389
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NonceSystem.String",
390
+ "clrName": "Nonce",
391
+ "tsEmitName": "nonce",
392
+ "normalizedSignature": "Nonce|System.String|static=true|const=true",
393
+ "isStatic": true,
394
+ "isReadOnly": false,
395
+ "isLiteral": true
396
+ },
397
+ {
398
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NbfSystem.String",
399
+ "clrName": "Nbf",
400
+ "tsEmitName": "nbf",
401
+ "normalizedSignature": "Nbf|System.String|static=true|const=true",
402
+ "isStatic": true,
403
+ "isReadOnly": false,
404
+ "isLiteral": true
405
+ },
406
+ {
407
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PhoneNumberSystem.String",
408
+ "clrName": "PhoneNumber",
409
+ "tsEmitName": "phoneNumber",
410
+ "normalizedSignature": "PhoneNumber|System.String|static=true|const=true",
411
+ "isStatic": true,
412
+ "isReadOnly": false,
413
+ "isLiteral": true
414
+ },
415
+ {
416
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PhoneNumberVerifiedSystem.String",
417
+ "clrName": "PhoneNumberVerified",
418
+ "tsEmitName": "phoneNumberVerified",
419
+ "normalizedSignature": "PhoneNumberVerified|System.String|static=true|const=true",
420
+ "isStatic": true,
421
+ "isReadOnly": false,
422
+ "isLiteral": true
423
+ },
424
+ {
425
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PictureSystem.String",
426
+ "clrName": "Picture",
427
+ "tsEmitName": "picture",
428
+ "normalizedSignature": "Picture|System.String|static=true|const=true",
429
+ "isStatic": true,
430
+ "isReadOnly": false,
431
+ "isLiteral": true
432
+ },
433
+ {
434
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PrnSystem.String",
435
+ "clrName": "Prn",
436
+ "tsEmitName": "prn",
437
+ "normalizedSignature": "Prn|System.String|static=true|const=true",
438
+ "isStatic": true,
439
+ "isReadOnly": false,
440
+ "isLiteral": true
441
+ },
442
+ {
443
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PreferredUsernameSystem.String",
444
+ "clrName": "PreferredUsername",
445
+ "tsEmitName": "preferredUsername",
446
+ "normalizedSignature": "PreferredUsername|System.String|static=true|const=true",
447
+ "isStatic": true,
448
+ "isReadOnly": false,
449
+ "isLiteral": true
450
+ },
451
+ {
452
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ProfileSystem.String",
453
+ "clrName": "Profile",
454
+ "tsEmitName": "profile",
455
+ "normalizedSignature": "Profile|System.String|static=true|const=true",
456
+ "isStatic": true,
457
+ "isReadOnly": false,
458
+ "isLiteral": true
459
+ },
460
+ {
461
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::SidSystem.String",
462
+ "clrName": "Sid",
463
+ "tsEmitName": "sid",
464
+ "normalizedSignature": "Sid|System.String|static=true|const=true",
465
+ "isStatic": true,
466
+ "isReadOnly": false,
467
+ "isLiteral": true
468
+ },
469
+ {
470
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::SubSystem.String",
471
+ "clrName": "Sub",
472
+ "tsEmitName": "sub",
473
+ "normalizedSignature": "Sub|System.String|static=true|const=true",
474
+ "isStatic": true,
475
+ "isReadOnly": false,
476
+ "isLiteral": true
477
+ },
478
+ {
479
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::TypSystem.String",
480
+ "clrName": "Typ",
481
+ "tsEmitName": "typ",
482
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
483
+ "isStatic": true,
484
+ "isReadOnly": false,
485
+ "isLiteral": true
486
+ },
487
+ {
488
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::UniqueNameSystem.String",
489
+ "clrName": "UniqueName",
490
+ "tsEmitName": "uniqueName",
491
+ "normalizedSignature": "UniqueName|System.String|static=true|const=true",
492
+ "isStatic": true,
493
+ "isReadOnly": false,
494
+ "isLiteral": true
495
+ },
496
+ {
497
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::UpdatedAtSystem.String",
498
+ "clrName": "UpdatedAt",
499
+ "tsEmitName": "updatedAt",
500
+ "normalizedSignature": "UpdatedAt|System.String|static=true|const=true",
501
+ "isStatic": true,
502
+ "isReadOnly": false,
503
+ "isLiteral": true
504
+ },
505
+ {
506
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::WebsiteSystem.String",
507
+ "clrName": "Website",
508
+ "tsEmitName": "website",
509
+ "normalizedSignature": "Website|System.String|static=true|const=true",
510
+ "isStatic": true,
511
+ "isReadOnly": false,
512
+ "isLiteral": true
513
+ },
514
+ {
515
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ZoneInfoSystem.String",
516
+ "clrName": "ZoneInfo",
517
+ "tsEmitName": "zoneInfo",
518
+ "normalizedSignature": "ZoneInfo|System.String|static=true|const=true",
519
+ "isStatic": true,
520
+ "isReadOnly": false,
521
+ "isLiteral": true
522
+ }
523
+ ],
524
+ "events": [],
525
+ "constructors": []
526
+ },
527
+ {
528
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
529
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
530
+ "tsEmitName": "JsonWebToken",
531
+ "kind": "Class",
532
+ "accessibility": "Public",
533
+ "isAbstract": false,
534
+ "isSealed": false,
535
+ "isStatic": false,
536
+ "arity": 0,
537
+ "methods": [
538
+ {
539
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ToString():System.String",
540
+ "clrName": "ToString",
541
+ "tsEmitName": "toString",
542
+ "normalizedSignature": "ToString|():System.String|static=false",
543
+ "provenance": "Original",
544
+ "emitScope": "ClassSurface",
545
+ "isStatic": false,
546
+ "isAbstract": false,
547
+ "isVirtual": true,
548
+ "isOverride": true,
549
+ "isSealed": false,
550
+ "arity": 0,
551
+ "parameterCount": 0,
552
+ "isExtensionMethod": false
553
+ },
554
+ {
555
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::UnsafeToString():System.String",
556
+ "clrName": "UnsafeToString",
557
+ "tsEmitName": "unsafeToString",
558
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
559
+ "provenance": "Original",
560
+ "emitScope": "ClassSurface",
561
+ "isStatic": false,
562
+ "isAbstract": false,
563
+ "isVirtual": true,
564
+ "isOverride": true,
565
+ "isSealed": false,
566
+ "arity": 0,
567
+ "parameterCount": 0,
568
+ "isExtensionMethod": false
569
+ },
570
+ {
571
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::GetClaim(System.String):System.Security.Claims.Claim",
572
+ "clrName": "GetClaim",
573
+ "tsEmitName": "getClaim",
574
+ "normalizedSignature": "GetClaim|(System.String):System.Security.Claims.Claim|static=false",
575
+ "provenance": "Original",
576
+ "emitScope": "ClassSurface",
577
+ "isStatic": false,
578
+ "isAbstract": false,
579
+ "isVirtual": false,
580
+ "isOverride": false,
581
+ "isSealed": false,
582
+ "arity": 0,
583
+ "parameterCount": 1,
584
+ "isExtensionMethod": false
585
+ },
586
+ {
587
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetClaim(System.String,System.Security.Claims.Claim\u0026):System.Boolean",
588
+ "clrName": "TryGetClaim",
589
+ "tsEmitName": "tryGetClaim",
590
+ "normalizedSignature": "TryGetClaim|(System.String,System.Security.Claims.Claim\u0026):System.Boolean|static=false",
591
+ "provenance": "Original",
592
+ "emitScope": "ClassSurface",
593
+ "isStatic": false,
594
+ "isAbstract": false,
595
+ "isVirtual": false,
596
+ "isOverride": false,
597
+ "isSealed": false,
598
+ "arity": 0,
599
+ "parameterCount": 2,
600
+ "isExtensionMethod": false,
601
+ "parameterModifiers": [
602
+ {
603
+ "index": 1,
604
+ "modifier": "out"
605
+ }
606
+ ]
607
+ },
608
+ {
609
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::GetHeaderValue(System.String):T",
610
+ "clrName": "GetHeaderValue",
611
+ "tsEmitName": "getHeaderValue",
612
+ "normalizedSignature": "GetHeaderValue|(System.String):T|static=false",
613
+ "provenance": "Original",
614
+ "emitScope": "ClassSurface",
615
+ "isStatic": false,
616
+ "isAbstract": false,
617
+ "isVirtual": false,
618
+ "isOverride": false,
619
+ "isSealed": false,
620
+ "arity": 1,
621
+ "parameterCount": 1,
622
+ "isExtensionMethod": false
623
+ },
624
+ {
625
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::GetPayloadValue(System.String):T",
626
+ "clrName": "GetPayloadValue",
627
+ "tsEmitName": "getPayloadValue",
628
+ "normalizedSignature": "GetPayloadValue|(System.String):T|static=false",
629
+ "provenance": "Original",
630
+ "emitScope": "ClassSurface",
631
+ "isStatic": false,
632
+ "isAbstract": false,
633
+ "isVirtual": false,
634
+ "isOverride": false,
635
+ "isSealed": false,
636
+ "arity": 1,
637
+ "parameterCount": 1,
638
+ "isExtensionMethod": false
639
+ },
640
+ {
641
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetValue(System.String,T\u0026):System.Boolean",
642
+ "clrName": "TryGetValue",
643
+ "tsEmitName": "tryGetValue",
644
+ "normalizedSignature": "TryGetValue|(System.String,T\u0026):System.Boolean|static=false",
645
+ "provenance": "Original",
646
+ "emitScope": "ClassSurface",
647
+ "isStatic": false,
648
+ "isAbstract": false,
649
+ "isVirtual": false,
650
+ "isOverride": false,
651
+ "isSealed": false,
652
+ "arity": 1,
653
+ "parameterCount": 2,
654
+ "isExtensionMethod": false,
655
+ "parameterModifiers": [
656
+ {
657
+ "index": 1,
658
+ "modifier": "out"
659
+ }
660
+ ]
661
+ },
662
+ {
663
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetHeaderValue(System.String,T\u0026):System.Boolean",
664
+ "clrName": "TryGetHeaderValue",
665
+ "tsEmitName": "tryGetHeaderValue",
666
+ "normalizedSignature": "TryGetHeaderValue|(System.String,T\u0026):System.Boolean|static=false",
667
+ "provenance": "Original",
668
+ "emitScope": "ClassSurface",
669
+ "isStatic": false,
670
+ "isAbstract": false,
671
+ "isVirtual": false,
672
+ "isOverride": false,
673
+ "isSealed": false,
674
+ "arity": 1,
675
+ "parameterCount": 2,
676
+ "isExtensionMethod": false,
677
+ "parameterModifiers": [
678
+ {
679
+ "index": 1,
680
+ "modifier": "out"
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetPayloadValue(System.String,T\u0026):System.Boolean",
686
+ "clrName": "TryGetPayloadValue",
687
+ "tsEmitName": "tryGetPayloadValue",
688
+ "normalizedSignature": "TryGetPayloadValue|(System.String,T\u0026):System.Boolean|static=false",
689
+ "provenance": "Original",
690
+ "emitScope": "ClassSurface",
691
+ "isStatic": false,
692
+ "isAbstract": false,
693
+ "isVirtual": false,
694
+ "isOverride": false,
695
+ "isSealed": false,
696
+ "arity": 1,
697
+ "parameterCount": 2,
698
+ "isExtensionMethod": false,
699
+ "parameterModifiers": [
700
+ {
701
+ "index": 1,
702
+ "modifier": "out"
703
+ }
704
+ ]
705
+ },
706
+ {
707
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact::UnsafeToString():System.String",
708
+ "clrName": "UnsafeToString",
709
+ "tsEmitName": "unsafeToString$view",
710
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
711
+ "provenance": "ExplicitView",
712
+ "emitScope": "ViewOnly",
713
+ "isStatic": false,
714
+ "isAbstract": false,
715
+ "isVirtual": true,
716
+ "isOverride": false,
717
+ "isSealed": false,
718
+ "arity": 0,
719
+ "parameterCount": 0,
720
+ "sourceInterface": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
721
+ "isExtensionMethod": false
722
+ }
723
+ ],
724
+ "properties": [
725
+ {
726
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::AuthenticationTag:System.String",
727
+ "clrName": "AuthenticationTag",
728
+ "tsEmitName": "authenticationTag",
729
+ "normalizedSignature": "AuthenticationTag|:System.String|static=false|accessor=get",
730
+ "provenance": "Original",
731
+ "emitScope": "ClassSurface",
732
+ "isStatic": false,
733
+ "isAbstract": false,
734
+ "isVirtual": false,
735
+ "isOverride": false,
736
+ "isIndexer": false,
737
+ "hasGetter": true,
738
+ "hasSetter": false
739
+ },
740
+ {
741
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Ciphertext:System.String",
742
+ "clrName": "Ciphertext",
743
+ "tsEmitName": "ciphertext",
744
+ "normalizedSignature": "Ciphertext|:System.String|static=false|accessor=get",
745
+ "provenance": "Original",
746
+ "emitScope": "ClassSurface",
747
+ "isStatic": false,
748
+ "isAbstract": false,
749
+ "isVirtual": false,
750
+ "isOverride": false,
751
+ "isIndexer": false,
752
+ "hasGetter": true,
753
+ "hasSetter": false
754
+ },
755
+ {
756
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedHeader:System.String",
757
+ "clrName": "EncodedHeader",
758
+ "tsEmitName": "encodedHeader",
759
+ "normalizedSignature": "EncodedHeader|:System.String|static=false|accessor=get",
760
+ "provenance": "Original",
761
+ "emitScope": "ClassSurface",
762
+ "isStatic": false,
763
+ "isAbstract": false,
764
+ "isVirtual": false,
765
+ "isOverride": false,
766
+ "isIndexer": false,
767
+ "hasGetter": true,
768
+ "hasSetter": false
769
+ },
770
+ {
771
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncryptedKey:System.String",
772
+ "clrName": "EncryptedKey",
773
+ "tsEmitName": "encryptedKey",
774
+ "normalizedSignature": "EncryptedKey|:System.String|static=false|accessor=get",
775
+ "provenance": "Original",
776
+ "emitScope": "ClassSurface",
777
+ "isStatic": false,
778
+ "isAbstract": false,
779
+ "isVirtual": false,
780
+ "isOverride": false,
781
+ "isIndexer": false,
782
+ "hasGetter": true,
783
+ "hasSetter": false
784
+ },
785
+ {
786
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedPayload:System.String",
787
+ "clrName": "EncodedPayload",
788
+ "tsEmitName": "encodedPayload",
789
+ "normalizedSignature": "EncodedPayload|:System.String|static=false|accessor=get",
790
+ "provenance": "Original",
791
+ "emitScope": "ClassSurface",
792
+ "isStatic": false,
793
+ "isAbstract": false,
794
+ "isVirtual": false,
795
+ "isOverride": false,
796
+ "isIndexer": false,
797
+ "hasGetter": true,
798
+ "hasSetter": false
799
+ },
800
+ {
801
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedSignature:System.String",
802
+ "clrName": "EncodedSignature",
803
+ "tsEmitName": "encodedSignature",
804
+ "normalizedSignature": "EncodedSignature|:System.String|static=false|accessor=get",
805
+ "provenance": "Original",
806
+ "emitScope": "ClassSurface",
807
+ "isStatic": false,
808
+ "isAbstract": false,
809
+ "isVirtual": false,
810
+ "isOverride": false,
811
+ "isIndexer": false,
812
+ "hasGetter": true,
813
+ "hasSetter": false
814
+ },
815
+ {
816
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedToken:System.String",
817
+ "clrName": "EncodedToken",
818
+ "tsEmitName": "encodedToken",
819
+ "normalizedSignature": "EncodedToken|:System.String|static=false|accessor=get",
820
+ "provenance": "Original",
821
+ "emitScope": "ClassSurface",
822
+ "isStatic": false,
823
+ "isAbstract": false,
824
+ "isVirtual": false,
825
+ "isOverride": false,
826
+ "isIndexer": false,
827
+ "hasGetter": true,
828
+ "hasSetter": false
829
+ },
830
+ {
831
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::InitializationVector:System.String",
832
+ "clrName": "InitializationVector",
833
+ "tsEmitName": "initializationVector",
834
+ "normalizedSignature": "InitializationVector|:System.String|static=false|accessor=get",
835
+ "provenance": "Original",
836
+ "emitScope": "ClassSurface",
837
+ "isStatic": false,
838
+ "isAbstract": false,
839
+ "isVirtual": false,
840
+ "isOverride": false,
841
+ "isIndexer": false,
842
+ "hasGetter": true,
843
+ "hasSetter": false
844
+ },
845
+ {
846
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::InnerToken:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
847
+ "clrName": "InnerToken",
848
+ "tsEmitName": "innerToken",
849
+ "normalizedSignature": "InnerToken|:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false|accessor=get",
850
+ "provenance": "Original",
851
+ "emitScope": "ClassSurface",
852
+ "isStatic": false,
853
+ "isAbstract": false,
854
+ "isVirtual": false,
855
+ "isOverride": false,
856
+ "isIndexer": false,
857
+ "hasGetter": true,
858
+ "hasSetter": false
859
+ },
860
+ {
861
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::IsEncrypted:System.Boolean",
862
+ "clrName": "IsEncrypted",
863
+ "tsEmitName": "isEncrypted",
864
+ "normalizedSignature": "IsEncrypted|:System.Boolean|static=false|accessor=get",
865
+ "provenance": "Original",
866
+ "emitScope": "ClassSurface",
867
+ "isStatic": false,
868
+ "isAbstract": false,
869
+ "isVirtual": false,
870
+ "isOverride": false,
871
+ "isIndexer": false,
872
+ "hasGetter": true,
873
+ "hasSetter": false
874
+ },
875
+ {
876
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::IsSigned:System.Boolean",
877
+ "clrName": "IsSigned",
878
+ "tsEmitName": "isSigned",
879
+ "normalizedSignature": "IsSigned|:System.Boolean|static=false|accessor=get",
880
+ "provenance": "Original",
881
+ "emitScope": "ClassSurface",
882
+ "isStatic": false,
883
+ "isAbstract": false,
884
+ "isVirtual": false,
885
+ "isOverride": false,
886
+ "isIndexer": false,
887
+ "hasGetter": true,
888
+ "hasSetter": false
889
+ },
890
+ {
891
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::SecurityKey:Microsoft.IdentityModel.Tokens.SecurityKey",
892
+ "clrName": "SecurityKey",
893
+ "tsEmitName": "securityKey",
894
+ "normalizedSignature": "SecurityKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=get",
895
+ "provenance": "Original",
896
+ "emitScope": "ClassSurface",
897
+ "isStatic": false,
898
+ "isAbstract": false,
899
+ "isVirtual": true,
900
+ "isOverride": true,
901
+ "isIndexer": false,
902
+ "hasGetter": true,
903
+ "hasSetter": false
904
+ },
905
+ {
906
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::SigningKey:Microsoft.IdentityModel.Tokens.SecurityKey",
907
+ "clrName": "SigningKey",
908
+ "tsEmitName": "signingKey",
909
+ "normalizedSignature": "SigningKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=getset",
910
+ "provenance": "Original",
911
+ "emitScope": "ClassSurface",
912
+ "isStatic": false,
913
+ "isAbstract": false,
914
+ "isVirtual": true,
915
+ "isOverride": true,
916
+ "isIndexer": false,
917
+ "hasGetter": true,
918
+ "hasSetter": true
919
+ },
920
+ {
921
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Claims:System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
922
+ "clrName": "Claims",
923
+ "tsEmitName": "claims",
924
+ "normalizedSignature": "Claims|:System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]|static=false|accessor=get",
925
+ "provenance": "Original",
926
+ "emitScope": "ClassSurface",
927
+ "isStatic": false,
928
+ "isAbstract": false,
929
+ "isVirtual": true,
930
+ "isOverride": false,
931
+ "isIndexer": false,
932
+ "hasGetter": true,
933
+ "hasSetter": false
934
+ },
935
+ {
936
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Alg:System.String",
937
+ "clrName": "Alg",
938
+ "tsEmitName": "alg",
939
+ "normalizedSignature": "Alg|:System.String|static=false|accessor=get",
940
+ "provenance": "Original",
941
+ "emitScope": "ClassSurface",
942
+ "isStatic": false,
943
+ "isAbstract": false,
944
+ "isVirtual": false,
945
+ "isOverride": false,
946
+ "isIndexer": false,
947
+ "hasGetter": true,
948
+ "hasSetter": false
949
+ },
950
+ {
951
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Cty:System.String",
952
+ "clrName": "Cty",
953
+ "tsEmitName": "cty",
954
+ "normalizedSignature": "Cty|:System.String|static=false|accessor=get",
955
+ "provenance": "Original",
956
+ "emitScope": "ClassSurface",
957
+ "isStatic": false,
958
+ "isAbstract": false,
959
+ "isVirtual": false,
960
+ "isOverride": false,
961
+ "isIndexer": false,
962
+ "hasGetter": true,
963
+ "hasSetter": false
964
+ },
965
+ {
966
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Enc:System.String",
967
+ "clrName": "Enc",
968
+ "tsEmitName": "enc",
969
+ "normalizedSignature": "Enc|:System.String|static=false|accessor=get",
970
+ "provenance": "Original",
971
+ "emitScope": "ClassSurface",
972
+ "isStatic": false,
973
+ "isAbstract": false,
974
+ "isVirtual": false,
975
+ "isOverride": false,
976
+ "isIndexer": false,
977
+ "hasGetter": true,
978
+ "hasSetter": false
979
+ },
980
+ {
981
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Kid:System.String",
982
+ "clrName": "Kid",
983
+ "tsEmitName": "kid",
984
+ "normalizedSignature": "Kid|:System.String|static=false|accessor=get",
985
+ "provenance": "Original",
986
+ "emitScope": "ClassSurface",
987
+ "isStatic": false,
988
+ "isAbstract": false,
989
+ "isVirtual": false,
990
+ "isOverride": false,
991
+ "isIndexer": false,
992
+ "hasGetter": true,
993
+ "hasSetter": false
994
+ },
995
+ {
996
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Typ:System.String",
997
+ "clrName": "Typ",
998
+ "tsEmitName": "typ",
999
+ "normalizedSignature": "Typ|:System.String|static=false|accessor=get",
1000
+ "provenance": "Original",
1001
+ "emitScope": "ClassSurface",
1002
+ "isStatic": false,
1003
+ "isAbstract": false,
1004
+ "isVirtual": false,
1005
+ "isOverride": false,
1006
+ "isIndexer": false,
1007
+ "hasGetter": true,
1008
+ "hasSetter": false
1009
+ },
1010
+ {
1011
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::X5t:System.String",
1012
+ "clrName": "X5t",
1013
+ "tsEmitName": "x5t",
1014
+ "normalizedSignature": "X5t|:System.String|static=false|accessor=get",
1015
+ "provenance": "Original",
1016
+ "emitScope": "ClassSurface",
1017
+ "isStatic": false,
1018
+ "isAbstract": false,
1019
+ "isVirtual": false,
1020
+ "isOverride": false,
1021
+ "isIndexer": false,
1022
+ "hasGetter": true,
1023
+ "hasSetter": false
1024
+ },
1025
+ {
1026
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Zip:System.String",
1027
+ "clrName": "Zip",
1028
+ "tsEmitName": "zip",
1029
+ "normalizedSignature": "Zip|:System.String|static=false|accessor=get",
1030
+ "provenance": "Original",
1031
+ "emitScope": "ClassSurface",
1032
+ "isStatic": false,
1033
+ "isAbstract": false,
1034
+ "isVirtual": false,
1035
+ "isOverride": false,
1036
+ "isIndexer": false,
1037
+ "hasGetter": true,
1038
+ "hasSetter": false
1039
+ },
1040
+ {
1041
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Actor:System.String",
1042
+ "clrName": "Actor",
1043
+ "tsEmitName": "actor",
1044
+ "normalizedSignature": "Actor|:System.String|static=false|accessor=get",
1045
+ "provenance": "Original",
1046
+ "emitScope": "ClassSurface",
1047
+ "isStatic": false,
1048
+ "isAbstract": false,
1049
+ "isVirtual": false,
1050
+ "isOverride": false,
1051
+ "isIndexer": false,
1052
+ "hasGetter": true,
1053
+ "hasSetter": false
1054
+ },
1055
+ {
1056
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Audiences:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1057
+ "clrName": "Audiences",
1058
+ "tsEmitName": "audiences",
1059
+ "normalizedSignature": "Audiences|:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1060
+ "provenance": "Original",
1061
+ "emitScope": "ClassSurface",
1062
+ "isStatic": false,
1063
+ "isAbstract": false,
1064
+ "isVirtual": false,
1065
+ "isOverride": false,
1066
+ "isIndexer": false,
1067
+ "hasGetter": true,
1068
+ "hasSetter": false
1069
+ },
1070
+ {
1071
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Azp:System.String",
1072
+ "clrName": "Azp",
1073
+ "tsEmitName": "azp",
1074
+ "normalizedSignature": "Azp|:System.String|static=false|accessor=get",
1075
+ "provenance": "Original",
1076
+ "emitScope": "ClassSurface",
1077
+ "isStatic": false,
1078
+ "isAbstract": false,
1079
+ "isVirtual": false,
1080
+ "isOverride": false,
1081
+ "isIndexer": false,
1082
+ "hasGetter": true,
1083
+ "hasSetter": false
1084
+ },
1085
+ {
1086
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::IssuedAt:System.DateTime",
1087
+ "clrName": "IssuedAt",
1088
+ "tsEmitName": "issuedAt",
1089
+ "normalizedSignature": "IssuedAt|:System.DateTime|static=false|accessor=get",
1090
+ "provenance": "Original",
1091
+ "emitScope": "ClassSurface",
1092
+ "isStatic": false,
1093
+ "isAbstract": false,
1094
+ "isVirtual": false,
1095
+ "isOverride": false,
1096
+ "isIndexer": false,
1097
+ "hasGetter": true,
1098
+ "hasSetter": false
1099
+ },
1100
+ {
1101
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Issuer:System.String",
1102
+ "clrName": "Issuer",
1103
+ "tsEmitName": "issuer",
1104
+ "normalizedSignature": "Issuer|:System.String|static=false|accessor=get",
1105
+ "provenance": "Original",
1106
+ "emitScope": "ClassSurface",
1107
+ "isStatic": false,
1108
+ "isAbstract": false,
1109
+ "isVirtual": true,
1110
+ "isOverride": true,
1111
+ "isIndexer": false,
1112
+ "hasGetter": true,
1113
+ "hasSetter": false
1114
+ },
1115
+ {
1116
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Id:System.String",
1117
+ "clrName": "Id",
1118
+ "tsEmitName": "id",
1119
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
1120
+ "provenance": "Original",
1121
+ "emitScope": "ClassSurface",
1122
+ "isStatic": false,
1123
+ "isAbstract": false,
1124
+ "isVirtual": true,
1125
+ "isOverride": true,
1126
+ "isIndexer": false,
1127
+ "hasGetter": true,
1128
+ "hasSetter": false
1129
+ },
1130
+ {
1131
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Subject:System.String",
1132
+ "clrName": "Subject",
1133
+ "tsEmitName": "subject",
1134
+ "normalizedSignature": "Subject|:System.String|static=false|accessor=get",
1135
+ "provenance": "Original",
1136
+ "emitScope": "ClassSurface",
1137
+ "isStatic": false,
1138
+ "isAbstract": false,
1139
+ "isVirtual": false,
1140
+ "isOverride": false,
1141
+ "isIndexer": false,
1142
+ "hasGetter": true,
1143
+ "hasSetter": false
1144
+ },
1145
+ {
1146
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ValidFrom:System.DateTime",
1147
+ "clrName": "ValidFrom",
1148
+ "tsEmitName": "validFrom",
1149
+ "normalizedSignature": "ValidFrom|:System.DateTime|static=false|accessor=get",
1150
+ "provenance": "Original",
1151
+ "emitScope": "ClassSurface",
1152
+ "isStatic": false,
1153
+ "isAbstract": false,
1154
+ "isVirtual": true,
1155
+ "isOverride": true,
1156
+ "isIndexer": false,
1157
+ "hasGetter": true,
1158
+ "hasSetter": false
1159
+ },
1160
+ {
1161
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ValidTo:System.DateTime",
1162
+ "clrName": "ValidTo",
1163
+ "tsEmitName": "validTo",
1164
+ "normalizedSignature": "ValidTo|:System.DateTime|static=false|accessor=get",
1165
+ "provenance": "Original",
1166
+ "emitScope": "ClassSurface",
1167
+ "isStatic": false,
1168
+ "isAbstract": false,
1169
+ "isVirtual": true,
1170
+ "isOverride": true,
1171
+ "isIndexer": false,
1172
+ "hasGetter": true,
1173
+ "hasSetter": false
1174
+ }
1175
+ ],
1176
+ "fields": [],
1177
+ "events": [],
1178
+ "constructors": [
1179
+ {
1180
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1181
+ "isStatic": false,
1182
+ "parameterCount": 1
1183
+ },
1184
+ {
1185
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1186
+ "isStatic": false,
1187
+ "parameterCount": 1
1188
+ },
1189
+ {
1190
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
1191
+ "isStatic": false,
1192
+ "parameterCount": 2
1193
+ }
1194
+ ]
1195
+ },
1196
+ {
1197
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
1198
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
1199
+ "tsEmitName": "JsonWebTokenHandler",
1200
+ "kind": "Class",
1201
+ "accessibility": "Public",
1202
+ "isAbstract": false,
1203
+ "isSealed": false,
1204
+ "isStatic": false,
1205
+ "arity": 0,
1206
+ "methods": [
1207
+ {
1208
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String):System.String",
1209
+ "clrName": "CreateToken",
1210
+ "tsEmitName": "createToken",
1211
+ "normalizedSignature": "CreateToken|(System.String):System.String|static=false",
1212
+ "provenance": "Original",
1213
+ "emitScope": "ClassSurface",
1214
+ "isStatic": false,
1215
+ "isAbstract": false,
1216
+ "isVirtual": true,
1217
+ "isOverride": false,
1218
+ "isSealed": false,
1219
+ "arity": 0,
1220
+ "parameterCount": 1,
1221
+ "isExtensionMethod": false
1222
+ },
1223
+ {
1224
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1225
+ "clrName": "CreateToken",
1226
+ "tsEmitName": "createToken",
1227
+ "normalizedSignature": "CreateToken|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1228
+ "provenance": "Original",
1229
+ "emitScope": "ClassSurface",
1230
+ "isStatic": false,
1231
+ "isAbstract": false,
1232
+ "isVirtual": true,
1233
+ "isOverride": false,
1234
+ "isSealed": false,
1235
+ "arity": 0,
1236
+ "parameterCount": 2,
1237
+ "isExtensionMethod": false
1238
+ },
1239
+ {
1240
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
1241
+ "clrName": "CreateToken",
1242
+ "tsEmitName": "createToken",
1243
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=false",
1244
+ "provenance": "Original",
1245
+ "emitScope": "ClassSurface",
1246
+ "isStatic": false,
1247
+ "isAbstract": false,
1248
+ "isVirtual": true,
1249
+ "isOverride": false,
1250
+ "isSealed": false,
1251
+ "arity": 0,
1252
+ "parameterCount": 2,
1253
+ "isExtensionMethod": false
1254
+ },
1255
+ {
1256
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1257
+ "clrName": "CreateToken",
1258
+ "tsEmitName": "createToken",
1259
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1260
+ "provenance": "Original",
1261
+ "emitScope": "ClassSurface",
1262
+ "isStatic": false,
1263
+ "isAbstract": false,
1264
+ "isVirtual": true,
1265
+ "isOverride": false,
1266
+ "isSealed": false,
1267
+ "arity": 0,
1268
+ "parameterCount": 3,
1269
+ "isExtensionMethod": false
1270
+ },
1271
+ {
1272
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String",
1273
+ "clrName": "CreateToken",
1274
+ "tsEmitName": "createToken",
1275
+ "normalizedSignature": "CreateToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String|static=false",
1276
+ "provenance": "Original",
1277
+ "emitScope": "ClassSurface",
1278
+ "isStatic": false,
1279
+ "isAbstract": false,
1280
+ "isVirtual": true,
1281
+ "isOverride": false,
1282
+ "isSealed": false,
1283
+ "arity": 0,
1284
+ "parameterCount": 1,
1285
+ "isExtensionMethod": false
1286
+ },
1287
+ {
1288
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
1289
+ "clrName": "CreateToken",
1290
+ "tsEmitName": "createToken",
1291
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
1292
+ "provenance": "Original",
1293
+ "emitScope": "ClassSurface",
1294
+ "isStatic": false,
1295
+ "isAbstract": false,
1296
+ "isVirtual": true,
1297
+ "isOverride": false,
1298
+ "isSealed": false,
1299
+ "arity": 0,
1300
+ "parameterCount": 2,
1301
+ "isExtensionMethod": false
1302
+ },
1303
+ {
1304
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1305
+ "clrName": "CreateToken",
1306
+ "tsEmitName": "createToken",
1307
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1308
+ "provenance": "Original",
1309
+ "emitScope": "ClassSurface",
1310
+ "isStatic": false,
1311
+ "isAbstract": false,
1312
+ "isVirtual": true,
1313
+ "isOverride": false,
1314
+ "isSealed": false,
1315
+ "arity": 0,
1316
+ "parameterCount": 3,
1317
+ "isExtensionMethod": false
1318
+ },
1319
+ {
1320
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
1321
+ "clrName": "CreateToken",
1322
+ "tsEmitName": "createToken",
1323
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
1324
+ "provenance": "Original",
1325
+ "emitScope": "ClassSurface",
1326
+ "isStatic": false,
1327
+ "isAbstract": false,
1328
+ "isVirtual": true,
1329
+ "isOverride": false,
1330
+ "isSealed": false,
1331
+ "arity": 0,
1332
+ "parameterCount": 3,
1333
+ "isExtensionMethod": false
1334
+ },
1335
+ {
1336
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1337
+ "clrName": "CreateToken",
1338
+ "tsEmitName": "createToken",
1339
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1340
+ "provenance": "Original",
1341
+ "emitScope": "ClassSurface",
1342
+ "isStatic": false,
1343
+ "isAbstract": false,
1344
+ "isVirtual": true,
1345
+ "isOverride": false,
1346
+ "isSealed": false,
1347
+ "arity": 0,
1348
+ "parameterCount": 4,
1349
+ "isExtensionMethod": false
1350
+ },
1351
+ {
1352
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
1353
+ "clrName": "CreateToken",
1354
+ "tsEmitName": "createToken",
1355
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
1356
+ "provenance": "Original",
1357
+ "emitScope": "ClassSurface",
1358
+ "isStatic": false,
1359
+ "isAbstract": false,
1360
+ "isVirtual": true,
1361
+ "isOverride": false,
1362
+ "isSealed": false,
1363
+ "arity": 0,
1364
+ "parameterCount": 3,
1365
+ "isExtensionMethod": false
1366
+ },
1367
+ {
1368
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
1369
+ "clrName": "CreateToken",
1370
+ "tsEmitName": "createToken",
1371
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
1372
+ "provenance": "Original",
1373
+ "emitScope": "ClassSurface",
1374
+ "isStatic": false,
1375
+ "isAbstract": false,
1376
+ "isVirtual": true,
1377
+ "isOverride": false,
1378
+ "isSealed": false,
1379
+ "arity": 0,
1380
+ "parameterCount": 4,
1381
+ "isExtensionMethod": false
1382
+ },
1383
+ {
1384
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1385
+ "clrName": "CreateToken",
1386
+ "tsEmitName": "createToken",
1387
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1388
+ "provenance": "Original",
1389
+ "emitScope": "ClassSurface",
1390
+ "isStatic": false,
1391
+ "isAbstract": false,
1392
+ "isVirtual": true,
1393
+ "isOverride": false,
1394
+ "isSealed": false,
1395
+ "arity": 0,
1396
+ "parameterCount": 6,
1397
+ "isExtensionMethod": false
1398
+ },
1399
+ {
1400
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1401
+ "clrName": "CreateToken",
1402
+ "tsEmitName": "createToken",
1403
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1404
+ "provenance": "Original",
1405
+ "emitScope": "ClassSurface",
1406
+ "isStatic": false,
1407
+ "isAbstract": false,
1408
+ "isVirtual": true,
1409
+ "isOverride": false,
1410
+ "isSealed": false,
1411
+ "arity": 0,
1412
+ "parameterCount": 5,
1413
+ "isExtensionMethod": false
1414
+ },
1415
+ {
1416
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
1417
+ "clrName": "EncryptToken",
1418
+ "tsEmitName": "encryptToken",
1419
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
1420
+ "provenance": "Original",
1421
+ "emitScope": "ClassSurface",
1422
+ "isStatic": false,
1423
+ "isAbstract": false,
1424
+ "isVirtual": false,
1425
+ "isOverride": false,
1426
+ "isSealed": false,
1427
+ "arity": 0,
1428
+ "parameterCount": 2,
1429
+ "isExtensionMethod": false
1430
+ },
1431
+ {
1432
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1433
+ "clrName": "EncryptToken",
1434
+ "tsEmitName": "encryptToken",
1435
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1436
+ "provenance": "Original",
1437
+ "emitScope": "ClassSurface",
1438
+ "isStatic": false,
1439
+ "isAbstract": false,
1440
+ "isVirtual": false,
1441
+ "isOverride": false,
1442
+ "isSealed": false,
1443
+ "arity": 0,
1444
+ "parameterCount": 3,
1445
+ "isExtensionMethod": false
1446
+ },
1447
+ {
1448
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
1449
+ "clrName": "EncryptToken",
1450
+ "tsEmitName": "encryptToken",
1451
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
1452
+ "provenance": "Original",
1453
+ "emitScope": "ClassSurface",
1454
+ "isStatic": false,
1455
+ "isAbstract": false,
1456
+ "isVirtual": false,
1457
+ "isOverride": false,
1458
+ "isSealed": false,
1459
+ "arity": 0,
1460
+ "parameterCount": 3,
1461
+ "isExtensionMethod": false
1462
+ },
1463
+ {
1464
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
1465
+ "clrName": "EncryptToken",
1466
+ "tsEmitName": "encryptToken",
1467
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
1468
+ "provenance": "Original",
1469
+ "emitScope": "ClassSurface",
1470
+ "isStatic": false,
1471
+ "isAbstract": false,
1472
+ "isVirtual": false,
1473
+ "isOverride": false,
1474
+ "isSealed": false,
1475
+ "arity": 0,
1476
+ "parameterCount": 4,
1477
+ "isExtensionMethod": false
1478
+ },
1479
+ {
1480
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CanReadToken(System.String):System.Boolean",
1481
+ "clrName": "CanReadToken",
1482
+ "tsEmitName": "canReadToken",
1483
+ "normalizedSignature": "CanReadToken|(System.String):System.Boolean|static=false",
1484
+ "provenance": "Original",
1485
+ "emitScope": "ClassSurface",
1486
+ "isStatic": false,
1487
+ "isAbstract": false,
1488
+ "isVirtual": true,
1489
+ "isOverride": false,
1490
+ "isSealed": false,
1491
+ "arity": 0,
1492
+ "parameterCount": 1,
1493
+ "isExtensionMethod": false
1494
+ },
1495
+ {
1496
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::DecryptToken(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
1497
+ "clrName": "DecryptToken",
1498
+ "tsEmitName": "decryptToken",
1499
+ "normalizedSignature": "DecryptToken|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String|static=false",
1500
+ "provenance": "Original",
1501
+ "emitScope": "ClassSurface",
1502
+ "isStatic": false,
1503
+ "isAbstract": false,
1504
+ "isVirtual": false,
1505
+ "isOverride": false,
1506
+ "isSealed": false,
1507
+ "arity": 0,
1508
+ "parameterCount": 2,
1509
+ "isExtensionMethod": false
1510
+ },
1511
+ {
1512
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ReadJsonWebToken(System.String):Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1513
+ "clrName": "ReadJsonWebToken",
1514
+ "tsEmitName": "readJsonWebToken",
1515
+ "normalizedSignature": "ReadJsonWebToken|(System.String):Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false",
1516
+ "provenance": "Original",
1517
+ "emitScope": "ClassSurface",
1518
+ "isStatic": false,
1519
+ "isAbstract": false,
1520
+ "isVirtual": true,
1521
+ "isOverride": false,
1522
+ "isSealed": false,
1523
+ "arity": 0,
1524
+ "parameterCount": 1,
1525
+ "isExtensionMethod": false
1526
+ },
1527
+ {
1528
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ReadToken(System.String):Microsoft.IdentityModel.Tokens.SecurityToken",
1529
+ "clrName": "ReadToken",
1530
+ "tsEmitName": "readToken",
1531
+ "normalizedSignature": "ReadToken|(System.String):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
1532
+ "provenance": "Original",
1533
+ "emitScope": "ClassSurface",
1534
+ "isStatic": false,
1535
+ "isAbstract": false,
1536
+ "isVirtual": true,
1537
+ "isOverride": true,
1538
+ "isSealed": false,
1539
+ "arity": 0,
1540
+ "parameterCount": 1,
1541
+ "isExtensionMethod": false
1542
+ },
1543
+ {
1544
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateToken(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.TokenValidationResult",
1545
+ "clrName": "ValidateToken",
1546
+ "tsEmitName": "validateToken",
1547
+ "normalizedSignature": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.TokenValidationResult|static=false",
1548
+ "provenance": "Original",
1549
+ "emitScope": "ClassSurface",
1550
+ "isStatic": false,
1551
+ "isAbstract": false,
1552
+ "isVirtual": true,
1553
+ "isOverride": false,
1554
+ "isSealed": false,
1555
+ "arity": 0,
1556
+ "parameterCount": 2,
1557
+ "isExtensionMethod": false
1558
+ },
1559
+ {
1560
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
1561
+ "clrName": "ValidateTokenAsync",
1562
+ "tsEmitName": "validateTokenAsync3",
1563
+ "normalizedSignature": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=false",
1564
+ "provenance": "Original",
1565
+ "emitScope": "ClassSurface",
1566
+ "isStatic": false,
1567
+ "isAbstract": false,
1568
+ "isVirtual": true,
1569
+ "isOverride": true,
1570
+ "isSealed": false,
1571
+ "arity": 0,
1572
+ "parameterCount": 2,
1573
+ "isExtensionMethod": false
1574
+ },
1575
+ {
1576
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
1577
+ "clrName": "ValidateTokenAsync",
1578
+ "tsEmitName": "validateTokenAsync3",
1579
+ "normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=false",
1580
+ "provenance": "Original",
1581
+ "emitScope": "ClassSurface",
1582
+ "isStatic": false,
1583
+ "isAbstract": false,
1584
+ "isVirtual": true,
1585
+ "isOverride": true,
1586
+ "isSealed": false,
1587
+ "arity": 0,
1588
+ "parameterCount": 2,
1589
+ "isExtensionMethod": false
1590
+ },
1591
+ {
1592
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
1593
+ "clrName": "ValidateTokenAsync",
1594
+ "tsEmitName": "validateTokenAsync",
1595
+ "normalizedSignature": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
1596
+ "provenance": "BaseOverload",
1597
+ "emitScope": "ClassSurface",
1598
+ "isStatic": false,
1599
+ "isAbstract": false,
1600
+ "isVirtual": true,
1601
+ "isOverride": false,
1602
+ "isSealed": false,
1603
+ "arity": 0,
1604
+ "parameterCount": 2,
1605
+ "isExtensionMethod": false
1606
+ },
1607
+ {
1608
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
1609
+ "clrName": "ValidateTokenAsync",
1610
+ "tsEmitName": "validateTokenAsync2",
1611
+ "normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
1612
+ "provenance": "BaseOverload",
1613
+ "emitScope": "ClassSurface",
1614
+ "isStatic": false,
1615
+ "isAbstract": false,
1616
+ "isVirtual": true,
1617
+ "isOverride": false,
1618
+ "isSealed": false,
1619
+ "arity": 0,
1620
+ "parameterCount": 2,
1621
+ "isExtensionMethod": false
1622
+ }
1623
+ ],
1624
+ "properties": [
1625
+ {
1626
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::TokenType:System.Type",
1627
+ "clrName": "TokenType",
1628
+ "tsEmitName": "tokenType",
1629
+ "normalizedSignature": "TokenType|:System.Type|static=false|accessor=get",
1630
+ "provenance": "Original",
1631
+ "emitScope": "ClassSurface",
1632
+ "isStatic": false,
1633
+ "isAbstract": false,
1634
+ "isVirtual": false,
1635
+ "isOverride": false,
1636
+ "isIndexer": false,
1637
+ "hasGetter": true,
1638
+ "hasSetter": false
1639
+ },
1640
+ {
1641
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ShortClaimTypeProperty:System.String",
1642
+ "clrName": "ShortClaimTypeProperty",
1643
+ "tsEmitName": "shortClaimTypeProperty",
1644
+ "normalizedSignature": "ShortClaimTypeProperty|:System.String|static=true|accessor=getset",
1645
+ "provenance": "Original",
1646
+ "emitScope": "ClassSurface",
1647
+ "isStatic": true,
1648
+ "isAbstract": false,
1649
+ "isVirtual": false,
1650
+ "isOverride": false,
1651
+ "isIndexer": false,
1652
+ "hasGetter": true,
1653
+ "hasSetter": true
1654
+ },
1655
+ {
1656
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::MapInboundClaims:System.Boolean",
1657
+ "clrName": "MapInboundClaims",
1658
+ "tsEmitName": "mapInboundClaims",
1659
+ "normalizedSignature": "MapInboundClaims|:System.Boolean|static=false|accessor=getset",
1660
+ "provenance": "Original",
1661
+ "emitScope": "ClassSurface",
1662
+ "isStatic": false,
1663
+ "isAbstract": false,
1664
+ "isVirtual": false,
1665
+ "isOverride": false,
1666
+ "isIndexer": false,
1667
+ "hasGetter": true,
1668
+ "hasSetter": true
1669
+ },
1670
+ {
1671
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::InboundClaimTypeMap:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1672
+ "clrName": "InboundClaimTypeMap",
1673
+ "tsEmitName": "inboundClaimTypeMap",
1674
+ "normalizedSignature": "InboundClaimTypeMap|:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1675
+ "provenance": "Original",
1676
+ "emitScope": "ClassSurface",
1677
+ "isStatic": false,
1678
+ "isAbstract": false,
1679
+ "isVirtual": false,
1680
+ "isOverride": false,
1681
+ "isIndexer": false,
1682
+ "hasGetter": true,
1683
+ "hasSetter": true
1684
+ },
1685
+ {
1686
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CanValidateToken:System.Boolean",
1687
+ "clrName": "CanValidateToken",
1688
+ "tsEmitName": "canValidateToken",
1689
+ "normalizedSignature": "CanValidateToken|:System.Boolean|static=false|accessor=get",
1690
+ "provenance": "Original",
1691
+ "emitScope": "ClassSurface",
1692
+ "isStatic": false,
1693
+ "isAbstract": false,
1694
+ "isVirtual": true,
1695
+ "isOverride": false,
1696
+ "isIndexer": false,
1697
+ "hasGetter": true,
1698
+ "hasSetter": false
1699
+ }
1700
+ ],
1701
+ "fields": [
1702
+ {
1703
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::DefaultInboundClaimTypeMapSystem.Collections.Generic.IDictionary\u00602[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
1704
+ "clrName": "DefaultInboundClaimTypeMap",
1705
+ "tsEmitName": "defaultInboundClaimTypeMap",
1706
+ "normalizedSignature": "DefaultInboundClaimTypeMap|System.Collections.Generic.IDictionary\u00602[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]|static=true|const=false",
1707
+ "isStatic": true,
1708
+ "isReadOnly": false,
1709
+ "isLiteral": false
1710
+ },
1711
+ {
1712
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::DefaultMapInboundClaimsSystem.Boolean",
1713
+ "clrName": "DefaultMapInboundClaims",
1714
+ "tsEmitName": "defaultMapInboundClaims",
1715
+ "normalizedSignature": "DefaultMapInboundClaims|System.Boolean|static=true|const=false",
1716
+ "isStatic": true,
1717
+ "isReadOnly": false,
1718
+ "isLiteral": false
1719
+ },
1720
+ {
1721
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::Base64UrlEncodedUnsignedJWSHeaderSystem.String",
1722
+ "clrName": "Base64UrlEncodedUnsignedJWSHeader",
1723
+ "tsEmitName": "base64UrlEncodedUnsignedJWSHeader",
1724
+ "normalizedSignature": "Base64UrlEncodedUnsignedJWSHeader|System.String|static=true|const=true",
1725
+ "isStatic": true,
1726
+ "isReadOnly": false,
1727
+ "isLiteral": true
1728
+ }
1729
+ ],
1730
+ "events": [],
1731
+ "constructors": [
1732
+ {
1733
+ "normalizedSignature": "constructor|():void|static=false",
1734
+ "isStatic": false,
1735
+ "parameterCount": 0
1736
+ }
1737
+ ]
1738
+ },
1739
+ {
1740
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
1741
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
1742
+ "tsEmitName": "JwtTokenUtilities",
1743
+ "kind": "Class",
1744
+ "accessibility": "Public",
1745
+ "isAbstract": false,
1746
+ "isSealed": false,
1747
+ "isStatic": false,
1748
+ "arity": 0,
1749
+ "methods": [
1750
+ {
1751
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::CreateEncodedSignature(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
1752
+ "clrName": "CreateEncodedSignature",
1753
+ "tsEmitName": "createEncodedSignature",
1754
+ "normalizedSignature": "CreateEncodedSignature|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=true",
1755
+ "provenance": "Original",
1756
+ "emitScope": "ClassSurface",
1757
+ "isStatic": true,
1758
+ "isAbstract": false,
1759
+ "isVirtual": false,
1760
+ "isOverride": false,
1761
+ "isSealed": false,
1762
+ "arity": 0,
1763
+ "parameterCount": 2,
1764
+ "isExtensionMethod": false
1765
+ },
1766
+ {
1767
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::CreateEncodedSignature(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Boolean):System.String",
1768
+ "clrName": "CreateEncodedSignature",
1769
+ "tsEmitName": "createEncodedSignature",
1770
+ "normalizedSignature": "CreateEncodedSignature|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Boolean):System.String|static=true",
1771
+ "provenance": "Original",
1772
+ "emitScope": "ClassSurface",
1773
+ "isStatic": true,
1774
+ "isAbstract": false,
1775
+ "isVirtual": false,
1776
+ "isOverride": false,
1777
+ "isSealed": false,
1778
+ "arity": 0,
1779
+ "parameterCount": 3,
1780
+ "isExtensionMethod": false
1781
+ },
1782
+ {
1783
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::GenerateKeyBytes(System.Int32):System.Byte[]",
1784
+ "clrName": "GenerateKeyBytes",
1785
+ "tsEmitName": "generateKeyBytes",
1786
+ "normalizedSignature": "GenerateKeyBytes|(System.Int32):System.Byte[]|static=true",
1787
+ "provenance": "Original",
1788
+ "emitScope": "ClassSurface",
1789
+ "isStatic": true,
1790
+ "isAbstract": false,
1791
+ "isVirtual": false,
1792
+ "isOverride": false,
1793
+ "isSealed": false,
1794
+ "arity": 0,
1795
+ "parameterCount": 1,
1796
+ "isExtensionMethod": false
1797
+ },
1798
+ {
1799
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::GetAllDecryptionKeys(Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Collections.Generic.IEnumerable_1[[Microsoft.IdentityModel.Tokens.SecurityKey,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
1800
+ "clrName": "GetAllDecryptionKeys",
1801
+ "tsEmitName": "getAllDecryptionKeys",
1802
+ "normalizedSignature": "GetAllDecryptionKeys|(Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Collections.Generic.IEnumerable_1[[Microsoft.IdentityModel.Tokens.SecurityKey,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=true",
1803
+ "provenance": "Original",
1804
+ "emitScope": "ClassSurface",
1805
+ "isStatic": true,
1806
+ "isAbstract": false,
1807
+ "isVirtual": false,
1808
+ "isOverride": false,
1809
+ "isSealed": false,
1810
+ "arity": 0,
1811
+ "parameterCount": 1,
1812
+ "isExtensionMethod": false
1813
+ }
1814
+ ],
1815
+ "properties": [],
1816
+ "fields": [
1817
+ {
1818
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::RegexJwsSystem.Text.RegularExpressions.Regex",
1819
+ "clrName": "RegexJws",
1820
+ "tsEmitName": "regexJws",
1821
+ "normalizedSignature": "RegexJws|System.Text.RegularExpressions.Regex|static=true|const=false",
1822
+ "isStatic": true,
1823
+ "isReadOnly": false,
1824
+ "isLiteral": false
1825
+ },
1826
+ {
1827
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::RegexJweSystem.Text.RegularExpressions.Regex",
1828
+ "clrName": "RegexJwe",
1829
+ "tsEmitName": "regexJwe",
1830
+ "normalizedSignature": "RegexJwe|System.Text.RegularExpressions.Regex|static=true|const=false",
1831
+ "isStatic": true,
1832
+ "isReadOnly": false,
1833
+ "isLiteral": false
1834
+ }
1835
+ ],
1836
+ "events": [],
1837
+ "constructors": [
1838
+ {
1839
+ "normalizedSignature": "constructor|():void|static=false",
1840
+ "isStatic": false,
1841
+ "parameterCount": 0
1842
+ }
1843
+ ]
1844
+ },
1845
+ {
1846
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
1847
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
1848
+ "tsEmitName": "JsonClaimValueTypes",
1849
+ "kind": "StaticNamespace",
1850
+ "accessibility": "Public",
1851
+ "isAbstract": true,
1852
+ "isSealed": true,
1853
+ "isStatic": true,
1854
+ "arity": 0,
1855
+ "methods": [],
1856
+ "properties": [],
1857
+ "fields": [
1858
+ {
1859
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes::JsonSystem.String",
1860
+ "clrName": "Json",
1861
+ "tsEmitName": "json",
1862
+ "normalizedSignature": "Json|System.String|static=true|const=true",
1863
+ "isStatic": true,
1864
+ "isReadOnly": false,
1865
+ "isLiteral": true
1866
+ },
1867
+ {
1868
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes::JsonArraySystem.String",
1869
+ "clrName": "JsonArray",
1870
+ "tsEmitName": "jsonArray",
1871
+ "normalizedSignature": "JsonArray|System.String|static=true|const=true",
1872
+ "isStatic": true,
1873
+ "isReadOnly": false,
1874
+ "isLiteral": true
1875
+ },
1876
+ {
1877
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes::JsonNullSystem.String",
1878
+ "clrName": "JsonNull",
1879
+ "tsEmitName": "jsonNull",
1880
+ "normalizedSignature": "JsonNull|System.String|static=true|const=true",
1881
+ "isStatic": true,
1882
+ "isReadOnly": false,
1883
+ "isLiteral": true
1884
+ }
1885
+ ],
1886
+ "events": [],
1887
+ "constructors": []
1888
+ },
1889
+ {
1890
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
1891
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
1892
+ "tsEmitName": "JwtConstants",
1893
+ "kind": "StaticNamespace",
1894
+ "accessibility": "Public",
1895
+ "isAbstract": true,
1896
+ "isSealed": true,
1897
+ "isStatic": true,
1898
+ "arity": 0,
1899
+ "methods": [],
1900
+ "properties": [],
1901
+ "fields": [
1902
+ {
1903
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::HeaderTypeSystem.String",
1904
+ "clrName": "HeaderType",
1905
+ "tsEmitName": "headerType",
1906
+ "normalizedSignature": "HeaderType|System.String|static=true|const=true",
1907
+ "isStatic": true,
1908
+ "isReadOnly": false,
1909
+ "isLiteral": true
1910
+ },
1911
+ {
1912
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::HeaderTypeAltSystem.String",
1913
+ "clrName": "HeaderTypeAlt",
1914
+ "tsEmitName": "headerTypeAlt",
1915
+ "normalizedSignature": "HeaderTypeAlt|System.String|static=true|const=true",
1916
+ "isStatic": true,
1917
+ "isReadOnly": false,
1918
+ "isLiteral": true
1919
+ },
1920
+ {
1921
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::TokenTypeSystem.String",
1922
+ "clrName": "TokenType",
1923
+ "tsEmitName": "tokenType",
1924
+ "normalizedSignature": "TokenType|System.String|static=true|const=true",
1925
+ "isStatic": true,
1926
+ "isReadOnly": false,
1927
+ "isLiteral": true
1928
+ },
1929
+ {
1930
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::TokenTypeAltSystem.String",
1931
+ "clrName": "TokenTypeAlt",
1932
+ "tsEmitName": "tokenTypeAlt",
1933
+ "normalizedSignature": "TokenTypeAlt|System.String|static=true|const=true",
1934
+ "isStatic": true,
1935
+ "isReadOnly": false,
1936
+ "isLiteral": true
1937
+ },
1938
+ {
1939
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JsonCompactSerializationRegexSystem.String",
1940
+ "clrName": "JsonCompactSerializationRegex",
1941
+ "tsEmitName": "jsonCompactSerializationRegex",
1942
+ "normalizedSignature": "JsonCompactSerializationRegex|System.String|static=true|const=true",
1943
+ "isStatic": true,
1944
+ "isReadOnly": false,
1945
+ "isLiteral": true
1946
+ },
1947
+ {
1948
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JweCompactSerializationRegexSystem.String",
1949
+ "clrName": "JweCompactSerializationRegex",
1950
+ "tsEmitName": "jweCompactSerializationRegex",
1951
+ "normalizedSignature": "JweCompactSerializationRegex|System.String|static=true|const=true",
1952
+ "isStatic": true,
1953
+ "isReadOnly": false,
1954
+ "isLiteral": true
1955
+ },
1956
+ {
1957
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JweSegmentCountSystem.Int32",
1958
+ "clrName": "JweSegmentCount",
1959
+ "tsEmitName": "jweSegmentCount",
1960
+ "normalizedSignature": "JweSegmentCount|System.Int32|static=true|const=true",
1961
+ "isStatic": true,
1962
+ "isReadOnly": false,
1963
+ "isLiteral": true
1964
+ },
1965
+ {
1966
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JwsSegmentCountSystem.Int32",
1967
+ "clrName": "JwsSegmentCount",
1968
+ "tsEmitName": "jwsSegmentCount",
1969
+ "normalizedSignature": "JwsSegmentCount|System.Int32|static=true|const=true",
1970
+ "isStatic": true,
1971
+ "isReadOnly": false,
1972
+ "isLiteral": true
1973
+ },
1974
+ {
1975
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::MaxJwtSegmentCountSystem.Int32",
1976
+ "clrName": "MaxJwtSegmentCount",
1977
+ "tsEmitName": "maxJwtSegmentCount",
1978
+ "normalizedSignature": "MaxJwtSegmentCount|System.Int32|static=true|const=true",
1979
+ "isStatic": true,
1980
+ "isReadOnly": false,
1981
+ "isLiteral": true
1982
+ },
1983
+ {
1984
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::DirectKeyUseAlgSystem.String",
1985
+ "clrName": "DirectKeyUseAlg",
1986
+ "tsEmitName": "directKeyUseAlg",
1987
+ "normalizedSignature": "DirectKeyUseAlg|System.String|static=true|const=true",
1988
+ "isStatic": true,
1989
+ "isReadOnly": false,
1990
+ "isLiteral": true
1991
+ }
1992
+ ],
1993
+ "events": [],
1994
+ "constructors": []
1995
+ }
1996
+ ]
1997
+ }