@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,4622 @@
1
+ {
2
+ "namespace": "System.IdentityModel.Tokens.Jwt",
3
+ "types": [
4
+ {
5
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
6
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
7
+ "tsEmitName": "JwtHeaderParameterNames",
8
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::AlgSystem.String",
15
+ "clrName": "Alg",
16
+ "tsEmitName": "alg",
17
+ "metadataToken": 67108882,
18
+ "normalizedSignature": "Alg|System.String|static=true|const=true",
19
+ "isStatic": true,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
22
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
23
+ },
24
+ {
25
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::CtySystem.String",
26
+ "clrName": "Cty",
27
+ "tsEmitName": "cty",
28
+ "metadataToken": 67108883,
29
+ "normalizedSignature": "Cty|System.String|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
33
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
34
+ },
35
+ {
36
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::EncSystem.String",
37
+ "clrName": "Enc",
38
+ "tsEmitName": "enc",
39
+ "metadataToken": 67108884,
40
+ "normalizedSignature": "Enc|System.String|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
44
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
45
+ },
46
+ {
47
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::IVSystem.String",
48
+ "clrName": "IV",
49
+ "tsEmitName": "IV",
50
+ "metadataToken": 67108885,
51
+ "normalizedSignature": "IV|System.String|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
55
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
56
+ },
57
+ {
58
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::JkuSystem.String",
59
+ "clrName": "Jku",
60
+ "tsEmitName": "jku",
61
+ "metadataToken": 67108886,
62
+ "normalizedSignature": "Jku|System.String|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
66
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
67
+ },
68
+ {
69
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::JwkSystem.String",
70
+ "clrName": "Jwk",
71
+ "tsEmitName": "jwk",
72
+ "metadataToken": 67108887,
73
+ "normalizedSignature": "Jwk|System.String|static=true|const=true",
74
+ "isStatic": true,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
77
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
78
+ },
79
+ {
80
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::KidSystem.String",
81
+ "clrName": "Kid",
82
+ "tsEmitName": "kid",
83
+ "metadataToken": 67108888,
84
+ "normalizedSignature": "Kid|System.String|static=true|const=true",
85
+ "isStatic": true,
86
+ "isReadOnly": false,
87
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
88
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
89
+ },
90
+ {
91
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::TypSystem.String",
92
+ "clrName": "Typ",
93
+ "tsEmitName": "typ",
94
+ "metadataToken": 67108889,
95
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
99
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
100
+ },
101
+ {
102
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::X5cSystem.String",
103
+ "clrName": "X5c",
104
+ "tsEmitName": "x5c",
105
+ "metadataToken": 67108890,
106
+ "normalizedSignature": "X5c|System.String|static=true|const=true",
107
+ "isStatic": true,
108
+ "isReadOnly": false,
109
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
110
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
111
+ },
112
+ {
113
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::X5tSystem.String",
114
+ "clrName": "X5t",
115
+ "tsEmitName": "x5t",
116
+ "metadataToken": 67108891,
117
+ "normalizedSignature": "X5t|System.String|static=true|const=true",
118
+ "isStatic": true,
119
+ "isReadOnly": false,
120
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
121
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
122
+ },
123
+ {
124
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::X5uSystem.String",
125
+ "clrName": "X5u",
126
+ "tsEmitName": "x5u",
127
+ "metadataToken": 67108892,
128
+ "normalizedSignature": "X5u|System.String|static=true|const=true",
129
+ "isStatic": true,
130
+ "isReadOnly": false,
131
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
132
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
133
+ },
134
+ {
135
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::ZipSystem.String",
136
+ "clrName": "Zip",
137
+ "tsEmitName": "zip",
138
+ "metadataToken": 67108893,
139
+ "normalizedSignature": "Zip|System.String|static=true|const=true",
140
+ "isStatic": true,
141
+ "isReadOnly": false,
142
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
143
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
144
+ },
145
+ {
146
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::EpkSystem.String",
147
+ "clrName": "Epk",
148
+ "tsEmitName": "epk",
149
+ "metadataToken": 67108894,
150
+ "normalizedSignature": "Epk|System.String|static=true|const=true",
151
+ "isStatic": true,
152
+ "isReadOnly": false,
153
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
154
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
155
+ },
156
+ {
157
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::ApuSystem.String",
158
+ "clrName": "Apu",
159
+ "tsEmitName": "apu",
160
+ "metadataToken": 67108895,
161
+ "normalizedSignature": "Apu|System.String|static=true|const=true",
162
+ "isStatic": true,
163
+ "isReadOnly": false,
164
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
165
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
166
+ },
167
+ {
168
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames::ApvSystem.String",
169
+ "clrName": "Apv",
170
+ "tsEmitName": "apv",
171
+ "metadataToken": 67108896,
172
+ "normalizedSignature": "Apv|System.String|static=true|const=true",
173
+ "isStatic": true,
174
+ "isReadOnly": false,
175
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
176
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
177
+ }
178
+ ],
179
+ "events": [],
180
+ "constructors": [],
181
+ "exposedFields": [
182
+ {
183
+ "tsName": "alg",
184
+ "isStatic": true,
185
+ "tsSignatureId": "Alg|System.String|static=true|const=true",
186
+ "target": {
187
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
188
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
189
+ "metadataToken": 67108882
190
+ }
191
+ },
192
+ {
193
+ "tsName": "cty",
194
+ "isStatic": true,
195
+ "tsSignatureId": "Cty|System.String|static=true|const=true",
196
+ "target": {
197
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
198
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
199
+ "metadataToken": 67108883
200
+ }
201
+ },
202
+ {
203
+ "tsName": "enc",
204
+ "isStatic": true,
205
+ "tsSignatureId": "Enc|System.String|static=true|const=true",
206
+ "target": {
207
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
208
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
209
+ "metadataToken": 67108884
210
+ }
211
+ },
212
+ {
213
+ "tsName": "IV",
214
+ "isStatic": true,
215
+ "tsSignatureId": "IV|System.String|static=true|const=true",
216
+ "target": {
217
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
218
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
219
+ "metadataToken": 67108885
220
+ }
221
+ },
222
+ {
223
+ "tsName": "jku",
224
+ "isStatic": true,
225
+ "tsSignatureId": "Jku|System.String|static=true|const=true",
226
+ "target": {
227
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
228
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
229
+ "metadataToken": 67108886
230
+ }
231
+ },
232
+ {
233
+ "tsName": "jwk",
234
+ "isStatic": true,
235
+ "tsSignatureId": "Jwk|System.String|static=true|const=true",
236
+ "target": {
237
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
238
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
239
+ "metadataToken": 67108887
240
+ }
241
+ },
242
+ {
243
+ "tsName": "kid",
244
+ "isStatic": true,
245
+ "tsSignatureId": "Kid|System.String|static=true|const=true",
246
+ "target": {
247
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
248
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
249
+ "metadataToken": 67108888
250
+ }
251
+ },
252
+ {
253
+ "tsName": "typ",
254
+ "isStatic": true,
255
+ "tsSignatureId": "Typ|System.String|static=true|const=true",
256
+ "target": {
257
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
258
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
259
+ "metadataToken": 67108889
260
+ }
261
+ },
262
+ {
263
+ "tsName": "x5c",
264
+ "isStatic": true,
265
+ "tsSignatureId": "X5c|System.String|static=true|const=true",
266
+ "target": {
267
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
268
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
269
+ "metadataToken": 67108890
270
+ }
271
+ },
272
+ {
273
+ "tsName": "x5t",
274
+ "isStatic": true,
275
+ "tsSignatureId": "X5t|System.String|static=true|const=true",
276
+ "target": {
277
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
278
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
279
+ "metadataToken": 67108891
280
+ }
281
+ },
282
+ {
283
+ "tsName": "x5u",
284
+ "isStatic": true,
285
+ "tsSignatureId": "X5u|System.String|static=true|const=true",
286
+ "target": {
287
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
288
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
289
+ "metadataToken": 67108892
290
+ }
291
+ },
292
+ {
293
+ "tsName": "zip",
294
+ "isStatic": true,
295
+ "tsSignatureId": "Zip|System.String|static=true|const=true",
296
+ "target": {
297
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
298
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
299
+ "metadataToken": 67108893
300
+ }
301
+ },
302
+ {
303
+ "tsName": "epk",
304
+ "isStatic": true,
305
+ "tsSignatureId": "Epk|System.String|static=true|const=true",
306
+ "target": {
307
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
308
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
309
+ "metadataToken": 67108894
310
+ }
311
+ },
312
+ {
313
+ "tsName": "apu",
314
+ "isStatic": true,
315
+ "tsSignatureId": "Apu|System.String|static=true|const=true",
316
+ "target": {
317
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
318
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
319
+ "metadataToken": 67108895
320
+ }
321
+ },
322
+ {
323
+ "tsName": "apv",
324
+ "isStatic": true,
325
+ "tsSignatureId": "Apv|System.String|static=true|const=true",
326
+ "target": {
327
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeaderParameterNames",
328
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
329
+ "metadataToken": 67108896
330
+ }
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
336
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
337
+ "tsEmitName": "JwtRegisteredClaimNames",
338
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
339
+ "metadataToken": 0,
340
+ "methods": [],
341
+ "properties": [],
342
+ "fields": [
343
+ {
344
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::ActortSystem.String",
345
+ "clrName": "Actort",
346
+ "tsEmitName": "actort",
347
+ "metadataToken": 67108911,
348
+ "normalizedSignature": "Actort|System.String|static=true|const=true",
349
+ "isStatic": true,
350
+ "isReadOnly": false,
351
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
352
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
353
+ },
354
+ {
355
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AcrSystem.String",
356
+ "clrName": "Acr",
357
+ "tsEmitName": "acr",
358
+ "metadataToken": 67108912,
359
+ "normalizedSignature": "Acr|System.String|static=true|const=true",
360
+ "isStatic": true,
361
+ "isReadOnly": false,
362
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
363
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
364
+ },
365
+ {
366
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AmrSystem.String",
367
+ "clrName": "Amr",
368
+ "tsEmitName": "amr",
369
+ "metadataToken": 67108913,
370
+ "normalizedSignature": "Amr|System.String|static=true|const=true",
371
+ "isStatic": true,
372
+ "isReadOnly": false,
373
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
374
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
375
+ },
376
+ {
377
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AddressSystem.String",
378
+ "clrName": "Address",
379
+ "tsEmitName": "address",
380
+ "metadataToken": 67108914,
381
+ "normalizedSignature": "Address|System.String|static=true|const=true",
382
+ "isStatic": true,
383
+ "isReadOnly": false,
384
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
385
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
386
+ },
387
+ {
388
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AtHashSystem.String",
389
+ "clrName": "AtHash",
390
+ "tsEmitName": "atHash",
391
+ "metadataToken": 67108915,
392
+ "normalizedSignature": "AtHash|System.String|static=true|const=true",
393
+ "isStatic": true,
394
+ "isReadOnly": false,
395
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
396
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
397
+ },
398
+ {
399
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AudSystem.String",
400
+ "clrName": "Aud",
401
+ "tsEmitName": "aud",
402
+ "metadataToken": 67108916,
403
+ "normalizedSignature": "Aud|System.String|static=true|const=true",
404
+ "isStatic": true,
405
+ "isReadOnly": false,
406
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
407
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
408
+ },
409
+ {
410
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AuthTimeSystem.String",
411
+ "clrName": "AuthTime",
412
+ "tsEmitName": "authTime",
413
+ "metadataToken": 67108917,
414
+ "normalizedSignature": "AuthTime|System.String|static=true|const=true",
415
+ "isStatic": true,
416
+ "isReadOnly": false,
417
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
418
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
419
+ },
420
+ {
421
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::AzpSystem.String",
422
+ "clrName": "Azp",
423
+ "tsEmitName": "azp",
424
+ "metadataToken": 67108918,
425
+ "normalizedSignature": "Azp|System.String|static=true|const=true",
426
+ "isStatic": true,
427
+ "isReadOnly": false,
428
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
429
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
430
+ },
431
+ {
432
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::BirthdateSystem.String",
433
+ "clrName": "Birthdate",
434
+ "tsEmitName": "birthdate",
435
+ "metadataToken": 67108919,
436
+ "normalizedSignature": "Birthdate|System.String|static=true|const=true",
437
+ "isStatic": true,
438
+ "isReadOnly": false,
439
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
440
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
441
+ },
442
+ {
443
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::CHashSystem.String",
444
+ "clrName": "CHash",
445
+ "tsEmitName": "cHash",
446
+ "metadataToken": 67108920,
447
+ "normalizedSignature": "CHash|System.String|static=true|const=true",
448
+ "isStatic": true,
449
+ "isReadOnly": false,
450
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
451
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
452
+ },
453
+ {
454
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::EmailSystem.String",
455
+ "clrName": "Email",
456
+ "tsEmitName": "email",
457
+ "metadataToken": 67108921,
458
+ "normalizedSignature": "Email|System.String|static=true|const=true",
459
+ "isStatic": true,
460
+ "isReadOnly": false,
461
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
462
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
463
+ },
464
+ {
465
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::EmailVerifiedSystem.String",
466
+ "clrName": "EmailVerified",
467
+ "tsEmitName": "emailVerified",
468
+ "metadataToken": 67108922,
469
+ "normalizedSignature": "EmailVerified|System.String|static=true|const=true",
470
+ "isStatic": true,
471
+ "isReadOnly": false,
472
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
473
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
474
+ },
475
+ {
476
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::ExpSystem.String",
477
+ "clrName": "Exp",
478
+ "tsEmitName": "exp",
479
+ "metadataToken": 67108923,
480
+ "normalizedSignature": "Exp|System.String|static=true|const=true",
481
+ "isStatic": true,
482
+ "isReadOnly": false,
483
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
484
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
485
+ },
486
+ {
487
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::GenderSystem.String",
488
+ "clrName": "Gender",
489
+ "tsEmitName": "gender",
490
+ "metadataToken": 67108924,
491
+ "normalizedSignature": "Gender|System.String|static=true|const=true",
492
+ "isStatic": true,
493
+ "isReadOnly": false,
494
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
495
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
496
+ },
497
+ {
498
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::FamilyNameSystem.String",
499
+ "clrName": "FamilyName",
500
+ "tsEmitName": "familyName",
501
+ "metadataToken": 67108925,
502
+ "normalizedSignature": "FamilyName|System.String|static=true|const=true",
503
+ "isStatic": true,
504
+ "isReadOnly": false,
505
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
506
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
507
+ },
508
+ {
509
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::GivenNameSystem.String",
510
+ "clrName": "GivenName",
511
+ "tsEmitName": "givenName",
512
+ "metadataToken": 67108926,
513
+ "normalizedSignature": "GivenName|System.String|static=true|const=true",
514
+ "isStatic": true,
515
+ "isReadOnly": false,
516
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
517
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
518
+ },
519
+ {
520
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::IatSystem.String",
521
+ "clrName": "Iat",
522
+ "tsEmitName": "iat",
523
+ "metadataToken": 67108927,
524
+ "normalizedSignature": "Iat|System.String|static=true|const=true",
525
+ "isStatic": true,
526
+ "isReadOnly": false,
527
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
528
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
529
+ },
530
+ {
531
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::IssSystem.String",
532
+ "clrName": "Iss",
533
+ "tsEmitName": "iss",
534
+ "metadataToken": 67108928,
535
+ "normalizedSignature": "Iss|System.String|static=true|const=true",
536
+ "isStatic": true,
537
+ "isReadOnly": false,
538
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
539
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
540
+ },
541
+ {
542
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::JtiSystem.String",
543
+ "clrName": "Jti",
544
+ "tsEmitName": "jti",
545
+ "metadataToken": 67108929,
546
+ "normalizedSignature": "Jti|System.String|static=true|const=true",
547
+ "isStatic": true,
548
+ "isReadOnly": false,
549
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
550
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
551
+ },
552
+ {
553
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::LocaleSystem.String",
554
+ "clrName": "Locale",
555
+ "tsEmitName": "locale",
556
+ "metadataToken": 67108930,
557
+ "normalizedSignature": "Locale|System.String|static=true|const=true",
558
+ "isStatic": true,
559
+ "isReadOnly": false,
560
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
561
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
562
+ },
563
+ {
564
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::MiddleNameSystem.String",
565
+ "clrName": "MiddleName",
566
+ "tsEmitName": "middleName",
567
+ "metadataToken": 67108931,
568
+ "normalizedSignature": "MiddleName|System.String|static=true|const=true",
569
+ "isStatic": true,
570
+ "isReadOnly": false,
571
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
572
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
573
+ },
574
+ {
575
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::NameSystem.String",
576
+ "clrName": "Name",
577
+ "tsEmitName": "name",
578
+ "metadataToken": 67108932,
579
+ "normalizedSignature": "Name|System.String|static=true|const=true",
580
+ "isStatic": true,
581
+ "isReadOnly": false,
582
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
583
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
584
+ },
585
+ {
586
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::NameIdSystem.String",
587
+ "clrName": "NameId",
588
+ "tsEmitName": "nameId",
589
+ "metadataToken": 67108933,
590
+ "normalizedSignature": "NameId|System.String|static=true|const=true",
591
+ "isStatic": true,
592
+ "isReadOnly": false,
593
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
594
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
595
+ },
596
+ {
597
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::NicknameSystem.String",
598
+ "clrName": "Nickname",
599
+ "tsEmitName": "nickname",
600
+ "metadataToken": 67108934,
601
+ "normalizedSignature": "Nickname|System.String|static=true|const=true",
602
+ "isStatic": true,
603
+ "isReadOnly": false,
604
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
605
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
606
+ },
607
+ {
608
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::NonceSystem.String",
609
+ "clrName": "Nonce",
610
+ "tsEmitName": "nonce",
611
+ "metadataToken": 67108935,
612
+ "normalizedSignature": "Nonce|System.String|static=true|const=true",
613
+ "isStatic": true,
614
+ "isReadOnly": false,
615
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
616
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
617
+ },
618
+ {
619
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::NbfSystem.String",
620
+ "clrName": "Nbf",
621
+ "tsEmitName": "nbf",
622
+ "metadataToken": 67108936,
623
+ "normalizedSignature": "Nbf|System.String|static=true|const=true",
624
+ "isStatic": true,
625
+ "isReadOnly": false,
626
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
627
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
628
+ },
629
+ {
630
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::PhoneNumberSystem.String",
631
+ "clrName": "PhoneNumber",
632
+ "tsEmitName": "phoneNumber",
633
+ "metadataToken": 67108937,
634
+ "normalizedSignature": "PhoneNumber|System.String|static=true|const=true",
635
+ "isStatic": true,
636
+ "isReadOnly": false,
637
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
638
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
639
+ },
640
+ {
641
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::PhoneNumberVerifiedSystem.String",
642
+ "clrName": "PhoneNumberVerified",
643
+ "tsEmitName": "phoneNumberVerified",
644
+ "metadataToken": 67108938,
645
+ "normalizedSignature": "PhoneNumberVerified|System.String|static=true|const=true",
646
+ "isStatic": true,
647
+ "isReadOnly": false,
648
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
649
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
650
+ },
651
+ {
652
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::PictureSystem.String",
653
+ "clrName": "Picture",
654
+ "tsEmitName": "picture",
655
+ "metadataToken": 67108939,
656
+ "normalizedSignature": "Picture|System.String|static=true|const=true",
657
+ "isStatic": true,
658
+ "isReadOnly": false,
659
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
660
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
661
+ },
662
+ {
663
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::PrnSystem.String",
664
+ "clrName": "Prn",
665
+ "tsEmitName": "prn",
666
+ "metadataToken": 67108940,
667
+ "normalizedSignature": "Prn|System.String|static=true|const=true",
668
+ "isStatic": true,
669
+ "isReadOnly": false,
670
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
671
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
672
+ },
673
+ {
674
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::PreferredUsernameSystem.String",
675
+ "clrName": "PreferredUsername",
676
+ "tsEmitName": "preferredUsername",
677
+ "metadataToken": 67108941,
678
+ "normalizedSignature": "PreferredUsername|System.String|static=true|const=true",
679
+ "isStatic": true,
680
+ "isReadOnly": false,
681
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
682
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
683
+ },
684
+ {
685
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::ProfileSystem.String",
686
+ "clrName": "Profile",
687
+ "tsEmitName": "profile",
688
+ "metadataToken": 67108942,
689
+ "normalizedSignature": "Profile|System.String|static=true|const=true",
690
+ "isStatic": true,
691
+ "isReadOnly": false,
692
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
693
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
694
+ },
695
+ {
696
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::SidSystem.String",
697
+ "clrName": "Sid",
698
+ "tsEmitName": "sid",
699
+ "metadataToken": 67108943,
700
+ "normalizedSignature": "Sid|System.String|static=true|const=true",
701
+ "isStatic": true,
702
+ "isReadOnly": false,
703
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
704
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
705
+ },
706
+ {
707
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::SubSystem.String",
708
+ "clrName": "Sub",
709
+ "tsEmitName": "sub",
710
+ "metadataToken": 67108944,
711
+ "normalizedSignature": "Sub|System.String|static=true|const=true",
712
+ "isStatic": true,
713
+ "isReadOnly": false,
714
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
715
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
716
+ },
717
+ {
718
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::TypSystem.String",
719
+ "clrName": "Typ",
720
+ "tsEmitName": "typ",
721
+ "metadataToken": 67108945,
722
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
723
+ "isStatic": true,
724
+ "isReadOnly": false,
725
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
726
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
727
+ },
728
+ {
729
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::UniqueNameSystem.String",
730
+ "clrName": "UniqueName",
731
+ "tsEmitName": "uniqueName",
732
+ "metadataToken": 67108946,
733
+ "normalizedSignature": "UniqueName|System.String|static=true|const=true",
734
+ "isStatic": true,
735
+ "isReadOnly": false,
736
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
737
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
738
+ },
739
+ {
740
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::UpdatedAtSystem.String",
741
+ "clrName": "UpdatedAt",
742
+ "tsEmitName": "updatedAt",
743
+ "metadataToken": 67108947,
744
+ "normalizedSignature": "UpdatedAt|System.String|static=true|const=true",
745
+ "isStatic": true,
746
+ "isReadOnly": false,
747
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
748
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
749
+ },
750
+ {
751
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::WebsiteSystem.String",
752
+ "clrName": "Website",
753
+ "tsEmitName": "website",
754
+ "metadataToken": 67108948,
755
+ "normalizedSignature": "Website|System.String|static=true|const=true",
756
+ "isStatic": true,
757
+ "isReadOnly": false,
758
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
759
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
760
+ },
761
+ {
762
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames::ZoneInfoSystem.String",
763
+ "clrName": "ZoneInfo",
764
+ "tsEmitName": "zoneInfo",
765
+ "metadataToken": 67108949,
766
+ "normalizedSignature": "ZoneInfo|System.String|static=true|const=true",
767
+ "isStatic": true,
768
+ "isReadOnly": false,
769
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
770
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
771
+ }
772
+ ],
773
+ "events": [],
774
+ "constructors": [],
775
+ "exposedFields": [
776
+ {
777
+ "tsName": "actort",
778
+ "isStatic": true,
779
+ "tsSignatureId": "Actort|System.String|static=true|const=true",
780
+ "target": {
781
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
782
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
783
+ "metadataToken": 67108911
784
+ }
785
+ },
786
+ {
787
+ "tsName": "acr",
788
+ "isStatic": true,
789
+ "tsSignatureId": "Acr|System.String|static=true|const=true",
790
+ "target": {
791
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
792
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
793
+ "metadataToken": 67108912
794
+ }
795
+ },
796
+ {
797
+ "tsName": "amr",
798
+ "isStatic": true,
799
+ "tsSignatureId": "Amr|System.String|static=true|const=true",
800
+ "target": {
801
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
802
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
803
+ "metadataToken": 67108913
804
+ }
805
+ },
806
+ {
807
+ "tsName": "address",
808
+ "isStatic": true,
809
+ "tsSignatureId": "Address|System.String|static=true|const=true",
810
+ "target": {
811
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
812
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
813
+ "metadataToken": 67108914
814
+ }
815
+ },
816
+ {
817
+ "tsName": "atHash",
818
+ "isStatic": true,
819
+ "tsSignatureId": "AtHash|System.String|static=true|const=true",
820
+ "target": {
821
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
822
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
823
+ "metadataToken": 67108915
824
+ }
825
+ },
826
+ {
827
+ "tsName": "aud",
828
+ "isStatic": true,
829
+ "tsSignatureId": "Aud|System.String|static=true|const=true",
830
+ "target": {
831
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
832
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
833
+ "metadataToken": 67108916
834
+ }
835
+ },
836
+ {
837
+ "tsName": "authTime",
838
+ "isStatic": true,
839
+ "tsSignatureId": "AuthTime|System.String|static=true|const=true",
840
+ "target": {
841
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
842
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
843
+ "metadataToken": 67108917
844
+ }
845
+ },
846
+ {
847
+ "tsName": "azp",
848
+ "isStatic": true,
849
+ "tsSignatureId": "Azp|System.String|static=true|const=true",
850
+ "target": {
851
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
852
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
853
+ "metadataToken": 67108918
854
+ }
855
+ },
856
+ {
857
+ "tsName": "birthdate",
858
+ "isStatic": true,
859
+ "tsSignatureId": "Birthdate|System.String|static=true|const=true",
860
+ "target": {
861
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
862
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
863
+ "metadataToken": 67108919
864
+ }
865
+ },
866
+ {
867
+ "tsName": "cHash",
868
+ "isStatic": true,
869
+ "tsSignatureId": "CHash|System.String|static=true|const=true",
870
+ "target": {
871
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
872
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
873
+ "metadataToken": 67108920
874
+ }
875
+ },
876
+ {
877
+ "tsName": "email",
878
+ "isStatic": true,
879
+ "tsSignatureId": "Email|System.String|static=true|const=true",
880
+ "target": {
881
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
882
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
883
+ "metadataToken": 67108921
884
+ }
885
+ },
886
+ {
887
+ "tsName": "emailVerified",
888
+ "isStatic": true,
889
+ "tsSignatureId": "EmailVerified|System.String|static=true|const=true",
890
+ "target": {
891
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
892
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
893
+ "metadataToken": 67108922
894
+ }
895
+ },
896
+ {
897
+ "tsName": "exp",
898
+ "isStatic": true,
899
+ "tsSignatureId": "Exp|System.String|static=true|const=true",
900
+ "target": {
901
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
902
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
903
+ "metadataToken": 67108923
904
+ }
905
+ },
906
+ {
907
+ "tsName": "gender",
908
+ "isStatic": true,
909
+ "tsSignatureId": "Gender|System.String|static=true|const=true",
910
+ "target": {
911
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
912
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
913
+ "metadataToken": 67108924
914
+ }
915
+ },
916
+ {
917
+ "tsName": "familyName",
918
+ "isStatic": true,
919
+ "tsSignatureId": "FamilyName|System.String|static=true|const=true",
920
+ "target": {
921
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
922
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
923
+ "metadataToken": 67108925
924
+ }
925
+ },
926
+ {
927
+ "tsName": "givenName",
928
+ "isStatic": true,
929
+ "tsSignatureId": "GivenName|System.String|static=true|const=true",
930
+ "target": {
931
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
932
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
933
+ "metadataToken": 67108926
934
+ }
935
+ },
936
+ {
937
+ "tsName": "iat",
938
+ "isStatic": true,
939
+ "tsSignatureId": "Iat|System.String|static=true|const=true",
940
+ "target": {
941
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
942
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
943
+ "metadataToken": 67108927
944
+ }
945
+ },
946
+ {
947
+ "tsName": "iss",
948
+ "isStatic": true,
949
+ "tsSignatureId": "Iss|System.String|static=true|const=true",
950
+ "target": {
951
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
952
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
953
+ "metadataToken": 67108928
954
+ }
955
+ },
956
+ {
957
+ "tsName": "jti",
958
+ "isStatic": true,
959
+ "tsSignatureId": "Jti|System.String|static=true|const=true",
960
+ "target": {
961
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
962
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
963
+ "metadataToken": 67108929
964
+ }
965
+ },
966
+ {
967
+ "tsName": "locale",
968
+ "isStatic": true,
969
+ "tsSignatureId": "Locale|System.String|static=true|const=true",
970
+ "target": {
971
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
972
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
973
+ "metadataToken": 67108930
974
+ }
975
+ },
976
+ {
977
+ "tsName": "middleName",
978
+ "isStatic": true,
979
+ "tsSignatureId": "MiddleName|System.String|static=true|const=true",
980
+ "target": {
981
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
982
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
983
+ "metadataToken": 67108931
984
+ }
985
+ },
986
+ {
987
+ "tsName": "name",
988
+ "isStatic": true,
989
+ "tsSignatureId": "Name|System.String|static=true|const=true",
990
+ "target": {
991
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
992
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
993
+ "metadataToken": 67108932
994
+ }
995
+ },
996
+ {
997
+ "tsName": "nameId",
998
+ "isStatic": true,
999
+ "tsSignatureId": "NameId|System.String|static=true|const=true",
1000
+ "target": {
1001
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1002
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1003
+ "metadataToken": 67108933
1004
+ }
1005
+ },
1006
+ {
1007
+ "tsName": "nickname",
1008
+ "isStatic": true,
1009
+ "tsSignatureId": "Nickname|System.String|static=true|const=true",
1010
+ "target": {
1011
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1012
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1013
+ "metadataToken": 67108934
1014
+ }
1015
+ },
1016
+ {
1017
+ "tsName": "nonce",
1018
+ "isStatic": true,
1019
+ "tsSignatureId": "Nonce|System.String|static=true|const=true",
1020
+ "target": {
1021
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1022
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1023
+ "metadataToken": 67108935
1024
+ }
1025
+ },
1026
+ {
1027
+ "tsName": "nbf",
1028
+ "isStatic": true,
1029
+ "tsSignatureId": "Nbf|System.String|static=true|const=true",
1030
+ "target": {
1031
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1032
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1033
+ "metadataToken": 67108936
1034
+ }
1035
+ },
1036
+ {
1037
+ "tsName": "phoneNumber",
1038
+ "isStatic": true,
1039
+ "tsSignatureId": "PhoneNumber|System.String|static=true|const=true",
1040
+ "target": {
1041
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1042
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1043
+ "metadataToken": 67108937
1044
+ }
1045
+ },
1046
+ {
1047
+ "tsName": "phoneNumberVerified",
1048
+ "isStatic": true,
1049
+ "tsSignatureId": "PhoneNumberVerified|System.String|static=true|const=true",
1050
+ "target": {
1051
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1052
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1053
+ "metadataToken": 67108938
1054
+ }
1055
+ },
1056
+ {
1057
+ "tsName": "picture",
1058
+ "isStatic": true,
1059
+ "tsSignatureId": "Picture|System.String|static=true|const=true",
1060
+ "target": {
1061
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1062
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1063
+ "metadataToken": 67108939
1064
+ }
1065
+ },
1066
+ {
1067
+ "tsName": "prn",
1068
+ "isStatic": true,
1069
+ "tsSignatureId": "Prn|System.String|static=true|const=true",
1070
+ "target": {
1071
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1072
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1073
+ "metadataToken": 67108940
1074
+ }
1075
+ },
1076
+ {
1077
+ "tsName": "preferredUsername",
1078
+ "isStatic": true,
1079
+ "tsSignatureId": "PreferredUsername|System.String|static=true|const=true",
1080
+ "target": {
1081
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1082
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1083
+ "metadataToken": 67108941
1084
+ }
1085
+ },
1086
+ {
1087
+ "tsName": "profile",
1088
+ "isStatic": true,
1089
+ "tsSignatureId": "Profile|System.String|static=true|const=true",
1090
+ "target": {
1091
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1092
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1093
+ "metadataToken": 67108942
1094
+ }
1095
+ },
1096
+ {
1097
+ "tsName": "sid",
1098
+ "isStatic": true,
1099
+ "tsSignatureId": "Sid|System.String|static=true|const=true",
1100
+ "target": {
1101
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1102
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1103
+ "metadataToken": 67108943
1104
+ }
1105
+ },
1106
+ {
1107
+ "tsName": "sub",
1108
+ "isStatic": true,
1109
+ "tsSignatureId": "Sub|System.String|static=true|const=true",
1110
+ "target": {
1111
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1112
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1113
+ "metadataToken": 67108944
1114
+ }
1115
+ },
1116
+ {
1117
+ "tsName": "typ",
1118
+ "isStatic": true,
1119
+ "tsSignatureId": "Typ|System.String|static=true|const=true",
1120
+ "target": {
1121
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1122
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1123
+ "metadataToken": 67108945
1124
+ }
1125
+ },
1126
+ {
1127
+ "tsName": "uniqueName",
1128
+ "isStatic": true,
1129
+ "tsSignatureId": "UniqueName|System.String|static=true|const=true",
1130
+ "target": {
1131
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1132
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1133
+ "metadataToken": 67108946
1134
+ }
1135
+ },
1136
+ {
1137
+ "tsName": "updatedAt",
1138
+ "isStatic": true,
1139
+ "tsSignatureId": "UpdatedAt|System.String|static=true|const=true",
1140
+ "target": {
1141
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1142
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1143
+ "metadataToken": 67108947
1144
+ }
1145
+ },
1146
+ {
1147
+ "tsName": "website",
1148
+ "isStatic": true,
1149
+ "tsSignatureId": "Website|System.String|static=true|const=true",
1150
+ "target": {
1151
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1152
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1153
+ "metadataToken": 67108948
1154
+ }
1155
+ },
1156
+ {
1157
+ "tsName": "zoneInfo",
1158
+ "isStatic": true,
1159
+ "tsSignatureId": "ZoneInfo|System.String|static=true|const=true",
1160
+ "target": {
1161
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtRegisteredClaimNames",
1162
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1163
+ "metadataToken": 67108949
1164
+ }
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader",
1170
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1171
+ "tsEmitName": "JwtHeader",
1172
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
1173
+ "metadataToken": 0,
1174
+ "methods": [
1175
+ {
1176
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Base64UrlDeserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader",
1177
+ "clrName": "Base64UrlDeserialize",
1178
+ "tsEmitName": "base64UrlDeserialize",
1179
+ "metadataToken": 100663325,
1180
+ "canonicalSignature": "(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader",
1181
+ "normalizedSignature": "Base64UrlDeserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader|static=true",
1182
+ "emitScope": "ClassSurface",
1183
+ "arity": 0,
1184
+ "parameterCount": 1,
1185
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1186
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1187
+ "isExtensionMethod": false
1188
+ },
1189
+ {
1190
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Base64UrlEncode():System.String",
1191
+ "clrName": "Base64UrlEncode",
1192
+ "tsEmitName": "base64UrlEncode",
1193
+ "metadataToken": 100663326,
1194
+ "canonicalSignature": "():System.String",
1195
+ "normalizedSignature": "Base64UrlEncode|():System.String|static=false",
1196
+ "emitScope": "ClassSurface",
1197
+ "arity": 0,
1198
+ "parameterCount": 0,
1199
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1200
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1201
+ "isExtensionMethod": false
1202
+ },
1203
+ {
1204
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::SerializeToJson():System.String",
1205
+ "clrName": "SerializeToJson",
1206
+ "tsEmitName": "serializeToJson",
1207
+ "metadataToken": 100663329,
1208
+ "canonicalSignature": "():System.String",
1209
+ "normalizedSignature": "SerializeToJson|():System.String|static=false",
1210
+ "emitScope": "ClassSurface",
1211
+ "arity": 0,
1212
+ "parameterCount": 0,
1213
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1214
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1215
+ "isExtensionMethod": false
1216
+ }
1217
+ ],
1218
+ "properties": [
1219
+ {
1220
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Alg:System.String",
1221
+ "clrName": "Alg",
1222
+ "tsEmitName": "alg",
1223
+ "metadataToken": 385875969,
1224
+ "canonicalSignature": ":System.String",
1225
+ "normalizedSignature": "Alg|:System.String|static=false|accessor=get",
1226
+ "emitScope": "ClassSurface",
1227
+ "isIndexer": false,
1228
+ "hasGetter": true,
1229
+ "hasSetter": false,
1230
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1231
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1232
+ },
1233
+ {
1234
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Cty:System.String",
1235
+ "clrName": "Cty",
1236
+ "tsEmitName": "cty",
1237
+ "metadataToken": 385875970,
1238
+ "canonicalSignature": ":System.String",
1239
+ "normalizedSignature": "Cty|:System.String|static=false|accessor=get",
1240
+ "emitScope": "ClassSurface",
1241
+ "isIndexer": false,
1242
+ "hasGetter": true,
1243
+ "hasSetter": false,
1244
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1245
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1246
+ },
1247
+ {
1248
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Enc:System.String",
1249
+ "clrName": "Enc",
1250
+ "tsEmitName": "enc",
1251
+ "metadataToken": 385875971,
1252
+ "canonicalSignature": ":System.String",
1253
+ "normalizedSignature": "Enc|:System.String|static=false|accessor=get",
1254
+ "emitScope": "ClassSurface",
1255
+ "isIndexer": false,
1256
+ "hasGetter": true,
1257
+ "hasSetter": false,
1258
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1259
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1260
+ },
1261
+ {
1262
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::EncryptingCredentials:Microsoft.IdentityModel.Tokens.EncryptingCredentials",
1263
+ "clrName": "EncryptingCredentials",
1264
+ "tsEmitName": "encryptingCredentials",
1265
+ "metadataToken": 385875972,
1266
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.EncryptingCredentials",
1267
+ "normalizedSignature": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=get",
1268
+ "emitScope": "ClassSurface",
1269
+ "isIndexer": false,
1270
+ "hasGetter": true,
1271
+ "hasSetter": false,
1272
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1273
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1274
+ },
1275
+ {
1276
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::IV:System.String",
1277
+ "clrName": "IV",
1278
+ "tsEmitName": "IV",
1279
+ "metadataToken": 385875973,
1280
+ "canonicalSignature": ":System.String",
1281
+ "normalizedSignature": "IV|:System.String|static=false|accessor=get",
1282
+ "emitScope": "ClassSurface",
1283
+ "isIndexer": false,
1284
+ "hasGetter": true,
1285
+ "hasSetter": false,
1286
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1287
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1288
+ },
1289
+ {
1290
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Kid:System.String",
1291
+ "clrName": "Kid",
1292
+ "tsEmitName": "kid",
1293
+ "metadataToken": 385875974,
1294
+ "canonicalSignature": ":System.String",
1295
+ "normalizedSignature": "Kid|:System.String|static=false|accessor=get",
1296
+ "emitScope": "ClassSurface",
1297
+ "isIndexer": false,
1298
+ "hasGetter": true,
1299
+ "hasSetter": false,
1300
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1301
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1302
+ },
1303
+ {
1304
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::SigningCredentials:Microsoft.IdentityModel.Tokens.SigningCredentials",
1305
+ "clrName": "SigningCredentials",
1306
+ "tsEmitName": "signingCredentials",
1307
+ "metadataToken": 385875975,
1308
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.SigningCredentials",
1309
+ "normalizedSignature": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=get",
1310
+ "emitScope": "ClassSurface",
1311
+ "isIndexer": false,
1312
+ "hasGetter": true,
1313
+ "hasSetter": false,
1314
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1315
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1316
+ },
1317
+ {
1318
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Typ:System.String",
1319
+ "clrName": "Typ",
1320
+ "tsEmitName": "typ",
1321
+ "metadataToken": 385875976,
1322
+ "canonicalSignature": ":System.String",
1323
+ "normalizedSignature": "Typ|:System.String|static=false|accessor=get",
1324
+ "emitScope": "ClassSurface",
1325
+ "isIndexer": false,
1326
+ "hasGetter": true,
1327
+ "hasSetter": false,
1328
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1329
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1330
+ },
1331
+ {
1332
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::X5t:System.String",
1333
+ "clrName": "X5t",
1334
+ "tsEmitName": "x5t",
1335
+ "metadataToken": 385875977,
1336
+ "canonicalSignature": ":System.String",
1337
+ "normalizedSignature": "X5t|:System.String|static=false|accessor=get",
1338
+ "emitScope": "ClassSurface",
1339
+ "isIndexer": false,
1340
+ "hasGetter": true,
1341
+ "hasSetter": false,
1342
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1343
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1344
+ },
1345
+ {
1346
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::X5c:System.String",
1347
+ "clrName": "X5c",
1348
+ "tsEmitName": "x5c",
1349
+ "metadataToken": 385875978,
1350
+ "canonicalSignature": ":System.String",
1351
+ "normalizedSignature": "X5c|:System.String|static=false|accessor=get",
1352
+ "emitScope": "ClassSurface",
1353
+ "isIndexer": false,
1354
+ "hasGetter": true,
1355
+ "hasSetter": false,
1356
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1357
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1358
+ },
1359
+ {
1360
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::Zip:System.String",
1361
+ "clrName": "Zip",
1362
+ "tsEmitName": "zip",
1363
+ "metadataToken": 385875979,
1364
+ "canonicalSignature": ":System.String",
1365
+ "normalizedSignature": "Zip|:System.String|static=false|accessor=get",
1366
+ "emitScope": "ClassSurface",
1367
+ "isIndexer": false,
1368
+ "hasGetter": true,
1369
+ "hasSetter": false,
1370
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1371
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1372
+ }
1373
+ ],
1374
+ "fields": [],
1375
+ "events": [],
1376
+ "constructors": [
1377
+ {
1378
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor():void",
1379
+ "metadataToken": 100663297,
1380
+ "canonicalSignature": "():void",
1381
+ "normalizedSignature": "constructor|():void|static=false",
1382
+ "isStatic": false,
1383
+ "parameterCount": 0,
1384
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1385
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1386
+ },
1387
+ {
1388
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(Microsoft.IdentityModel.Tokens.SigningCredentials):void",
1389
+ "metadataToken": 100663299,
1390
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SigningCredentials):void",
1391
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials):void|static=false",
1392
+ "isStatic": false,
1393
+ "parameterCount": 1,
1394
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1395
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1396
+ },
1397
+ {
1398
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(Microsoft.IdentityModel.Tokens.EncryptingCredentials):void",
1399
+ "metadataToken": 100663300,
1400
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.EncryptingCredentials):void",
1401
+ "normalizedSignature": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials):void|static=false",
1402
+ "isStatic": false,
1403
+ "parameterCount": 1,
1404
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1405
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1406
+ },
1407
+ {
1408
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(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",
1409
+ "metadataToken": 100663301,
1410
+ "canonicalSignature": "(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",
1411
+ "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",
1412
+ "isStatic": false,
1413
+ "parameterCount": 2,
1414
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1415
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1416
+ },
1417
+ {
1418
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(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",
1419
+ "metadataToken": 100663302,
1420
+ "canonicalSignature": "(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",
1421
+ "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",
1422
+ "isStatic": false,
1423
+ "parameterCount": 3,
1424
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1425
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1426
+ },
1427
+ {
1428
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(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",
1429
+ "metadataToken": 100663303,
1430
+ "canonicalSignature": "(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",
1431
+ "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",
1432
+ "isStatic": false,
1433
+ "parameterCount": 4,
1434
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1435
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1436
+ },
1437
+ {
1438
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(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",
1439
+ "metadataToken": 100663304,
1440
+ "canonicalSignature": "(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",
1441
+ "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",
1442
+ "isStatic": false,
1443
+ "parameterCount": 2,
1444
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1445
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1446
+ },
1447
+ {
1448
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(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",
1449
+ "metadataToken": 100663305,
1450
+ "canonicalSignature": "(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",
1451
+ "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",
1452
+ "isStatic": false,
1453
+ "parameterCount": 3,
1454
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1455
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1456
+ },
1457
+ {
1458
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtHeader::.ctor(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",
1459
+ "metadataToken": 100663306,
1460
+ "canonicalSignature": "(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",
1461
+ "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",
1462
+ "isStatic": false,
1463
+ "parameterCount": 4,
1464
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1465
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1466
+ }
1467
+ ],
1468
+ "exposedMethods": [
1469
+ {
1470
+ "tsName": "base64UrlDeserialize",
1471
+ "isStatic": true,
1472
+ "tsSignatureId": "Base64UrlDeserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtHeader|static=true",
1473
+ "target": {
1474
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1475
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1476
+ "metadataToken": 100663325
1477
+ }
1478
+ },
1479
+ {
1480
+ "tsName": "base64UrlEncode",
1481
+ "isStatic": false,
1482
+ "tsSignatureId": "Base64UrlEncode|():System.String|static=false",
1483
+ "target": {
1484
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1485
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1486
+ "metadataToken": 100663326
1487
+ }
1488
+ },
1489
+ {
1490
+ "tsName": "serializeToJson",
1491
+ "isStatic": false,
1492
+ "tsSignatureId": "SerializeToJson|():System.String|static=false",
1493
+ "target": {
1494
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1495
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1496
+ "metadataToken": 100663329
1497
+ }
1498
+ }
1499
+ ],
1500
+ "exposedProperties": [
1501
+ {
1502
+ "tsName": "alg",
1503
+ "isStatic": false,
1504
+ "tsSignatureId": "Alg|:System.String|static=false|accessor=get",
1505
+ "target": {
1506
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1507
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1508
+ "metadataToken": 385875969
1509
+ }
1510
+ },
1511
+ {
1512
+ "tsName": "cty",
1513
+ "isStatic": false,
1514
+ "tsSignatureId": "Cty|:System.String|static=false|accessor=get",
1515
+ "target": {
1516
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1517
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1518
+ "metadataToken": 385875970
1519
+ }
1520
+ },
1521
+ {
1522
+ "tsName": "enc",
1523
+ "isStatic": false,
1524
+ "tsSignatureId": "Enc|:System.String|static=false|accessor=get",
1525
+ "target": {
1526
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1527
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1528
+ "metadataToken": 385875971
1529
+ }
1530
+ },
1531
+ {
1532
+ "tsName": "encryptingCredentials",
1533
+ "isStatic": false,
1534
+ "tsSignatureId": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=get",
1535
+ "target": {
1536
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1537
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1538
+ "metadataToken": 385875972
1539
+ }
1540
+ },
1541
+ {
1542
+ "tsName": "IV",
1543
+ "isStatic": false,
1544
+ "tsSignatureId": "IV|:System.String|static=false|accessor=get",
1545
+ "target": {
1546
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1547
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1548
+ "metadataToken": 385875973
1549
+ }
1550
+ },
1551
+ {
1552
+ "tsName": "kid",
1553
+ "isStatic": false,
1554
+ "tsSignatureId": "Kid|:System.String|static=false|accessor=get",
1555
+ "target": {
1556
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1557
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1558
+ "metadataToken": 385875974
1559
+ }
1560
+ },
1561
+ {
1562
+ "tsName": "signingCredentials",
1563
+ "isStatic": false,
1564
+ "tsSignatureId": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=get",
1565
+ "target": {
1566
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1567
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1568
+ "metadataToken": 385875975
1569
+ }
1570
+ },
1571
+ {
1572
+ "tsName": "typ",
1573
+ "isStatic": false,
1574
+ "tsSignatureId": "Typ|:System.String|static=false|accessor=get",
1575
+ "target": {
1576
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1577
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1578
+ "metadataToken": 385875976
1579
+ }
1580
+ },
1581
+ {
1582
+ "tsName": "x5t",
1583
+ "isStatic": false,
1584
+ "tsSignatureId": "X5t|:System.String|static=false|accessor=get",
1585
+ "target": {
1586
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1587
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1588
+ "metadataToken": 385875977
1589
+ }
1590
+ },
1591
+ {
1592
+ "tsName": "x5c",
1593
+ "isStatic": false,
1594
+ "tsSignatureId": "X5c|:System.String|static=false|accessor=get",
1595
+ "target": {
1596
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1597
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1598
+ "metadataToken": 385875978
1599
+ }
1600
+ },
1601
+ {
1602
+ "tsName": "zip",
1603
+ "isStatic": false,
1604
+ "tsSignatureId": "Zip|:System.String|static=false|accessor=get",
1605
+ "target": {
1606
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1607
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1608
+ "metadataToken": 385875979
1609
+ }
1610
+ }
1611
+ ],
1612
+ "exposedConstructors": [
1613
+ {
1614
+ "isStatic": false,
1615
+ "tsSignatureId": "constructor|():void|static=false",
1616
+ "target": {
1617
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1618
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1619
+ "metadataToken": 100663297
1620
+ }
1621
+ },
1622
+ {
1623
+ "isStatic": false,
1624
+ "tsSignatureId": "constructor|(Microsoft.IdentityModel.Tokens.SigningCredentials):void|static=false",
1625
+ "target": {
1626
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1627
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1628
+ "metadataToken": 100663299
1629
+ }
1630
+ },
1631
+ {
1632
+ "isStatic": false,
1633
+ "tsSignatureId": "constructor|(Microsoft.IdentityModel.Tokens.EncryptingCredentials):void|static=false",
1634
+ "target": {
1635
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1636
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1637
+ "metadataToken": 100663300
1638
+ }
1639
+ },
1640
+ {
1641
+ "isStatic": false,
1642
+ "tsSignatureId": "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",
1643
+ "target": {
1644
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1645
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1646
+ "metadataToken": 100663301
1647
+ }
1648
+ },
1649
+ {
1650
+ "isStatic": false,
1651
+ "tsSignatureId": "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",
1652
+ "target": {
1653
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1654
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1655
+ "metadataToken": 100663302
1656
+ }
1657
+ },
1658
+ {
1659
+ "isStatic": false,
1660
+ "tsSignatureId": "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",
1661
+ "target": {
1662
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1663
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1664
+ "metadataToken": 100663303
1665
+ }
1666
+ },
1667
+ {
1668
+ "isStatic": false,
1669
+ "tsSignatureId": "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",
1670
+ "target": {
1671
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1672
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1673
+ "metadataToken": 100663304
1674
+ }
1675
+ },
1676
+ {
1677
+ "isStatic": false,
1678
+ "tsSignatureId": "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",
1679
+ "target": {
1680
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1681
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1682
+ "metadataToken": 100663305
1683
+ }
1684
+ },
1685
+ {
1686
+ "isStatic": false,
1687
+ "tsSignatureId": "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",
1688
+ "target": {
1689
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtHeader",
1690
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1691
+ "metadataToken": 100663306
1692
+ }
1693
+ }
1694
+ ]
1695
+ },
1696
+ {
1697
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload",
1698
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1699
+ "tsEmitName": "JwtPayload",
1700
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
1701
+ "metadataToken": 0,
1702
+ "methods": [
1703
+ {
1704
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::AddClaim(System.Security.Claims.Claim):System.Void",
1705
+ "clrName": "AddClaim",
1706
+ "tsEmitName": "addClaim",
1707
+ "metadataToken": 100663360,
1708
+ "canonicalSignature": "(System.Security.Claims.Claim):System.Void",
1709
+ "normalizedSignature": "AddClaim|(System.Security.Claims.Claim):System.Void|static=false",
1710
+ "emitScope": "ClassSurface",
1711
+ "arity": 0,
1712
+ "parameterCount": 1,
1713
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1714
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1715
+ "isExtensionMethod": false
1716
+ },
1717
+ {
1718
+ "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",
1719
+ "clrName": "AddClaims",
1720
+ "tsEmitName": "addClaims",
1721
+ "metadataToken": 100663361,
1722
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):System.Void",
1723
+ "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",
1724
+ "emitScope": "ClassSurface",
1725
+ "arity": 0,
1726
+ "parameterCount": 1,
1727
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1728
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1729
+ "isExtensionMethod": false
1730
+ },
1731
+ {
1732
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::SerializeToJson():System.String",
1733
+ "clrName": "SerializeToJson",
1734
+ "tsEmitName": "serializeToJson",
1735
+ "metadataToken": 100663370,
1736
+ "canonicalSignature": "():System.String",
1737
+ "normalizedSignature": "SerializeToJson|():System.String|static=false",
1738
+ "emitScope": "ClassSurface",
1739
+ "arity": 0,
1740
+ "parameterCount": 0,
1741
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1742
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1743
+ "isExtensionMethod": false
1744
+ },
1745
+ {
1746
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Base64UrlDeserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload",
1747
+ "clrName": "Base64UrlDeserialize",
1748
+ "tsEmitName": "base64UrlDeserialize",
1749
+ "metadataToken": 100663371,
1750
+ "canonicalSignature": "(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload",
1751
+ "normalizedSignature": "Base64UrlDeserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload|static=true",
1752
+ "emitScope": "ClassSurface",
1753
+ "arity": 0,
1754
+ "parameterCount": 1,
1755
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1756
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1757
+ "isExtensionMethod": false
1758
+ },
1759
+ {
1760
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Base64UrlEncode():System.String",
1761
+ "clrName": "Base64UrlEncode",
1762
+ "tsEmitName": "base64UrlEncode",
1763
+ "metadataToken": 100663372,
1764
+ "canonicalSignature": "():System.String",
1765
+ "normalizedSignature": "Base64UrlEncode|():System.String|static=false",
1766
+ "emitScope": "ClassSurface",
1767
+ "arity": 0,
1768
+ "parameterCount": 0,
1769
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1770
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1771
+ "isExtensionMethod": false
1772
+ },
1773
+ {
1774
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Deserialize(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload",
1775
+ "clrName": "Deserialize",
1776
+ "tsEmitName": "deserialize",
1777
+ "metadataToken": 100663373,
1778
+ "canonicalSignature": "(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload",
1779
+ "normalizedSignature": "Deserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload|static=true",
1780
+ "emitScope": "ClassSurface",
1781
+ "arity": 0,
1782
+ "parameterCount": 1,
1783
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1784
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
1785
+ "isExtensionMethod": false
1786
+ }
1787
+ ],
1788
+ "properties": [
1789
+ {
1790
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Actort:System.String",
1791
+ "clrName": "Actort",
1792
+ "tsEmitName": "actort",
1793
+ "metadataToken": 385875980,
1794
+ "canonicalSignature": ":System.String",
1795
+ "normalizedSignature": "Actort|:System.String|static=false|accessor=get",
1796
+ "emitScope": "ClassSurface",
1797
+ "isIndexer": false,
1798
+ "hasGetter": true,
1799
+ "hasSetter": false,
1800
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1801
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1802
+ },
1803
+ {
1804
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Acr:System.String",
1805
+ "clrName": "Acr",
1806
+ "tsEmitName": "acr",
1807
+ "metadataToken": 385875981,
1808
+ "canonicalSignature": ":System.String",
1809
+ "normalizedSignature": "Acr|:System.String|static=false|accessor=get",
1810
+ "emitScope": "ClassSurface",
1811
+ "isIndexer": false,
1812
+ "hasGetter": true,
1813
+ "hasSetter": false,
1814
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1815
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1816
+ },
1817
+ {
1818
+ "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]]",
1819
+ "clrName": "Amr",
1820
+ "tsEmitName": "amr",
1821
+ "metadataToken": 385875982,
1822
+ "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1823
+ "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",
1824
+ "emitScope": "ClassSurface",
1825
+ "isIndexer": false,
1826
+ "hasGetter": true,
1827
+ "hasSetter": false,
1828
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1829
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1830
+ },
1831
+ {
1832
+ "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]]",
1833
+ "clrName": "AuthTime",
1834
+ "tsEmitName": "authTime",
1835
+ "metadataToken": 385875983,
1836
+ "canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1837
+ "normalizedSignature": "AuthTime|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1838
+ "emitScope": "ClassSurface",
1839
+ "isIndexer": false,
1840
+ "hasGetter": true,
1841
+ "hasSetter": false,
1842
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1843
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1844
+ },
1845
+ {
1846
+ "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]]",
1847
+ "clrName": "Aud",
1848
+ "tsEmitName": "aud",
1849
+ "metadataToken": 385875984,
1850
+ "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1851
+ "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",
1852
+ "emitScope": "ClassSurface",
1853
+ "isIndexer": false,
1854
+ "hasGetter": true,
1855
+ "hasSetter": false,
1856
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1857
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1858
+ },
1859
+ {
1860
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Azp:System.String",
1861
+ "clrName": "Azp",
1862
+ "tsEmitName": "azp",
1863
+ "metadataToken": 385875985,
1864
+ "canonicalSignature": ":System.String",
1865
+ "normalizedSignature": "Azp|:System.String|static=false|accessor=get",
1866
+ "emitScope": "ClassSurface",
1867
+ "isIndexer": false,
1868
+ "hasGetter": true,
1869
+ "hasSetter": false,
1870
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1871
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1872
+ },
1873
+ {
1874
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::CHash:System.String",
1875
+ "clrName": "CHash",
1876
+ "tsEmitName": "cHash",
1877
+ "metadataToken": 385875986,
1878
+ "canonicalSignature": ":System.String",
1879
+ "normalizedSignature": "CHash|:System.String|static=false|accessor=get",
1880
+ "emitScope": "ClassSurface",
1881
+ "isIndexer": false,
1882
+ "hasGetter": true,
1883
+ "hasSetter": false,
1884
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1885
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1886
+ },
1887
+ {
1888
+ "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]]",
1889
+ "clrName": "Exp",
1890
+ "tsEmitName": "exp",
1891
+ "metadataToken": 385875987,
1892
+ "canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1893
+ "normalizedSignature": "Exp|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1894
+ "emitScope": "ClassSurface",
1895
+ "isIndexer": false,
1896
+ "hasGetter": true,
1897
+ "hasSetter": false,
1898
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1899
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1900
+ },
1901
+ {
1902
+ "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]]",
1903
+ "clrName": "Expiration",
1904
+ "tsEmitName": "expiration",
1905
+ "metadataToken": 385875988,
1906
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1907
+ "normalizedSignature": "Expiration|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1908
+ "emitScope": "ClassSurface",
1909
+ "isIndexer": false,
1910
+ "hasGetter": true,
1911
+ "hasSetter": false,
1912
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1913
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1914
+ },
1915
+ {
1916
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Jti:System.String",
1917
+ "clrName": "Jti",
1918
+ "tsEmitName": "jti",
1919
+ "metadataToken": 385875989,
1920
+ "canonicalSignature": ":System.String",
1921
+ "normalizedSignature": "Jti|:System.String|static=false|accessor=get",
1922
+ "emitScope": "ClassSurface",
1923
+ "isIndexer": false,
1924
+ "hasGetter": true,
1925
+ "hasSetter": false,
1926
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1927
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1928
+ },
1929
+ {
1930
+ "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]]",
1931
+ "clrName": "Iat",
1932
+ "tsEmitName": "iat",
1933
+ "metadataToken": 385875990,
1934
+ "canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1935
+ "normalizedSignature": "Iat|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1936
+ "emitScope": "ClassSurface",
1937
+ "isIndexer": false,
1938
+ "hasGetter": true,
1939
+ "hasSetter": false,
1940
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1941
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1942
+ },
1943
+ {
1944
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Iss:System.String",
1945
+ "clrName": "Iss",
1946
+ "tsEmitName": "iss",
1947
+ "metadataToken": 385875991,
1948
+ "canonicalSignature": ":System.String",
1949
+ "normalizedSignature": "Iss|:System.String|static=false|accessor=get",
1950
+ "emitScope": "ClassSurface",
1951
+ "isIndexer": false,
1952
+ "hasGetter": true,
1953
+ "hasSetter": false,
1954
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1955
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1956
+ },
1957
+ {
1958
+ "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]]",
1959
+ "clrName": "Nbf",
1960
+ "tsEmitName": "nbf",
1961
+ "metadataToken": 385875992,
1962
+ "canonicalSignature": ":System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1963
+ "normalizedSignature": "Nbf|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1964
+ "emitScope": "ClassSurface",
1965
+ "isIndexer": false,
1966
+ "hasGetter": true,
1967
+ "hasSetter": false,
1968
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1969
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1970
+ },
1971
+ {
1972
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Nonce:System.String",
1973
+ "clrName": "Nonce",
1974
+ "tsEmitName": "nonce",
1975
+ "metadataToken": 385875993,
1976
+ "canonicalSignature": ":System.String",
1977
+ "normalizedSignature": "Nonce|:System.String|static=false|accessor=get",
1978
+ "emitScope": "ClassSurface",
1979
+ "isIndexer": false,
1980
+ "hasGetter": true,
1981
+ "hasSetter": false,
1982
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1983
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1984
+ },
1985
+ {
1986
+ "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]]",
1987
+ "clrName": "NotBefore",
1988
+ "tsEmitName": "notBefore",
1989
+ "metadataToken": 385875994,
1990
+ "canonicalSignature": ":System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1991
+ "normalizedSignature": "NotBefore|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1992
+ "emitScope": "ClassSurface",
1993
+ "isIndexer": false,
1994
+ "hasGetter": true,
1995
+ "hasSetter": false,
1996
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
1997
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
1998
+ },
1999
+ {
2000
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::Sub:System.String",
2001
+ "clrName": "Sub",
2002
+ "tsEmitName": "sub",
2003
+ "metadataToken": 385875995,
2004
+ "canonicalSignature": ":System.String",
2005
+ "normalizedSignature": "Sub|:System.String|static=false|accessor=get",
2006
+ "emitScope": "ClassSurface",
2007
+ "isIndexer": false,
2008
+ "hasGetter": true,
2009
+ "hasSetter": false,
2010
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2011
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2012
+ },
2013
+ {
2014
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::ValidFrom:System.DateTime",
2015
+ "clrName": "ValidFrom",
2016
+ "tsEmitName": "validFrom",
2017
+ "metadataToken": 385875996,
2018
+ "canonicalSignature": ":System.DateTime",
2019
+ "normalizedSignature": "ValidFrom|:System.DateTime|static=false|accessor=get",
2020
+ "emitScope": "ClassSurface",
2021
+ "isIndexer": false,
2022
+ "hasGetter": true,
2023
+ "hasSetter": false,
2024
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2025
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2026
+ },
2027
+ {
2028
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::ValidTo:System.DateTime",
2029
+ "clrName": "ValidTo",
2030
+ "tsEmitName": "validTo",
2031
+ "metadataToken": 385875997,
2032
+ "canonicalSignature": ":System.DateTime",
2033
+ "normalizedSignature": "ValidTo|:System.DateTime|static=false|accessor=get",
2034
+ "emitScope": "ClassSurface",
2035
+ "isIndexer": false,
2036
+ "hasGetter": true,
2037
+ "hasSetter": false,
2038
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2039
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2040
+ },
2041
+ {
2042
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::IssuedAt:System.DateTime",
2043
+ "clrName": "IssuedAt",
2044
+ "tsEmitName": "issuedAt",
2045
+ "metadataToken": 385875998,
2046
+ "canonicalSignature": ":System.DateTime",
2047
+ "normalizedSignature": "IssuedAt|:System.DateTime|static=false|accessor=get",
2048
+ "emitScope": "ClassSurface",
2049
+ "isIndexer": false,
2050
+ "hasGetter": true,
2051
+ "hasSetter": false,
2052
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2053
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2054
+ },
2055
+ {
2056
+ "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]]",
2057
+ "clrName": "Claims",
2058
+ "tsEmitName": "claims",
2059
+ "metadataToken": 385875999,
2060
+ "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
2061
+ "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",
2062
+ "emitScope": "ClassSurface",
2063
+ "isIndexer": false,
2064
+ "hasGetter": true,
2065
+ "hasSetter": false,
2066
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2067
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2068
+ }
2069
+ ],
2070
+ "fields": [],
2071
+ "events": [],
2072
+ "constructors": [
2073
+ {
2074
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::.ctor():void",
2075
+ "metadataToken": 100663331,
2076
+ "canonicalSignature": "():void",
2077
+ "normalizedSignature": "constructor|():void|static=false",
2078
+ "isStatic": false,
2079
+ "parameterCount": 0,
2080
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2081
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2082
+ },
2083
+ {
2084
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::.ctor(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
2085
+ "metadataToken": 100663333,
2086
+ "canonicalSignature": "(System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]):void",
2087
+ "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",
2088
+ "isStatic": false,
2089
+ "parameterCount": 1,
2090
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2091
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2092
+ },
2093
+ {
2094
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::.ctor(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",
2095
+ "metadataToken": 100663334,
2096
+ "canonicalSignature": "(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",
2097
+ "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",
2098
+ "isStatic": false,
2099
+ "parameterCount": 5,
2100
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2101
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2102
+ },
2103
+ {
2104
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::.ctor(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",
2105
+ "metadataToken": 100663335,
2106
+ "canonicalSignature": "(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",
2107
+ "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",
2108
+ "isStatic": false,
2109
+ "parameterCount": 6,
2110
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2111
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2112
+ },
2113
+ {
2114
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtPayload::.ctor(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",
2115
+ "metadataToken": 100663336,
2116
+ "canonicalSignature": "(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",
2117
+ "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",
2118
+ "isStatic": false,
2119
+ "parameterCount": 7,
2120
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2121
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2122
+ }
2123
+ ],
2124
+ "exposedMethods": [
2125
+ {
2126
+ "tsName": "addClaim",
2127
+ "isStatic": false,
2128
+ "tsSignatureId": "AddClaim|(System.Security.Claims.Claim):System.Void|static=false",
2129
+ "target": {
2130
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2131
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2132
+ "metadataToken": 100663360
2133
+ }
2134
+ },
2135
+ {
2136
+ "tsName": "addClaims",
2137
+ "isStatic": false,
2138
+ "tsSignatureId": "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",
2139
+ "target": {
2140
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2141
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2142
+ "metadataToken": 100663361
2143
+ }
2144
+ },
2145
+ {
2146
+ "tsName": "serializeToJson",
2147
+ "isStatic": false,
2148
+ "tsSignatureId": "SerializeToJson|():System.String|static=false",
2149
+ "target": {
2150
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2151
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2152
+ "metadataToken": 100663370
2153
+ }
2154
+ },
2155
+ {
2156
+ "tsName": "base64UrlDeserialize",
2157
+ "isStatic": true,
2158
+ "tsSignatureId": "Base64UrlDeserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload|static=true",
2159
+ "target": {
2160
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2161
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2162
+ "metadataToken": 100663371
2163
+ }
2164
+ },
2165
+ {
2166
+ "tsName": "base64UrlEncode",
2167
+ "isStatic": false,
2168
+ "tsSignatureId": "Base64UrlEncode|():System.String|static=false",
2169
+ "target": {
2170
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2171
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2172
+ "metadataToken": 100663372
2173
+ }
2174
+ },
2175
+ {
2176
+ "tsName": "deserialize",
2177
+ "isStatic": true,
2178
+ "tsSignatureId": "Deserialize|(System.String):System.IdentityModel.Tokens.Jwt.JwtPayload|static=true",
2179
+ "target": {
2180
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2181
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2182
+ "metadataToken": 100663373
2183
+ }
2184
+ }
2185
+ ],
2186
+ "exposedProperties": [
2187
+ {
2188
+ "tsName": "actort",
2189
+ "isStatic": false,
2190
+ "tsSignatureId": "Actort|:System.String|static=false|accessor=get",
2191
+ "target": {
2192
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2193
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2194
+ "metadataToken": 385875980
2195
+ }
2196
+ },
2197
+ {
2198
+ "tsName": "acr",
2199
+ "isStatic": false,
2200
+ "tsSignatureId": "Acr|:System.String|static=false|accessor=get",
2201
+ "target": {
2202
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2203
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2204
+ "metadataToken": 385875981
2205
+ }
2206
+ },
2207
+ {
2208
+ "tsName": "amr",
2209
+ "isStatic": false,
2210
+ "tsSignatureId": "Amr|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2211
+ "target": {
2212
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2213
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2214
+ "metadataToken": 385875982
2215
+ }
2216
+ },
2217
+ {
2218
+ "tsName": "authTime",
2219
+ "isStatic": false,
2220
+ "tsSignatureId": "AuthTime|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2221
+ "target": {
2222
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2223
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2224
+ "metadataToken": 385875983
2225
+ }
2226
+ },
2227
+ {
2228
+ "tsName": "aud",
2229
+ "isStatic": false,
2230
+ "tsSignatureId": "Aud|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2231
+ "target": {
2232
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2233
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2234
+ "metadataToken": 385875984
2235
+ }
2236
+ },
2237
+ {
2238
+ "tsName": "azp",
2239
+ "isStatic": false,
2240
+ "tsSignatureId": "Azp|:System.String|static=false|accessor=get",
2241
+ "target": {
2242
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2243
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2244
+ "metadataToken": 385875985
2245
+ }
2246
+ },
2247
+ {
2248
+ "tsName": "cHash",
2249
+ "isStatic": false,
2250
+ "tsSignatureId": "CHash|:System.String|static=false|accessor=get",
2251
+ "target": {
2252
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2253
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2254
+ "metadataToken": 385875986
2255
+ }
2256
+ },
2257
+ {
2258
+ "tsName": "exp",
2259
+ "isStatic": false,
2260
+ "tsSignatureId": "Exp|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2261
+ "target": {
2262
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2263
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2264
+ "metadataToken": 385875987
2265
+ }
2266
+ },
2267
+ {
2268
+ "tsName": "expiration",
2269
+ "isStatic": false,
2270
+ "tsSignatureId": "Expiration|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2271
+ "target": {
2272
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2273
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2274
+ "metadataToken": 385875988
2275
+ }
2276
+ },
2277
+ {
2278
+ "tsName": "jti",
2279
+ "isStatic": false,
2280
+ "tsSignatureId": "Jti|:System.String|static=false|accessor=get",
2281
+ "target": {
2282
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2283
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2284
+ "metadataToken": 385875989
2285
+ }
2286
+ },
2287
+ {
2288
+ "tsName": "iat",
2289
+ "isStatic": false,
2290
+ "tsSignatureId": "Iat|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2291
+ "target": {
2292
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2293
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2294
+ "metadataToken": 385875990
2295
+ }
2296
+ },
2297
+ {
2298
+ "tsName": "iss",
2299
+ "isStatic": false,
2300
+ "tsSignatureId": "Iss|:System.String|static=false|accessor=get",
2301
+ "target": {
2302
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2303
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2304
+ "metadataToken": 385875991
2305
+ }
2306
+ },
2307
+ {
2308
+ "tsName": "nbf",
2309
+ "isStatic": false,
2310
+ "tsSignatureId": "Nbf|:System.Nullable_1[[System.Int32,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2311
+ "target": {
2312
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2313
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2314
+ "metadataToken": 385875992
2315
+ }
2316
+ },
2317
+ {
2318
+ "tsName": "nonce",
2319
+ "isStatic": false,
2320
+ "tsSignatureId": "Nonce|:System.String|static=false|accessor=get",
2321
+ "target": {
2322
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2323
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2324
+ "metadataToken": 385875993
2325
+ }
2326
+ },
2327
+ {
2328
+ "tsName": "notBefore",
2329
+ "isStatic": false,
2330
+ "tsSignatureId": "NotBefore|:System.Nullable_1[[System.Int64,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2331
+ "target": {
2332
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2333
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2334
+ "metadataToken": 385875994
2335
+ }
2336
+ },
2337
+ {
2338
+ "tsName": "sub",
2339
+ "isStatic": false,
2340
+ "tsSignatureId": "Sub|:System.String|static=false|accessor=get",
2341
+ "target": {
2342
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2343
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2344
+ "metadataToken": 385875995
2345
+ }
2346
+ },
2347
+ {
2348
+ "tsName": "validFrom",
2349
+ "isStatic": false,
2350
+ "tsSignatureId": "ValidFrom|:System.DateTime|static=false|accessor=get",
2351
+ "target": {
2352
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2353
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2354
+ "metadataToken": 385875996
2355
+ }
2356
+ },
2357
+ {
2358
+ "tsName": "validTo",
2359
+ "isStatic": false,
2360
+ "tsSignatureId": "ValidTo|:System.DateTime|static=false|accessor=get",
2361
+ "target": {
2362
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2363
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2364
+ "metadataToken": 385875997
2365
+ }
2366
+ },
2367
+ {
2368
+ "tsName": "issuedAt",
2369
+ "isStatic": false,
2370
+ "tsSignatureId": "IssuedAt|:System.DateTime|static=false|accessor=get",
2371
+ "target": {
2372
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2373
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2374
+ "metadataToken": 385875998
2375
+ }
2376
+ },
2377
+ {
2378
+ "tsName": "claims",
2379
+ "isStatic": false,
2380
+ "tsSignatureId": "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",
2381
+ "target": {
2382
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2383
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2384
+ "metadataToken": 385875999
2385
+ }
2386
+ }
2387
+ ],
2388
+ "exposedConstructors": [
2389
+ {
2390
+ "isStatic": false,
2391
+ "tsSignatureId": "constructor|():void|static=false",
2392
+ "target": {
2393
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2394
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2395
+ "metadataToken": 100663331
2396
+ }
2397
+ },
2398
+ {
2399
+ "isStatic": false,
2400
+ "tsSignatureId": "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",
2401
+ "target": {
2402
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2403
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2404
+ "metadataToken": 100663333
2405
+ }
2406
+ },
2407
+ {
2408
+ "isStatic": false,
2409
+ "tsSignatureId": "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",
2410
+ "target": {
2411
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2412
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2413
+ "metadataToken": 100663334
2414
+ }
2415
+ },
2416
+ {
2417
+ "isStatic": false,
2418
+ "tsSignatureId": "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",
2419
+ "target": {
2420
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2421
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2422
+ "metadataToken": 100663335
2423
+ }
2424
+ },
2425
+ {
2426
+ "isStatic": false,
2427
+ "tsSignatureId": "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",
2428
+ "target": {
2429
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtPayload",
2430
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2431
+ "metadataToken": 100663336
2432
+ }
2433
+ }
2434
+ ]
2435
+ },
2436
+ {
2437
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2438
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2439
+ "tsEmitName": "JwtSecurityToken",
2440
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
2441
+ "metadataToken": 0,
2442
+ "methods": [
2443
+ {
2444
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ToString():System.String",
2445
+ "clrName": "ToString",
2446
+ "tsEmitName": "toString",
2447
+ "metadataToken": 100663418,
2448
+ "canonicalSignature": "():System.String",
2449
+ "normalizedSignature": "ToString|():System.String|static=false",
2450
+ "emitScope": "ClassSurface",
2451
+ "arity": 0,
2452
+ "parameterCount": 0,
2453
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2454
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2455
+ "isExtensionMethod": false
2456
+ },
2457
+ {
2458
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::UnsafeToString():System.String",
2459
+ "clrName": "UnsafeToString",
2460
+ "tsEmitName": "unsafeToString",
2461
+ "metadataToken": 100663419,
2462
+ "canonicalSignature": "():System.String",
2463
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
2464
+ "emitScope": "ClassSurface",
2465
+ "arity": 0,
2466
+ "parameterCount": 0,
2467
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2468
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2469
+ "isExtensionMethod": false
2470
+ },
2471
+ {
2472
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact::UnsafeToString():System.String",
2473
+ "clrName": "UnsafeToString",
2474
+ "tsEmitName": "unsafeToString$view",
2475
+ "metadataToken": 100663332,
2476
+ "canonicalSignature": "():System.String",
2477
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
2478
+ "emitScope": "ViewOnly",
2479
+ "arity": 0,
2480
+ "parameterCount": 0,
2481
+ "declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
2482
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
2483
+ "isExtensionMethod": false
2484
+ }
2485
+ ],
2486
+ "properties": [
2487
+ {
2488
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Actor:System.String",
2489
+ "clrName": "Actor",
2490
+ "tsEmitName": "actor",
2491
+ "metadataToken": 385876000,
2492
+ "canonicalSignature": ":System.String",
2493
+ "normalizedSignature": "Actor|:System.String|static=false|accessor=get",
2494
+ "emitScope": "ClassSurface",
2495
+ "isIndexer": false,
2496
+ "hasGetter": true,
2497
+ "hasSetter": false,
2498
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2499
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2500
+ },
2501
+ {
2502
+ "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]]",
2503
+ "clrName": "Audiences",
2504
+ "tsEmitName": "audiences",
2505
+ "metadataToken": 385876001,
2506
+ "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2507
+ "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",
2508
+ "emitScope": "ClassSurface",
2509
+ "isIndexer": false,
2510
+ "hasGetter": true,
2511
+ "hasSetter": false,
2512
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2513
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2514
+ },
2515
+ {
2516
+ "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]]",
2517
+ "clrName": "Claims",
2518
+ "tsEmitName": "claims",
2519
+ "metadataToken": 385876002,
2520
+ "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
2521
+ "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",
2522
+ "emitScope": "ClassSurface",
2523
+ "isIndexer": false,
2524
+ "hasGetter": true,
2525
+ "hasSetter": false,
2526
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2527
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2528
+ },
2529
+ {
2530
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::EncodedHeader:System.String",
2531
+ "clrName": "EncodedHeader",
2532
+ "tsEmitName": "encodedHeader",
2533
+ "metadataToken": 385876003,
2534
+ "canonicalSignature": ":System.String",
2535
+ "normalizedSignature": "EncodedHeader|:System.String|static=false|accessor=get",
2536
+ "emitScope": "ClassSurface",
2537
+ "isIndexer": false,
2538
+ "hasGetter": true,
2539
+ "hasSetter": false,
2540
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2541
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2542
+ },
2543
+ {
2544
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::EncodedPayload:System.String",
2545
+ "clrName": "EncodedPayload",
2546
+ "tsEmitName": "encodedPayload",
2547
+ "metadataToken": 385876004,
2548
+ "canonicalSignature": ":System.String",
2549
+ "normalizedSignature": "EncodedPayload|:System.String|static=false|accessor=get",
2550
+ "emitScope": "ClassSurface",
2551
+ "isIndexer": false,
2552
+ "hasGetter": true,
2553
+ "hasSetter": false,
2554
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2555
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2556
+ },
2557
+ {
2558
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Header:System.IdentityModel.Tokens.Jwt.JwtHeader",
2559
+ "clrName": "Header",
2560
+ "tsEmitName": "header",
2561
+ "metadataToken": 385876005,
2562
+ "canonicalSignature": ":System.IdentityModel.Tokens.Jwt.JwtHeader",
2563
+ "normalizedSignature": "Header|:System.IdentityModel.Tokens.Jwt.JwtHeader|static=false|accessor=get",
2564
+ "emitScope": "ClassSurface",
2565
+ "isIndexer": false,
2566
+ "hasGetter": true,
2567
+ "hasSetter": false,
2568
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2569
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2570
+ },
2571
+ {
2572
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Id:System.String",
2573
+ "clrName": "Id",
2574
+ "tsEmitName": "id",
2575
+ "metadataToken": 385876006,
2576
+ "canonicalSignature": ":System.String",
2577
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
2578
+ "emitScope": "ClassSurface",
2579
+ "isIndexer": false,
2580
+ "hasGetter": true,
2581
+ "hasSetter": false,
2582
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2583
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2584
+ },
2585
+ {
2586
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Issuer:System.String",
2587
+ "clrName": "Issuer",
2588
+ "tsEmitName": "issuer",
2589
+ "metadataToken": 385876007,
2590
+ "canonicalSignature": ":System.String",
2591
+ "normalizedSignature": "Issuer|:System.String|static=false|accessor=get",
2592
+ "emitScope": "ClassSurface",
2593
+ "isIndexer": false,
2594
+ "hasGetter": true,
2595
+ "hasSetter": false,
2596
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2597
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2598
+ },
2599
+ {
2600
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Payload:System.IdentityModel.Tokens.Jwt.JwtPayload",
2601
+ "clrName": "Payload",
2602
+ "tsEmitName": "payload",
2603
+ "metadataToken": 385876008,
2604
+ "canonicalSignature": ":System.IdentityModel.Tokens.Jwt.JwtPayload",
2605
+ "normalizedSignature": "Payload|:System.IdentityModel.Tokens.Jwt.JwtPayload|static=false|accessor=get",
2606
+ "emitScope": "ClassSurface",
2607
+ "isIndexer": false,
2608
+ "hasGetter": true,
2609
+ "hasSetter": false,
2610
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2611
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2612
+ },
2613
+ {
2614
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::InnerToken:System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2615
+ "clrName": "InnerToken",
2616
+ "tsEmitName": "innerToken",
2617
+ "metadataToken": 385876009,
2618
+ "canonicalSignature": ":System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2619
+ "normalizedSignature": "InnerToken|:System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false|accessor=get",
2620
+ "emitScope": "ClassSurface",
2621
+ "isIndexer": false,
2622
+ "hasGetter": true,
2623
+ "hasSetter": false,
2624
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2625
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2626
+ },
2627
+ {
2628
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawAuthenticationTag:System.String",
2629
+ "clrName": "RawAuthenticationTag",
2630
+ "tsEmitName": "rawAuthenticationTag",
2631
+ "metadataToken": 385876010,
2632
+ "canonicalSignature": ":System.String",
2633
+ "normalizedSignature": "RawAuthenticationTag|:System.String|static=false|accessor=get",
2634
+ "emitScope": "ClassSurface",
2635
+ "isIndexer": false,
2636
+ "hasGetter": true,
2637
+ "hasSetter": false,
2638
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2639
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2640
+ },
2641
+ {
2642
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawCiphertext:System.String",
2643
+ "clrName": "RawCiphertext",
2644
+ "tsEmitName": "rawCiphertext",
2645
+ "metadataToken": 385876011,
2646
+ "canonicalSignature": ":System.String",
2647
+ "normalizedSignature": "RawCiphertext|:System.String|static=false|accessor=get",
2648
+ "emitScope": "ClassSurface",
2649
+ "isIndexer": false,
2650
+ "hasGetter": true,
2651
+ "hasSetter": false,
2652
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2653
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2654
+ },
2655
+ {
2656
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawData:System.String",
2657
+ "clrName": "RawData",
2658
+ "tsEmitName": "rawData",
2659
+ "metadataToken": 385876012,
2660
+ "canonicalSignature": ":System.String",
2661
+ "normalizedSignature": "RawData|:System.String|static=false|accessor=get",
2662
+ "emitScope": "ClassSurface",
2663
+ "isIndexer": false,
2664
+ "hasGetter": true,
2665
+ "hasSetter": false,
2666
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2667
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2668
+ },
2669
+ {
2670
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawEncryptedKey:System.String",
2671
+ "clrName": "RawEncryptedKey",
2672
+ "tsEmitName": "rawEncryptedKey",
2673
+ "metadataToken": 385876013,
2674
+ "canonicalSignature": ":System.String",
2675
+ "normalizedSignature": "RawEncryptedKey|:System.String|static=false|accessor=get",
2676
+ "emitScope": "ClassSurface",
2677
+ "isIndexer": false,
2678
+ "hasGetter": true,
2679
+ "hasSetter": false,
2680
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2681
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2682
+ },
2683
+ {
2684
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawInitializationVector:System.String",
2685
+ "clrName": "RawInitializationVector",
2686
+ "tsEmitName": "rawInitializationVector",
2687
+ "metadataToken": 385876014,
2688
+ "canonicalSignature": ":System.String",
2689
+ "normalizedSignature": "RawInitializationVector|:System.String|static=false|accessor=get",
2690
+ "emitScope": "ClassSurface",
2691
+ "isIndexer": false,
2692
+ "hasGetter": true,
2693
+ "hasSetter": false,
2694
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2695
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2696
+ },
2697
+ {
2698
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawHeader:System.String",
2699
+ "clrName": "RawHeader",
2700
+ "tsEmitName": "rawHeader",
2701
+ "metadataToken": 385876015,
2702
+ "canonicalSignature": ":System.String",
2703
+ "normalizedSignature": "RawHeader|:System.String|static=false|accessor=get",
2704
+ "emitScope": "ClassSurface",
2705
+ "isIndexer": false,
2706
+ "hasGetter": true,
2707
+ "hasSetter": false,
2708
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2709
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2710
+ },
2711
+ {
2712
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawPayload:System.String",
2713
+ "clrName": "RawPayload",
2714
+ "tsEmitName": "rawPayload",
2715
+ "metadataToken": 385876016,
2716
+ "canonicalSignature": ":System.String",
2717
+ "normalizedSignature": "RawPayload|:System.String|static=false|accessor=get",
2718
+ "emitScope": "ClassSurface",
2719
+ "isIndexer": false,
2720
+ "hasGetter": true,
2721
+ "hasSetter": false,
2722
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2723
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2724
+ },
2725
+ {
2726
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::RawSignature:System.String",
2727
+ "clrName": "RawSignature",
2728
+ "tsEmitName": "rawSignature",
2729
+ "metadataToken": 385876017,
2730
+ "canonicalSignature": ":System.String",
2731
+ "normalizedSignature": "RawSignature|:System.String|static=false|accessor=get",
2732
+ "emitScope": "ClassSurface",
2733
+ "isIndexer": false,
2734
+ "hasGetter": true,
2735
+ "hasSetter": false,
2736
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2737
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2738
+ },
2739
+ {
2740
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SecurityKey:Microsoft.IdentityModel.Tokens.SecurityKey",
2741
+ "clrName": "SecurityKey",
2742
+ "tsEmitName": "securityKey",
2743
+ "metadataToken": 385876018,
2744
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.SecurityKey",
2745
+ "normalizedSignature": "SecurityKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=get",
2746
+ "emitScope": "ClassSurface",
2747
+ "isIndexer": false,
2748
+ "hasGetter": true,
2749
+ "hasSetter": false,
2750
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2751
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2752
+ },
2753
+ {
2754
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SignatureAlgorithm:System.String",
2755
+ "clrName": "SignatureAlgorithm",
2756
+ "tsEmitName": "signatureAlgorithm",
2757
+ "metadataToken": 385876019,
2758
+ "canonicalSignature": ":System.String",
2759
+ "normalizedSignature": "SignatureAlgorithm|:System.String|static=false|accessor=get",
2760
+ "emitScope": "ClassSurface",
2761
+ "isIndexer": false,
2762
+ "hasGetter": true,
2763
+ "hasSetter": false,
2764
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2765
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2766
+ },
2767
+ {
2768
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SigningCredentials:Microsoft.IdentityModel.Tokens.SigningCredentials",
2769
+ "clrName": "SigningCredentials",
2770
+ "tsEmitName": "signingCredentials",
2771
+ "metadataToken": 385876020,
2772
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.SigningCredentials",
2773
+ "normalizedSignature": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=get",
2774
+ "emitScope": "ClassSurface",
2775
+ "isIndexer": false,
2776
+ "hasGetter": true,
2777
+ "hasSetter": false,
2778
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2779
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2780
+ },
2781
+ {
2782
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::EncryptingCredentials:Microsoft.IdentityModel.Tokens.EncryptingCredentials",
2783
+ "clrName": "EncryptingCredentials",
2784
+ "tsEmitName": "encryptingCredentials",
2785
+ "metadataToken": 385876021,
2786
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.EncryptingCredentials",
2787
+ "normalizedSignature": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=get",
2788
+ "emitScope": "ClassSurface",
2789
+ "isIndexer": false,
2790
+ "hasGetter": true,
2791
+ "hasSetter": false,
2792
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2793
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2794
+ },
2795
+ {
2796
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::SigningKey:Microsoft.IdentityModel.Tokens.SecurityKey",
2797
+ "clrName": "SigningKey",
2798
+ "tsEmitName": "signingKey",
2799
+ "metadataToken": 385876022,
2800
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.SecurityKey",
2801
+ "normalizedSignature": "SigningKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=getset",
2802
+ "emitScope": "ClassSurface",
2803
+ "isIndexer": false,
2804
+ "hasGetter": true,
2805
+ "hasSetter": true,
2806
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2807
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2808
+ },
2809
+ {
2810
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::Subject:System.String",
2811
+ "clrName": "Subject",
2812
+ "tsEmitName": "subject",
2813
+ "metadataToken": 385876023,
2814
+ "canonicalSignature": ":System.String",
2815
+ "normalizedSignature": "Subject|:System.String|static=false|accessor=get",
2816
+ "emitScope": "ClassSurface",
2817
+ "isIndexer": false,
2818
+ "hasGetter": true,
2819
+ "hasSetter": false,
2820
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2821
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2822
+ },
2823
+ {
2824
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ValidFrom:System.DateTime",
2825
+ "clrName": "ValidFrom",
2826
+ "tsEmitName": "validFrom",
2827
+ "metadataToken": 385876024,
2828
+ "canonicalSignature": ":System.DateTime",
2829
+ "normalizedSignature": "ValidFrom|:System.DateTime|static=false|accessor=get",
2830
+ "emitScope": "ClassSurface",
2831
+ "isIndexer": false,
2832
+ "hasGetter": true,
2833
+ "hasSetter": false,
2834
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2835
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2836
+ },
2837
+ {
2838
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::ValidTo:System.DateTime",
2839
+ "clrName": "ValidTo",
2840
+ "tsEmitName": "validTo",
2841
+ "metadataToken": 385876025,
2842
+ "canonicalSignature": ":System.DateTime",
2843
+ "normalizedSignature": "ValidTo|:System.DateTime|static=false|accessor=get",
2844
+ "emitScope": "ClassSurface",
2845
+ "isIndexer": false,
2846
+ "hasGetter": true,
2847
+ "hasSetter": false,
2848
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2849
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2850
+ },
2851
+ {
2852
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::IssuedAt:System.DateTime",
2853
+ "clrName": "IssuedAt",
2854
+ "tsEmitName": "issuedAt",
2855
+ "metadataToken": 385876026,
2856
+ "canonicalSignature": ":System.DateTime",
2857
+ "normalizedSignature": "IssuedAt|:System.DateTime|static=false|accessor=get",
2858
+ "emitScope": "ClassSurface",
2859
+ "isIndexer": false,
2860
+ "hasGetter": true,
2861
+ "hasSetter": false,
2862
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2863
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2864
+ }
2865
+ ],
2866
+ "fields": [],
2867
+ "events": [],
2868
+ "constructors": [
2869
+ {
2870
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::.ctor(System.String):void",
2871
+ "metadataToken": 100663374,
2872
+ "canonicalSignature": "(System.String):void",
2873
+ "normalizedSignature": "constructor|(System.String):void|static=false",
2874
+ "isStatic": false,
2875
+ "parameterCount": 1,
2876
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2877
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2878
+ },
2879
+ {
2880
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::.ctor(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload,System.String,System.String,System.String):void",
2881
+ "metadataToken": 100663375,
2882
+ "canonicalSignature": "(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload,System.String,System.String,System.String):void",
2883
+ "normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload,System.String,System.String,System.String):void|static=false",
2884
+ "isStatic": false,
2885
+ "parameterCount": 5,
2886
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2887
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2888
+ },
2889
+ {
2890
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::.ctor(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,System.String,System.String,System.String,System.String):void",
2891
+ "metadataToken": 100663376,
2892
+ "canonicalSignature": "(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,System.String,System.String,System.String,System.String):void",
2893
+ "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",
2894
+ "isStatic": false,
2895
+ "parameterCount": 7,
2896
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2897
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2898
+ },
2899
+ {
2900
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::.ctor(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload):void",
2901
+ "metadataToken": 100663377,
2902
+ "canonicalSignature": "(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload):void",
2903
+ "normalizedSignature": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload):void|static=false",
2904
+ "isStatic": false,
2905
+ "parameterCount": 2,
2906
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2907
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2908
+ },
2909
+ {
2910
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityToken::.ctor(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",
2911
+ "metadataToken": 100663378,
2912
+ "canonicalSignature": "(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",
2913
+ "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",
2914
+ "isStatic": false,
2915
+ "parameterCount": 6,
2916
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2917
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
2918
+ }
2919
+ ],
2920
+ "exposedMethods": [
2921
+ {
2922
+ "tsName": "toString",
2923
+ "isStatic": false,
2924
+ "tsSignatureId": "ToString|():System.String|static=false",
2925
+ "target": {
2926
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2927
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2928
+ "metadataToken": 100663418
2929
+ }
2930
+ },
2931
+ {
2932
+ "tsName": "unsafeToString",
2933
+ "isStatic": false,
2934
+ "tsSignatureId": "UnsafeToString|():System.String|static=false",
2935
+ "target": {
2936
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2937
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2938
+ "metadataToken": 100663419
2939
+ }
2940
+ },
2941
+ {
2942
+ "tsName": "unsafeToString$view",
2943
+ "isStatic": false,
2944
+ "tsSignatureId": "UnsafeToString|():System.String|static=false",
2945
+ "target": {
2946
+ "declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
2947
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
2948
+ "metadataToken": 100663332
2949
+ }
2950
+ }
2951
+ ],
2952
+ "exposedProperties": [
2953
+ {
2954
+ "tsName": "actor",
2955
+ "isStatic": false,
2956
+ "tsSignatureId": "Actor|:System.String|static=false|accessor=get",
2957
+ "target": {
2958
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2959
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2960
+ "metadataToken": 385876000
2961
+ }
2962
+ },
2963
+ {
2964
+ "tsName": "audiences",
2965
+ "isStatic": false,
2966
+ "tsSignatureId": "Audiences|:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2967
+ "target": {
2968
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2969
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2970
+ "metadataToken": 385876001
2971
+ }
2972
+ },
2973
+ {
2974
+ "tsName": "claims",
2975
+ "isStatic": false,
2976
+ "tsSignatureId": "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",
2977
+ "target": {
2978
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2979
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2980
+ "metadataToken": 385876002
2981
+ }
2982
+ },
2983
+ {
2984
+ "tsName": "encodedHeader",
2985
+ "isStatic": false,
2986
+ "tsSignatureId": "EncodedHeader|:System.String|static=false|accessor=get",
2987
+ "target": {
2988
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2989
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
2990
+ "metadataToken": 385876003
2991
+ }
2992
+ },
2993
+ {
2994
+ "tsName": "encodedPayload",
2995
+ "isStatic": false,
2996
+ "tsSignatureId": "EncodedPayload|:System.String|static=false|accessor=get",
2997
+ "target": {
2998
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
2999
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3000
+ "metadataToken": 385876004
3001
+ }
3002
+ },
3003
+ {
3004
+ "tsName": "header",
3005
+ "isStatic": false,
3006
+ "tsSignatureId": "Header|:System.IdentityModel.Tokens.Jwt.JwtHeader|static=false|accessor=get",
3007
+ "target": {
3008
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3009
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3010
+ "metadataToken": 385876005
3011
+ }
3012
+ },
3013
+ {
3014
+ "tsName": "id",
3015
+ "isStatic": false,
3016
+ "tsSignatureId": "Id|:System.String|static=false|accessor=get",
3017
+ "target": {
3018
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3019
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3020
+ "metadataToken": 385876006
3021
+ }
3022
+ },
3023
+ {
3024
+ "tsName": "issuer",
3025
+ "isStatic": false,
3026
+ "tsSignatureId": "Issuer|:System.String|static=false|accessor=get",
3027
+ "target": {
3028
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3029
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3030
+ "metadataToken": 385876007
3031
+ }
3032
+ },
3033
+ {
3034
+ "tsName": "payload",
3035
+ "isStatic": false,
3036
+ "tsSignatureId": "Payload|:System.IdentityModel.Tokens.Jwt.JwtPayload|static=false|accessor=get",
3037
+ "target": {
3038
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3039
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3040
+ "metadataToken": 385876008
3041
+ }
3042
+ },
3043
+ {
3044
+ "tsName": "innerToken",
3045
+ "isStatic": false,
3046
+ "tsSignatureId": "InnerToken|:System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false|accessor=get",
3047
+ "target": {
3048
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3049
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3050
+ "metadataToken": 385876009
3051
+ }
3052
+ },
3053
+ {
3054
+ "tsName": "rawAuthenticationTag",
3055
+ "isStatic": false,
3056
+ "tsSignatureId": "RawAuthenticationTag|:System.String|static=false|accessor=get",
3057
+ "target": {
3058
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3059
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3060
+ "metadataToken": 385876010
3061
+ }
3062
+ },
3063
+ {
3064
+ "tsName": "rawCiphertext",
3065
+ "isStatic": false,
3066
+ "tsSignatureId": "RawCiphertext|:System.String|static=false|accessor=get",
3067
+ "target": {
3068
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3069
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3070
+ "metadataToken": 385876011
3071
+ }
3072
+ },
3073
+ {
3074
+ "tsName": "rawData",
3075
+ "isStatic": false,
3076
+ "tsSignatureId": "RawData|:System.String|static=false|accessor=get",
3077
+ "target": {
3078
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3079
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3080
+ "metadataToken": 385876012
3081
+ }
3082
+ },
3083
+ {
3084
+ "tsName": "rawEncryptedKey",
3085
+ "isStatic": false,
3086
+ "tsSignatureId": "RawEncryptedKey|:System.String|static=false|accessor=get",
3087
+ "target": {
3088
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3089
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3090
+ "metadataToken": 385876013
3091
+ }
3092
+ },
3093
+ {
3094
+ "tsName": "rawInitializationVector",
3095
+ "isStatic": false,
3096
+ "tsSignatureId": "RawInitializationVector|:System.String|static=false|accessor=get",
3097
+ "target": {
3098
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3099
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3100
+ "metadataToken": 385876014
3101
+ }
3102
+ },
3103
+ {
3104
+ "tsName": "rawHeader",
3105
+ "isStatic": false,
3106
+ "tsSignatureId": "RawHeader|:System.String|static=false|accessor=get",
3107
+ "target": {
3108
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3109
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3110
+ "metadataToken": 385876015
3111
+ }
3112
+ },
3113
+ {
3114
+ "tsName": "rawPayload",
3115
+ "isStatic": false,
3116
+ "tsSignatureId": "RawPayload|:System.String|static=false|accessor=get",
3117
+ "target": {
3118
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3119
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3120
+ "metadataToken": 385876016
3121
+ }
3122
+ },
3123
+ {
3124
+ "tsName": "rawSignature",
3125
+ "isStatic": false,
3126
+ "tsSignatureId": "RawSignature|:System.String|static=false|accessor=get",
3127
+ "target": {
3128
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3129
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3130
+ "metadataToken": 385876017
3131
+ }
3132
+ },
3133
+ {
3134
+ "tsName": "securityKey",
3135
+ "isStatic": false,
3136
+ "tsSignatureId": "SecurityKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=get",
3137
+ "target": {
3138
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3139
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3140
+ "metadataToken": 385876018
3141
+ }
3142
+ },
3143
+ {
3144
+ "tsName": "signatureAlgorithm",
3145
+ "isStatic": false,
3146
+ "tsSignatureId": "SignatureAlgorithm|:System.String|static=false|accessor=get",
3147
+ "target": {
3148
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3149
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3150
+ "metadataToken": 385876019
3151
+ }
3152
+ },
3153
+ {
3154
+ "tsName": "signingCredentials",
3155
+ "isStatic": false,
3156
+ "tsSignatureId": "SigningCredentials|:Microsoft.IdentityModel.Tokens.SigningCredentials|static=false|accessor=get",
3157
+ "target": {
3158
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3159
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3160
+ "metadataToken": 385876020
3161
+ }
3162
+ },
3163
+ {
3164
+ "tsName": "encryptingCredentials",
3165
+ "isStatic": false,
3166
+ "tsSignatureId": "EncryptingCredentials|:Microsoft.IdentityModel.Tokens.EncryptingCredentials|static=false|accessor=get",
3167
+ "target": {
3168
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3169
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3170
+ "metadataToken": 385876021
3171
+ }
3172
+ },
3173
+ {
3174
+ "tsName": "signingKey",
3175
+ "isStatic": false,
3176
+ "tsSignatureId": "SigningKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=getset",
3177
+ "target": {
3178
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3179
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3180
+ "metadataToken": 385876022
3181
+ }
3182
+ },
3183
+ {
3184
+ "tsName": "subject",
3185
+ "isStatic": false,
3186
+ "tsSignatureId": "Subject|:System.String|static=false|accessor=get",
3187
+ "target": {
3188
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3189
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3190
+ "metadataToken": 385876023
3191
+ }
3192
+ },
3193
+ {
3194
+ "tsName": "validFrom",
3195
+ "isStatic": false,
3196
+ "tsSignatureId": "ValidFrom|:System.DateTime|static=false|accessor=get",
3197
+ "target": {
3198
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3199
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3200
+ "metadataToken": 385876024
3201
+ }
3202
+ },
3203
+ {
3204
+ "tsName": "validTo",
3205
+ "isStatic": false,
3206
+ "tsSignatureId": "ValidTo|:System.DateTime|static=false|accessor=get",
3207
+ "target": {
3208
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3209
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3210
+ "metadataToken": 385876025
3211
+ }
3212
+ },
3213
+ {
3214
+ "tsName": "issuedAt",
3215
+ "isStatic": false,
3216
+ "tsSignatureId": "IssuedAt|:System.DateTime|static=false|accessor=get",
3217
+ "target": {
3218
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3219
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3220
+ "metadataToken": 385876026
3221
+ }
3222
+ }
3223
+ ],
3224
+ "exposedConstructors": [
3225
+ {
3226
+ "isStatic": false,
3227
+ "tsSignatureId": "constructor|(System.String):void|static=false",
3228
+ "target": {
3229
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3230
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3231
+ "metadataToken": 100663374
3232
+ }
3233
+ },
3234
+ {
3235
+ "isStatic": false,
3236
+ "tsSignatureId": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload,System.String,System.String,System.String):void|static=false",
3237
+ "target": {
3238
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3239
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3240
+ "metadataToken": 100663375
3241
+ }
3242
+ },
3243
+ {
3244
+ "isStatic": false,
3245
+ "tsSignatureId": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtSecurityToken,System.String,System.String,System.String,System.String,System.String):void|static=false",
3246
+ "target": {
3247
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3248
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3249
+ "metadataToken": 100663376
3250
+ }
3251
+ },
3252
+ {
3253
+ "isStatic": false,
3254
+ "tsSignatureId": "constructor|(System.IdentityModel.Tokens.Jwt.JwtHeader,System.IdentityModel.Tokens.Jwt.JwtPayload):void|static=false",
3255
+ "target": {
3256
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3257
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3258
+ "metadataToken": 100663377
3259
+ }
3260
+ },
3261
+ {
3262
+ "isStatic": false,
3263
+ "tsSignatureId": "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",
3264
+ "target": {
3265
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3266
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3267
+ "metadataToken": 100663378
3268
+ }
3269
+ }
3270
+ ]
3271
+ },
3272
+ {
3273
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3274
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3275
+ "tsEmitName": "JwtSecurityTokenHandler",
3276
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
3277
+ "metadataToken": 0,
3278
+ "methods": [
3279
+ {
3280
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanReadToken(System.String):System.Boolean",
3281
+ "clrName": "CanReadToken",
3282
+ "tsEmitName": "canReadToken2",
3283
+ "metadataToken": 100663442,
3284
+ "canonicalSignature": "(System.String):System.Boolean",
3285
+ "normalizedSignature": "CanReadToken|(System.String):System.Boolean|static=false",
3286
+ "emitScope": "ClassSurface",
3287
+ "arity": 0,
3288
+ "parameterCount": 1,
3289
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3290
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3291
+ "isExtensionMethod": false
3292
+ },
3293
+ {
3294
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateEncodedJwt(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String",
3295
+ "clrName": "CreateEncodedJwt",
3296
+ "tsEmitName": "createEncodedJwt",
3297
+ "metadataToken": 100663443,
3298
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String",
3299
+ "normalizedSignature": "CreateEncodedJwt|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String|static=false",
3300
+ "emitScope": "ClassSurface",
3301
+ "arity": 0,
3302
+ "parameterCount": 1,
3303
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3304
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3305
+ "isExtensionMethod": false
3306
+ },
3307
+ {
3308
+ "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",
3309
+ "clrName": "CreateEncodedJwt",
3310
+ "tsEmitName": "createEncodedJwt",
3311
+ "metadataToken": 100663444,
3312
+ "canonicalSignature": "(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",
3313
+ "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",
3314
+ "emitScope": "ClassSurface",
3315
+ "arity": 0,
3316
+ "parameterCount": 7,
3317
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3318
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3319
+ "isExtensionMethod": false
3320
+ },
3321
+ {
3322
+ "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",
3323
+ "clrName": "CreateEncodedJwt",
3324
+ "tsEmitName": "createEncodedJwt",
3325
+ "metadataToken": 100663445,
3326
+ "canonicalSignature": "(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",
3327
+ "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",
3328
+ "emitScope": "ClassSurface",
3329
+ "arity": 0,
3330
+ "parameterCount": 8,
3331
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3332
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3333
+ "isExtensionMethod": false
3334
+ },
3335
+ {
3336
+ "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",
3337
+ "clrName": "CreateEncodedJwt",
3338
+ "tsEmitName": "createEncodedJwt",
3339
+ "metadataToken": 100663446,
3340
+ "canonicalSignature": "(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",
3341
+ "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",
3342
+ "emitScope": "ClassSurface",
3343
+ "arity": 0,
3344
+ "parameterCount": 9,
3345
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3346
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3347
+ "isExtensionMethod": false
3348
+ },
3349
+ {
3350
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateJwtSecurityToken(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3351
+ "clrName": "CreateJwtSecurityToken",
3352
+ "tsEmitName": "createJwtSecurityToken",
3353
+ "metadataToken": 100663447,
3354
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3355
+ "normalizedSignature": "CreateJwtSecurityToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
3356
+ "emitScope": "ClassSurface",
3357
+ "arity": 0,
3358
+ "parameterCount": 1,
3359
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3360
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3361
+ "isExtensionMethod": false
3362
+ },
3363
+ {
3364
+ "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",
3365
+ "clrName": "CreateJwtSecurityToken",
3366
+ "tsEmitName": "createJwtSecurityToken",
3367
+ "metadataToken": 100663448,
3368
+ "canonicalSignature": "(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",
3369
+ "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",
3370
+ "emitScope": "ClassSurface",
3371
+ "arity": 0,
3372
+ "parameterCount": 8,
3373
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3374
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3375
+ "isExtensionMethod": false
3376
+ },
3377
+ {
3378
+ "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",
3379
+ "clrName": "CreateJwtSecurityToken",
3380
+ "tsEmitName": "createJwtSecurityToken",
3381
+ "metadataToken": 100663449,
3382
+ "canonicalSignature": "(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",
3383
+ "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",
3384
+ "emitScope": "ClassSurface",
3385
+ "arity": 0,
3386
+ "parameterCount": 9,
3387
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3388
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3389
+ "isExtensionMethod": false
3390
+ },
3391
+ {
3392
+ "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",
3393
+ "clrName": "CreateJwtSecurityToken",
3394
+ "tsEmitName": "createJwtSecurityToken",
3395
+ "metadataToken": 100663450,
3396
+ "canonicalSignature": "(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",
3397
+ "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",
3398
+ "emitScope": "ClassSurface",
3399
+ "arity": 0,
3400
+ "parameterCount": 7,
3401
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3402
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3403
+ "isExtensionMethod": false
3404
+ },
3405
+ {
3406
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CreateToken(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):Microsoft.IdentityModel.Tokens.SecurityToken",
3407
+ "clrName": "CreateToken",
3408
+ "tsEmitName": "createToken",
3409
+ "metadataToken": 100663451,
3410
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):Microsoft.IdentityModel.Tokens.SecurityToken",
3411
+ "normalizedSignature": "CreateToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3412
+ "emitScope": "ClassSurface",
3413
+ "arity": 0,
3414
+ "parameterCount": 1,
3415
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3416
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3417
+ "isExtensionMethod": false
3418
+ },
3419
+ {
3420
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadJwtToken(System.String):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3421
+ "clrName": "ReadJwtToken",
3422
+ "tsEmitName": "readJwtToken",
3423
+ "metadataToken": 100663456,
3424
+ "canonicalSignature": "(System.String):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
3425
+ "normalizedSignature": "ReadJwtToken|(System.String):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
3426
+ "emitScope": "ClassSurface",
3427
+ "arity": 0,
3428
+ "parameterCount": 1,
3429
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3430
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3431
+ "isExtensionMethod": false
3432
+ },
3433
+ {
3434
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadToken(System.String):Microsoft.IdentityModel.Tokens.SecurityToken",
3435
+ "clrName": "ReadToken",
3436
+ "tsEmitName": "readToken2",
3437
+ "metadataToken": 100663457,
3438
+ "canonicalSignature": "(System.String):Microsoft.IdentityModel.Tokens.SecurityToken",
3439
+ "normalizedSignature": "ReadToken|(System.String):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3440
+ "emitScope": "ClassSurface",
3441
+ "arity": 0,
3442
+ "parameterCount": 1,
3443
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3444
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3445
+ "isExtensionMethod": false
3446
+ },
3447
+ {
3448
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadToken(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityToken",
3449
+ "clrName": "ReadToken",
3450
+ "tsEmitName": "readToken2",
3451
+ "metadataToken": 100663458,
3452
+ "canonicalSignature": "(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityToken",
3453
+ "normalizedSignature": "ReadToken|(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3454
+ "emitScope": "ClassSurface",
3455
+ "arity": 0,
3456
+ "parameterCount": 2,
3457
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3458
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3459
+ "isExtensionMethod": false
3460
+ },
3461
+ {
3462
+ "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",
3463
+ "clrName": "ValidateToken",
3464
+ "tsEmitName": "validateToken2",
3465
+ "metadataToken": 100663459,
3466
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
3467
+ "normalizedSignature": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
3468
+ "emitScope": "ClassSurface",
3469
+ "arity": 0,
3470
+ "parameterCount": 3,
3471
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3472
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3473
+ "isExtensionMethod": false,
3474
+ "parameterModifiers": [
3475
+ {
3476
+ "index": 2,
3477
+ "modifier": "out"
3478
+ }
3479
+ ]
3480
+ },
3481
+ {
3482
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::WriteToken(Microsoft.IdentityModel.Tokens.SecurityToken):System.String",
3483
+ "clrName": "WriteToken",
3484
+ "tsEmitName": "writeToken",
3485
+ "metadataToken": 100663469,
3486
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityToken):System.String",
3487
+ "normalizedSignature": "WriteToken|(Microsoft.IdentityModel.Tokens.SecurityToken):System.String|static=false",
3488
+ "emitScope": "ClassSurface",
3489
+ "arity": 0,
3490
+ "parameterCount": 1,
3491
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3492
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3493
+ "isExtensionMethod": false
3494
+ },
3495
+ {
3496
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::WriteToken(System.Xml.XmlWriter,Microsoft.IdentityModel.Tokens.SecurityToken):System.Void",
3497
+ "clrName": "WriteToken",
3498
+ "tsEmitName": "writeToken",
3499
+ "metadataToken": 100663488,
3500
+ "canonicalSignature": "(System.Xml.XmlWriter,Microsoft.IdentityModel.Tokens.SecurityToken):System.Void",
3501
+ "normalizedSignature": "WriteToken|(System.Xml.XmlWriter,Microsoft.IdentityModel.Tokens.SecurityToken):System.Void|static=false",
3502
+ "emitScope": "ClassSurface",
3503
+ "arity": 0,
3504
+ "parameterCount": 2,
3505
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3506
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3507
+ "isExtensionMethod": false
3508
+ },
3509
+ {
3510
+ "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]]",
3511
+ "clrName": "ValidateTokenAsync",
3512
+ "tsEmitName": "validateTokenAsync3",
3513
+ "metadataToken": 100663489,
3514
+ "canonicalSignature": "(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]]",
3515
+ "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",
3516
+ "emitScope": "ClassSurface",
3517
+ "arity": 0,
3518
+ "parameterCount": 2,
3519
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3520
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3521
+ "isExtensionMethod": false
3522
+ },
3523
+ {
3524
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::CanReadToken(System.String):System.Boolean",
3525
+ "clrName": "CanReadToken",
3526
+ "tsEmitName": "canReadToken$view",
3527
+ "metadataToken": 100663949,
3528
+ "canonicalSignature": "(System.String):System.Boolean",
3529
+ "normalizedSignature": "CanReadToken|(System.String):System.Boolean|static=false",
3530
+ "emitScope": "ViewOnly",
3531
+ "arity": 0,
3532
+ "parameterCount": 1,
3533
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
3534
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
3535
+ "isExtensionMethod": false
3536
+ },
3537
+ {
3538
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::ValidateToken(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
3539
+ "clrName": "ValidateToken",
3540
+ "tsEmitName": "validateToken$view",
3541
+ "metadataToken": 100663953,
3542
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
3543
+ "normalizedSignature": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
3544
+ "emitScope": "ViewOnly",
3545
+ "arity": 0,
3546
+ "parameterCount": 3,
3547
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
3548
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
3549
+ "isExtensionMethod": false,
3550
+ "parameterModifiers": [
3551
+ {
3552
+ "index": 2,
3553
+ "modifier": "out"
3554
+ }
3555
+ ]
3556
+ },
3557
+ {
3558
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanReadToken(System.Xml.XmlReader):System.Boolean",
3559
+ "clrName": "CanReadToken",
3560
+ "tsEmitName": "canReadToken",
3561
+ "metadataToken": 0,
3562
+ "canonicalSignature": "(System.Xml.XmlReader):System.Boolean",
3563
+ "normalizedSignature": "CanReadToken|(System.Xml.XmlReader):System.Boolean|static=false",
3564
+ "emitScope": "ClassSurface",
3565
+ "arity": 0,
3566
+ "parameterCount": 1,
3567
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3568
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3569
+ "isExtensionMethod": false
3570
+ },
3571
+ {
3572
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ReadToken(System.Xml.XmlReader):Microsoft.IdentityModel.Tokens.SecurityToken",
3573
+ "clrName": "ReadToken",
3574
+ "tsEmitName": "readToken",
3575
+ "metadataToken": 0,
3576
+ "canonicalSignature": "(System.Xml.XmlReader):Microsoft.IdentityModel.Tokens.SecurityToken",
3577
+ "normalizedSignature": "ReadToken|(System.Xml.XmlReader):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3578
+ "emitScope": "ClassSurface",
3579
+ "arity": 0,
3580
+ "parameterCount": 1,
3581
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3582
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3583
+ "isExtensionMethod": false
3584
+ },
3585
+ {
3586
+ "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",
3587
+ "clrName": "ValidateToken",
3588
+ "tsEmitName": "validateToken",
3589
+ "metadataToken": 0,
3590
+ "canonicalSignature": "(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal",
3591
+ "normalizedSignature": "ValidateToken|(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
3592
+ "emitScope": "ClassSurface",
3593
+ "arity": 0,
3594
+ "parameterCount": 3,
3595
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3596
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3597
+ "isExtensionMethod": false,
3598
+ "parameterModifiers": [
3599
+ {
3600
+ "index": 2,
3601
+ "modifier": "out"
3602
+ }
3603
+ ]
3604
+ },
3605
+ {
3606
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
3607
+ "clrName": "ValidateTokenAsync",
3608
+ "tsEmitName": "validateTokenAsync",
3609
+ "metadataToken": 0,
3610
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
3611
+ "normalizedSignature": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
3612
+ "emitScope": "ClassSurface",
3613
+ "arity": 0,
3614
+ "parameterCount": 2,
3615
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3616
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3617
+ "isExtensionMethod": false
3618
+ },
3619
+ {
3620
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
3621
+ "clrName": "ValidateTokenAsync",
3622
+ "tsEmitName": "validateTokenAsync2",
3623
+ "metadataToken": 0,
3624
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
3625
+ "normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
3626
+ "emitScope": "ClassSurface",
3627
+ "arity": 0,
3628
+ "parameterCount": 2,
3629
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3630
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3631
+ "isExtensionMethod": false
3632
+ }
3633
+ ],
3634
+ "properties": [
3635
+ {
3636
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::MapInboundClaims:System.Boolean",
3637
+ "clrName": "MapInboundClaims",
3638
+ "tsEmitName": "mapInboundClaims",
3639
+ "metadataToken": 385876027,
3640
+ "canonicalSignature": ":System.Boolean",
3641
+ "normalizedSignature": "MapInboundClaims|:System.Boolean|static=false|accessor=getset",
3642
+ "emitScope": "ClassSurface",
3643
+ "isIndexer": false,
3644
+ "hasGetter": true,
3645
+ "hasSetter": true,
3646
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3647
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3648
+ },
3649
+ {
3650
+ "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]]",
3651
+ "clrName": "InboundClaimTypeMap",
3652
+ "tsEmitName": "inboundClaimTypeMap",
3653
+ "metadataToken": 385876028,
3654
+ "canonicalSignature": ":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]]",
3655
+ "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",
3656
+ "emitScope": "ClassSurface",
3657
+ "isIndexer": false,
3658
+ "hasGetter": true,
3659
+ "hasSetter": true,
3660
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3661
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3662
+ },
3663
+ {
3664
+ "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]]",
3665
+ "clrName": "OutboundClaimTypeMap",
3666
+ "tsEmitName": "outboundClaimTypeMap",
3667
+ "metadataToken": 385876029,
3668
+ "canonicalSignature": ":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]]",
3669
+ "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",
3670
+ "emitScope": "ClassSurface",
3671
+ "isIndexer": false,
3672
+ "hasGetter": true,
3673
+ "hasSetter": true,
3674
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3675
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3676
+ },
3677
+ {
3678
+ "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]]",
3679
+ "clrName": "OutboundAlgorithmMap",
3680
+ "tsEmitName": "outboundAlgorithmMap",
3681
+ "metadataToken": 385876030,
3682
+ "canonicalSignature": ":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]]",
3683
+ "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",
3684
+ "emitScope": "ClassSurface",
3685
+ "isIndexer": false,
3686
+ "hasGetter": true,
3687
+ "hasSetter": false,
3688
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3689
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3690
+ },
3691
+ {
3692
+ "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]]",
3693
+ "clrName": "InboundClaimFilter",
3694
+ "tsEmitName": "inboundClaimFilter",
3695
+ "metadataToken": 385876031,
3696
+ "canonicalSignature": ":System.Collections.Generic.ISet_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3697
+ "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",
3698
+ "emitScope": "ClassSurface",
3699
+ "isIndexer": false,
3700
+ "hasGetter": true,
3701
+ "hasSetter": true,
3702
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3703
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3704
+ },
3705
+ {
3706
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::ShortClaimTypeProperty:System.String",
3707
+ "clrName": "ShortClaimTypeProperty",
3708
+ "tsEmitName": "shortClaimTypeProperty",
3709
+ "metadataToken": 385876032,
3710
+ "canonicalSignature": ":System.String",
3711
+ "normalizedSignature": "ShortClaimTypeProperty|:System.String|static=true|accessor=getset",
3712
+ "emitScope": "ClassSurface",
3713
+ "isIndexer": false,
3714
+ "hasGetter": true,
3715
+ "hasSetter": true,
3716
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3717
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3718
+ },
3719
+ {
3720
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::JsonClaimTypeProperty:System.String",
3721
+ "clrName": "JsonClaimTypeProperty",
3722
+ "tsEmitName": "jsonClaimTypeProperty",
3723
+ "metadataToken": 385876033,
3724
+ "canonicalSignature": ":System.String",
3725
+ "normalizedSignature": "JsonClaimTypeProperty|:System.String|static=true|accessor=getset",
3726
+ "emitScope": "ClassSurface",
3727
+ "isIndexer": false,
3728
+ "hasGetter": true,
3729
+ "hasSetter": true,
3730
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3731
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3732
+ },
3733
+ {
3734
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanValidateToken:System.Boolean",
3735
+ "clrName": "CanValidateToken",
3736
+ "tsEmitName": "canValidateToken",
3737
+ "metadataToken": 385876034,
3738
+ "canonicalSignature": ":System.Boolean",
3739
+ "normalizedSignature": "CanValidateToken|:System.Boolean|static=false|accessor=get",
3740
+ "emitScope": "ClassSurface",
3741
+ "isIndexer": false,
3742
+ "hasGetter": true,
3743
+ "hasSetter": false,
3744
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3745
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3746
+ },
3747
+ {
3748
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::CanWriteToken:System.Boolean",
3749
+ "clrName": "CanWriteToken",
3750
+ "tsEmitName": "canWriteToken",
3751
+ "metadataToken": 385876035,
3752
+ "canonicalSignature": ":System.Boolean",
3753
+ "normalizedSignature": "CanWriteToken|:System.Boolean|static=false|accessor=get",
3754
+ "emitScope": "ClassSurface",
3755
+ "isIndexer": false,
3756
+ "hasGetter": true,
3757
+ "hasSetter": false,
3758
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3759
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3760
+ },
3761
+ {
3762
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::TokenType:System.Type",
3763
+ "clrName": "TokenType",
3764
+ "tsEmitName": "tokenType",
3765
+ "metadataToken": 385876036,
3766
+ "canonicalSignature": ":System.Type",
3767
+ "normalizedSignature": "TokenType|:System.Type|static=false|accessor=get",
3768
+ "emitScope": "ClassSurface",
3769
+ "isIndexer": false,
3770
+ "hasGetter": true,
3771
+ "hasSetter": false,
3772
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3773
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3774
+ },
3775
+ {
3776
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::MaximumTokenSizeInBytes:System.Int32",
3777
+ "clrName": "MaximumTokenSizeInBytes",
3778
+ "tsEmitName": "maximumTokenSizeInBytes",
3779
+ "metadataToken": 385876064,
3780
+ "canonicalSignature": ":System.Int32",
3781
+ "normalizedSignature": "MaximumTokenSizeInBytes|:System.Int32|static=false|accessor=getset",
3782
+ "emitScope": "ViewOnly",
3783
+ "isIndexer": false,
3784
+ "hasGetter": true,
3785
+ "hasSetter": true,
3786
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
3787
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
3788
+ },
3789
+ {
3790
+ "stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.ISecurityTokenValidator::CanValidateToken:System.Boolean",
3791
+ "clrName": "CanValidateToken",
3792
+ "tsEmitName": "canValidateToken$view",
3793
+ "metadataToken": 385876063,
3794
+ "canonicalSignature": ":System.Boolean",
3795
+ "normalizedSignature": "CanValidateToken|:System.Boolean|static=false|accessor=get",
3796
+ "emitScope": "ViewOnly",
3797
+ "isIndexer": false,
3798
+ "hasGetter": true,
3799
+ "hasSetter": false,
3800
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
3801
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens"
3802
+ }
3803
+ ],
3804
+ "fields": [
3805
+ {
3806
+ "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]]",
3807
+ "clrName": "DefaultInboundClaimTypeMap",
3808
+ "tsEmitName": "defaultInboundClaimTypeMap",
3809
+ "metadataToken": 67108971,
3810
+ "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",
3811
+ "isStatic": true,
3812
+ "isReadOnly": false,
3813
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3814
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3815
+ },
3816
+ {
3817
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::DefaultMapInboundClaimsSystem.Boolean",
3818
+ "clrName": "DefaultMapInboundClaims",
3819
+ "tsEmitName": "defaultMapInboundClaims",
3820
+ "metadataToken": 67108972,
3821
+ "normalizedSignature": "DefaultMapInboundClaims|System.Boolean|static=true|const=false",
3822
+ "isStatic": true,
3823
+ "isReadOnly": false,
3824
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3825
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3826
+ },
3827
+ {
3828
+ "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]]",
3829
+ "clrName": "DefaultOutboundClaimTypeMap",
3830
+ "tsEmitName": "defaultOutboundClaimTypeMap",
3831
+ "metadataToken": 67108973,
3832
+ "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",
3833
+ "isStatic": true,
3834
+ "isReadOnly": false,
3835
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3836
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3837
+ },
3838
+ {
3839
+ "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]]",
3840
+ "clrName": "DefaultInboundClaimFilter",
3841
+ "tsEmitName": "defaultInboundClaimFilter",
3842
+ "metadataToken": 67108974,
3843
+ "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",
3844
+ "isStatic": true,
3845
+ "isReadOnly": false,
3846
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3847
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3848
+ },
3849
+ {
3850
+ "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]]",
3851
+ "clrName": "DefaultOutboundAlgorithmMap",
3852
+ "tsEmitName": "defaultOutboundAlgorithmMap",
3853
+ "metadataToken": 67108975,
3854
+ "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",
3855
+ "isStatic": true,
3856
+ "isReadOnly": false,
3857
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3858
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3859
+ }
3860
+ ],
3861
+ "events": [],
3862
+ "constructors": [
3863
+ {
3864
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler::.ctor():void",
3865
+ "metadataToken": 100663425,
3866
+ "canonicalSignature": "():void",
3867
+ "normalizedSignature": "constructor|():void|static=false",
3868
+ "isStatic": false,
3869
+ "parameterCount": 0,
3870
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3871
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
3872
+ }
3873
+ ],
3874
+ "exposedMethods": [
3875
+ {
3876
+ "tsName": "canReadToken2",
3877
+ "isStatic": false,
3878
+ "tsSignatureId": "CanReadToken|(System.String):System.Boolean|static=false",
3879
+ "target": {
3880
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3881
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3882
+ "metadataToken": 100663442
3883
+ }
3884
+ },
3885
+ {
3886
+ "tsName": "createEncodedJwt",
3887
+ "isStatic": false,
3888
+ "tsSignatureId": "CreateEncodedJwt|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String|static=false",
3889
+ "target": {
3890
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3891
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3892
+ "metadataToken": 100663443
3893
+ }
3894
+ },
3895
+ {
3896
+ "tsName": "createEncodedJwt",
3897
+ "isStatic": false,
3898
+ "tsSignatureId": "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",
3899
+ "target": {
3900
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3901
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3902
+ "metadataToken": 100663444
3903
+ }
3904
+ },
3905
+ {
3906
+ "tsName": "createEncodedJwt",
3907
+ "isStatic": false,
3908
+ "tsSignatureId": "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",
3909
+ "target": {
3910
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3911
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3912
+ "metadataToken": 100663445
3913
+ }
3914
+ },
3915
+ {
3916
+ "tsName": "createEncodedJwt",
3917
+ "isStatic": false,
3918
+ "tsSignatureId": "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",
3919
+ "target": {
3920
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3921
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3922
+ "metadataToken": 100663446
3923
+ }
3924
+ },
3925
+ {
3926
+ "tsName": "createJwtSecurityToken",
3927
+ "isStatic": false,
3928
+ "tsSignatureId": "CreateJwtSecurityToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
3929
+ "target": {
3930
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3931
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3932
+ "metadataToken": 100663447
3933
+ }
3934
+ },
3935
+ {
3936
+ "tsName": "createJwtSecurityToken",
3937
+ "isStatic": false,
3938
+ "tsSignatureId": "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",
3939
+ "target": {
3940
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3941
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3942
+ "metadataToken": 100663448
3943
+ }
3944
+ },
3945
+ {
3946
+ "tsName": "createJwtSecurityToken",
3947
+ "isStatic": false,
3948
+ "tsSignatureId": "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",
3949
+ "target": {
3950
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3951
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3952
+ "metadataToken": 100663449
3953
+ }
3954
+ },
3955
+ {
3956
+ "tsName": "createJwtSecurityToken",
3957
+ "isStatic": false,
3958
+ "tsSignatureId": "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",
3959
+ "target": {
3960
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3961
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3962
+ "metadataToken": 100663450
3963
+ }
3964
+ },
3965
+ {
3966
+ "tsName": "createToken",
3967
+ "isStatic": false,
3968
+ "tsSignatureId": "CreateToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3969
+ "target": {
3970
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3971
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3972
+ "metadataToken": 100663451
3973
+ }
3974
+ },
3975
+ {
3976
+ "tsName": "readJwtToken",
3977
+ "isStatic": false,
3978
+ "tsSignatureId": "ReadJwtToken|(System.String):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=false",
3979
+ "target": {
3980
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3981
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3982
+ "metadataToken": 100663456
3983
+ }
3984
+ },
3985
+ {
3986
+ "tsName": "readToken2",
3987
+ "isStatic": false,
3988
+ "tsSignatureId": "ReadToken|(System.String):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3989
+ "target": {
3990
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
3991
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
3992
+ "metadataToken": 100663457
3993
+ }
3994
+ },
3995
+ {
3996
+ "tsName": "readToken2",
3997
+ "isStatic": false,
3998
+ "tsSignatureId": "ReadToken|(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
3999
+ "target": {
4000
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4001
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4002
+ "metadataToken": 100663458
4003
+ }
4004
+ },
4005
+ {
4006
+ "tsName": "validateToken2",
4007
+ "isStatic": false,
4008
+ "tsSignatureId": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
4009
+ "target": {
4010
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4011
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4012
+ "metadataToken": 100663459
4013
+ }
4014
+ },
4015
+ {
4016
+ "tsName": "writeToken",
4017
+ "isStatic": false,
4018
+ "tsSignatureId": "WriteToken|(Microsoft.IdentityModel.Tokens.SecurityToken):System.String|static=false",
4019
+ "target": {
4020
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4021
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4022
+ "metadataToken": 100663469
4023
+ }
4024
+ },
4025
+ {
4026
+ "tsName": "writeToken",
4027
+ "isStatic": false,
4028
+ "tsSignatureId": "WriteToken|(System.Xml.XmlWriter,Microsoft.IdentityModel.Tokens.SecurityToken):System.Void|static=false",
4029
+ "target": {
4030
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4031
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4032
+ "metadataToken": 100663488
4033
+ }
4034
+ },
4035
+ {
4036
+ "tsName": "validateTokenAsync3",
4037
+ "isStatic": false,
4038
+ "tsSignatureId": "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",
4039
+ "target": {
4040
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4041
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4042
+ "metadataToken": 100663489
4043
+ }
4044
+ },
4045
+ {
4046
+ "tsName": "canReadToken$view",
4047
+ "isStatic": false,
4048
+ "tsSignatureId": "CanReadToken|(System.String):System.Boolean|static=false",
4049
+ "target": {
4050
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
4051
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4052
+ "metadataToken": 100663949
4053
+ }
4054
+ },
4055
+ {
4056
+ "tsName": "validateToken$view",
4057
+ "isStatic": false,
4058
+ "tsSignatureId": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
4059
+ "target": {
4060
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
4061
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4062
+ "metadataToken": 100663953
4063
+ }
4064
+ },
4065
+ {
4066
+ "tsName": "canReadToken",
4067
+ "isStatic": false,
4068
+ "tsSignatureId": "CanReadToken|(System.Xml.XmlReader):System.Boolean|static=false",
4069
+ "target": {
4070
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4071
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4072
+ "metadataToken": 0
4073
+ }
4074
+ },
4075
+ {
4076
+ "tsName": "readToken",
4077
+ "isStatic": false,
4078
+ "tsSignatureId": "ReadToken|(System.Xml.XmlReader):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
4079
+ "target": {
4080
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4081
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4082
+ "metadataToken": 0
4083
+ }
4084
+ },
4085
+ {
4086
+ "tsName": "validateToken",
4087
+ "isStatic": false,
4088
+ "tsSignatureId": "ValidateToken|(System.Xml.XmlReader,Microsoft.IdentityModel.Tokens.TokenValidationParameters,Microsoft.IdentityModel.Tokens.SecurityToken\u0026):System.Security.Claims.ClaimsPrincipal|static=false",
4089
+ "target": {
4090
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4091
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4092
+ "metadataToken": 0
4093
+ }
4094
+ },
4095
+ {
4096
+ "tsName": "validateTokenAsync",
4097
+ "isStatic": false,
4098
+ "tsSignatureId": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
4099
+ "target": {
4100
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4101
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4102
+ "metadataToken": 0
4103
+ }
4104
+ },
4105
+ {
4106
+ "tsName": "validateTokenAsync2",
4107
+ "isStatic": false,
4108
+ "tsSignatureId": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
4109
+ "target": {
4110
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4111
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4112
+ "metadataToken": 0
4113
+ }
4114
+ },
4115
+ {
4116
+ "tsName": "createSecurityTokenReference",
4117
+ "isStatic": false,
4118
+ "tsSignatureId": "CreateSecurityTokenReference|(Microsoft.IdentityModel.Tokens.SecurityToken,System.Boolean):Microsoft.IdentityModel.Tokens.SecurityKeyIdentifierClause|static=false",
4119
+ "target": {
4120
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.SecurityTokenHandler",
4121
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4122
+ "metadataToken": 100664165
4123
+ }
4124
+ },
4125
+ {
4126
+ "tsName": "validateTokenAsync",
4127
+ "isStatic": false,
4128
+ "tsSignatureId": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=false",
4129
+ "target": {
4130
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.TokenHandler",
4131
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4132
+ "metadataToken": 100664261
4133
+ }
4134
+ }
4135
+ ],
4136
+ "exposedProperties": [
4137
+ {
4138
+ "tsName": "mapInboundClaims",
4139
+ "isStatic": false,
4140
+ "tsSignatureId": "MapInboundClaims|:System.Boolean|static=false|accessor=getset",
4141
+ "target": {
4142
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4143
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4144
+ "metadataToken": 385876027
4145
+ }
4146
+ },
4147
+ {
4148
+ "tsName": "inboundClaimTypeMap",
4149
+ "isStatic": false,
4150
+ "tsSignatureId": "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",
4151
+ "target": {
4152
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4153
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4154
+ "metadataToken": 385876028
4155
+ }
4156
+ },
4157
+ {
4158
+ "tsName": "outboundClaimTypeMap",
4159
+ "isStatic": false,
4160
+ "tsSignatureId": "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",
4161
+ "target": {
4162
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4163
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4164
+ "metadataToken": 385876029
4165
+ }
4166
+ },
4167
+ {
4168
+ "tsName": "outboundAlgorithmMap",
4169
+ "isStatic": false,
4170
+ "tsSignatureId": "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",
4171
+ "target": {
4172
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4173
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4174
+ "metadataToken": 385876030
4175
+ }
4176
+ },
4177
+ {
4178
+ "tsName": "inboundClaimFilter",
4179
+ "isStatic": false,
4180
+ "tsSignatureId": "InboundClaimFilter|:System.Collections.Generic.ISet_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
4181
+ "target": {
4182
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4183
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4184
+ "metadataToken": 385876031
4185
+ }
4186
+ },
4187
+ {
4188
+ "tsName": "shortClaimTypeProperty",
4189
+ "isStatic": true,
4190
+ "tsSignatureId": "ShortClaimTypeProperty|:System.String|static=true|accessor=getset",
4191
+ "target": {
4192
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4193
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4194
+ "metadataToken": 385876032
4195
+ }
4196
+ },
4197
+ {
4198
+ "tsName": "jsonClaimTypeProperty",
4199
+ "isStatic": true,
4200
+ "tsSignatureId": "JsonClaimTypeProperty|:System.String|static=true|accessor=getset",
4201
+ "target": {
4202
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4203
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4204
+ "metadataToken": 385876033
4205
+ }
4206
+ },
4207
+ {
4208
+ "tsName": "canValidateToken",
4209
+ "isStatic": false,
4210
+ "tsSignatureId": "CanValidateToken|:System.Boolean|static=false|accessor=get",
4211
+ "target": {
4212
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4213
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4214
+ "metadataToken": 385876034
4215
+ }
4216
+ },
4217
+ {
4218
+ "tsName": "canWriteToken",
4219
+ "isStatic": false,
4220
+ "tsSignatureId": "CanWriteToken|:System.Boolean|static=false|accessor=get",
4221
+ "target": {
4222
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4223
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4224
+ "metadataToken": 385876035
4225
+ }
4226
+ },
4227
+ {
4228
+ "tsName": "tokenType",
4229
+ "isStatic": false,
4230
+ "tsSignatureId": "TokenType|:System.Type|static=false|accessor=get",
4231
+ "target": {
4232
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4233
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4234
+ "metadataToken": 385876036
4235
+ }
4236
+ },
4237
+ {
4238
+ "tsName": "maximumTokenSizeInBytes",
4239
+ "isStatic": false,
4240
+ "tsSignatureId": "MaximumTokenSizeInBytes|:System.Int32|static=false|accessor=getset",
4241
+ "target": {
4242
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
4243
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4244
+ "metadataToken": 385876064
4245
+ }
4246
+ },
4247
+ {
4248
+ "tsName": "canValidateToken$view",
4249
+ "isStatic": false,
4250
+ "tsSignatureId": "CanValidateToken|:System.Boolean|static=false|accessor=get",
4251
+ "target": {
4252
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.ISecurityTokenValidator",
4253
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4254
+ "metadataToken": 385876063
4255
+ }
4256
+ },
4257
+ {
4258
+ "tsName": "setDefaultTimesOnTokenCreation",
4259
+ "isStatic": false,
4260
+ "tsSignatureId": "SetDefaultTimesOnTokenCreation|:System.Boolean|static=false|accessor=getset",
4261
+ "target": {
4262
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.TokenHandler",
4263
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4264
+ "metadataToken": 385876170
4265
+ }
4266
+ },
4267
+ {
4268
+ "tsName": "tokenLifetimeInMinutes",
4269
+ "isStatic": false,
4270
+ "tsSignatureId": "TokenLifetimeInMinutes|:System.Int32|static=false|accessor=getset",
4271
+ "target": {
4272
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.TokenHandler",
4273
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
4274
+ "metadataToken": 385876171
4275
+ }
4276
+ }
4277
+ ],
4278
+ "exposedFields": [
4279
+ {
4280
+ "tsName": "defaultInboundClaimTypeMap",
4281
+ "isStatic": true,
4282
+ "tsSignatureId": "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",
4283
+ "target": {
4284
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4285
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4286
+ "metadataToken": 67108971
4287
+ }
4288
+ },
4289
+ {
4290
+ "tsName": "defaultMapInboundClaims",
4291
+ "isStatic": true,
4292
+ "tsSignatureId": "DefaultMapInboundClaims|System.Boolean|static=true|const=false",
4293
+ "target": {
4294
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4295
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4296
+ "metadataToken": 67108972
4297
+ }
4298
+ },
4299
+ {
4300
+ "tsName": "defaultOutboundClaimTypeMap",
4301
+ "isStatic": true,
4302
+ "tsSignatureId": "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",
4303
+ "target": {
4304
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4305
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4306
+ "metadataToken": 67108973
4307
+ }
4308
+ },
4309
+ {
4310
+ "tsName": "defaultInboundClaimFilter",
4311
+ "isStatic": true,
4312
+ "tsSignatureId": "DefaultInboundClaimFilter|System.Collections.Generic.ISet\u00601[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]|static=true|const=false",
4313
+ "target": {
4314
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4315
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4316
+ "metadataToken": 67108974
4317
+ }
4318
+ },
4319
+ {
4320
+ "tsName": "defaultOutboundAlgorithmMap",
4321
+ "isStatic": true,
4322
+ "tsSignatureId": "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",
4323
+ "target": {
4324
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4325
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4326
+ "metadataToken": 67108975
4327
+ }
4328
+ }
4329
+ ],
4330
+ "exposedConstructors": [
4331
+ {
4332
+ "isStatic": false,
4333
+ "tsSignatureId": "constructor|():void|static=false",
4334
+ "target": {
4335
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenHandler",
4336
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4337
+ "metadataToken": 100663425
4338
+ }
4339
+ }
4340
+ ]
4341
+ },
4342
+ {
4343
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4344
+ "clrName": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4345
+ "tsEmitName": "JsonClaimValueTypes",
4346
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
4347
+ "metadataToken": 0,
4348
+ "methods": [],
4349
+ "properties": [],
4350
+ "fields": [
4351
+ {
4352
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes::JsonSystem.String",
4353
+ "clrName": "Json",
4354
+ "tsEmitName": "json",
4355
+ "metadataToken": 67108865,
4356
+ "normalizedSignature": "Json|System.String|static=true|const=true",
4357
+ "isStatic": true,
4358
+ "isReadOnly": false,
4359
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4360
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4361
+ },
4362
+ {
4363
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes::JsonArraySystem.String",
4364
+ "clrName": "JsonArray",
4365
+ "tsEmitName": "jsonArray",
4366
+ "metadataToken": 67108866,
4367
+ "normalizedSignature": "JsonArray|System.String|static=true|const=true",
4368
+ "isStatic": true,
4369
+ "isReadOnly": false,
4370
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4371
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4372
+ },
4373
+ {
4374
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes::JsonNullSystem.String",
4375
+ "clrName": "JsonNull",
4376
+ "tsEmitName": "jsonNull",
4377
+ "metadataToken": 67108867,
4378
+ "normalizedSignature": "JsonNull|System.String|static=true|const=true",
4379
+ "isStatic": true,
4380
+ "isReadOnly": false,
4381
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4382
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4383
+ }
4384
+ ],
4385
+ "events": [],
4386
+ "constructors": [],
4387
+ "exposedFields": [
4388
+ {
4389
+ "tsName": "json",
4390
+ "isStatic": true,
4391
+ "tsSignatureId": "Json|System.String|static=true|const=true",
4392
+ "target": {
4393
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4394
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4395
+ "metadataToken": 67108865
4396
+ }
4397
+ },
4398
+ {
4399
+ "tsName": "jsonArray",
4400
+ "isStatic": true,
4401
+ "tsSignatureId": "JsonArray|System.String|static=true|const=true",
4402
+ "target": {
4403
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4404
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4405
+ "metadataToken": 67108866
4406
+ }
4407
+ },
4408
+ {
4409
+ "tsName": "jsonNull",
4410
+ "isStatic": true,
4411
+ "tsSignatureId": "JsonNull|System.String|static=true|const=true",
4412
+ "target": {
4413
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JsonClaimValueTypes",
4414
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4415
+ "metadataToken": 67108867
4416
+ }
4417
+ }
4418
+ ]
4419
+ },
4420
+ {
4421
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants",
4422
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4423
+ "tsEmitName": "JwtConstants",
4424
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
4425
+ "metadataToken": 0,
4426
+ "methods": [],
4427
+ "properties": [],
4428
+ "fields": [
4429
+ {
4430
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::HeaderTypeSystem.String",
4431
+ "clrName": "HeaderType",
4432
+ "tsEmitName": "headerType",
4433
+ "metadataToken": 67108868,
4434
+ "normalizedSignature": "HeaderType|System.String|static=true|const=true",
4435
+ "isStatic": true,
4436
+ "isReadOnly": false,
4437
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4438
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4439
+ },
4440
+ {
4441
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::HeaderTypeAltSystem.String",
4442
+ "clrName": "HeaderTypeAlt",
4443
+ "tsEmitName": "headerTypeAlt",
4444
+ "metadataToken": 67108869,
4445
+ "normalizedSignature": "HeaderTypeAlt|System.String|static=true|const=true",
4446
+ "isStatic": true,
4447
+ "isReadOnly": false,
4448
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4449
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4450
+ },
4451
+ {
4452
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::TokenTypeSystem.String",
4453
+ "clrName": "TokenType",
4454
+ "tsEmitName": "tokenType",
4455
+ "metadataToken": 67108870,
4456
+ "normalizedSignature": "TokenType|System.String|static=true|const=true",
4457
+ "isStatic": true,
4458
+ "isReadOnly": false,
4459
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4460
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4461
+ },
4462
+ {
4463
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::TokenTypeAltSystem.String",
4464
+ "clrName": "TokenTypeAlt",
4465
+ "tsEmitName": "tokenTypeAlt",
4466
+ "metadataToken": 67108871,
4467
+ "normalizedSignature": "TokenTypeAlt|System.String|static=true|const=true",
4468
+ "isStatic": true,
4469
+ "isReadOnly": false,
4470
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4471
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4472
+ },
4473
+ {
4474
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::JsonCompactSerializationRegexSystem.String",
4475
+ "clrName": "JsonCompactSerializationRegex",
4476
+ "tsEmitName": "jsonCompactSerializationRegex",
4477
+ "metadataToken": 67108872,
4478
+ "normalizedSignature": "JsonCompactSerializationRegex|System.String|static=true|const=true",
4479
+ "isStatic": true,
4480
+ "isReadOnly": false,
4481
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4482
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4483
+ },
4484
+ {
4485
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::JweCompactSerializationRegexSystem.String",
4486
+ "clrName": "JweCompactSerializationRegex",
4487
+ "tsEmitName": "jweCompactSerializationRegex",
4488
+ "metadataToken": 67108873,
4489
+ "normalizedSignature": "JweCompactSerializationRegex|System.String|static=true|const=true",
4490
+ "isStatic": true,
4491
+ "isReadOnly": false,
4492
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4493
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4494
+ },
4495
+ {
4496
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtConstants::DirectKeyUseAlgSystem.String",
4497
+ "clrName": "DirectKeyUseAlg",
4498
+ "tsEmitName": "directKeyUseAlg",
4499
+ "metadataToken": 67108877,
4500
+ "normalizedSignature": "DirectKeyUseAlg|System.String|static=true|const=true",
4501
+ "isStatic": true,
4502
+ "isReadOnly": false,
4503
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4504
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt"
4505
+ }
4506
+ ],
4507
+ "events": [],
4508
+ "constructors": [],
4509
+ "exposedFields": [
4510
+ {
4511
+ "tsName": "headerType",
4512
+ "isStatic": true,
4513
+ "tsSignatureId": "HeaderType|System.String|static=true|const=true",
4514
+ "target": {
4515
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4516
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4517
+ "metadataToken": 67108868
4518
+ }
4519
+ },
4520
+ {
4521
+ "tsName": "headerTypeAlt",
4522
+ "isStatic": true,
4523
+ "tsSignatureId": "HeaderTypeAlt|System.String|static=true|const=true",
4524
+ "target": {
4525
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4526
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4527
+ "metadataToken": 67108869
4528
+ }
4529
+ },
4530
+ {
4531
+ "tsName": "tokenType",
4532
+ "isStatic": true,
4533
+ "tsSignatureId": "TokenType|System.String|static=true|const=true",
4534
+ "target": {
4535
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4536
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4537
+ "metadataToken": 67108870
4538
+ }
4539
+ },
4540
+ {
4541
+ "tsName": "tokenTypeAlt",
4542
+ "isStatic": true,
4543
+ "tsSignatureId": "TokenTypeAlt|System.String|static=true|const=true",
4544
+ "target": {
4545
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4546
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4547
+ "metadataToken": 67108871
4548
+ }
4549
+ },
4550
+ {
4551
+ "tsName": "jsonCompactSerializationRegex",
4552
+ "isStatic": true,
4553
+ "tsSignatureId": "JsonCompactSerializationRegex|System.String|static=true|const=true",
4554
+ "target": {
4555
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4556
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4557
+ "metadataToken": 67108872
4558
+ }
4559
+ },
4560
+ {
4561
+ "tsName": "jweCompactSerializationRegex",
4562
+ "isStatic": true,
4563
+ "tsSignatureId": "JweCompactSerializationRegex|System.String|static=true|const=true",
4564
+ "target": {
4565
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4566
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4567
+ "metadataToken": 67108873
4568
+ }
4569
+ },
4570
+ {
4571
+ "tsName": "directKeyUseAlg",
4572
+ "isStatic": true,
4573
+ "tsSignatureId": "DirectKeyUseAlg|System.String|static=true|const=true",
4574
+ "target": {
4575
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtConstants",
4576
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4577
+ "metadataToken": 67108877
4578
+ }
4579
+ }
4580
+ ]
4581
+ },
4582
+ {
4583
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
4584
+ "clrName": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
4585
+ "tsEmitName": "JwtSecurityTokenConverter",
4586
+ "assemblyName": "System.IdentityModel.Tokens.Jwt",
4587
+ "metadataToken": 0,
4588
+ "methods": [
4589
+ {
4590
+ "stableId": "System.IdentityModel.Tokens.Jwt:System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter::Convert(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
4591
+ "clrName": "Convert",
4592
+ "tsEmitName": "convert",
4593
+ "metadataToken": 100663423,
4594
+ "canonicalSignature": "(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken",
4595
+ "normalizedSignature": "Convert|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=true",
4596
+ "emitScope": "ClassSurface",
4597
+ "arity": 0,
4598
+ "parameterCount": 1,
4599
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
4600
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4601
+ "isExtensionMethod": false
4602
+ }
4603
+ ],
4604
+ "properties": [],
4605
+ "fields": [],
4606
+ "events": [],
4607
+ "constructors": [],
4608
+ "exposedMethods": [
4609
+ {
4610
+ "tsName": "convert",
4611
+ "isStatic": true,
4612
+ "tsSignatureId": "Convert|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken):System.IdentityModel.Tokens.Jwt.JwtSecurityToken|static=true",
4613
+ "target": {
4614
+ "declaringClrType": "System.IdentityModel.Tokens.Jwt.JwtSecurityTokenConverter",
4615
+ "declaringAssemblyName": "System.IdentityModel.Tokens.Jwt",
4616
+ "metadataToken": 100663423
4617
+ }
4618
+ }
4619
+ ]
4620
+ }
4621
+ ]
4622
+ }