@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,2556 @@
1
+ {
2
+ "namespace": "System.IdentityModel.Tokens.Jwt",
3
+ "contributingAssemblies": [
4
+ "System.IdentityModel.Tokens.Jwt"
5
+ ],
6
+ "types": [
7
+ {
8
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
9
+ "clrName": "System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::CtySystem.String",
31
+ "clrName": "Cty",
32
+ "tsEmitName": "cty",
33
+ "normalizedSignature": "Cty|System.String|static=true|const=true",
34
+ "isStatic": true,
35
+ "isReadOnly": false,
36
+ "isLiteral": true
37
+ },
38
+ {
39
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::EncSystem.String",
40
+ "clrName": "Enc",
41
+ "tsEmitName": "enc",
42
+ "normalizedSignature": "Enc|System.String|static=true|const=true",
43
+ "isStatic": true,
44
+ "isReadOnly": false,
45
+ "isLiteral": true
46
+ },
47
+ {
48
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::IVSystem.String",
49
+ "clrName": "IV",
50
+ "tsEmitName": "IV",
51
+ "normalizedSignature": "IV|System.String|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "isLiteral": true
55
+ },
56
+ {
57
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::JkuSystem.String",
58
+ "clrName": "Jku",
59
+ "tsEmitName": "jku",
60
+ "normalizedSignature": "Jku|System.String|static=true|const=true",
61
+ "isStatic": true,
62
+ "isReadOnly": false,
63
+ "isLiteral": true
64
+ },
65
+ {
66
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::JwkSystem.String",
67
+ "clrName": "Jwk",
68
+ "tsEmitName": "jwk",
69
+ "normalizedSignature": "Jwk|System.String|static=true|const=true",
70
+ "isStatic": true,
71
+ "isReadOnly": false,
72
+ "isLiteral": true
73
+ },
74
+ {
75
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::KidSystem.String",
76
+ "clrName": "Kid",
77
+ "tsEmitName": "kid",
78
+ "normalizedSignature": "Kid|System.String|static=true|const=true",
79
+ "isStatic": true,
80
+ "isReadOnly": false,
81
+ "isLiteral": true
82
+ },
83
+ {
84
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::TypSystem.String",
85
+ "clrName": "Typ",
86
+ "tsEmitName": "typ",
87
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
88
+ "isStatic": true,
89
+ "isReadOnly": false,
90
+ "isLiteral": true
91
+ },
92
+ {
93
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::X5cSystem.String",
94
+ "clrName": "X5c",
95
+ "tsEmitName": "x5c",
96
+ "normalizedSignature": "X5c|System.String|static=true|const=true",
97
+ "isStatic": true,
98
+ "isReadOnly": false,
99
+ "isLiteral": true
100
+ },
101
+ {
102
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::X5tSystem.String",
103
+ "clrName": "X5t",
104
+ "tsEmitName": "x5t",
105
+ "normalizedSignature": "X5t|System.String|static=true|const=true",
106
+ "isStatic": true,
107
+ "isReadOnly": false,
108
+ "isLiteral": true
109
+ },
110
+ {
111
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::X5uSystem.String",
112
+ "clrName": "X5u",
113
+ "tsEmitName": "x5u",
114
+ "normalizedSignature": "X5u|System.String|static=true|const=true",
115
+ "isStatic": true,
116
+ "isReadOnly": false,
117
+ "isLiteral": true
118
+ },
119
+ {
120
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::ZipSystem.String",
121
+ "clrName": "Zip",
122
+ "tsEmitName": "zip",
123
+ "normalizedSignature": "Zip|System.String|static=true|const=true",
124
+ "isStatic": true,
125
+ "isReadOnly": false,
126
+ "isLiteral": true
127
+ },
128
+ {
129
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::EpkSystem.String",
130
+ "clrName": "Epk",
131
+ "tsEmitName": "epk",
132
+ "normalizedSignature": "Epk|System.String|static=true|const=true",
133
+ "isStatic": true,
134
+ "isReadOnly": false,
135
+ "isLiteral": true
136
+ },
137
+ {
138
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::ApuSystem.String",
139
+ "clrName": "Apu",
140
+ "tsEmitName": "apu",
141
+ "normalizedSignature": "Apu|System.String|static=true|const=true",
142
+ "isStatic": true,
143
+ "isReadOnly": false,
144
+ "isLiteral": true
145
+ },
146
+ {
147
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::ApvSystem.String",
148
+ "clrName": "Apv",
149
+ "tsEmitName": "apv",
150
+ "normalizedSignature": "Apv|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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
161
+ "clrName": "System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AmrSystem.String",
192
+ "clrName": "Amr",
193
+ "tsEmitName": "amr",
194
+ "normalizedSignature": "Amr|System.String|static=true|const=true",
195
+ "isStatic": true,
196
+ "isReadOnly": false,
197
+ "isLiteral": true
198
+ },
199
+ {
200
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AddressSystem.String",
201
+ "clrName": "Address",
202
+ "tsEmitName": "address",
203
+ "normalizedSignature": "Address|System.String|static=true|const=true",
204
+ "isStatic": true,
205
+ "isReadOnly": false,
206
+ "isLiteral": true
207
+ },
208
+ {
209
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AtHashSystem.String",
210
+ "clrName": "AtHash",
211
+ "tsEmitName": "atHash",
212
+ "normalizedSignature": "AtHash|System.String|static=true|const=true",
213
+ "isStatic": true,
214
+ "isReadOnly": false,
215
+ "isLiteral": true
216
+ },
217
+ {
218
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AudSystem.String",
219
+ "clrName": "Aud",
220
+ "tsEmitName": "aud",
221
+ "normalizedSignature": "Aud|System.String|static=true|const=true",
222
+ "isStatic": true,
223
+ "isReadOnly": false,
224
+ "isLiteral": true
225
+ },
226
+ {
227
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AuthTimeSystem.String",
228
+ "clrName": "AuthTime",
229
+ "tsEmitName": "authTime",
230
+ "normalizedSignature": "AuthTime|System.String|static=true|const=true",
231
+ "isStatic": true,
232
+ "isReadOnly": false,
233
+ "isLiteral": true
234
+ },
235
+ {
236
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AzpSystem.String",
237
+ "clrName": "Azp",
238
+ "tsEmitName": "azp",
239
+ "normalizedSignature": "Azp|System.String|static=true|const=true",
240
+ "isStatic": true,
241
+ "isReadOnly": false,
242
+ "isLiteral": true
243
+ },
244
+ {
245
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::BirthdateSystem.String",
246
+ "clrName": "Birthdate",
247
+ "tsEmitName": "birthdate",
248
+ "normalizedSignature": "Birthdate|System.String|static=true|const=true",
249
+ "isStatic": true,
250
+ "isReadOnly": false,
251
+ "isLiteral": true
252
+ },
253
+ {
254
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::CHashSystem.String",
255
+ "clrName": "CHash",
256
+ "tsEmitName": "cHash",
257
+ "normalizedSignature": "CHash|System.String|static=true|const=true",
258
+ "isStatic": true,
259
+ "isReadOnly": false,
260
+ "isLiteral": true
261
+ },
262
+ {
263
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.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": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader",
529
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtHeader",
530
+ "tsEmitName": "JwtHeader",
531
+ "kind": "Class",
532
+ "accessibility": "Public",
533
+ "isAbstract": false,
534
+ "isSealed": false,
535
+ "isStatic": false,
536
+ "arity": 0,
537
+ "methods": [
538
+ {
539
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Base64UrlDeserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader",
540
+ "clrName": "Base64UrlDeserialize",
541
+ "tsEmitName": "base64UrlDeserialize",
542
+ "normalizedSignature": "Base64UrlDeserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader|static=true",
543
+ "provenance": "Original",
544
+ "emitScope": "ClassSurface",
545
+ "isStatic": true,
546
+ "isAbstract": false,
547
+ "isVirtual": false,
548
+ "isOverride": false,
549
+ "isSealed": false,
550
+ "arity": 0,
551
+ "parameterCount": 1,
552
+ "isExtensionMethod": false
553
+ },
554
+ {
555
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Base64UrlEncode():System.String",
556
+ "clrName": "Base64UrlEncode",
557
+ "tsEmitName": "base64UrlEncode",
558
+ "normalizedSignature": "Base64UrlEncode|():System.String|static=false",
559
+ "provenance": "Original",
560
+ "emitScope": "ClassSurface",
561
+ "isStatic": false,
562
+ "isAbstract": false,
563
+ "isVirtual": true,
564
+ "isOverride": false,
565
+ "isSealed": false,
566
+ "arity": 0,
567
+ "parameterCount": 0,
568
+ "isExtensionMethod": false
569
+ },
570
+ {
571
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::SerializeToJson():System.String",
572
+ "clrName": "SerializeToJson",
573
+ "tsEmitName": "serializeToJson",
574
+ "normalizedSignature": "SerializeToJson|():System.String|static=false",
575
+ "provenance": "Original",
576
+ "emitScope": "ClassSurface",
577
+ "isStatic": false,
578
+ "isAbstract": false,
579
+ "isVirtual": true,
580
+ "isOverride": false,
581
+ "isSealed": false,
582
+ "arity": 0,
583
+ "parameterCount": 0,
584
+ "isExtensionMethod": false
585
+ }
586
+ ],
587
+ "properties": [
588
+ {
589
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Alg:System.String",
590
+ "clrName": "Alg",
591
+ "tsEmitName": "alg",
592
+ "normalizedSignature": "Alg|:System.String|static=false|accessor=get",
593
+ "provenance": "Original",
594
+ "emitScope": "ClassSurface",
595
+ "isStatic": false,
596
+ "isAbstract": false,
597
+ "isVirtual": false,
598
+ "isOverride": false,
599
+ "isIndexer": false,
600
+ "hasGetter": true,
601
+ "hasSetter": false
602
+ },
603
+ {
604
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Cty:System.String",
605
+ "clrName": "Cty",
606
+ "tsEmitName": "cty",
607
+ "normalizedSignature": "Cty|:System.String|static=false|accessor=get",
608
+ "provenance": "Original",
609
+ "emitScope": "ClassSurface",
610
+ "isStatic": false,
611
+ "isAbstract": false,
612
+ "isVirtual": false,
613
+ "isOverride": false,
614
+ "isIndexer": false,
615
+ "hasGetter": true,
616
+ "hasSetter": false
617
+ },
618
+ {
619
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Enc:System.String",
620
+ "clrName": "Enc",
621
+ "tsEmitName": "enc",
622
+ "normalizedSignature": "Enc|:System.String|static=false|accessor=get",
623
+ "provenance": "Original",
624
+ "emitScope": "ClassSurface",
625
+ "isStatic": false,
626
+ "isAbstract": false,
627
+ "isVirtual": false,
628
+ "isOverride": false,
629
+ "isIndexer": false,
630
+ "hasGetter": true,
631
+ "hasSetter": false
632
+ },
633
+ {
634
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::EncryptingCredentials:Microsoft.IdentityModel.Tokens.EncryptingCredentials",
635
+ "clrName": "EncryptingCredentials",
636
+ "tsEmitName": "encryptingCredentials",
637
+ "normalizedSignature": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=get",
638
+ "provenance": "Original",
639
+ "emitScope": "ClassSurface",
640
+ "isStatic": false,
641
+ "isAbstract": false,
642
+ "isVirtual": false,
643
+ "isOverride": false,
644
+ "isIndexer": false,
645
+ "hasGetter": true,
646
+ "hasSetter": false
647
+ },
648
+ {
649
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::IV:System.String",
650
+ "clrName": "IV",
651
+ "tsEmitName": "IV",
652
+ "normalizedSignature": "IV|:System.String|static=false|accessor=get",
653
+ "provenance": "Original",
654
+ "emitScope": "ClassSurface",
655
+ "isStatic": false,
656
+ "isAbstract": false,
657
+ "isVirtual": false,
658
+ "isOverride": false,
659
+ "isIndexer": false,
660
+ "hasGetter": true,
661
+ "hasSetter": false
662
+ },
663
+ {
664
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Kid:System.String",
665
+ "clrName": "Kid",
666
+ "tsEmitName": "kid",
667
+ "normalizedSignature": "Kid|:System.String|static=false|accessor=get",
668
+ "provenance": "Original",
669
+ "emitScope": "ClassSurface",
670
+ "isStatic": false,
671
+ "isAbstract": false,
672
+ "isVirtual": false,
673
+ "isOverride": false,
674
+ "isIndexer": false,
675
+ "hasGetter": true,
676
+ "hasSetter": false
677
+ },
678
+ {
679
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::SigningCredentials:Microsoft.IdentityModel.Tokens.SigningCredentials",
680
+ "clrName": "SigningCredentials",
681
+ "tsEmitName": "signingCredentials",
682
+ "normalizedSignature": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=get",
683
+ "provenance": "Original",
684
+ "emitScope": "ClassSurface",
685
+ "isStatic": false,
686
+ "isAbstract": false,
687
+ "isVirtual": false,
688
+ "isOverride": false,
689
+ "isIndexer": false,
690
+ "hasGetter": true,
691
+ "hasSetter": false
692
+ },
693
+ {
694
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Typ:System.String",
695
+ "clrName": "Typ",
696
+ "tsEmitName": "typ",
697
+ "normalizedSignature": "Typ|:System.String|static=false|accessor=get",
698
+ "provenance": "Original",
699
+ "emitScope": "ClassSurface",
700
+ "isStatic": false,
701
+ "isAbstract": false,
702
+ "isVirtual": false,
703
+ "isOverride": false,
704
+ "isIndexer": false,
705
+ "hasGetter": true,
706
+ "hasSetter": false
707
+ },
708
+ {
709
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::X5t:System.String",
710
+ "clrName": "X5t",
711
+ "tsEmitName": "x5t",
712
+ "normalizedSignature": "X5t|:System.String|static=false|accessor=get",
713
+ "provenance": "Original",
714
+ "emitScope": "ClassSurface",
715
+ "isStatic": false,
716
+ "isAbstract": false,
717
+ "isVirtual": false,
718
+ "isOverride": false,
719
+ "isIndexer": false,
720
+ "hasGetter": true,
721
+ "hasSetter": false
722
+ },
723
+ {
724
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::X5c:System.String",
725
+ "clrName": "X5c",
726
+ "tsEmitName": "x5c",
727
+ "normalizedSignature": "X5c|:System.String|static=false|accessor=get",
728
+ "provenance": "Original",
729
+ "emitScope": "ClassSurface",
730
+ "isStatic": false,
731
+ "isAbstract": false,
732
+ "isVirtual": false,
733
+ "isOverride": false,
734
+ "isIndexer": false,
735
+ "hasGetter": true,
736
+ "hasSetter": false
737
+ },
738
+ {
739
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Zip:System.String",
740
+ "clrName": "Zip",
741
+ "tsEmitName": "zip",
742
+ "normalizedSignature": "Zip|:System.String|static=false|accessor=get",
743
+ "provenance": "Original",
744
+ "emitScope": "ClassSurface",
745
+ "isStatic": false,
746
+ "isAbstract": false,
747
+ "isVirtual": false,
748
+ "isOverride": false,
749
+ "isIndexer": false,
750
+ "hasGetter": true,
751
+ "hasSetter": false
752
+ }
753
+ ],
754
+ "fields": [],
755
+ "events": [],
756
+ "constructors": [
757
+ {
758
+ "normalizedSignature": "constructor|():void|static=false",
759
+ "isStatic": false,
760
+ "parameterCount": 0
761
+ },
762
+ {
763
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials):void|static=false",
764
+ "isStatic": false,
765
+ "parameterCount": 1
766
+ },
767
+ {
768
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials):void|static=false",
769
+ "isStatic": false,
770
+ "parameterCount": 1
771
+ },
772
+ {
773
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials,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]]):void|static=false",
774
+ "isStatic": false,
775
+ "parameterCount": 2
776
+ },
777
+ {
778
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials,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]],System.String):void|static=false",
779
+ "isStatic": false,
780
+ "parameterCount": 3
781
+ },
782
+ {
783
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials,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]],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]]):void|static=false",
784
+ "isStatic": false,
785
+ "parameterCount": 4
786
+ },
787
+ {
788
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials,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]]):void|static=false",
789
+ "isStatic": false,
790
+ "parameterCount": 2
791
+ },
792
+ {
793
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials,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]],System.String):void|static=false",
794
+ "isStatic": false,
795
+ "parameterCount": 3
796
+ },
797
+ {
798
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials,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]],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]]):void|static=false",
799
+ "isStatic": false,
800
+ "parameterCount": 4
801
+ }
802
+ ]
803
+ },
804
+ {
805
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload",
806
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtPayload",
807
+ "tsEmitName": "JwtPayload",
808
+ "kind": "Class",
809
+ "accessibility": "Public",
810
+ "isAbstract": false,
811
+ "isSealed": false,
812
+ "isStatic": false,
813
+ "arity": 0,
814
+ "methods": [
815
+ {
816
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::AddClaim(System.Security.Claims.Claim):System.Void",
817
+ "clrName": "AddClaim",
818
+ "tsEmitName": "addClaim",
819
+ "normalizedSignature": "AddClaim|(System.Security.Claims.Claim):System.Void|static=false",
820
+ "provenance": "Original",
821
+ "emitScope": "ClassSurface",
822
+ "isStatic": false,
823
+ "isAbstract": false,
824
+ "isVirtual": false,
825
+ "isOverride": false,
826
+ "isSealed": false,
827
+ "arity": 0,
828
+ "parameterCount": 1,
829
+ "isExtensionMethod": false
830
+ },
831
+ {
832
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::AddClaims(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
833
+ "clrName": "AddClaims",
834
+ "tsEmitName": "addClaims",
835
+ "normalizedSignature": "AddClaims|(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void|static=false",
836
+ "provenance": "Original",
837
+ "emitScope": "ClassSurface",
838
+ "isStatic": false,
839
+ "isAbstract": false,
840
+ "isVirtual": false,
841
+ "isOverride": false,
842
+ "isSealed": false,
843
+ "arity": 0,
844
+ "parameterCount": 1,
845
+ "isExtensionMethod": false
846
+ },
847
+ {
848
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::SerializeToJson():System.String",
849
+ "clrName": "SerializeToJson",
850
+ "tsEmitName": "serializeToJson",
851
+ "normalizedSignature": "SerializeToJson|():System.String|static=false",
852
+ "provenance": "Original",
853
+ "emitScope": "ClassSurface",
854
+ "isStatic": false,
855
+ "isAbstract": false,
856
+ "isVirtual": true,
857
+ "isOverride": false,
858
+ "isSealed": false,
859
+ "arity": 0,
860
+ "parameterCount": 0,
861
+ "isExtensionMethod": false
862
+ },
863
+ {
864
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Base64UrlDeserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload",
865
+ "clrName": "Base64UrlDeserialize",
866
+ "tsEmitName": "base64UrlDeserialize",
867
+ "normalizedSignature": "Base64UrlDeserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload|static=true",
868
+ "provenance": "Original",
869
+ "emitScope": "ClassSurface",
870
+ "isStatic": true,
871
+ "isAbstract": false,
872
+ "isVirtual": false,
873
+ "isOverride": false,
874
+ "isSealed": false,
875
+ "arity": 0,
876
+ "parameterCount": 1,
877
+ "isExtensionMethod": false
878
+ },
879
+ {
880
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Base64UrlEncode():System.String",
881
+ "clrName": "Base64UrlEncode",
882
+ "tsEmitName": "base64UrlEncode",
883
+ "normalizedSignature": "Base64UrlEncode|():System.String|static=false",
884
+ "provenance": "Original",
885
+ "emitScope": "ClassSurface",
886
+ "isStatic": false,
887
+ "isAbstract": false,
888
+ "isVirtual": true,
889
+ "isOverride": false,
890
+ "isSealed": false,
891
+ "arity": 0,
892
+ "parameterCount": 0,
893
+ "isExtensionMethod": false
894
+ },
895
+ {
896
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Deserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload",
897
+ "clrName": "Deserialize",
898
+ "tsEmitName": "deserialize",
899
+ "normalizedSignature": "Deserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload|static=true",
900
+ "provenance": "Original",
901
+ "emitScope": "ClassSurface",
902
+ "isStatic": true,
903
+ "isAbstract": false,
904
+ "isVirtual": false,
905
+ "isOverride": false,
906
+ "isSealed": false,
907
+ "arity": 0,
908
+ "parameterCount": 1,
909
+ "isExtensionMethod": false
910
+ }
911
+ ],
912
+ "properties": [
913
+ {
914
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Actort:System.String",
915
+ "clrName": "Actort",
916
+ "tsEmitName": "actort",
917
+ "normalizedSignature": "Actort|:System.String|static=false|accessor=get",
918
+ "provenance": "Original",
919
+ "emitScope": "ClassSurface",
920
+ "isStatic": false,
921
+ "isAbstract": false,
922
+ "isVirtual": false,
923
+ "isOverride": false,
924
+ "isIndexer": false,
925
+ "hasGetter": true,
926
+ "hasSetter": false
927
+ },
928
+ {
929
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Acr:System.String",
930
+ "clrName": "Acr",
931
+ "tsEmitName": "acr",
932
+ "normalizedSignature": "Acr|:System.String|static=false|accessor=get",
933
+ "provenance": "Original",
934
+ "emitScope": "ClassSurface",
935
+ "isStatic": false,
936
+ "isAbstract": false,
937
+ "isVirtual": false,
938
+ "isOverride": false,
939
+ "isIndexer": false,
940
+ "hasGetter": true,
941
+ "hasSetter": false
942
+ },
943
+ {
944
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Amr:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
945
+ "clrName": "Amr",
946
+ "tsEmitName": "amr",
947
+ "normalizedSignature": "Amr|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
948
+ "provenance": "Original",
949
+ "emitScope": "ClassSurface",
950
+ "isStatic": false,
951
+ "isAbstract": false,
952
+ "isVirtual": false,
953
+ "isOverride": false,
954
+ "isIndexer": false,
955
+ "hasGetter": true,
956
+ "hasSetter": false
957
+ },
958
+ {
959
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::AuthTime:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
960
+ "clrName": "AuthTime",
961
+ "tsEmitName": "authTime",
962
+ "normalizedSignature": "AuthTime|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
963
+ "provenance": "Original",
964
+ "emitScope": "ClassSurface",
965
+ "isStatic": false,
966
+ "isAbstract": false,
967
+ "isVirtual": false,
968
+ "isOverride": false,
969
+ "isIndexer": false,
970
+ "hasGetter": true,
971
+ "hasSetter": false
972
+ },
973
+ {
974
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Aud:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
975
+ "clrName": "Aud",
976
+ "tsEmitName": "aud",
977
+ "normalizedSignature": "Aud|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
978
+ "provenance": "Original",
979
+ "emitScope": "ClassSurface",
980
+ "isStatic": false,
981
+ "isAbstract": false,
982
+ "isVirtual": false,
983
+ "isOverride": false,
984
+ "isIndexer": false,
985
+ "hasGetter": true,
986
+ "hasSetter": false
987
+ },
988
+ {
989
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Azp:System.String",
990
+ "clrName": "Azp",
991
+ "tsEmitName": "azp",
992
+ "normalizedSignature": "Azp|:System.String|static=false|accessor=get",
993
+ "provenance": "Original",
994
+ "emitScope": "ClassSurface",
995
+ "isStatic": false,
996
+ "isAbstract": false,
997
+ "isVirtual": false,
998
+ "isOverride": false,
999
+ "isIndexer": false,
1000
+ "hasGetter": true,
1001
+ "hasSetter": false
1002
+ },
1003
+ {
1004
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::CHash:System.String",
1005
+ "clrName": "CHash",
1006
+ "tsEmitName": "cHash",
1007
+ "normalizedSignature": "CHash|:System.String|static=false|accessor=get",
1008
+ "provenance": "Original",
1009
+ "emitScope": "ClassSurface",
1010
+ "isStatic": false,
1011
+ "isAbstract": false,
1012
+ "isVirtual": false,
1013
+ "isOverride": false,
1014
+ "isIndexer": false,
1015
+ "hasGetter": true,
1016
+ "hasSetter": false
1017
+ },
1018
+ {
1019
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Exp:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1020
+ "clrName": "Exp",
1021
+ "tsEmitName": "exp",
1022
+ "normalizedSignature": "Exp|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1023
+ "provenance": "Original",
1024
+ "emitScope": "ClassSurface",
1025
+ "isStatic": false,
1026
+ "isAbstract": false,
1027
+ "isVirtual": false,
1028
+ "isOverride": false,
1029
+ "isIndexer": false,
1030
+ "hasGetter": true,
1031
+ "hasSetter": false
1032
+ },
1033
+ {
1034
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Expiration:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1035
+ "clrName": "Expiration",
1036
+ "tsEmitName": "expiration",
1037
+ "normalizedSignature": "Expiration|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1038
+ "provenance": "Original",
1039
+ "emitScope": "ClassSurface",
1040
+ "isStatic": false,
1041
+ "isAbstract": false,
1042
+ "isVirtual": false,
1043
+ "isOverride": false,
1044
+ "isIndexer": false,
1045
+ "hasGetter": true,
1046
+ "hasSetter": false
1047
+ },
1048
+ {
1049
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Jti:System.String",
1050
+ "clrName": "Jti",
1051
+ "tsEmitName": "jti",
1052
+ "normalizedSignature": "Jti|:System.String|static=false|accessor=get",
1053
+ "provenance": "Original",
1054
+ "emitScope": "ClassSurface",
1055
+ "isStatic": false,
1056
+ "isAbstract": false,
1057
+ "isVirtual": false,
1058
+ "isOverride": false,
1059
+ "isIndexer": false,
1060
+ "hasGetter": true,
1061
+ "hasSetter": false
1062
+ },
1063
+ {
1064
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Iat:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1065
+ "clrName": "Iat",
1066
+ "tsEmitName": "iat",
1067
+ "normalizedSignature": "Iat|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1068
+ "provenance": "Original",
1069
+ "emitScope": "ClassSurface",
1070
+ "isStatic": false,
1071
+ "isAbstract": false,
1072
+ "isVirtual": false,
1073
+ "isOverride": false,
1074
+ "isIndexer": false,
1075
+ "hasGetter": true,
1076
+ "hasSetter": false
1077
+ },
1078
+ {
1079
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Iss:System.String",
1080
+ "clrName": "Iss",
1081
+ "tsEmitName": "iss",
1082
+ "normalizedSignature": "Iss|:System.String|static=false|accessor=get",
1083
+ "provenance": "Original",
1084
+ "emitScope": "ClassSurface",
1085
+ "isStatic": false,
1086
+ "isAbstract": false,
1087
+ "isVirtual": false,
1088
+ "isOverride": false,
1089
+ "isIndexer": false,
1090
+ "hasGetter": true,
1091
+ "hasSetter": false
1092
+ },
1093
+ {
1094
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Nbf:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1095
+ "clrName": "Nbf",
1096
+ "tsEmitName": "nbf",
1097
+ "normalizedSignature": "Nbf|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1098
+ "provenance": "Original",
1099
+ "emitScope": "ClassSurface",
1100
+ "isStatic": false,
1101
+ "isAbstract": false,
1102
+ "isVirtual": false,
1103
+ "isOverride": false,
1104
+ "isIndexer": false,
1105
+ "hasGetter": true,
1106
+ "hasSetter": false
1107
+ },
1108
+ {
1109
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Nonce:System.String",
1110
+ "clrName": "Nonce",
1111
+ "tsEmitName": "nonce",
1112
+ "normalizedSignature": "Nonce|:System.String|static=false|accessor=get",
1113
+ "provenance": "Original",
1114
+ "emitScope": "ClassSurface",
1115
+ "isStatic": false,
1116
+ "isAbstract": false,
1117
+ "isVirtual": false,
1118
+ "isOverride": false,
1119
+ "isIndexer": false,
1120
+ "hasGetter": true,
1121
+ "hasSetter": false
1122
+ },
1123
+ {
1124
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::NotBefore:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1125
+ "clrName": "NotBefore",
1126
+ "tsEmitName": "notBefore",
1127
+ "normalizedSignature": "NotBefore|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1128
+ "provenance": "Original",
1129
+ "emitScope": "ClassSurface",
1130
+ "isStatic": false,
1131
+ "isAbstract": false,
1132
+ "isVirtual": false,
1133
+ "isOverride": false,
1134
+ "isIndexer": false,
1135
+ "hasGetter": true,
1136
+ "hasSetter": false
1137
+ },
1138
+ {
1139
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Sub:System.String",
1140
+ "clrName": "Sub",
1141
+ "tsEmitName": "sub",
1142
+ "normalizedSignature": "Sub|:System.String|static=false|accessor=get",
1143
+ "provenance": "Original",
1144
+ "emitScope": "ClassSurface",
1145
+ "isStatic": false,
1146
+ "isAbstract": false,
1147
+ "isVirtual": false,
1148
+ "isOverride": false,
1149
+ "isIndexer": false,
1150
+ "hasGetter": true,
1151
+ "hasSetter": false
1152
+ },
1153
+ {
1154
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::ValidFrom:System.DateTime",
1155
+ "clrName": "ValidFrom",
1156
+ "tsEmitName": "validFrom",
1157
+ "normalizedSignature": "ValidFrom|:System.DateTime|static=false|accessor=get",
1158
+ "provenance": "Original",
1159
+ "emitScope": "ClassSurface",
1160
+ "isStatic": false,
1161
+ "isAbstract": false,
1162
+ "isVirtual": false,
1163
+ "isOverride": false,
1164
+ "isIndexer": false,
1165
+ "hasGetter": true,
1166
+ "hasSetter": false
1167
+ },
1168
+ {
1169
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::ValidTo:System.DateTime",
1170
+ "clrName": "ValidTo",
1171
+ "tsEmitName": "validTo",
1172
+ "normalizedSignature": "ValidTo|:System.DateTime|static=false|accessor=get",
1173
+ "provenance": "Original",
1174
+ "emitScope": "ClassSurface",
1175
+ "isStatic": false,
1176
+ "isAbstract": false,
1177
+ "isVirtual": false,
1178
+ "isOverride": false,
1179
+ "isIndexer": false,
1180
+ "hasGetter": true,
1181
+ "hasSetter": false
1182
+ },
1183
+ {
1184
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::IssuedAt:System.DateTime",
1185
+ "clrName": "IssuedAt",
1186
+ "tsEmitName": "issuedAt",
1187
+ "normalizedSignature": "IssuedAt|:System.DateTime|static=false|accessor=get",
1188
+ "provenance": "Original",
1189
+ "emitScope": "ClassSurface",
1190
+ "isStatic": false,
1191
+ "isAbstract": false,
1192
+ "isVirtual": false,
1193
+ "isOverride": false,
1194
+ "isIndexer": false,
1195
+ "hasGetter": true,
1196
+ "hasSetter": false
1197
+ },
1198
+ {
1199
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Claims:System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
1200
+ "clrName": "Claims",
1201
+ "tsEmitName": "claims",
1202
+ "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",
1203
+ "provenance": "Original",
1204
+ "emitScope": "ClassSurface",
1205
+ "isStatic": false,
1206
+ "isAbstract": false,
1207
+ "isVirtual": true,
1208
+ "isOverride": false,
1209
+ "isIndexer": false,
1210
+ "hasGetter": true,
1211
+ "hasSetter": false
1212
+ }
1213
+ ],
1214
+ "fields": [],
1215
+ "events": [],
1216
+ "constructors": [
1217
+ {
1218
+ "normalizedSignature": "constructor|():void|static=false",
1219
+ "isStatic": false,
1220
+ "parameterCount": 0
1221
+ },
1222
+ {
1223
+ "normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void|static=false",
1224
+ "isStatic": false,
1225
+ "parameterCount": 1
1226
+ },
1227
+ {
1228
+ "normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1229
+ "isStatic": false,
1230
+ "parameterCount": 5
1231
+ },
1232
+ {
1233
+ "normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1234
+ "isStatic": false,
1235
+ "parameterCount": 6
1236
+ },
1237
+ {
1238
+ "normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],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.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1239
+ "isStatic": false,
1240
+ "parameterCount": 7
1241
+ }
1242
+ ]
1243
+ },
1244
+ {
1245
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1246
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1247
+ "tsEmitName": "JwtSecurityToken",
1248
+ "kind": "Class",
1249
+ "accessibility": "Public",
1250
+ "isAbstract": false,
1251
+ "isSealed": false,
1252
+ "isStatic": false,
1253
+ "arity": 0,
1254
+ "methods": [
1255
+ {
1256
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ToString():System.String",
1257
+ "clrName": "ToString",
1258
+ "tsEmitName": "toString",
1259
+ "normalizedSignature": "ToString|():System.String|static=false",
1260
+ "provenance": "Original",
1261
+ "emitScope": "ClassSurface",
1262
+ "isStatic": false,
1263
+ "isAbstract": false,
1264
+ "isVirtual": true,
1265
+ "isOverride": true,
1266
+ "isSealed": false,
1267
+ "arity": 0,
1268
+ "parameterCount": 0,
1269
+ "isExtensionMethod": false
1270
+ },
1271
+ {
1272
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::UnsafeToString():System.String",
1273
+ "clrName": "UnsafeToString",
1274
+ "tsEmitName": "unsafeToString",
1275
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
1276
+ "provenance": "Original",
1277
+ "emitScope": "ClassSurface",
1278
+ "isStatic": false,
1279
+ "isAbstract": false,
1280
+ "isVirtual": true,
1281
+ "isOverride": true,
1282
+ "isSealed": false,
1283
+ "arity": 0,
1284
+ "parameterCount": 0,
1285
+ "isExtensionMethod": false
1286
+ },
1287
+ {
1288
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact::UnsafeToString():System.String",
1289
+ "clrName": "UnsafeToString",
1290
+ "tsEmitName": "unsafeToString$view",
1291
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
1292
+ "provenance": "ExplicitView",
1293
+ "emitScope": "ViewOnly",
1294
+ "isStatic": false,
1295
+ "isAbstract": false,
1296
+ "isVirtual": true,
1297
+ "isOverride": false,
1298
+ "isSealed": false,
1299
+ "arity": 0,
1300
+ "parameterCount": 0,
1301
+ "sourceInterface": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
1302
+ "isExtensionMethod": false
1303
+ }
1304
+ ],
1305
+ "properties": [
1306
+ {
1307
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Actor:System.String",
1308
+ "clrName": "Actor",
1309
+ "tsEmitName": "actor",
1310
+ "normalizedSignature": "Actor|:System.String|static=false|accessor=get",
1311
+ "provenance": "Original",
1312
+ "emitScope": "ClassSurface",
1313
+ "isStatic": false,
1314
+ "isAbstract": false,
1315
+ "isVirtual": false,
1316
+ "isOverride": false,
1317
+ "isIndexer": false,
1318
+ "hasGetter": true,
1319
+ "hasSetter": false
1320
+ },
1321
+ {
1322
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Audiences:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1323
+ "clrName": "Audiences",
1324
+ "tsEmitName": "audiences",
1325
+ "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",
1326
+ "provenance": "Original",
1327
+ "emitScope": "ClassSurface",
1328
+ "isStatic": false,
1329
+ "isAbstract": false,
1330
+ "isVirtual": false,
1331
+ "isOverride": false,
1332
+ "isIndexer": false,
1333
+ "hasGetter": true,
1334
+ "hasSetter": false
1335
+ },
1336
+ {
1337
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Claims:System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
1338
+ "clrName": "Claims",
1339
+ "tsEmitName": "claims",
1340
+ "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",
1341
+ "provenance": "Original",
1342
+ "emitScope": "ClassSurface",
1343
+ "isStatic": false,
1344
+ "isAbstract": false,
1345
+ "isVirtual": false,
1346
+ "isOverride": false,
1347
+ "isIndexer": false,
1348
+ "hasGetter": true,
1349
+ "hasSetter": false
1350
+ },
1351
+ {
1352
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::EncodedHeader:System.String",
1353
+ "clrName": "EncodedHeader",
1354
+ "tsEmitName": "encodedHeader",
1355
+ "normalizedSignature": "EncodedHeader|:System.String|static=false|accessor=get",
1356
+ "provenance": "Original",
1357
+ "emitScope": "ClassSurface",
1358
+ "isStatic": false,
1359
+ "isAbstract": false,
1360
+ "isVirtual": true,
1361
+ "isOverride": false,
1362
+ "isIndexer": false,
1363
+ "hasGetter": true,
1364
+ "hasSetter": false
1365
+ },
1366
+ {
1367
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::EncodedPayload:System.String",
1368
+ "clrName": "EncodedPayload",
1369
+ "tsEmitName": "encodedPayload",
1370
+ "normalizedSignature": "EncodedPayload|:System.String|static=false|accessor=get",
1371
+ "provenance": "Original",
1372
+ "emitScope": "ClassSurface",
1373
+ "isStatic": false,
1374
+ "isAbstract": false,
1375
+ "isVirtual": true,
1376
+ "isOverride": false,
1377
+ "isIndexer": false,
1378
+ "hasGetter": true,
1379
+ "hasSetter": false
1380
+ },
1381
+ {
1382
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Header:System.IdentityModel.Tokens.Jwt.JwtHeader",
1383
+ "clrName": "Header",
1384
+ "tsEmitName": "header",
1385
+ "normalizedSignature": "Header|:System.IdentityModel.Tokens.Jwt.JwtHeader|static=false|accessor=get",
1386
+ "provenance": "Original",
1387
+ "emitScope": "ClassSurface",
1388
+ "isStatic": false,
1389
+ "isAbstract": false,
1390
+ "isVirtual": false,
1391
+ "isOverride": false,
1392
+ "isIndexer": false,
1393
+ "hasGetter": true,
1394
+ "hasSetter": false
1395
+ },
1396
+ {
1397
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Id:System.String",
1398
+ "clrName": "Id",
1399
+ "tsEmitName": "id",
1400
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
1401
+ "provenance": "Original",
1402
+ "emitScope": "ClassSurface",
1403
+ "isStatic": false,
1404
+ "isAbstract": false,
1405
+ "isVirtual": true,
1406
+ "isOverride": true,
1407
+ "isIndexer": false,
1408
+ "hasGetter": true,
1409
+ "hasSetter": false
1410
+ },
1411
+ {
1412
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Issuer:System.String",
1413
+ "clrName": "Issuer",
1414
+ "tsEmitName": "issuer",
1415
+ "normalizedSignature": "Issuer|:System.String|static=false|accessor=get",
1416
+ "provenance": "Original",
1417
+ "emitScope": "ClassSurface",
1418
+ "isStatic": false,
1419
+ "isAbstract": false,
1420
+ "isVirtual": true,
1421
+ "isOverride": true,
1422
+ "isIndexer": false,
1423
+ "hasGetter": true,
1424
+ "hasSetter": false
1425
+ },
1426
+ {
1427
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Payload:System.IdentityModel.Tokens.Jwt.JwtPayload",
1428
+ "clrName": "Payload",
1429
+ "tsEmitName": "payload",
1430
+ "normalizedSignature": "Payload|:System.IdentityModel.Tokens.Jwt.JwtPayload|static=false|accessor=get",
1431
+ "provenance": "Original",
1432
+ "emitScope": "ClassSurface",
1433
+ "isStatic": false,
1434
+ "isAbstract": false,
1435
+ "isVirtual": false,
1436
+ "isOverride": false,
1437
+ "isIndexer": false,
1438
+ "hasGetter": true,
1439
+ "hasSetter": false
1440
+ },
1441
+ {
1442
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::InnerToken:System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1443
+ "clrName": "InnerToken",
1444
+ "tsEmitName": "innerToken",
1445
+ "normalizedSignature": "InnerToken|:System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false|accessor=get",
1446
+ "provenance": "Original",
1447
+ "emitScope": "ClassSurface",
1448
+ "isStatic": false,
1449
+ "isAbstract": false,
1450
+ "isVirtual": false,
1451
+ "isOverride": false,
1452
+ "isIndexer": false,
1453
+ "hasGetter": true,
1454
+ "hasSetter": false
1455
+ },
1456
+ {
1457
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawAuthenticationTag:System.String",
1458
+ "clrName": "RawAuthenticationTag",
1459
+ "tsEmitName": "rawAuthenticationTag",
1460
+ "normalizedSignature": "RawAuthenticationTag|:System.String|static=false|accessor=get",
1461
+ "provenance": "Original",
1462
+ "emitScope": "ClassSurface",
1463
+ "isStatic": false,
1464
+ "isAbstract": false,
1465
+ "isVirtual": false,
1466
+ "isOverride": false,
1467
+ "isIndexer": false,
1468
+ "hasGetter": true,
1469
+ "hasSetter": false
1470
+ },
1471
+ {
1472
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawCiphertext:System.String",
1473
+ "clrName": "RawCiphertext",
1474
+ "tsEmitName": "rawCiphertext",
1475
+ "normalizedSignature": "RawCiphertext|:System.String|static=false|accessor=get",
1476
+ "provenance": "Original",
1477
+ "emitScope": "ClassSurface",
1478
+ "isStatic": false,
1479
+ "isAbstract": false,
1480
+ "isVirtual": false,
1481
+ "isOverride": false,
1482
+ "isIndexer": false,
1483
+ "hasGetter": true,
1484
+ "hasSetter": false
1485
+ },
1486
+ {
1487
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawData:System.String",
1488
+ "clrName": "RawData",
1489
+ "tsEmitName": "rawData",
1490
+ "normalizedSignature": "RawData|:System.String|static=false|accessor=get",
1491
+ "provenance": "Original",
1492
+ "emitScope": "ClassSurface",
1493
+ "isStatic": false,
1494
+ "isAbstract": false,
1495
+ "isVirtual": false,
1496
+ "isOverride": false,
1497
+ "isIndexer": false,
1498
+ "hasGetter": true,
1499
+ "hasSetter": false
1500
+ },
1501
+ {
1502
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawEncryptedKey:System.String",
1503
+ "clrName": "RawEncryptedKey",
1504
+ "tsEmitName": "rawEncryptedKey",
1505
+ "normalizedSignature": "RawEncryptedKey|:System.String|static=false|accessor=get",
1506
+ "provenance": "Original",
1507
+ "emitScope": "ClassSurface",
1508
+ "isStatic": false,
1509
+ "isAbstract": false,
1510
+ "isVirtual": false,
1511
+ "isOverride": false,
1512
+ "isIndexer": false,
1513
+ "hasGetter": true,
1514
+ "hasSetter": false
1515
+ },
1516
+ {
1517
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawInitializationVector:System.String",
1518
+ "clrName": "RawInitializationVector",
1519
+ "tsEmitName": "rawInitializationVector",
1520
+ "normalizedSignature": "RawInitializationVector|:System.String|static=false|accessor=get",
1521
+ "provenance": "Original",
1522
+ "emitScope": "ClassSurface",
1523
+ "isStatic": false,
1524
+ "isAbstract": false,
1525
+ "isVirtual": false,
1526
+ "isOverride": false,
1527
+ "isIndexer": false,
1528
+ "hasGetter": true,
1529
+ "hasSetter": false
1530
+ },
1531
+ {
1532
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawHeader:System.String",
1533
+ "clrName": "RawHeader",
1534
+ "tsEmitName": "rawHeader",
1535
+ "normalizedSignature": "RawHeader|:System.String|static=false|accessor=get",
1536
+ "provenance": "Original",
1537
+ "emitScope": "ClassSurface",
1538
+ "isStatic": false,
1539
+ "isAbstract": false,
1540
+ "isVirtual": false,
1541
+ "isOverride": false,
1542
+ "isIndexer": false,
1543
+ "hasGetter": true,
1544
+ "hasSetter": false
1545
+ },
1546
+ {
1547
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawPayload:System.String",
1548
+ "clrName": "RawPayload",
1549
+ "tsEmitName": "rawPayload",
1550
+ "normalizedSignature": "RawPayload|:System.String|static=false|accessor=get",
1551
+ "provenance": "Original",
1552
+ "emitScope": "ClassSurface",
1553
+ "isStatic": false,
1554
+ "isAbstract": false,
1555
+ "isVirtual": false,
1556
+ "isOverride": false,
1557
+ "isIndexer": false,
1558
+ "hasGetter": true,
1559
+ "hasSetter": false
1560
+ },
1561
+ {
1562
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawSignature:System.String",
1563
+ "clrName": "RawSignature",
1564
+ "tsEmitName": "rawSignature",
1565
+ "normalizedSignature": "RawSignature|:System.String|static=false|accessor=get",
1566
+ "provenance": "Original",
1567
+ "emitScope": "ClassSurface",
1568
+ "isStatic": false,
1569
+ "isAbstract": false,
1570
+ "isVirtual": false,
1571
+ "isOverride": false,
1572
+ "isIndexer": false,
1573
+ "hasGetter": true,
1574
+ "hasSetter": false
1575
+ },
1576
+ {
1577
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SecurityKey:Microsoft.IdentityModel.Tokens.SecurityKey",
1578
+ "clrName": "SecurityKey",
1579
+ "tsEmitName": "securityKey",
1580
+ "normalizedSignature": "SecurityKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=get",
1581
+ "provenance": "Original",
1582
+ "emitScope": "ClassSurface",
1583
+ "isStatic": false,
1584
+ "isAbstract": false,
1585
+ "isVirtual": true,
1586
+ "isOverride": true,
1587
+ "isIndexer": false,
1588
+ "hasGetter": true,
1589
+ "hasSetter": false
1590
+ },
1591
+ {
1592
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SignatureAlgorithm:System.String",
1593
+ "clrName": "SignatureAlgorithm",
1594
+ "tsEmitName": "signatureAlgorithm",
1595
+ "normalizedSignature": "SignatureAlgorithm|:System.String|static=false|accessor=get",
1596
+ "provenance": "Original",
1597
+ "emitScope": "ClassSurface",
1598
+ "isStatic": false,
1599
+ "isAbstract": false,
1600
+ "isVirtual": false,
1601
+ "isOverride": false,
1602
+ "isIndexer": false,
1603
+ "hasGetter": true,
1604
+ "hasSetter": false
1605
+ },
1606
+ {
1607
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SigningCredentials:Microsoft.IdentityModel.Tokens.SigningCredentials",
1608
+ "clrName": "SigningCredentials",
1609
+ "tsEmitName": "signingCredentials",
1610
+ "normalizedSignature": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=get",
1611
+ "provenance": "Original",
1612
+ "emitScope": "ClassSurface",
1613
+ "isStatic": false,
1614
+ "isAbstract": false,
1615
+ "isVirtual": false,
1616
+ "isOverride": false,
1617
+ "isIndexer": false,
1618
+ "hasGetter": true,
1619
+ "hasSetter": false
1620
+ },
1621
+ {
1622
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::EncryptingCredentials:Microsoft.IdentityModel.Tokens.EncryptingCredentials",
1623
+ "clrName": "EncryptingCredentials",
1624
+ "tsEmitName": "encryptingCredentials",
1625
+ "normalizedSignature": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=get",
1626
+ "provenance": "Original",
1627
+ "emitScope": "ClassSurface",
1628
+ "isStatic": false,
1629
+ "isAbstract": false,
1630
+ "isVirtual": false,
1631
+ "isOverride": false,
1632
+ "isIndexer": false,
1633
+ "hasGetter": true,
1634
+ "hasSetter": false
1635
+ },
1636
+ {
1637
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SigningKey:Microsoft.IdentityModel.Tokens.SecurityKey",
1638
+ "clrName": "SigningKey",
1639
+ "tsEmitName": "signingKey",
1640
+ "normalizedSignature": "SigningKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=getset",
1641
+ "provenance": "Original",
1642
+ "emitScope": "ClassSurface",
1643
+ "isStatic": false,
1644
+ "isAbstract": false,
1645
+ "isVirtual": true,
1646
+ "isOverride": true,
1647
+ "isIndexer": false,
1648
+ "hasGetter": true,
1649
+ "hasSetter": true
1650
+ },
1651
+ {
1652
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Subject:System.String",
1653
+ "clrName": "Subject",
1654
+ "tsEmitName": "subject",
1655
+ "normalizedSignature": "Subject|:System.String|static=false|accessor=get",
1656
+ "provenance": "Original",
1657
+ "emitScope": "ClassSurface",
1658
+ "isStatic": false,
1659
+ "isAbstract": false,
1660
+ "isVirtual": false,
1661
+ "isOverride": false,
1662
+ "isIndexer": false,
1663
+ "hasGetter": true,
1664
+ "hasSetter": false
1665
+ },
1666
+ {
1667
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ValidFrom:System.DateTime",
1668
+ "clrName": "ValidFrom",
1669
+ "tsEmitName": "validFrom",
1670
+ "normalizedSignature": "ValidFrom|:System.DateTime|static=false|accessor=get",
1671
+ "provenance": "Original",
1672
+ "emitScope": "ClassSurface",
1673
+ "isStatic": false,
1674
+ "isAbstract": false,
1675
+ "isVirtual": true,
1676
+ "isOverride": true,
1677
+ "isIndexer": false,
1678
+ "hasGetter": true,
1679
+ "hasSetter": false
1680
+ },
1681
+ {
1682
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ValidTo:System.DateTime",
1683
+ "clrName": "ValidTo",
1684
+ "tsEmitName": "validTo",
1685
+ "normalizedSignature": "ValidTo|:System.DateTime|static=false|accessor=get",
1686
+ "provenance": "Original",
1687
+ "emitScope": "ClassSurface",
1688
+ "isStatic": false,
1689
+ "isAbstract": false,
1690
+ "isVirtual": true,
1691
+ "isOverride": true,
1692
+ "isIndexer": false,
1693
+ "hasGetter": true,
1694
+ "hasSetter": false
1695
+ },
1696
+ {
1697
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::IssuedAt:System.DateTime",
1698
+ "clrName": "IssuedAt",
1699
+ "tsEmitName": "issuedAt",
1700
+ "normalizedSignature": "IssuedAt|:System.DateTime|static=false|accessor=get",
1701
+ "provenance": "Original",
1702
+ "emitScope": "ClassSurface",
1703
+ "isStatic": false,
1704
+ "isAbstract": false,
1705
+ "isVirtual": true,
1706
+ "isOverride": false,
1707
+ "isIndexer": false,
1708
+ "hasGetter": true,
1709
+ "hasSetter": false
1710
+ }
1711
+ ],
1712
+ "fields": [],
1713
+ "events": [],
1714
+ "constructors": [
1715
+ {
1716
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1717
+ "isStatic": false,
1718
+ "parameterCount": 1
1719
+ },
1720
+ {
1721
+ "normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload,System.String,System.String,System.String):void|static=false",
1722
+ "isStatic": false,
1723
+ "parameterCount": 5
1724
+ },
1725
+ {
1726
+ "normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,System.String,System.String,System.String,System.String):void|static=false",
1727
+ "isStatic": false,
1728
+ "parameterCount": 7
1729
+ },
1730
+ {
1731
+ "normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload):void|static=false",
1732
+ "isStatic": false,
1733
+ "parameterCount": 2
1734
+ },
1735
+ {
1736
+ "normalizedSignature": "constructor|(System.String,System.String,System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials):void|static=false",
1737
+ "isStatic": false,
1738
+ "parameterCount": 6
1739
+ }
1740
+ ]
1741
+ },
1742
+ {
1743
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
1744
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
1745
+ "tsEmitName": "JwtSecurityTokenHandler",
1746
+ "kind": "Class",
1747
+ "accessibility": "Public",
1748
+ "isAbstract": false,
1749
+ "isSealed": false,
1750
+ "isStatic": false,
1751
+ "arity": 0,
1752
+ "methods": [
1753
+ {
1754
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanReadToken(System.String):System.Boolean",
1755
+ "clrName": "CanReadToken",
1756
+ "tsEmitName": "canReadToken2",
1757
+ "normalizedSignature": "CanReadToken|(System.String):System.Boolean|static=false",
1758
+ "provenance": "Original",
1759
+ "emitScope": "ClassSurface",
1760
+ "isStatic": false,
1761
+ "isAbstract": false,
1762
+ "isVirtual": true,
1763
+ "isOverride": true,
1764
+ "isSealed": false,
1765
+ "arity": 0,
1766
+ "parameterCount": 1,
1767
+ "isExtensionMethod": false
1768
+ },
1769
+ {
1770
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateEncodedJwt(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String",
1771
+ "clrName": "CreateEncodedJwt",
1772
+ "tsEmitName": "createEncodedJwt",
1773
+ "normalizedSignature": "CreateEncodedJwt|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String|static=false",
1774
+ "provenance": "Original",
1775
+ "emitScope": "ClassSurface",
1776
+ "isStatic": false,
1777
+ "isAbstract": false,
1778
+ "isVirtual": true,
1779
+ "isOverride": false,
1780
+ "isSealed": false,
1781
+ "arity": 0,
1782
+ "parameterCount": 1,
1783
+ "isExtensionMethod": false
1784
+ },
1785
+ {
1786
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateEncodedJwt(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
1787
+ "clrName": "CreateEncodedJwt",
1788
+ "tsEmitName": "createEncodedJwt",
1789
+ "normalizedSignature": "CreateEncodedJwt|(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=false",
1790
+ "provenance": "Original",
1791
+ "emitScope": "ClassSurface",
1792
+ "isStatic": false,
1793
+ "isAbstract": false,
1794
+ "isVirtual": true,
1795
+ "isOverride": false,
1796
+ "isSealed": false,
1797
+ "arity": 0,
1798
+ "parameterCount": 7,
1799
+ "isExtensionMethod": false
1800
+ },
1801
+ {
1802
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateEncodedJwt(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
1803
+ "clrName": "CreateEncodedJwt",
1804
+ "tsEmitName": "createEncodedJwt",
1805
+ "normalizedSignature": "CreateEncodedJwt|(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
1806
+ "provenance": "Original",
1807
+ "emitScope": "ClassSurface",
1808
+ "isStatic": false,
1809
+ "isAbstract": false,
1810
+ "isVirtual": true,
1811
+ "isOverride": false,
1812
+ "isSealed": false,
1813
+ "arity": 0,
1814
+ "parameterCount": 8,
1815
+ "isExtensionMethod": false
1816
+ },
1817
+ {
1818
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateEncodedJwt(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],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",
1819
+ "clrName": "CreateEncodedJwt",
1820
+ "tsEmitName": "createEncodedJwt",
1821
+ "normalizedSignature": "CreateEncodedJwt|(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],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",
1822
+ "provenance": "Original",
1823
+ "emitScope": "ClassSurface",
1824
+ "isStatic": false,
1825
+ "isAbstract": false,
1826
+ "isVirtual": true,
1827
+ "isOverride": false,
1828
+ "isSealed": false,
1829
+ "arity": 0,
1830
+ "parameterCount": 9,
1831
+ "isExtensionMethod": false
1832
+ },
1833
+ {
1834
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateJwtSecurityToken(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1835
+ "clrName": "CreateJwtSecurityToken",
1836
+ "tsEmitName": "createJwtSecurityToken",
1837
+ "normalizedSignature": "CreateJwtSecurityToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
1838
+ "provenance": "Original",
1839
+ "emitScope": "ClassSurface",
1840
+ "isStatic": false,
1841
+ "isAbstract": false,
1842
+ "isVirtual": true,
1843
+ "isOverride": false,
1844
+ "isSealed": false,
1845
+ "arity": 0,
1846
+ "parameterCount": 1,
1847
+ "isExtensionMethod": false
1848
+ },
1849
+ {
1850
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateJwtSecurityToken(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1851
+ "clrName": "CreateJwtSecurityToken",
1852
+ "tsEmitName": "createJwtSecurityToken",
1853
+ "normalizedSignature": "CreateJwtSecurityToken|(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
1854
+ "provenance": "Original",
1855
+ "emitScope": "ClassSurface",
1856
+ "isStatic": false,
1857
+ "isAbstract": false,
1858
+ "isVirtual": true,
1859
+ "isOverride": false,
1860
+ "isSealed": false,
1861
+ "arity": 0,
1862
+ "parameterCount": 8,
1863
+ "isExtensionMethod": false
1864
+ },
1865
+ {
1866
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateJwtSecurityToken(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],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.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1867
+ "clrName": "CreateJwtSecurityToken",
1868
+ "tsEmitName": "createJwtSecurityToken",
1869
+ "normalizedSignature": "CreateJwtSecurityToken|(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],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.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
1870
+ "provenance": "Original",
1871
+ "emitScope": "ClassSurface",
1872
+ "isStatic": false,
1873
+ "isAbstract": false,
1874
+ "isVirtual": true,
1875
+ "isOverride": false,
1876
+ "isSealed": false,
1877
+ "arity": 0,
1878
+ "parameterCount": 9,
1879
+ "isExtensionMethod": false
1880
+ },
1881
+ {
1882
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateJwtSecurityToken(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1883
+ "clrName": "CreateJwtSecurityToken",
1884
+ "tsEmitName": "createJwtSecurityToken",
1885
+ "normalizedSignature": "CreateJwtSecurityToken|(System.String,System.String,System.Security.Claims.ClaimsIdentity,System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Nullable_1[[System.DateTime,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Microsoft.IdentityModel.Tokens.SigningCredentials):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
1886
+ "provenance": "Original",
1887
+ "emitScope": "ClassSurface",
1888
+ "isStatic": false,
1889
+ "isAbstract": false,
1890
+ "isVirtual": true,
1891
+ "isOverride": false,
1892
+ "isSealed": false,
1893
+ "arity": 0,
1894
+ "parameterCount": 7,
1895
+ "isExtensionMethod": false
1896
+ },
1897
+ {
1898
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateToken(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):Microsoft.IdentityModel.Tokens.SecurityToken",
1899
+ "clrName": "CreateToken",
1900
+ "tsEmitName": "createToken",
1901
+ "normalizedSignature": "CreateToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
1902
+ "provenance": "Original",
1903
+ "emitScope": "ClassSurface",
1904
+ "isStatic": false,
1905
+ "isAbstract": false,
1906
+ "isVirtual": true,
1907
+ "isOverride": true,
1908
+ "isSealed": false,
1909
+ "arity": 0,
1910
+ "parameterCount": 1,
1911
+ "isExtensionMethod": false
1912
+ },
1913
+ {
1914
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadJwtToken(System.String):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
1915
+ "clrName": "ReadJwtToken",
1916
+ "tsEmitName": "readJwtToken",
1917
+ "normalizedSignature": "ReadJwtToken|(System.String):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
1918
+ "provenance": "Original",
1919
+ "emitScope": "ClassSurface",
1920
+ "isStatic": false,
1921
+ "isAbstract": false,
1922
+ "isVirtual": false,
1923
+ "isOverride": false,
1924
+ "isSealed": false,
1925
+ "arity": 0,
1926
+ "parameterCount": 1,
1927
+ "isExtensionMethod": false
1928
+ },
1929
+ {
1930
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadToken(System.String):Microsoft.IdentityModel.Tokens.SecurityToken",
1931
+ "clrName": "ReadToken",
1932
+ "tsEmitName": "readToken2",
1933
+ "normalizedSignature": "ReadToken|(System.String):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
1934
+ "provenance": "Original",
1935
+ "emitScope": "ClassSurface",
1936
+ "isStatic": false,
1937
+ "isAbstract": false,
1938
+ "isVirtual": true,
1939
+ "isOverride": true,
1940
+ "isSealed": false,
1941
+ "arity": 0,
1942
+ "parameterCount": 1,
1943
+ "isExtensionMethod": false
1944
+ },
1945
+ {
1946
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadToken(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityToken",
1947
+ "clrName": "ReadToken",
1948
+ "tsEmitName": "readToken2",
1949
+ "normalizedSignature": "ReadToken|(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
1950
+ "provenance": "Original",
1951
+ "emitScope": "ClassSurface",
1952
+ "isStatic": false,
1953
+ "isAbstract": false,
1954
+ "isVirtual": true,
1955
+ "isOverride": true,
1956
+ "isSealed": false,
1957
+ "arity": 0,
1958
+ "parameterCount": 2,
1959
+ "isExtensionMethod": false
1960
+ },
1961
+ {
1962
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateToken(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
1963
+ "clrName": "ValidateToken",
1964
+ "tsEmitName": "validateToken2",
1965
+ "normalizedSignature": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
1966
+ "provenance": "Original",
1967
+ "emitScope": "ClassSurface",
1968
+ "isStatic": false,
1969
+ "isAbstract": false,
1970
+ "isVirtual": true,
1971
+ "isOverride": true,
1972
+ "isSealed": false,
1973
+ "arity": 0,
1974
+ "parameterCount": 3,
1975
+ "isExtensionMethod": false,
1976
+ "parameterModifiers": [
1977
+ {
1978
+ "index": 2,
1979
+ "modifier": "out"
1980
+ }
1981
+ ]
1982
+ },
1983
+ {
1984
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::WriteToken(Microsoft.IdentityModel.Tokens.SecurityToken):System.String",
1985
+ "clrName": "WriteToken",
1986
+ "tsEmitName": "writeToken",
1987
+ "normalizedSignature": "WriteToken|(Microsoft.IdentityModel.Tokens.SecurityToken):System.String|static=false",
1988
+ "provenance": "Original",
1989
+ "emitScope": "ClassSurface",
1990
+ "isStatic": false,
1991
+ "isAbstract": false,
1992
+ "isVirtual": true,
1993
+ "isOverride": true,
1994
+ "isSealed": false,
1995
+ "arity": 0,
1996
+ "parameterCount": 1,
1997
+ "isExtensionMethod": false
1998
+ },
1999
+ {
2000
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::WriteToken(System.Xml.XmlWriter,Microsoft.IdentityModel.Tokens.SecurityToken):System.Void",
2001
+ "clrName": "WriteToken",
2002
+ "tsEmitName": "writeToken",
2003
+ "normalizedSignature": "WriteToken|(System.Xml.XmlWriter,Microsoft.IdentityModel.Tokens.SecurityToken):System.Void|static=false",
2004
+ "provenance": "Original",
2005
+ "emitScope": "ClassSurface",
2006
+ "isStatic": false,
2007
+ "isAbstract": false,
2008
+ "isVirtual": true,
2009
+ "isOverride": true,
2010
+ "isSealed": false,
2011
+ "arity": 0,
2012
+ "parameterCount": 2,
2013
+ "isExtensionMethod": false
2014
+ },
2015
+ {
2016
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::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]]",
2017
+ "clrName": "ValidateTokenAsync",
2018
+ "tsEmitName": "validateTokenAsync3",
2019
+ "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",
2020
+ "provenance": "Original",
2021
+ "emitScope": "ClassSurface",
2022
+ "isStatic": false,
2023
+ "isAbstract": false,
2024
+ "isVirtual": true,
2025
+ "isOverride": true,
2026
+ "isSealed": false,
2027
+ "arity": 0,
2028
+ "parameterCount": 2,
2029
+ "isExtensionMethod": false
2030
+ },
2031
+ {
2032
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::CanReadToken(System.String):System.Boolean",
2033
+ "clrName": "CanReadToken",
2034
+ "tsEmitName": "canReadToken$view",
2035
+ "normalizedSignature": "CanReadToken|(System.String):System.Boolean|static=false",
2036
+ "provenance": "ExplicitView",
2037
+ "emitScope": "ViewOnly",
2038
+ "isStatic": false,
2039
+ "isAbstract": false,
2040
+ "isVirtual": true,
2041
+ "isOverride": false,
2042
+ "isSealed": false,
2043
+ "arity": 0,
2044
+ "parameterCount": 1,
2045
+ "sourceInterface": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
2046
+ "isExtensionMethod": false
2047
+ },
2048
+ {
2049
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::ValidateToken(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
2050
+ "clrName": "ValidateToken",
2051
+ "tsEmitName": "validateToken$view",
2052
+ "normalizedSignature": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
2053
+ "provenance": "ExplicitView",
2054
+ "emitScope": "ViewOnly",
2055
+ "isStatic": false,
2056
+ "isAbstract": false,
2057
+ "isVirtual": true,
2058
+ "isOverride": false,
2059
+ "isSealed": false,
2060
+ "arity": 0,
2061
+ "parameterCount": 3,
2062
+ "sourceInterface": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
2063
+ "isExtensionMethod": false,
2064
+ "parameterModifiers": [
2065
+ {
2066
+ "index": 2,
2067
+ "modifier": "out"
2068
+ }
2069
+ ]
2070
+ },
2071
+ {
2072
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanReadToken(System.Xml.XmlReader):System.Boolean",
2073
+ "clrName": "CanReadToken",
2074
+ "tsEmitName": "canReadToken",
2075
+ "normalizedSignature": "CanReadToken|(System.Xml.XmlReader):System.Boolean|static=false",
2076
+ "provenance": "BaseOverload",
2077
+ "emitScope": "ClassSurface",
2078
+ "isStatic": false,
2079
+ "isAbstract": false,
2080
+ "isVirtual": true,
2081
+ "isOverride": false,
2082
+ "isSealed": false,
2083
+ "arity": 0,
2084
+ "parameterCount": 1,
2085
+ "isExtensionMethod": false
2086
+ },
2087
+ {
2088
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadToken(System.Xml.XmlReader):Microsoft.IdentityModel.Tokens.SecurityToken",
2089
+ "clrName": "ReadToken",
2090
+ "tsEmitName": "readToken",
2091
+ "normalizedSignature": "ReadToken|(System.Xml.XmlReader):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
2092
+ "provenance": "BaseOverload",
2093
+ "emitScope": "ClassSurface",
2094
+ "isStatic": false,
2095
+ "isAbstract": false,
2096
+ "isVirtual": true,
2097
+ "isOverride": false,
2098
+ "isSealed": false,
2099
+ "arity": 0,
2100
+ "parameterCount": 1,
2101
+ "isExtensionMethod": false
2102
+ },
2103
+ {
2104
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateToken(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
2105
+ "clrName": "ValidateToken",
2106
+ "tsEmitName": "validateToken",
2107
+ "normalizedSignature": "ValidateToken|(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
2108
+ "provenance": "BaseOverload",
2109
+ "emitScope": "ClassSurface",
2110
+ "isStatic": false,
2111
+ "isAbstract": false,
2112
+ "isVirtual": true,
2113
+ "isOverride": false,
2114
+ "isSealed": false,
2115
+ "arity": 0,
2116
+ "parameterCount": 3,
2117
+ "isExtensionMethod": false,
2118
+ "parameterModifiers": [
2119
+ {
2120
+ "index": 2,
2121
+ "modifier": "out"
2122
+ }
2123
+ ]
2124
+ },
2125
+ {
2126
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
2127
+ "clrName": "ValidateTokenAsync",
2128
+ "tsEmitName": "validateTokenAsync",
2129
+ "normalizedSignature": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
2130
+ "provenance": "BaseOverload",
2131
+ "emitScope": "ClassSurface",
2132
+ "isStatic": false,
2133
+ "isAbstract": false,
2134
+ "isVirtual": true,
2135
+ "isOverride": false,
2136
+ "isSealed": false,
2137
+ "arity": 0,
2138
+ "parameterCount": 2,
2139
+ "isExtensionMethod": false
2140
+ },
2141
+ {
2142
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
2143
+ "clrName": "ValidateTokenAsync",
2144
+ "tsEmitName": "validateTokenAsync2",
2145
+ "normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
2146
+ "provenance": "BaseOverload",
2147
+ "emitScope": "ClassSurface",
2148
+ "isStatic": false,
2149
+ "isAbstract": false,
2150
+ "isVirtual": true,
2151
+ "isOverride": false,
2152
+ "isSealed": false,
2153
+ "arity": 0,
2154
+ "parameterCount": 2,
2155
+ "isExtensionMethod": false
2156
+ }
2157
+ ],
2158
+ "properties": [
2159
+ {
2160
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::MapInboundClaims:System.Boolean",
2161
+ "clrName": "MapInboundClaims",
2162
+ "tsEmitName": "mapInboundClaims",
2163
+ "normalizedSignature": "MapInboundClaims|:System.Boolean|static=false|accessor=getset",
2164
+ "provenance": "Original",
2165
+ "emitScope": "ClassSurface",
2166
+ "isStatic": false,
2167
+ "isAbstract": false,
2168
+ "isVirtual": false,
2169
+ "isOverride": false,
2170
+ "isIndexer": false,
2171
+ "hasGetter": true,
2172
+ "hasSetter": true
2173
+ },
2174
+ {
2175
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::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]]",
2176
+ "clrName": "InboundClaimTypeMap",
2177
+ "tsEmitName": "inboundClaimTypeMap",
2178
+ "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",
2179
+ "provenance": "Original",
2180
+ "emitScope": "ClassSurface",
2181
+ "isStatic": false,
2182
+ "isAbstract": false,
2183
+ "isVirtual": false,
2184
+ "isOverride": false,
2185
+ "isIndexer": false,
2186
+ "hasGetter": true,
2187
+ "hasSetter": true
2188
+ },
2189
+ {
2190
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::OutboundClaimTypeMap: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]]",
2191
+ "clrName": "OutboundClaimTypeMap",
2192
+ "tsEmitName": "outboundClaimTypeMap",
2193
+ "normalizedSignature": "OutboundClaimTypeMap|: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",
2194
+ "provenance": "Original",
2195
+ "emitScope": "ClassSurface",
2196
+ "isStatic": false,
2197
+ "isAbstract": false,
2198
+ "isVirtual": false,
2199
+ "isOverride": false,
2200
+ "isIndexer": false,
2201
+ "hasGetter": true,
2202
+ "hasSetter": true
2203
+ },
2204
+ {
2205
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::OutboundAlgorithmMap: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]]",
2206
+ "clrName": "OutboundAlgorithmMap",
2207
+ "tsEmitName": "outboundAlgorithmMap",
2208
+ "normalizedSignature": "OutboundAlgorithmMap|: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=get",
2209
+ "provenance": "Original",
2210
+ "emitScope": "ClassSurface",
2211
+ "isStatic": false,
2212
+ "isAbstract": false,
2213
+ "isVirtual": false,
2214
+ "isOverride": false,
2215
+ "isIndexer": false,
2216
+ "hasGetter": true,
2217
+ "hasSetter": false
2218
+ },
2219
+ {
2220
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::InboundClaimFilter:System.Collections.Generic.ISet_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2221
+ "clrName": "InboundClaimFilter",
2222
+ "tsEmitName": "inboundClaimFilter",
2223
+ "normalizedSignature": "InboundClaimFilter|:System.Collections.Generic.ISet_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2224
+ "provenance": "Original",
2225
+ "emitScope": "ClassSurface",
2226
+ "isStatic": false,
2227
+ "isAbstract": false,
2228
+ "isVirtual": false,
2229
+ "isOverride": false,
2230
+ "isIndexer": false,
2231
+ "hasGetter": true,
2232
+ "hasSetter": true
2233
+ },
2234
+ {
2235
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ShortClaimTypeProperty:System.String",
2236
+ "clrName": "ShortClaimTypeProperty",
2237
+ "tsEmitName": "shortClaimTypeProperty",
2238
+ "normalizedSignature": "ShortClaimTypeProperty|:System.String|static=true|accessor=getset",
2239
+ "provenance": "Original",
2240
+ "emitScope": "ClassSurface",
2241
+ "isStatic": true,
2242
+ "isAbstract": false,
2243
+ "isVirtual": false,
2244
+ "isOverride": false,
2245
+ "isIndexer": false,
2246
+ "hasGetter": true,
2247
+ "hasSetter": true
2248
+ },
2249
+ {
2250
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::JsonClaimTypeProperty:System.String",
2251
+ "clrName": "JsonClaimTypeProperty",
2252
+ "tsEmitName": "jsonClaimTypeProperty",
2253
+ "normalizedSignature": "JsonClaimTypeProperty|:System.String|static=true|accessor=getset",
2254
+ "provenance": "Original",
2255
+ "emitScope": "ClassSurface",
2256
+ "isStatic": true,
2257
+ "isAbstract": false,
2258
+ "isVirtual": false,
2259
+ "isOverride": false,
2260
+ "isIndexer": false,
2261
+ "hasGetter": true,
2262
+ "hasSetter": true
2263
+ },
2264
+ {
2265
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanValidateToken:System.Boolean",
2266
+ "clrName": "CanValidateToken",
2267
+ "tsEmitName": "canValidateToken",
2268
+ "normalizedSignature": "CanValidateToken|:System.Boolean|static=false|accessor=get",
2269
+ "provenance": "Original",
2270
+ "emitScope": "ClassSurface",
2271
+ "isStatic": false,
2272
+ "isAbstract": false,
2273
+ "isVirtual": true,
2274
+ "isOverride": true,
2275
+ "isIndexer": false,
2276
+ "hasGetter": true,
2277
+ "hasSetter": false
2278
+ },
2279
+ {
2280
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanWriteToken:System.Boolean",
2281
+ "clrName": "CanWriteToken",
2282
+ "tsEmitName": "canWriteToken",
2283
+ "normalizedSignature": "CanWriteToken|:System.Boolean|static=false|accessor=get",
2284
+ "provenance": "Original",
2285
+ "emitScope": "ClassSurface",
2286
+ "isStatic": false,
2287
+ "isAbstract": false,
2288
+ "isVirtual": true,
2289
+ "isOverride": true,
2290
+ "isIndexer": false,
2291
+ "hasGetter": true,
2292
+ "hasSetter": false
2293
+ },
2294
+ {
2295
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::TokenType:System.Type",
2296
+ "clrName": "TokenType",
2297
+ "tsEmitName": "tokenType",
2298
+ "normalizedSignature": "TokenType|:System.Type|static=false|accessor=get",
2299
+ "provenance": "Original",
2300
+ "emitScope": "ClassSurface",
2301
+ "isStatic": false,
2302
+ "isAbstract": false,
2303
+ "isVirtual": true,
2304
+ "isOverride": true,
2305
+ "isIndexer": false,
2306
+ "hasGetter": true,
2307
+ "hasSetter": false
2308
+ },
2309
+ {
2310
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::MaximumTokenSizeInBytes:System.Int32",
2311
+ "clrName": "MaximumTokenSizeInBytes",
2312
+ "tsEmitName": "maximumTokenSizeInBytes",
2313
+ "normalizedSignature": "MaximumTokenSizeInBytes|:System.Int32|static=false|accessor=getset",
2314
+ "provenance": "ExplicitView",
2315
+ "emitScope": "ViewOnly",
2316
+ "isStatic": false,
2317
+ "isAbstract": false,
2318
+ "isVirtual": true,
2319
+ "isOverride": false,
2320
+ "isIndexer": false,
2321
+ "hasGetter": true,
2322
+ "hasSetter": true,
2323
+ "sourceInterface": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator"
2324
+ },
2325
+ {
2326
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::CanValidateToken:System.Boolean",
2327
+ "clrName": "CanValidateToken",
2328
+ "tsEmitName": "canValidateToken$view",
2329
+ "normalizedSignature": "CanValidateToken|:System.Boolean|static=false|accessor=get",
2330
+ "provenance": "ExplicitView",
2331
+ "emitScope": "ViewOnly",
2332
+ "isStatic": false,
2333
+ "isAbstract": false,
2334
+ "isVirtual": true,
2335
+ "isOverride": false,
2336
+ "isIndexer": false,
2337
+ "hasGetter": true,
2338
+ "hasSetter": false,
2339
+ "sourceInterface": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator"
2340
+ }
2341
+ ],
2342
+ "fields": [
2343
+ {
2344
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::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]]",
2345
+ "clrName": "DefaultInboundClaimTypeMap",
2346
+ "tsEmitName": "defaultInboundClaimTypeMap",
2347
+ "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",
2348
+ "isStatic": true,
2349
+ "isReadOnly": false,
2350
+ "isLiteral": false
2351
+ },
2352
+ {
2353
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::DefaultMapInboundClaimsSystem.Boolean",
2354
+ "clrName": "DefaultMapInboundClaims",
2355
+ "tsEmitName": "defaultMapInboundClaims",
2356
+ "normalizedSignature": "DefaultMapInboundClaims|System.Boolean|static=true|const=false",
2357
+ "isStatic": true,
2358
+ "isReadOnly": false,
2359
+ "isLiteral": false
2360
+ },
2361
+ {
2362
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::DefaultOutboundClaimTypeMapSystem.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]]",
2363
+ "clrName": "DefaultOutboundClaimTypeMap",
2364
+ "tsEmitName": "defaultOutboundClaimTypeMap",
2365
+ "normalizedSignature": "DefaultOutboundClaimTypeMap|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",
2366
+ "isStatic": true,
2367
+ "isReadOnly": false,
2368
+ "isLiteral": false
2369
+ },
2370
+ {
2371
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::DefaultInboundClaimFilterSystem.Collections.Generic.ISet\u00601[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
2372
+ "clrName": "DefaultInboundClaimFilter",
2373
+ "tsEmitName": "defaultInboundClaimFilter",
2374
+ "normalizedSignature": "DefaultInboundClaimFilter|System.Collections.Generic.ISet\u00601[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]|static=true|const=false",
2375
+ "isStatic": true,
2376
+ "isReadOnly": false,
2377
+ "isLiteral": false
2378
+ },
2379
+ {
2380
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::DefaultOutboundAlgorithmMapSystem.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]]",
2381
+ "clrName": "DefaultOutboundAlgorithmMap",
2382
+ "tsEmitName": "defaultOutboundAlgorithmMap",
2383
+ "normalizedSignature": "DefaultOutboundAlgorithmMap|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",
2384
+ "isStatic": true,
2385
+ "isReadOnly": false,
2386
+ "isLiteral": false
2387
+ }
2388
+ ],
2389
+ "events": [],
2390
+ "constructors": [
2391
+ {
2392
+ "normalizedSignature": "constructor|():void|static=false",
2393
+ "isStatic": false,
2394
+ "parameterCount": 0
2395
+ }
2396
+ ]
2397
+ },
2398
+ {
2399
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
2400
+ "clrName": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
2401
+ "tsEmitName": "JsonClaimValueTypes",
2402
+ "kind": "StaticNamespace",
2403
+ "accessibility": "Public",
2404
+ "isAbstract": true,
2405
+ "isSealed": true,
2406
+ "isStatic": true,
2407
+ "arity": 0,
2408
+ "methods": [],
2409
+ "properties": [],
2410
+ "fields": [
2411
+ {
2412
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes::JsonSystem.String",
2413
+ "clrName": "Json",
2414
+ "tsEmitName": "json",
2415
+ "normalizedSignature": "Json|System.String|static=true|const=true",
2416
+ "isStatic": true,
2417
+ "isReadOnly": false,
2418
+ "isLiteral": true
2419
+ },
2420
+ {
2421
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes::JsonArraySystem.String",
2422
+ "clrName": "JsonArray",
2423
+ "tsEmitName": "jsonArray",
2424
+ "normalizedSignature": "JsonArray|System.String|static=true|const=true",
2425
+ "isStatic": true,
2426
+ "isReadOnly": false,
2427
+ "isLiteral": true
2428
+ },
2429
+ {
2430
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes::JsonNullSystem.String",
2431
+ "clrName": "JsonNull",
2432
+ "tsEmitName": "jsonNull",
2433
+ "normalizedSignature": "JsonNull|System.String|static=true|const=true",
2434
+ "isStatic": true,
2435
+ "isReadOnly": false,
2436
+ "isLiteral": true
2437
+ }
2438
+ ],
2439
+ "events": [],
2440
+ "constructors": []
2441
+ },
2442
+ {
2443
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants",
2444
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtConstants",
2445
+ "tsEmitName": "JwtConstants",
2446
+ "kind": "StaticNamespace",
2447
+ "accessibility": "Public",
2448
+ "isAbstract": true,
2449
+ "isSealed": true,
2450
+ "isStatic": true,
2451
+ "arity": 0,
2452
+ "methods": [],
2453
+ "properties": [],
2454
+ "fields": [
2455
+ {
2456
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::HeaderTypeSystem.String",
2457
+ "clrName": "HeaderType",
2458
+ "tsEmitName": "headerType",
2459
+ "normalizedSignature": "HeaderType|System.String|static=true|const=true",
2460
+ "isStatic": true,
2461
+ "isReadOnly": false,
2462
+ "isLiteral": true
2463
+ },
2464
+ {
2465
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::HeaderTypeAltSystem.String",
2466
+ "clrName": "HeaderTypeAlt",
2467
+ "tsEmitName": "headerTypeAlt",
2468
+ "normalizedSignature": "HeaderTypeAlt|System.String|static=true|const=true",
2469
+ "isStatic": true,
2470
+ "isReadOnly": false,
2471
+ "isLiteral": true
2472
+ },
2473
+ {
2474
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::TokenTypeSystem.String",
2475
+ "clrName": "TokenType",
2476
+ "tsEmitName": "tokenType",
2477
+ "normalizedSignature": "TokenType|System.String|static=true|const=true",
2478
+ "isStatic": true,
2479
+ "isReadOnly": false,
2480
+ "isLiteral": true
2481
+ },
2482
+ {
2483
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::TokenTypeAltSystem.String",
2484
+ "clrName": "TokenTypeAlt",
2485
+ "tsEmitName": "tokenTypeAlt",
2486
+ "normalizedSignature": "TokenTypeAlt|System.String|static=true|const=true",
2487
+ "isStatic": true,
2488
+ "isReadOnly": false,
2489
+ "isLiteral": true
2490
+ },
2491
+ {
2492
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::JsonCompactSerializationRegexSystem.String",
2493
+ "clrName": "JsonCompactSerializationRegex",
2494
+ "tsEmitName": "jsonCompactSerializationRegex",
2495
+ "normalizedSignature": "JsonCompactSerializationRegex|System.String|static=true|const=true",
2496
+ "isStatic": true,
2497
+ "isReadOnly": false,
2498
+ "isLiteral": true
2499
+ },
2500
+ {
2501
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::JweCompactSerializationRegexSystem.String",
2502
+ "clrName": "JweCompactSerializationRegex",
2503
+ "tsEmitName": "jweCompactSerializationRegex",
2504
+ "normalizedSignature": "JweCompactSerializationRegex|System.String|static=true|const=true",
2505
+ "isStatic": true,
2506
+ "isReadOnly": false,
2507
+ "isLiteral": true
2508
+ },
2509
+ {
2510
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::DirectKeyUseAlgSystem.String",
2511
+ "clrName": "DirectKeyUseAlg",
2512
+ "tsEmitName": "directKeyUseAlg",
2513
+ "normalizedSignature": "DirectKeyUseAlg|System.String|static=true|const=true",
2514
+ "isStatic": true,
2515
+ "isReadOnly": false,
2516
+ "isLiteral": true
2517
+ }
2518
+ ],
2519
+ "events": [],
2520
+ "constructors": []
2521
+ },
2522
+ {
2523
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
2524
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
2525
+ "tsEmitName": "JwtSecurityTokenConverter",
2526
+ "kind": "StaticNamespace",
2527
+ "accessibility": "Public",
2528
+ "isAbstract": true,
2529
+ "isSealed": true,
2530
+ "isStatic": true,
2531
+ "arity": 0,
2532
+ "methods": [
2533
+ {
2534
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter::Convert(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2535
+ "clrName": "Convert",
2536
+ "tsEmitName": "convert",
2537
+ "normalizedSignature": "Convert|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=true",
2538
+ "provenance": "Original",
2539
+ "emitScope": "ClassSurface",
2540
+ "isStatic": true,
2541
+ "isAbstract": false,
2542
+ "isVirtual": false,
2543
+ "isOverride": false,
2544
+ "isSealed": false,
2545
+ "arity": 0,
2546
+ "parameterCount": 1,
2547
+ "isExtensionMethod": false
2548
+ }
2549
+ ],
2550
+ "properties": [],
2551
+ "fields": [],
2552
+ "events": [],
2553
+ "constructors": []
2554
+ }
2555
+ ]
2556
+ }