@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,3592 @@
1
+ {
2
+ "namespace": "Microsoft.IdentityModel.JsonWebTokens",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
6
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
7
+ "tsEmitName": "JwtHeaderParameterNames",
8
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::AlgSystem.String",
15
+ "clrName": "Alg",
16
+ "tsEmitName": "alg",
17
+ "metadataToken": 67108948,
18
+ "normalizedSignature": "Alg|System.String|static=true|const=true",
19
+ "isStatic": true,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
22
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
23
+ },
24
+ {
25
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::ApuSystem.String",
26
+ "clrName": "Apu",
27
+ "tsEmitName": "apu",
28
+ "metadataToken": 67108949,
29
+ "normalizedSignature": "Apu|System.String|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
33
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
34
+ },
35
+ {
36
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::ApvSystem.String",
37
+ "clrName": "Apv",
38
+ "tsEmitName": "apv",
39
+ "metadataToken": 67108950,
40
+ "normalizedSignature": "Apv|System.String|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
44
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
45
+ },
46
+ {
47
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::EpkSystem.String",
48
+ "clrName": "Epk",
49
+ "tsEmitName": "epk",
50
+ "metadataToken": 67108951,
51
+ "normalizedSignature": "Epk|System.String|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
55
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
56
+ },
57
+ {
58
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::CtySystem.String",
59
+ "clrName": "Cty",
60
+ "tsEmitName": "cty",
61
+ "metadataToken": 67108952,
62
+ "normalizedSignature": "Cty|System.String|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
66
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
67
+ },
68
+ {
69
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::EncSystem.String",
70
+ "clrName": "Enc",
71
+ "tsEmitName": "enc",
72
+ "metadataToken": 67108953,
73
+ "normalizedSignature": "Enc|System.String|static=true|const=true",
74
+ "isStatic": true,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
77
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
78
+ },
79
+ {
80
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::IVSystem.String",
81
+ "clrName": "IV",
82
+ "tsEmitName": "IV",
83
+ "metadataToken": 67108954,
84
+ "normalizedSignature": "IV|System.String|static=true|const=true",
85
+ "isStatic": true,
86
+ "isReadOnly": false,
87
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
88
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
89
+ },
90
+ {
91
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::JkuSystem.String",
92
+ "clrName": "Jku",
93
+ "tsEmitName": "jku",
94
+ "metadataToken": 67108955,
95
+ "normalizedSignature": "Jku|System.String|static=true|const=true",
96
+ "isStatic": true,
97
+ "isReadOnly": false,
98
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
99
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
100
+ },
101
+ {
102
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::JwkSystem.String",
103
+ "clrName": "Jwk",
104
+ "tsEmitName": "jwk",
105
+ "metadataToken": 67108956,
106
+ "normalizedSignature": "Jwk|System.String|static=true|const=true",
107
+ "isStatic": true,
108
+ "isReadOnly": false,
109
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
110
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
111
+ },
112
+ {
113
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::KidSystem.String",
114
+ "clrName": "Kid",
115
+ "tsEmitName": "kid",
116
+ "metadataToken": 67108957,
117
+ "normalizedSignature": "Kid|System.String|static=true|const=true",
118
+ "isStatic": true,
119
+ "isReadOnly": false,
120
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
121
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
122
+ },
123
+ {
124
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::TypSystem.String",
125
+ "clrName": "Typ",
126
+ "tsEmitName": "typ",
127
+ "metadataToken": 67108958,
128
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
129
+ "isStatic": true,
130
+ "isReadOnly": false,
131
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
132
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
133
+ },
134
+ {
135
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::X5cSystem.String",
136
+ "clrName": "X5c",
137
+ "tsEmitName": "x5c",
138
+ "metadataToken": 67108959,
139
+ "normalizedSignature": "X5c|System.String|static=true|const=true",
140
+ "isStatic": true,
141
+ "isReadOnly": false,
142
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
143
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
144
+ },
145
+ {
146
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::X5tSystem.String",
147
+ "clrName": "X5t",
148
+ "tsEmitName": "x5t",
149
+ "metadataToken": 67108960,
150
+ "normalizedSignature": "X5t|System.String|static=true|const=true",
151
+ "isStatic": true,
152
+ "isReadOnly": false,
153
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
154
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
155
+ },
156
+ {
157
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::X5uSystem.String",
158
+ "clrName": "X5u",
159
+ "tsEmitName": "x5u",
160
+ "metadataToken": 67108961,
161
+ "normalizedSignature": "X5u|System.String|static=true|const=true",
162
+ "isStatic": true,
163
+ "isReadOnly": false,
164
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
165
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
166
+ },
167
+ {
168
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames::ZipSystem.String",
169
+ "clrName": "Zip",
170
+ "tsEmitName": "zip",
171
+ "metadataToken": 67108962,
172
+ "normalizedSignature": "Zip|System.String|static=true|const=true",
173
+ "isStatic": true,
174
+ "isReadOnly": false,
175
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
176
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
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": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
188
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
189
+ "metadataToken": 67108948
190
+ }
191
+ },
192
+ {
193
+ "tsName": "apu",
194
+ "isStatic": true,
195
+ "tsSignatureId": "Apu|System.String|static=true|const=true",
196
+ "target": {
197
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
198
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
199
+ "metadataToken": 67108949
200
+ }
201
+ },
202
+ {
203
+ "tsName": "apv",
204
+ "isStatic": true,
205
+ "tsSignatureId": "Apv|System.String|static=true|const=true",
206
+ "target": {
207
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
208
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
209
+ "metadataToken": 67108950
210
+ }
211
+ },
212
+ {
213
+ "tsName": "epk",
214
+ "isStatic": true,
215
+ "tsSignatureId": "Epk|System.String|static=true|const=true",
216
+ "target": {
217
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
218
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
219
+ "metadataToken": 67108951
220
+ }
221
+ },
222
+ {
223
+ "tsName": "cty",
224
+ "isStatic": true,
225
+ "tsSignatureId": "Cty|System.String|static=true|const=true",
226
+ "target": {
227
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
228
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
229
+ "metadataToken": 67108952
230
+ }
231
+ },
232
+ {
233
+ "tsName": "enc",
234
+ "isStatic": true,
235
+ "tsSignatureId": "Enc|System.String|static=true|const=true",
236
+ "target": {
237
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
238
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
239
+ "metadataToken": 67108953
240
+ }
241
+ },
242
+ {
243
+ "tsName": "IV",
244
+ "isStatic": true,
245
+ "tsSignatureId": "IV|System.String|static=true|const=true",
246
+ "target": {
247
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
248
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
249
+ "metadataToken": 67108954
250
+ }
251
+ },
252
+ {
253
+ "tsName": "jku",
254
+ "isStatic": true,
255
+ "tsSignatureId": "Jku|System.String|static=true|const=true",
256
+ "target": {
257
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
258
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
259
+ "metadataToken": 67108955
260
+ }
261
+ },
262
+ {
263
+ "tsName": "jwk",
264
+ "isStatic": true,
265
+ "tsSignatureId": "Jwk|System.String|static=true|const=true",
266
+ "target": {
267
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
268
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
269
+ "metadataToken": 67108956
270
+ }
271
+ },
272
+ {
273
+ "tsName": "kid",
274
+ "isStatic": true,
275
+ "tsSignatureId": "Kid|System.String|static=true|const=true",
276
+ "target": {
277
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
278
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
279
+ "metadataToken": 67108957
280
+ }
281
+ },
282
+ {
283
+ "tsName": "typ",
284
+ "isStatic": true,
285
+ "tsSignatureId": "Typ|System.String|static=true|const=true",
286
+ "target": {
287
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
288
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
289
+ "metadataToken": 67108958
290
+ }
291
+ },
292
+ {
293
+ "tsName": "x5c",
294
+ "isStatic": true,
295
+ "tsSignatureId": "X5c|System.String|static=true|const=true",
296
+ "target": {
297
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
298
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
299
+ "metadataToken": 67108959
300
+ }
301
+ },
302
+ {
303
+ "tsName": "x5t",
304
+ "isStatic": true,
305
+ "tsSignatureId": "X5t|System.String|static=true|const=true",
306
+ "target": {
307
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
308
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
309
+ "metadataToken": 67108960
310
+ }
311
+ },
312
+ {
313
+ "tsName": "x5u",
314
+ "isStatic": true,
315
+ "tsSignatureId": "X5u|System.String|static=true|const=true",
316
+ "target": {
317
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
318
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
319
+ "metadataToken": 67108961
320
+ }
321
+ },
322
+ {
323
+ "tsName": "zip",
324
+ "isStatic": true,
325
+ "tsSignatureId": "Zip|System.String|static=true|const=true",
326
+ "target": {
327
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtHeaderParameterNames",
328
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
329
+ "metadataToken": 67108962
330
+ }
331
+ }
332
+ ]
333
+ },
334
+ {
335
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
336
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
337
+ "tsEmitName": "JwtRegisteredClaimNames",
338
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
339
+ "metadataToken": 0,
340
+ "methods": [],
341
+ "properties": [],
342
+ "fields": [
343
+ {
344
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ActortSystem.String",
345
+ "clrName": "Actort",
346
+ "tsEmitName": "actort",
347
+ "metadataToken": 67108963,
348
+ "normalizedSignature": "Actort|System.String|static=true|const=true",
349
+ "isStatic": true,
350
+ "isReadOnly": false,
351
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
352
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
353
+ },
354
+ {
355
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AcrSystem.String",
356
+ "clrName": "Acr",
357
+ "tsEmitName": "acr",
358
+ "metadataToken": 67108964,
359
+ "normalizedSignature": "Acr|System.String|static=true|const=true",
360
+ "isStatic": true,
361
+ "isReadOnly": false,
362
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
363
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
364
+ },
365
+ {
366
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AddressSystem.String",
367
+ "clrName": "Address",
368
+ "tsEmitName": "address",
369
+ "metadataToken": 67108965,
370
+ "normalizedSignature": "Address|System.String|static=true|const=true",
371
+ "isStatic": true,
372
+ "isReadOnly": false,
373
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
374
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
375
+ },
376
+ {
377
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AmrSystem.String",
378
+ "clrName": "Amr",
379
+ "tsEmitName": "amr",
380
+ "metadataToken": 67108966,
381
+ "normalizedSignature": "Amr|System.String|static=true|const=true",
382
+ "isStatic": true,
383
+ "isReadOnly": false,
384
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
385
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
386
+ },
387
+ {
388
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AudSystem.String",
389
+ "clrName": "Aud",
390
+ "tsEmitName": "aud",
391
+ "metadataToken": 67108967,
392
+ "normalizedSignature": "Aud|System.String|static=true|const=true",
393
+ "isStatic": true,
394
+ "isReadOnly": false,
395
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
396
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
397
+ },
398
+ {
399
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AuthTimeSystem.String",
400
+ "clrName": "AuthTime",
401
+ "tsEmitName": "authTime",
402
+ "metadataToken": 67108968,
403
+ "normalizedSignature": "AuthTime|System.String|static=true|const=true",
404
+ "isStatic": true,
405
+ "isReadOnly": false,
406
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
407
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
408
+ },
409
+ {
410
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AzpSystem.String",
411
+ "clrName": "Azp",
412
+ "tsEmitName": "azp",
413
+ "metadataToken": 67108969,
414
+ "normalizedSignature": "Azp|System.String|static=true|const=true",
415
+ "isStatic": true,
416
+ "isReadOnly": false,
417
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
418
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
419
+ },
420
+ {
421
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::BirthdateSystem.String",
422
+ "clrName": "Birthdate",
423
+ "tsEmitName": "birthdate",
424
+ "metadataToken": 67108970,
425
+ "normalizedSignature": "Birthdate|System.String|static=true|const=true",
426
+ "isStatic": true,
427
+ "isReadOnly": false,
428
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
429
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
430
+ },
431
+ {
432
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::CHashSystem.String",
433
+ "clrName": "CHash",
434
+ "tsEmitName": "cHash",
435
+ "metadataToken": 67108971,
436
+ "normalizedSignature": "CHash|System.String|static=true|const=true",
437
+ "isStatic": true,
438
+ "isReadOnly": false,
439
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
440
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
441
+ },
442
+ {
443
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::AtHashSystem.String",
444
+ "clrName": "AtHash",
445
+ "tsEmitName": "atHash",
446
+ "metadataToken": 67108972,
447
+ "normalizedSignature": "AtHash|System.String|static=true|const=true",
448
+ "isStatic": true,
449
+ "isReadOnly": false,
450
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
451
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
452
+ },
453
+ {
454
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::EmailSystem.String",
455
+ "clrName": "Email",
456
+ "tsEmitName": "email",
457
+ "metadataToken": 67108973,
458
+ "normalizedSignature": "Email|System.String|static=true|const=true",
459
+ "isStatic": true,
460
+ "isReadOnly": false,
461
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
462
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
463
+ },
464
+ {
465
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::EmailVerifiedSystem.String",
466
+ "clrName": "EmailVerified",
467
+ "tsEmitName": "emailVerified",
468
+ "metadataToken": 67108974,
469
+ "normalizedSignature": "EmailVerified|System.String|static=true|const=true",
470
+ "isStatic": true,
471
+ "isReadOnly": false,
472
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
473
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
474
+ },
475
+ {
476
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ExpSystem.String",
477
+ "clrName": "Exp",
478
+ "tsEmitName": "exp",
479
+ "metadataToken": 67108975,
480
+ "normalizedSignature": "Exp|System.String|static=true|const=true",
481
+ "isStatic": true,
482
+ "isReadOnly": false,
483
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
484
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
485
+ },
486
+ {
487
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::GenderSystem.String",
488
+ "clrName": "Gender",
489
+ "tsEmitName": "gender",
490
+ "metadataToken": 67108976,
491
+ "normalizedSignature": "Gender|System.String|static=true|const=true",
492
+ "isStatic": true,
493
+ "isReadOnly": false,
494
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
495
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
496
+ },
497
+ {
498
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::FamilyNameSystem.String",
499
+ "clrName": "FamilyName",
500
+ "tsEmitName": "familyName",
501
+ "metadataToken": 67108977,
502
+ "normalizedSignature": "FamilyName|System.String|static=true|const=true",
503
+ "isStatic": true,
504
+ "isReadOnly": false,
505
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
506
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
507
+ },
508
+ {
509
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::GivenNameSystem.String",
510
+ "clrName": "GivenName",
511
+ "tsEmitName": "givenName",
512
+ "metadataToken": 67108978,
513
+ "normalizedSignature": "GivenName|System.String|static=true|const=true",
514
+ "isStatic": true,
515
+ "isReadOnly": false,
516
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
517
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
518
+ },
519
+ {
520
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::IatSystem.String",
521
+ "clrName": "Iat",
522
+ "tsEmitName": "iat",
523
+ "metadataToken": 67108979,
524
+ "normalizedSignature": "Iat|System.String|static=true|const=true",
525
+ "isStatic": true,
526
+ "isReadOnly": false,
527
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
528
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
529
+ },
530
+ {
531
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::IssSystem.String",
532
+ "clrName": "Iss",
533
+ "tsEmitName": "iss",
534
+ "metadataToken": 67108980,
535
+ "normalizedSignature": "Iss|System.String|static=true|const=true",
536
+ "isStatic": true,
537
+ "isReadOnly": false,
538
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
539
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
540
+ },
541
+ {
542
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::JtiSystem.String",
543
+ "clrName": "Jti",
544
+ "tsEmitName": "jti",
545
+ "metadataToken": 67108981,
546
+ "normalizedSignature": "Jti|System.String|static=true|const=true",
547
+ "isStatic": true,
548
+ "isReadOnly": false,
549
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
550
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
551
+ },
552
+ {
553
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::LocaleSystem.String",
554
+ "clrName": "Locale",
555
+ "tsEmitName": "locale",
556
+ "metadataToken": 67108982,
557
+ "normalizedSignature": "Locale|System.String|static=true|const=true",
558
+ "isStatic": true,
559
+ "isReadOnly": false,
560
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
561
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
562
+ },
563
+ {
564
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::MiddleNameSystem.String",
565
+ "clrName": "MiddleName",
566
+ "tsEmitName": "middleName",
567
+ "metadataToken": 67108983,
568
+ "normalizedSignature": "MiddleName|System.String|static=true|const=true",
569
+ "isStatic": true,
570
+ "isReadOnly": false,
571
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
572
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
573
+ },
574
+ {
575
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NameSystem.String",
576
+ "clrName": "Name",
577
+ "tsEmitName": "name",
578
+ "metadataToken": 67108984,
579
+ "normalizedSignature": "Name|System.String|static=true|const=true",
580
+ "isStatic": true,
581
+ "isReadOnly": false,
582
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
583
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
584
+ },
585
+ {
586
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NameIdSystem.String",
587
+ "clrName": "NameId",
588
+ "tsEmitName": "nameId",
589
+ "metadataToken": 67108985,
590
+ "normalizedSignature": "NameId|System.String|static=true|const=true",
591
+ "isStatic": true,
592
+ "isReadOnly": false,
593
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
594
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
595
+ },
596
+ {
597
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NicknameSystem.String",
598
+ "clrName": "Nickname",
599
+ "tsEmitName": "nickname",
600
+ "metadataToken": 67108986,
601
+ "normalizedSignature": "Nickname|System.String|static=true|const=true",
602
+ "isStatic": true,
603
+ "isReadOnly": false,
604
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
605
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
606
+ },
607
+ {
608
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NonceSystem.String",
609
+ "clrName": "Nonce",
610
+ "tsEmitName": "nonce",
611
+ "metadataToken": 67108987,
612
+ "normalizedSignature": "Nonce|System.String|static=true|const=true",
613
+ "isStatic": true,
614
+ "isReadOnly": false,
615
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
616
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
617
+ },
618
+ {
619
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::NbfSystem.String",
620
+ "clrName": "Nbf",
621
+ "tsEmitName": "nbf",
622
+ "metadataToken": 67108988,
623
+ "normalizedSignature": "Nbf|System.String|static=true|const=true",
624
+ "isStatic": true,
625
+ "isReadOnly": false,
626
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
627
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
628
+ },
629
+ {
630
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PhoneNumberSystem.String",
631
+ "clrName": "PhoneNumber",
632
+ "tsEmitName": "phoneNumber",
633
+ "metadataToken": 67108989,
634
+ "normalizedSignature": "PhoneNumber|System.String|static=true|const=true",
635
+ "isStatic": true,
636
+ "isReadOnly": false,
637
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
638
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
639
+ },
640
+ {
641
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PhoneNumberVerifiedSystem.String",
642
+ "clrName": "PhoneNumberVerified",
643
+ "tsEmitName": "phoneNumberVerified",
644
+ "metadataToken": 67108990,
645
+ "normalizedSignature": "PhoneNumberVerified|System.String|static=true|const=true",
646
+ "isStatic": true,
647
+ "isReadOnly": false,
648
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
649
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
650
+ },
651
+ {
652
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PictureSystem.String",
653
+ "clrName": "Picture",
654
+ "tsEmitName": "picture",
655
+ "metadataToken": 67108991,
656
+ "normalizedSignature": "Picture|System.String|static=true|const=true",
657
+ "isStatic": true,
658
+ "isReadOnly": false,
659
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
660
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
661
+ },
662
+ {
663
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PrnSystem.String",
664
+ "clrName": "Prn",
665
+ "tsEmitName": "prn",
666
+ "metadataToken": 67108992,
667
+ "normalizedSignature": "Prn|System.String|static=true|const=true",
668
+ "isStatic": true,
669
+ "isReadOnly": false,
670
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
671
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
672
+ },
673
+ {
674
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::PreferredUsernameSystem.String",
675
+ "clrName": "PreferredUsername",
676
+ "tsEmitName": "preferredUsername",
677
+ "metadataToken": 67108993,
678
+ "normalizedSignature": "PreferredUsername|System.String|static=true|const=true",
679
+ "isStatic": true,
680
+ "isReadOnly": false,
681
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
682
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
683
+ },
684
+ {
685
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ProfileSystem.String",
686
+ "clrName": "Profile",
687
+ "tsEmitName": "profile",
688
+ "metadataToken": 67108994,
689
+ "normalizedSignature": "Profile|System.String|static=true|const=true",
690
+ "isStatic": true,
691
+ "isReadOnly": false,
692
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
693
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
694
+ },
695
+ {
696
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::SidSystem.String",
697
+ "clrName": "Sid",
698
+ "tsEmitName": "sid",
699
+ "metadataToken": 67108995,
700
+ "normalizedSignature": "Sid|System.String|static=true|const=true",
701
+ "isStatic": true,
702
+ "isReadOnly": false,
703
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
704
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
705
+ },
706
+ {
707
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::SubSystem.String",
708
+ "clrName": "Sub",
709
+ "tsEmitName": "sub",
710
+ "metadataToken": 67108996,
711
+ "normalizedSignature": "Sub|System.String|static=true|const=true",
712
+ "isStatic": true,
713
+ "isReadOnly": false,
714
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
715
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
716
+ },
717
+ {
718
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::TypSystem.String",
719
+ "clrName": "Typ",
720
+ "tsEmitName": "typ",
721
+ "metadataToken": 67108997,
722
+ "normalizedSignature": "Typ|System.String|static=true|const=true",
723
+ "isStatic": true,
724
+ "isReadOnly": false,
725
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
726
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
727
+ },
728
+ {
729
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::UniqueNameSystem.String",
730
+ "clrName": "UniqueName",
731
+ "tsEmitName": "uniqueName",
732
+ "metadataToken": 67108998,
733
+ "normalizedSignature": "UniqueName|System.String|static=true|const=true",
734
+ "isStatic": true,
735
+ "isReadOnly": false,
736
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
737
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
738
+ },
739
+ {
740
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::UpdatedAtSystem.String",
741
+ "clrName": "UpdatedAt",
742
+ "tsEmitName": "updatedAt",
743
+ "metadataToken": 67108999,
744
+ "normalizedSignature": "UpdatedAt|System.String|static=true|const=true",
745
+ "isStatic": true,
746
+ "isReadOnly": false,
747
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
748
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
749
+ },
750
+ {
751
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::WebsiteSystem.String",
752
+ "clrName": "Website",
753
+ "tsEmitName": "website",
754
+ "metadataToken": 67109000,
755
+ "normalizedSignature": "Website|System.String|static=true|const=true",
756
+ "isStatic": true,
757
+ "isReadOnly": false,
758
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
759
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
760
+ },
761
+ {
762
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames::ZoneInfoSystem.String",
763
+ "clrName": "ZoneInfo",
764
+ "tsEmitName": "zoneInfo",
765
+ "metadataToken": 67109001,
766
+ "normalizedSignature": "ZoneInfo|System.String|static=true|const=true",
767
+ "isStatic": true,
768
+ "isReadOnly": false,
769
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
770
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
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": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
782
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
783
+ "metadataToken": 67108963
784
+ }
785
+ },
786
+ {
787
+ "tsName": "acr",
788
+ "isStatic": true,
789
+ "tsSignatureId": "Acr|System.String|static=true|const=true",
790
+ "target": {
791
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
792
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
793
+ "metadataToken": 67108964
794
+ }
795
+ },
796
+ {
797
+ "tsName": "address",
798
+ "isStatic": true,
799
+ "tsSignatureId": "Address|System.String|static=true|const=true",
800
+ "target": {
801
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
802
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
803
+ "metadataToken": 67108965
804
+ }
805
+ },
806
+ {
807
+ "tsName": "amr",
808
+ "isStatic": true,
809
+ "tsSignatureId": "Amr|System.String|static=true|const=true",
810
+ "target": {
811
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
812
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
813
+ "metadataToken": 67108966
814
+ }
815
+ },
816
+ {
817
+ "tsName": "aud",
818
+ "isStatic": true,
819
+ "tsSignatureId": "Aud|System.String|static=true|const=true",
820
+ "target": {
821
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
822
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
823
+ "metadataToken": 67108967
824
+ }
825
+ },
826
+ {
827
+ "tsName": "authTime",
828
+ "isStatic": true,
829
+ "tsSignatureId": "AuthTime|System.String|static=true|const=true",
830
+ "target": {
831
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
832
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
833
+ "metadataToken": 67108968
834
+ }
835
+ },
836
+ {
837
+ "tsName": "azp",
838
+ "isStatic": true,
839
+ "tsSignatureId": "Azp|System.String|static=true|const=true",
840
+ "target": {
841
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
842
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
843
+ "metadataToken": 67108969
844
+ }
845
+ },
846
+ {
847
+ "tsName": "birthdate",
848
+ "isStatic": true,
849
+ "tsSignatureId": "Birthdate|System.String|static=true|const=true",
850
+ "target": {
851
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
852
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
853
+ "metadataToken": 67108970
854
+ }
855
+ },
856
+ {
857
+ "tsName": "cHash",
858
+ "isStatic": true,
859
+ "tsSignatureId": "CHash|System.String|static=true|const=true",
860
+ "target": {
861
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
862
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
863
+ "metadataToken": 67108971
864
+ }
865
+ },
866
+ {
867
+ "tsName": "atHash",
868
+ "isStatic": true,
869
+ "tsSignatureId": "AtHash|System.String|static=true|const=true",
870
+ "target": {
871
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
872
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
873
+ "metadataToken": 67108972
874
+ }
875
+ },
876
+ {
877
+ "tsName": "email",
878
+ "isStatic": true,
879
+ "tsSignatureId": "Email|System.String|static=true|const=true",
880
+ "target": {
881
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
882
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
883
+ "metadataToken": 67108973
884
+ }
885
+ },
886
+ {
887
+ "tsName": "emailVerified",
888
+ "isStatic": true,
889
+ "tsSignatureId": "EmailVerified|System.String|static=true|const=true",
890
+ "target": {
891
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
892
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
893
+ "metadataToken": 67108974
894
+ }
895
+ },
896
+ {
897
+ "tsName": "exp",
898
+ "isStatic": true,
899
+ "tsSignatureId": "Exp|System.String|static=true|const=true",
900
+ "target": {
901
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
902
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
903
+ "metadataToken": 67108975
904
+ }
905
+ },
906
+ {
907
+ "tsName": "gender",
908
+ "isStatic": true,
909
+ "tsSignatureId": "Gender|System.String|static=true|const=true",
910
+ "target": {
911
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
912
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
913
+ "metadataToken": 67108976
914
+ }
915
+ },
916
+ {
917
+ "tsName": "familyName",
918
+ "isStatic": true,
919
+ "tsSignatureId": "FamilyName|System.String|static=true|const=true",
920
+ "target": {
921
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
922
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
923
+ "metadataToken": 67108977
924
+ }
925
+ },
926
+ {
927
+ "tsName": "givenName",
928
+ "isStatic": true,
929
+ "tsSignatureId": "GivenName|System.String|static=true|const=true",
930
+ "target": {
931
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
932
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
933
+ "metadataToken": 67108978
934
+ }
935
+ },
936
+ {
937
+ "tsName": "iat",
938
+ "isStatic": true,
939
+ "tsSignatureId": "Iat|System.String|static=true|const=true",
940
+ "target": {
941
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
942
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
943
+ "metadataToken": 67108979
944
+ }
945
+ },
946
+ {
947
+ "tsName": "iss",
948
+ "isStatic": true,
949
+ "tsSignatureId": "Iss|System.String|static=true|const=true",
950
+ "target": {
951
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
952
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
953
+ "metadataToken": 67108980
954
+ }
955
+ },
956
+ {
957
+ "tsName": "jti",
958
+ "isStatic": true,
959
+ "tsSignatureId": "Jti|System.String|static=true|const=true",
960
+ "target": {
961
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
962
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
963
+ "metadataToken": 67108981
964
+ }
965
+ },
966
+ {
967
+ "tsName": "locale",
968
+ "isStatic": true,
969
+ "tsSignatureId": "Locale|System.String|static=true|const=true",
970
+ "target": {
971
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
972
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
973
+ "metadataToken": 67108982
974
+ }
975
+ },
976
+ {
977
+ "tsName": "middleName",
978
+ "isStatic": true,
979
+ "tsSignatureId": "MiddleName|System.String|static=true|const=true",
980
+ "target": {
981
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
982
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
983
+ "metadataToken": 67108983
984
+ }
985
+ },
986
+ {
987
+ "tsName": "name",
988
+ "isStatic": true,
989
+ "tsSignatureId": "Name|System.String|static=true|const=true",
990
+ "target": {
991
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
992
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
993
+ "metadataToken": 67108984
994
+ }
995
+ },
996
+ {
997
+ "tsName": "nameId",
998
+ "isStatic": true,
999
+ "tsSignatureId": "NameId|System.String|static=true|const=true",
1000
+ "target": {
1001
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1002
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1003
+ "metadataToken": 67108985
1004
+ }
1005
+ },
1006
+ {
1007
+ "tsName": "nickname",
1008
+ "isStatic": true,
1009
+ "tsSignatureId": "Nickname|System.String|static=true|const=true",
1010
+ "target": {
1011
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1012
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1013
+ "metadataToken": 67108986
1014
+ }
1015
+ },
1016
+ {
1017
+ "tsName": "nonce",
1018
+ "isStatic": true,
1019
+ "tsSignatureId": "Nonce|System.String|static=true|const=true",
1020
+ "target": {
1021
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1022
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1023
+ "metadataToken": 67108987
1024
+ }
1025
+ },
1026
+ {
1027
+ "tsName": "nbf",
1028
+ "isStatic": true,
1029
+ "tsSignatureId": "Nbf|System.String|static=true|const=true",
1030
+ "target": {
1031
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1032
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1033
+ "metadataToken": 67108988
1034
+ }
1035
+ },
1036
+ {
1037
+ "tsName": "phoneNumber",
1038
+ "isStatic": true,
1039
+ "tsSignatureId": "PhoneNumber|System.String|static=true|const=true",
1040
+ "target": {
1041
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1042
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1043
+ "metadataToken": 67108989
1044
+ }
1045
+ },
1046
+ {
1047
+ "tsName": "phoneNumberVerified",
1048
+ "isStatic": true,
1049
+ "tsSignatureId": "PhoneNumberVerified|System.String|static=true|const=true",
1050
+ "target": {
1051
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1052
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1053
+ "metadataToken": 67108990
1054
+ }
1055
+ },
1056
+ {
1057
+ "tsName": "picture",
1058
+ "isStatic": true,
1059
+ "tsSignatureId": "Picture|System.String|static=true|const=true",
1060
+ "target": {
1061
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1062
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1063
+ "metadataToken": 67108991
1064
+ }
1065
+ },
1066
+ {
1067
+ "tsName": "prn",
1068
+ "isStatic": true,
1069
+ "tsSignatureId": "Prn|System.String|static=true|const=true",
1070
+ "target": {
1071
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1072
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1073
+ "metadataToken": 67108992
1074
+ }
1075
+ },
1076
+ {
1077
+ "tsName": "preferredUsername",
1078
+ "isStatic": true,
1079
+ "tsSignatureId": "PreferredUsername|System.String|static=true|const=true",
1080
+ "target": {
1081
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1082
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1083
+ "metadataToken": 67108993
1084
+ }
1085
+ },
1086
+ {
1087
+ "tsName": "profile",
1088
+ "isStatic": true,
1089
+ "tsSignatureId": "Profile|System.String|static=true|const=true",
1090
+ "target": {
1091
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1092
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1093
+ "metadataToken": 67108994
1094
+ }
1095
+ },
1096
+ {
1097
+ "tsName": "sid",
1098
+ "isStatic": true,
1099
+ "tsSignatureId": "Sid|System.String|static=true|const=true",
1100
+ "target": {
1101
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1102
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1103
+ "metadataToken": 67108995
1104
+ }
1105
+ },
1106
+ {
1107
+ "tsName": "sub",
1108
+ "isStatic": true,
1109
+ "tsSignatureId": "Sub|System.String|static=true|const=true",
1110
+ "target": {
1111
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1112
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1113
+ "metadataToken": 67108996
1114
+ }
1115
+ },
1116
+ {
1117
+ "tsName": "typ",
1118
+ "isStatic": true,
1119
+ "tsSignatureId": "Typ|System.String|static=true|const=true",
1120
+ "target": {
1121
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1122
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1123
+ "metadataToken": 67108997
1124
+ }
1125
+ },
1126
+ {
1127
+ "tsName": "uniqueName",
1128
+ "isStatic": true,
1129
+ "tsSignatureId": "UniqueName|System.String|static=true|const=true",
1130
+ "target": {
1131
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1132
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1133
+ "metadataToken": 67108998
1134
+ }
1135
+ },
1136
+ {
1137
+ "tsName": "updatedAt",
1138
+ "isStatic": true,
1139
+ "tsSignatureId": "UpdatedAt|System.String|static=true|const=true",
1140
+ "target": {
1141
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1142
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1143
+ "metadataToken": 67108999
1144
+ }
1145
+ },
1146
+ {
1147
+ "tsName": "website",
1148
+ "isStatic": true,
1149
+ "tsSignatureId": "Website|System.String|static=true|const=true",
1150
+ "target": {
1151
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1152
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1153
+ "metadataToken": 67109000
1154
+ }
1155
+ },
1156
+ {
1157
+ "tsName": "zoneInfo",
1158
+ "isStatic": true,
1159
+ "tsSignatureId": "ZoneInfo|System.String|static=true|const=true",
1160
+ "target": {
1161
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtRegisteredClaimNames",
1162
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1163
+ "metadataToken": 67109001
1164
+ }
1165
+ }
1166
+ ]
1167
+ },
1168
+ {
1169
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1170
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1171
+ "tsEmitName": "JsonWebToken",
1172
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1173
+ "metadataToken": 0,
1174
+ "methods": [
1175
+ {
1176
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ToString():System.String",
1177
+ "clrName": "ToString",
1178
+ "tsEmitName": "toString",
1179
+ "metadataToken": 100663357,
1180
+ "canonicalSignature": "():System.String",
1181
+ "normalizedSignature": "ToString|():System.String|static=false",
1182
+ "emitScope": "ClassSurface",
1183
+ "arity": 0,
1184
+ "parameterCount": 0,
1185
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1186
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1187
+ "isExtensionMethod": false
1188
+ },
1189
+ {
1190
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::UnsafeToString():System.String",
1191
+ "clrName": "UnsafeToString",
1192
+ "tsEmitName": "unsafeToString",
1193
+ "metadataToken": 100663358,
1194
+ "canonicalSignature": "():System.String",
1195
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
1196
+ "emitScope": "ClassSurface",
1197
+ "arity": 0,
1198
+ "parameterCount": 0,
1199
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1200
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1201
+ "isExtensionMethod": false
1202
+ },
1203
+ {
1204
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::GetClaim(System.String):System.Security.Claims.Claim",
1205
+ "clrName": "GetClaim",
1206
+ "tsEmitName": "getClaim",
1207
+ "metadataToken": 100663360,
1208
+ "canonicalSignature": "(System.String):System.Security.Claims.Claim",
1209
+ "normalizedSignature": "GetClaim|(System.String):System.Security.Claims.Claim|static=false",
1210
+ "emitScope": "ClassSurface",
1211
+ "arity": 0,
1212
+ "parameterCount": 1,
1213
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1214
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1215
+ "isExtensionMethod": false
1216
+ },
1217
+ {
1218
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetClaim(System.String,System.Security.Claims.Claim\u0026):System.Boolean",
1219
+ "clrName": "TryGetClaim",
1220
+ "tsEmitName": "tryGetClaim",
1221
+ "metadataToken": 100663364,
1222
+ "canonicalSignature": "(System.String,System.Security.Claims.Claim\u0026):System.Boolean",
1223
+ "normalizedSignature": "TryGetClaim|(System.String,System.Security.Claims.Claim\u0026):System.Boolean|static=false",
1224
+ "emitScope": "ClassSurface",
1225
+ "arity": 0,
1226
+ "parameterCount": 2,
1227
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1228
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1229
+ "isExtensionMethod": false,
1230
+ "parameterModifiers": [
1231
+ {
1232
+ "index": 1,
1233
+ "modifier": "out"
1234
+ }
1235
+ ]
1236
+ },
1237
+ {
1238
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::GetHeaderValue(System.String):T",
1239
+ "clrName": "GetHeaderValue",
1240
+ "tsEmitName": "getHeaderValue",
1241
+ "metadataToken": 100663366,
1242
+ "canonicalSignature": "(System.String):T",
1243
+ "normalizedSignature": "GetHeaderValue|(System.String):T|static=false",
1244
+ "emitScope": "ClassSurface",
1245
+ "arity": 1,
1246
+ "parameterCount": 1,
1247
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1248
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1249
+ "isExtensionMethod": false
1250
+ },
1251
+ {
1252
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::GetPayloadValue(System.String):T",
1253
+ "clrName": "GetPayloadValue",
1254
+ "tsEmitName": "getPayloadValue",
1255
+ "metadataToken": 100663367,
1256
+ "canonicalSignature": "(System.String):T",
1257
+ "normalizedSignature": "GetPayloadValue|(System.String):T|static=false",
1258
+ "emitScope": "ClassSurface",
1259
+ "arity": 1,
1260
+ "parameterCount": 1,
1261
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1262
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1263
+ "isExtensionMethod": false
1264
+ },
1265
+ {
1266
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetValue(System.String,T\u0026):System.Boolean",
1267
+ "clrName": "TryGetValue",
1268
+ "tsEmitName": "tryGetValue",
1269
+ "metadataToken": 100663368,
1270
+ "canonicalSignature": "(System.String,T\u0026):System.Boolean",
1271
+ "normalizedSignature": "TryGetValue|(System.String,T\u0026):System.Boolean|static=false",
1272
+ "emitScope": "ClassSurface",
1273
+ "arity": 1,
1274
+ "parameterCount": 2,
1275
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1276
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1277
+ "isExtensionMethod": false,
1278
+ "parameterModifiers": [
1279
+ {
1280
+ "index": 1,
1281
+ "modifier": "out"
1282
+ }
1283
+ ]
1284
+ },
1285
+ {
1286
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetHeaderValue(System.String,T\u0026):System.Boolean",
1287
+ "clrName": "TryGetHeaderValue",
1288
+ "tsEmitName": "tryGetHeaderValue",
1289
+ "metadataToken": 100663369,
1290
+ "canonicalSignature": "(System.String,T\u0026):System.Boolean",
1291
+ "normalizedSignature": "TryGetHeaderValue|(System.String,T\u0026):System.Boolean|static=false",
1292
+ "emitScope": "ClassSurface",
1293
+ "arity": 1,
1294
+ "parameterCount": 2,
1295
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1296
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1297
+ "isExtensionMethod": false,
1298
+ "parameterModifiers": [
1299
+ {
1300
+ "index": 1,
1301
+ "modifier": "out"
1302
+ }
1303
+ ]
1304
+ },
1305
+ {
1306
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::TryGetPayloadValue(System.String,T\u0026):System.Boolean",
1307
+ "clrName": "TryGetPayloadValue",
1308
+ "tsEmitName": "tryGetPayloadValue",
1309
+ "metadataToken": 100663370,
1310
+ "canonicalSignature": "(System.String,T\u0026):System.Boolean",
1311
+ "normalizedSignature": "TryGetPayloadValue|(System.String,T\u0026):System.Boolean|static=false",
1312
+ "emitScope": "ClassSurface",
1313
+ "arity": 1,
1314
+ "parameterCount": 2,
1315
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1316
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1317
+ "isExtensionMethod": false,
1318
+ "parameterModifiers": [
1319
+ {
1320
+ "index": 1,
1321
+ "modifier": "out"
1322
+ }
1323
+ ]
1324
+ },
1325
+ {
1326
+ "stableId": "Microsoft.IdentityModel.Logging:Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact::UnsafeToString():System.String",
1327
+ "clrName": "UnsafeToString",
1328
+ "tsEmitName": "unsafeToString$view",
1329
+ "metadataToken": 100663332,
1330
+ "canonicalSignature": "():System.String",
1331
+ "normalizedSignature": "UnsafeToString|():System.String|static=false",
1332
+ "emitScope": "ViewOnly",
1333
+ "arity": 0,
1334
+ "parameterCount": 0,
1335
+ "declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
1336
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1337
+ "isExtensionMethod": false
1338
+ }
1339
+ ],
1340
+ "properties": [
1341
+ {
1342
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::AuthenticationTag:System.String",
1343
+ "clrName": "AuthenticationTag",
1344
+ "tsEmitName": "authenticationTag",
1345
+ "metadataToken": 385875974,
1346
+ "canonicalSignature": ":System.String",
1347
+ "normalizedSignature": "AuthenticationTag|:System.String|static=false|accessor=get",
1348
+ "emitScope": "ClassSurface",
1349
+ "isIndexer": false,
1350
+ "hasGetter": true,
1351
+ "hasSetter": false,
1352
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1353
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1354
+ },
1355
+ {
1356
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Ciphertext:System.String",
1357
+ "clrName": "Ciphertext",
1358
+ "tsEmitName": "ciphertext",
1359
+ "metadataToken": 385875976,
1360
+ "canonicalSignature": ":System.String",
1361
+ "normalizedSignature": "Ciphertext|:System.String|static=false|accessor=get",
1362
+ "emitScope": "ClassSurface",
1363
+ "isIndexer": false,
1364
+ "hasGetter": true,
1365
+ "hasSetter": false,
1366
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1367
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1368
+ },
1369
+ {
1370
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedHeader:System.String",
1371
+ "clrName": "EncodedHeader",
1372
+ "tsEmitName": "encodedHeader",
1373
+ "metadataToken": 385875982,
1374
+ "canonicalSignature": ":System.String",
1375
+ "normalizedSignature": "EncodedHeader|:System.String|static=false|accessor=get",
1376
+ "emitScope": "ClassSurface",
1377
+ "isIndexer": false,
1378
+ "hasGetter": true,
1379
+ "hasSetter": false,
1380
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1381
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1382
+ },
1383
+ {
1384
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncryptedKey:System.String",
1385
+ "clrName": "EncryptedKey",
1386
+ "tsEmitName": "encryptedKey",
1387
+ "metadataToken": 385875983,
1388
+ "canonicalSignature": ":System.String",
1389
+ "normalizedSignature": "EncryptedKey|:System.String|static=false|accessor=get",
1390
+ "emitScope": "ClassSurface",
1391
+ "isIndexer": false,
1392
+ "hasGetter": true,
1393
+ "hasSetter": false,
1394
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1395
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1396
+ },
1397
+ {
1398
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedPayload:System.String",
1399
+ "clrName": "EncodedPayload",
1400
+ "tsEmitName": "encodedPayload",
1401
+ "metadataToken": 385875985,
1402
+ "canonicalSignature": ":System.String",
1403
+ "normalizedSignature": "EncodedPayload|:System.String|static=false|accessor=get",
1404
+ "emitScope": "ClassSurface",
1405
+ "isIndexer": false,
1406
+ "hasGetter": true,
1407
+ "hasSetter": false,
1408
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1409
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1410
+ },
1411
+ {
1412
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedSignature:System.String",
1413
+ "clrName": "EncodedSignature",
1414
+ "tsEmitName": "encodedSignature",
1415
+ "metadataToken": 385875986,
1416
+ "canonicalSignature": ":System.String",
1417
+ "normalizedSignature": "EncodedSignature|:System.String|static=false|accessor=get",
1418
+ "emitScope": "ClassSurface",
1419
+ "isIndexer": false,
1420
+ "hasGetter": true,
1421
+ "hasSetter": false,
1422
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1423
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1424
+ },
1425
+ {
1426
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::EncodedToken:System.String",
1427
+ "clrName": "EncodedToken",
1428
+ "tsEmitName": "encodedToken",
1429
+ "metadataToken": 385875987,
1430
+ "canonicalSignature": ":System.String",
1431
+ "normalizedSignature": "EncodedToken|:System.String|static=false|accessor=get",
1432
+ "emitScope": "ClassSurface",
1433
+ "isIndexer": false,
1434
+ "hasGetter": true,
1435
+ "hasSetter": false,
1436
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1437
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1438
+ },
1439
+ {
1440
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::InitializationVector:System.String",
1441
+ "clrName": "InitializationVector",
1442
+ "tsEmitName": "initializationVector",
1443
+ "metadataToken": 385875991,
1444
+ "canonicalSignature": ":System.String",
1445
+ "normalizedSignature": "InitializationVector|:System.String|static=false|accessor=get",
1446
+ "emitScope": "ClassSurface",
1447
+ "isIndexer": false,
1448
+ "hasGetter": true,
1449
+ "hasSetter": false,
1450
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1451
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1452
+ },
1453
+ {
1454
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::InnerToken:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1455
+ "clrName": "InnerToken",
1456
+ "tsEmitName": "innerToken",
1457
+ "metadataToken": 385875992,
1458
+ "canonicalSignature": ":Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1459
+ "normalizedSignature": "InnerToken|:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false|accessor=get",
1460
+ "emitScope": "ClassSurface",
1461
+ "isIndexer": false,
1462
+ "hasGetter": true,
1463
+ "hasSetter": false,
1464
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1465
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1466
+ },
1467
+ {
1468
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::IsEncrypted:System.Boolean",
1469
+ "clrName": "IsEncrypted",
1470
+ "tsEmitName": "isEncrypted",
1471
+ "metadataToken": 385875993,
1472
+ "canonicalSignature": ":System.Boolean",
1473
+ "normalizedSignature": "IsEncrypted|:System.Boolean|static=false|accessor=get",
1474
+ "emitScope": "ClassSurface",
1475
+ "isIndexer": false,
1476
+ "hasGetter": true,
1477
+ "hasSetter": false,
1478
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1479
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1480
+ },
1481
+ {
1482
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::IsSigned:System.Boolean",
1483
+ "clrName": "IsSigned",
1484
+ "tsEmitName": "isSigned",
1485
+ "metadataToken": 385875994,
1486
+ "canonicalSignature": ":System.Boolean",
1487
+ "normalizedSignature": "IsSigned|:System.Boolean|static=false|accessor=get",
1488
+ "emitScope": "ClassSurface",
1489
+ "isIndexer": false,
1490
+ "hasGetter": true,
1491
+ "hasSetter": false,
1492
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1493
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1494
+ },
1495
+ {
1496
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::SecurityKey:Microsoft.IdentityModel.Tokens.SecurityKey",
1497
+ "clrName": "SecurityKey",
1498
+ "tsEmitName": "securityKey",
1499
+ "metadataToken": 385875996,
1500
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.SecurityKey",
1501
+ "normalizedSignature": "SecurityKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=get",
1502
+ "emitScope": "ClassSurface",
1503
+ "isIndexer": false,
1504
+ "hasGetter": true,
1505
+ "hasSetter": false,
1506
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1507
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1508
+ },
1509
+ {
1510
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::SigningKey:Microsoft.IdentityModel.Tokens.SecurityKey",
1511
+ "clrName": "SigningKey",
1512
+ "tsEmitName": "signingKey",
1513
+ "metadataToken": 385875997,
1514
+ "canonicalSignature": ":Microsoft.IdentityModel.Tokens.SecurityKey",
1515
+ "normalizedSignature": "SigningKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=getset",
1516
+ "emitScope": "ClassSurface",
1517
+ "isIndexer": false,
1518
+ "hasGetter": true,
1519
+ "hasSetter": true,
1520
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1521
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1522
+ },
1523
+ {
1524
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Claims:System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
1525
+ "clrName": "Claims",
1526
+ "tsEmitName": "claims",
1527
+ "metadataToken": 385876000,
1528
+ "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[System.Security.Claims.Claim,System.Security.Claims,Version=10.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a]]",
1529
+ "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",
1530
+ "emitScope": "ClassSurface",
1531
+ "isIndexer": false,
1532
+ "hasGetter": true,
1533
+ "hasSetter": false,
1534
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1535
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1536
+ },
1537
+ {
1538
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Alg:System.String",
1539
+ "clrName": "Alg",
1540
+ "tsEmitName": "alg",
1541
+ "metadataToken": 385876003,
1542
+ "canonicalSignature": ":System.String",
1543
+ "normalizedSignature": "Alg|:System.String|static=false|accessor=get",
1544
+ "emitScope": "ClassSurface",
1545
+ "isIndexer": false,
1546
+ "hasGetter": true,
1547
+ "hasSetter": false,
1548
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1549
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1550
+ },
1551
+ {
1552
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Cty:System.String",
1553
+ "clrName": "Cty",
1554
+ "tsEmitName": "cty",
1555
+ "metadataToken": 385876004,
1556
+ "canonicalSignature": ":System.String",
1557
+ "normalizedSignature": "Cty|:System.String|static=false|accessor=get",
1558
+ "emitScope": "ClassSurface",
1559
+ "isIndexer": false,
1560
+ "hasGetter": true,
1561
+ "hasSetter": false,
1562
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1563
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1564
+ },
1565
+ {
1566
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Enc:System.String",
1567
+ "clrName": "Enc",
1568
+ "tsEmitName": "enc",
1569
+ "metadataToken": 385876005,
1570
+ "canonicalSignature": ":System.String",
1571
+ "normalizedSignature": "Enc|:System.String|static=false|accessor=get",
1572
+ "emitScope": "ClassSurface",
1573
+ "isIndexer": false,
1574
+ "hasGetter": true,
1575
+ "hasSetter": false,
1576
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1577
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1578
+ },
1579
+ {
1580
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Kid:System.String",
1581
+ "clrName": "Kid",
1582
+ "tsEmitName": "kid",
1583
+ "metadataToken": 385876006,
1584
+ "canonicalSignature": ":System.String",
1585
+ "normalizedSignature": "Kid|:System.String|static=false|accessor=get",
1586
+ "emitScope": "ClassSurface",
1587
+ "isIndexer": false,
1588
+ "hasGetter": true,
1589
+ "hasSetter": false,
1590
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1591
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1592
+ },
1593
+ {
1594
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Typ:System.String",
1595
+ "clrName": "Typ",
1596
+ "tsEmitName": "typ",
1597
+ "metadataToken": 385876007,
1598
+ "canonicalSignature": ":System.String",
1599
+ "normalizedSignature": "Typ|:System.String|static=false|accessor=get",
1600
+ "emitScope": "ClassSurface",
1601
+ "isIndexer": false,
1602
+ "hasGetter": true,
1603
+ "hasSetter": false,
1604
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1605
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1606
+ },
1607
+ {
1608
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::X5t:System.String",
1609
+ "clrName": "X5t",
1610
+ "tsEmitName": "x5t",
1611
+ "metadataToken": 385876008,
1612
+ "canonicalSignature": ":System.String",
1613
+ "normalizedSignature": "X5t|:System.String|static=false|accessor=get",
1614
+ "emitScope": "ClassSurface",
1615
+ "isIndexer": false,
1616
+ "hasGetter": true,
1617
+ "hasSetter": false,
1618
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1619
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1620
+ },
1621
+ {
1622
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Zip:System.String",
1623
+ "clrName": "Zip",
1624
+ "tsEmitName": "zip",
1625
+ "metadataToken": 385876009,
1626
+ "canonicalSignature": ":System.String",
1627
+ "normalizedSignature": "Zip|:System.String|static=false|accessor=get",
1628
+ "emitScope": "ClassSurface",
1629
+ "isIndexer": false,
1630
+ "hasGetter": true,
1631
+ "hasSetter": false,
1632
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1633
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1634
+ },
1635
+ {
1636
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Actor:System.String",
1637
+ "clrName": "Actor",
1638
+ "tsEmitName": "actor",
1639
+ "metadataToken": 385876010,
1640
+ "canonicalSignature": ":System.String",
1641
+ "normalizedSignature": "Actor|:System.String|static=false|accessor=get",
1642
+ "emitScope": "ClassSurface",
1643
+ "isIndexer": false,
1644
+ "hasGetter": true,
1645
+ "hasSetter": false,
1646
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1647
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1648
+ },
1649
+ {
1650
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Audiences:System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1651
+ "clrName": "Audiences",
1652
+ "tsEmitName": "audiences",
1653
+ "metadataToken": 385876011,
1654
+ "canonicalSignature": ":System.Collections.Generic.IEnumerable_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1655
+ "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",
1656
+ "emitScope": "ClassSurface",
1657
+ "isIndexer": false,
1658
+ "hasGetter": true,
1659
+ "hasSetter": false,
1660
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1661
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1662
+ },
1663
+ {
1664
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Azp:System.String",
1665
+ "clrName": "Azp",
1666
+ "tsEmitName": "azp",
1667
+ "metadataToken": 385876012,
1668
+ "canonicalSignature": ":System.String",
1669
+ "normalizedSignature": "Azp|:System.String|static=false|accessor=get",
1670
+ "emitScope": "ClassSurface",
1671
+ "isIndexer": false,
1672
+ "hasGetter": true,
1673
+ "hasSetter": false,
1674
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1675
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1676
+ },
1677
+ {
1678
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::IssuedAt:System.DateTime",
1679
+ "clrName": "IssuedAt",
1680
+ "tsEmitName": "issuedAt",
1681
+ "metadataToken": 385876013,
1682
+ "canonicalSignature": ":System.DateTime",
1683
+ "normalizedSignature": "IssuedAt|:System.DateTime|static=false|accessor=get",
1684
+ "emitScope": "ClassSurface",
1685
+ "isIndexer": false,
1686
+ "hasGetter": true,
1687
+ "hasSetter": false,
1688
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1689
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1690
+ },
1691
+ {
1692
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Issuer:System.String",
1693
+ "clrName": "Issuer",
1694
+ "tsEmitName": "issuer",
1695
+ "metadataToken": 385876014,
1696
+ "canonicalSignature": ":System.String",
1697
+ "normalizedSignature": "Issuer|:System.String|static=false|accessor=get",
1698
+ "emitScope": "ClassSurface",
1699
+ "isIndexer": false,
1700
+ "hasGetter": true,
1701
+ "hasSetter": false,
1702
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1703
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1704
+ },
1705
+ {
1706
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Id:System.String",
1707
+ "clrName": "Id",
1708
+ "tsEmitName": "id",
1709
+ "metadataToken": 385876015,
1710
+ "canonicalSignature": ":System.String",
1711
+ "normalizedSignature": "Id|:System.String|static=false|accessor=get",
1712
+ "emitScope": "ClassSurface",
1713
+ "isIndexer": false,
1714
+ "hasGetter": true,
1715
+ "hasSetter": false,
1716
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1717
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1718
+ },
1719
+ {
1720
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::Subject:System.String",
1721
+ "clrName": "Subject",
1722
+ "tsEmitName": "subject",
1723
+ "metadataToken": 385876016,
1724
+ "canonicalSignature": ":System.String",
1725
+ "normalizedSignature": "Subject|:System.String|static=false|accessor=get",
1726
+ "emitScope": "ClassSurface",
1727
+ "isIndexer": false,
1728
+ "hasGetter": true,
1729
+ "hasSetter": false,
1730
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1731
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1732
+ },
1733
+ {
1734
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ValidFrom:System.DateTime",
1735
+ "clrName": "ValidFrom",
1736
+ "tsEmitName": "validFrom",
1737
+ "metadataToken": 385876017,
1738
+ "canonicalSignature": ":System.DateTime",
1739
+ "normalizedSignature": "ValidFrom|:System.DateTime|static=false|accessor=get",
1740
+ "emitScope": "ClassSurface",
1741
+ "isIndexer": false,
1742
+ "hasGetter": true,
1743
+ "hasSetter": false,
1744
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1745
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1746
+ },
1747
+ {
1748
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::ValidTo:System.DateTime",
1749
+ "clrName": "ValidTo",
1750
+ "tsEmitName": "validTo",
1751
+ "metadataToken": 385876019,
1752
+ "canonicalSignature": ":System.DateTime",
1753
+ "normalizedSignature": "ValidTo|:System.DateTime|static=false|accessor=get",
1754
+ "emitScope": "ClassSurface",
1755
+ "isIndexer": false,
1756
+ "hasGetter": true,
1757
+ "hasSetter": false,
1758
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1759
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1760
+ }
1761
+ ],
1762
+ "fields": [],
1763
+ "events": [],
1764
+ "constructors": [
1765
+ {
1766
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::.ctor(System.String):void",
1767
+ "metadataToken": 100663306,
1768
+ "canonicalSignature": "(System.String):void",
1769
+ "normalizedSignature": "constructor|(System.String):void|static=false",
1770
+ "isStatic": false,
1771
+ "parameterCount": 1,
1772
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1773
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1774
+ },
1775
+ {
1776
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::.ctor(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
1777
+ "metadataToken": 100663307,
1778
+ "canonicalSignature": "(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void",
1779
+ "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
1780
+ "isStatic": false,
1781
+ "parameterCount": 1,
1782
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1783
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1784
+ },
1785
+ {
1786
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken::.ctor(System.String,System.String):void",
1787
+ "metadataToken": 100663308,
1788
+ "canonicalSignature": "(System.String,System.String):void",
1789
+ "normalizedSignature": "constructor|(System.String,System.String):void|static=false",
1790
+ "isStatic": false,
1791
+ "parameterCount": 2,
1792
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1793
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
1794
+ }
1795
+ ],
1796
+ "exposedMethods": [
1797
+ {
1798
+ "tsName": "toString",
1799
+ "isStatic": false,
1800
+ "tsSignatureId": "ToString|():System.String|static=false",
1801
+ "target": {
1802
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1803
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1804
+ "metadataToken": 100663357
1805
+ }
1806
+ },
1807
+ {
1808
+ "tsName": "unsafeToString",
1809
+ "isStatic": false,
1810
+ "tsSignatureId": "UnsafeToString|():System.String|static=false",
1811
+ "target": {
1812
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1813
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1814
+ "metadataToken": 100663358
1815
+ }
1816
+ },
1817
+ {
1818
+ "tsName": "getClaim",
1819
+ "isStatic": false,
1820
+ "tsSignatureId": "GetClaim|(System.String):System.Security.Claims.Claim|static=false",
1821
+ "target": {
1822
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1823
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1824
+ "metadataToken": 100663360
1825
+ }
1826
+ },
1827
+ {
1828
+ "tsName": "tryGetClaim",
1829
+ "isStatic": false,
1830
+ "tsSignatureId": "TryGetClaim|(System.String,System.Security.Claims.Claim\u0026):System.Boolean|static=false",
1831
+ "target": {
1832
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1833
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1834
+ "metadataToken": 100663364
1835
+ }
1836
+ },
1837
+ {
1838
+ "tsName": "getHeaderValue",
1839
+ "isStatic": false,
1840
+ "tsSignatureId": "GetHeaderValue|(System.String):T|static=false",
1841
+ "target": {
1842
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1843
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1844
+ "metadataToken": 100663366
1845
+ }
1846
+ },
1847
+ {
1848
+ "tsName": "getPayloadValue",
1849
+ "isStatic": false,
1850
+ "tsSignatureId": "GetPayloadValue|(System.String):T|static=false",
1851
+ "target": {
1852
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1853
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1854
+ "metadataToken": 100663367
1855
+ }
1856
+ },
1857
+ {
1858
+ "tsName": "tryGetValue",
1859
+ "isStatic": false,
1860
+ "tsSignatureId": "TryGetValue|(System.String,T\u0026):System.Boolean|static=false",
1861
+ "target": {
1862
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1863
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1864
+ "metadataToken": 100663368
1865
+ }
1866
+ },
1867
+ {
1868
+ "tsName": "tryGetHeaderValue",
1869
+ "isStatic": false,
1870
+ "tsSignatureId": "TryGetHeaderValue|(System.String,T\u0026):System.Boolean|static=false",
1871
+ "target": {
1872
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1873
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1874
+ "metadataToken": 100663369
1875
+ }
1876
+ },
1877
+ {
1878
+ "tsName": "tryGetPayloadValue",
1879
+ "isStatic": false,
1880
+ "tsSignatureId": "TryGetPayloadValue|(System.String,T\u0026):System.Boolean|static=false",
1881
+ "target": {
1882
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1883
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1884
+ "metadataToken": 100663370
1885
+ }
1886
+ },
1887
+ {
1888
+ "tsName": "unsafeToString$view",
1889
+ "isStatic": false,
1890
+ "tsSignatureId": "UnsafeToString|():System.String|static=false",
1891
+ "target": {
1892
+ "declaringClrType": "Microsoft.IdentityModel.Logging.ISafeLogSecurityArtifact",
1893
+ "declaringAssemblyName": "Microsoft.IdentityModel.Logging",
1894
+ "metadataToken": 100663332
1895
+ }
1896
+ }
1897
+ ],
1898
+ "exposedProperties": [
1899
+ {
1900
+ "tsName": "authenticationTag",
1901
+ "isStatic": false,
1902
+ "tsSignatureId": "AuthenticationTag|:System.String|static=false|accessor=get",
1903
+ "target": {
1904
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1905
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1906
+ "metadataToken": 385875974
1907
+ }
1908
+ },
1909
+ {
1910
+ "tsName": "ciphertext",
1911
+ "isStatic": false,
1912
+ "tsSignatureId": "Ciphertext|:System.String|static=false|accessor=get",
1913
+ "target": {
1914
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1915
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1916
+ "metadataToken": 385875976
1917
+ }
1918
+ },
1919
+ {
1920
+ "tsName": "encodedHeader",
1921
+ "isStatic": false,
1922
+ "tsSignatureId": "EncodedHeader|:System.String|static=false|accessor=get",
1923
+ "target": {
1924
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1925
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1926
+ "metadataToken": 385875982
1927
+ }
1928
+ },
1929
+ {
1930
+ "tsName": "encryptedKey",
1931
+ "isStatic": false,
1932
+ "tsSignatureId": "EncryptedKey|:System.String|static=false|accessor=get",
1933
+ "target": {
1934
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1935
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1936
+ "metadataToken": 385875983
1937
+ }
1938
+ },
1939
+ {
1940
+ "tsName": "encodedPayload",
1941
+ "isStatic": false,
1942
+ "tsSignatureId": "EncodedPayload|:System.String|static=false|accessor=get",
1943
+ "target": {
1944
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1945
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1946
+ "metadataToken": 385875985
1947
+ }
1948
+ },
1949
+ {
1950
+ "tsName": "encodedSignature",
1951
+ "isStatic": false,
1952
+ "tsSignatureId": "EncodedSignature|:System.String|static=false|accessor=get",
1953
+ "target": {
1954
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1955
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1956
+ "metadataToken": 385875986
1957
+ }
1958
+ },
1959
+ {
1960
+ "tsName": "encodedToken",
1961
+ "isStatic": false,
1962
+ "tsSignatureId": "EncodedToken|:System.String|static=false|accessor=get",
1963
+ "target": {
1964
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1965
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1966
+ "metadataToken": 385875987
1967
+ }
1968
+ },
1969
+ {
1970
+ "tsName": "initializationVector",
1971
+ "isStatic": false,
1972
+ "tsSignatureId": "InitializationVector|:System.String|static=false|accessor=get",
1973
+ "target": {
1974
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1975
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1976
+ "metadataToken": 385875991
1977
+ }
1978
+ },
1979
+ {
1980
+ "tsName": "innerToken",
1981
+ "isStatic": false,
1982
+ "tsSignatureId": "InnerToken|:Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false|accessor=get",
1983
+ "target": {
1984
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1985
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1986
+ "metadataToken": 385875992
1987
+ }
1988
+ },
1989
+ {
1990
+ "tsName": "isEncrypted",
1991
+ "isStatic": false,
1992
+ "tsSignatureId": "IsEncrypted|:System.Boolean|static=false|accessor=get",
1993
+ "target": {
1994
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
1995
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
1996
+ "metadataToken": 385875993
1997
+ }
1998
+ },
1999
+ {
2000
+ "tsName": "isSigned",
2001
+ "isStatic": false,
2002
+ "tsSignatureId": "IsSigned|:System.Boolean|static=false|accessor=get",
2003
+ "target": {
2004
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2005
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2006
+ "metadataToken": 385875994
2007
+ }
2008
+ },
2009
+ {
2010
+ "tsName": "securityKey",
2011
+ "isStatic": false,
2012
+ "tsSignatureId": "SecurityKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=get",
2013
+ "target": {
2014
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2015
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2016
+ "metadataToken": 385875996
2017
+ }
2018
+ },
2019
+ {
2020
+ "tsName": "signingKey",
2021
+ "isStatic": false,
2022
+ "tsSignatureId": "SigningKey|:Microsoft.IdentityModel.Tokens.SecurityKey|static=false|accessor=getset",
2023
+ "target": {
2024
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2025
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2026
+ "metadataToken": 385875997
2027
+ }
2028
+ },
2029
+ {
2030
+ "tsName": "claims",
2031
+ "isStatic": false,
2032
+ "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",
2033
+ "target": {
2034
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2035
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2036
+ "metadataToken": 385876000
2037
+ }
2038
+ },
2039
+ {
2040
+ "tsName": "alg",
2041
+ "isStatic": false,
2042
+ "tsSignatureId": "Alg|:System.String|static=false|accessor=get",
2043
+ "target": {
2044
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2045
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2046
+ "metadataToken": 385876003
2047
+ }
2048
+ },
2049
+ {
2050
+ "tsName": "cty",
2051
+ "isStatic": false,
2052
+ "tsSignatureId": "Cty|:System.String|static=false|accessor=get",
2053
+ "target": {
2054
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2055
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2056
+ "metadataToken": 385876004
2057
+ }
2058
+ },
2059
+ {
2060
+ "tsName": "enc",
2061
+ "isStatic": false,
2062
+ "tsSignatureId": "Enc|:System.String|static=false|accessor=get",
2063
+ "target": {
2064
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2065
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2066
+ "metadataToken": 385876005
2067
+ }
2068
+ },
2069
+ {
2070
+ "tsName": "kid",
2071
+ "isStatic": false,
2072
+ "tsSignatureId": "Kid|:System.String|static=false|accessor=get",
2073
+ "target": {
2074
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2075
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2076
+ "metadataToken": 385876006
2077
+ }
2078
+ },
2079
+ {
2080
+ "tsName": "typ",
2081
+ "isStatic": false,
2082
+ "tsSignatureId": "Typ|:System.String|static=false|accessor=get",
2083
+ "target": {
2084
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2085
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2086
+ "metadataToken": 385876007
2087
+ }
2088
+ },
2089
+ {
2090
+ "tsName": "x5t",
2091
+ "isStatic": false,
2092
+ "tsSignatureId": "X5t|:System.String|static=false|accessor=get",
2093
+ "target": {
2094
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2095
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2096
+ "metadataToken": 385876008
2097
+ }
2098
+ },
2099
+ {
2100
+ "tsName": "zip",
2101
+ "isStatic": false,
2102
+ "tsSignatureId": "Zip|:System.String|static=false|accessor=get",
2103
+ "target": {
2104
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2105
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2106
+ "metadataToken": 385876009
2107
+ }
2108
+ },
2109
+ {
2110
+ "tsName": "actor",
2111
+ "isStatic": false,
2112
+ "tsSignatureId": "Actor|:System.String|static=false|accessor=get",
2113
+ "target": {
2114
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2115
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2116
+ "metadataToken": 385876010
2117
+ }
2118
+ },
2119
+ {
2120
+ "tsName": "audiences",
2121
+ "isStatic": false,
2122
+ "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",
2123
+ "target": {
2124
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2125
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2126
+ "metadataToken": 385876011
2127
+ }
2128
+ },
2129
+ {
2130
+ "tsName": "azp",
2131
+ "isStatic": false,
2132
+ "tsSignatureId": "Azp|:System.String|static=false|accessor=get",
2133
+ "target": {
2134
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2135
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2136
+ "metadataToken": 385876012
2137
+ }
2138
+ },
2139
+ {
2140
+ "tsName": "issuedAt",
2141
+ "isStatic": false,
2142
+ "tsSignatureId": "IssuedAt|:System.DateTime|static=false|accessor=get",
2143
+ "target": {
2144
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2145
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2146
+ "metadataToken": 385876013
2147
+ }
2148
+ },
2149
+ {
2150
+ "tsName": "issuer",
2151
+ "isStatic": false,
2152
+ "tsSignatureId": "Issuer|:System.String|static=false|accessor=get",
2153
+ "target": {
2154
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2155
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2156
+ "metadataToken": 385876014
2157
+ }
2158
+ },
2159
+ {
2160
+ "tsName": "id",
2161
+ "isStatic": false,
2162
+ "tsSignatureId": "Id|:System.String|static=false|accessor=get",
2163
+ "target": {
2164
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2165
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2166
+ "metadataToken": 385876015
2167
+ }
2168
+ },
2169
+ {
2170
+ "tsName": "subject",
2171
+ "isStatic": false,
2172
+ "tsSignatureId": "Subject|:System.String|static=false|accessor=get",
2173
+ "target": {
2174
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2175
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2176
+ "metadataToken": 385876016
2177
+ }
2178
+ },
2179
+ {
2180
+ "tsName": "validFrom",
2181
+ "isStatic": false,
2182
+ "tsSignatureId": "ValidFrom|:System.DateTime|static=false|accessor=get",
2183
+ "target": {
2184
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2185
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2186
+ "metadataToken": 385876017
2187
+ }
2188
+ },
2189
+ {
2190
+ "tsName": "validTo",
2191
+ "isStatic": false,
2192
+ "tsSignatureId": "ValidTo|:System.DateTime|static=false|accessor=get",
2193
+ "target": {
2194
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2195
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2196
+ "metadataToken": 385876019
2197
+ }
2198
+ }
2199
+ ],
2200
+ "exposedConstructors": [
2201
+ {
2202
+ "isStatic": false,
2203
+ "tsSignatureId": "constructor|(System.String):void|static=false",
2204
+ "target": {
2205
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2206
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2207
+ "metadataToken": 100663306
2208
+ }
2209
+ },
2210
+ {
2211
+ "isStatic": false,
2212
+ "tsSignatureId": "constructor|(System.ReadOnlyMemory_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
2213
+ "target": {
2214
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2215
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2216
+ "metadataToken": 100663307
2217
+ }
2218
+ },
2219
+ {
2220
+ "isStatic": false,
2221
+ "tsSignatureId": "constructor|(System.String,System.String):void|static=false",
2222
+ "target": {
2223
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2224
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2225
+ "metadataToken": 100663308
2226
+ }
2227
+ }
2228
+ ]
2229
+ },
2230
+ {
2231
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2232
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2233
+ "tsEmitName": "JsonWebTokenHandler",
2234
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2235
+ "metadataToken": 0,
2236
+ "methods": [
2237
+ {
2238
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String):System.String",
2239
+ "clrName": "CreateToken",
2240
+ "tsEmitName": "createToken",
2241
+ "metadataToken": 100663396,
2242
+ "canonicalSignature": "(System.String):System.String",
2243
+ "normalizedSignature": "CreateToken|(System.String):System.String|static=false",
2244
+ "emitScope": "ClassSurface",
2245
+ "arity": 0,
2246
+ "parameterCount": 1,
2247
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2248
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2249
+ "isExtensionMethod": false
2250
+ },
2251
+ {
2252
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2253
+ "clrName": "CreateToken",
2254
+ "tsEmitName": "createToken",
2255
+ "metadataToken": 100663397,
2256
+ "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2257
+ "normalizedSignature": "CreateToken|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2258
+ "emitScope": "ClassSurface",
2259
+ "arity": 0,
2260
+ "parameterCount": 2,
2261
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2262
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2263
+ "isExtensionMethod": false
2264
+ },
2265
+ {
2266
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
2267
+ "clrName": "CreateToken",
2268
+ "tsEmitName": "createToken",
2269
+ "metadataToken": 100663398,
2270
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
2271
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=false",
2272
+ "emitScope": "ClassSurface",
2273
+ "arity": 0,
2274
+ "parameterCount": 2,
2275
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2276
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2277
+ "isExtensionMethod": false
2278
+ },
2279
+ {
2280
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2281
+ "clrName": "CreateToken",
2282
+ "tsEmitName": "createToken",
2283
+ "metadataToken": 100663399,
2284
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2285
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2286
+ "emitScope": "ClassSurface",
2287
+ "arity": 0,
2288
+ "parameterCount": 3,
2289
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2290
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2291
+ "isExtensionMethod": false
2292
+ },
2293
+ {
2294
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String",
2295
+ "clrName": "CreateToken",
2296
+ "tsEmitName": "createToken",
2297
+ "metadataToken": 100663400,
2298
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String",
2299
+ "normalizedSignature": "CreateToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String|static=false",
2300
+ "emitScope": "ClassSurface",
2301
+ "arity": 0,
2302
+ "parameterCount": 1,
2303
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2304
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2305
+ "isExtensionMethod": false
2306
+ },
2307
+ {
2308
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
2309
+ "clrName": "CreateToken",
2310
+ "tsEmitName": "createToken",
2311
+ "metadataToken": 100663402,
2312
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
2313
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
2314
+ "emitScope": "ClassSurface",
2315
+ "arity": 0,
2316
+ "parameterCount": 2,
2317
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2318
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2319
+ "isExtensionMethod": false
2320
+ },
2321
+ {
2322
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2323
+ "clrName": "CreateToken",
2324
+ "tsEmitName": "createToken",
2325
+ "metadataToken": 100663403,
2326
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2327
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2328
+ "emitScope": "ClassSurface",
2329
+ "arity": 0,
2330
+ "parameterCount": 3,
2331
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2332
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2333
+ "isExtensionMethod": false
2334
+ },
2335
+ {
2336
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
2337
+ "clrName": "CreateToken",
2338
+ "tsEmitName": "createToken",
2339
+ "metadataToken": 100663404,
2340
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
2341
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
2342
+ "emitScope": "ClassSurface",
2343
+ "arity": 0,
2344
+ "parameterCount": 3,
2345
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2346
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2347
+ "isExtensionMethod": false
2348
+ },
2349
+ {
2350
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2351
+ "clrName": "CreateToken",
2352
+ "tsEmitName": "createToken",
2353
+ "metadataToken": 100663405,
2354
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2355
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2356
+ "emitScope": "ClassSurface",
2357
+ "arity": 0,
2358
+ "parameterCount": 4,
2359
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2360
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2361
+ "isExtensionMethod": false
2362
+ },
2363
+ {
2364
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
2365
+ "clrName": "CreateToken",
2366
+ "tsEmitName": "createToken",
2367
+ "metadataToken": 100663406,
2368
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
2369
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
2370
+ "emitScope": "ClassSurface",
2371
+ "arity": 0,
2372
+ "parameterCount": 3,
2373
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2374
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2375
+ "isExtensionMethod": false
2376
+ },
2377
+ {
2378
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
2379
+ "clrName": "CreateToken",
2380
+ "tsEmitName": "createToken",
2381
+ "metadataToken": 100663407,
2382
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
2383
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
2384
+ "emitScope": "ClassSurface",
2385
+ "arity": 0,
2386
+ "parameterCount": 4,
2387
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2388
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2389
+ "isExtensionMethod": false
2390
+ },
2391
+ {
2392
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2393
+ "clrName": "CreateToken",
2394
+ "tsEmitName": "createToken",
2395
+ "metadataToken": 100663408,
2396
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2397
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2398
+ "emitScope": "ClassSurface",
2399
+ "arity": 0,
2400
+ "parameterCount": 6,
2401
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2402
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2403
+ "isExtensionMethod": false
2404
+ },
2405
+ {
2406
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CreateToken(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2407
+ "clrName": "CreateToken",
2408
+ "tsEmitName": "createToken",
2409
+ "metadataToken": 100663409,
2410
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2411
+ "normalizedSignature": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2412
+ "emitScope": "ClassSurface",
2413
+ "arity": 0,
2414
+ "parameterCount": 5,
2415
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2416
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2417
+ "isExtensionMethod": false
2418
+ },
2419
+ {
2420
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
2421
+ "clrName": "EncryptToken",
2422
+ "tsEmitName": "encryptToken",
2423
+ "metadataToken": 100663416,
2424
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String",
2425
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
2426
+ "emitScope": "ClassSurface",
2427
+ "arity": 0,
2428
+ "parameterCount": 2,
2429
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2430
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2431
+ "isExtensionMethod": false
2432
+ },
2433
+ {
2434
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2435
+ "clrName": "EncryptToken",
2436
+ "tsEmitName": "encryptToken",
2437
+ "metadataToken": 100663417,
2438
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2439
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2440
+ "emitScope": "ClassSurface",
2441
+ "arity": 0,
2442
+ "parameterCount": 3,
2443
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2444
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2445
+ "isExtensionMethod": false
2446
+ },
2447
+ {
2448
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
2449
+ "clrName": "EncryptToken",
2450
+ "tsEmitName": "encryptToken",
2451
+ "metadataToken": 100663418,
2452
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String",
2453
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
2454
+ "emitScope": "ClassSurface",
2455
+ "arity": 0,
2456
+ "parameterCount": 3,
2457
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2458
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2459
+ "isExtensionMethod": false
2460
+ },
2461
+ {
2462
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::EncryptToken(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2463
+ "clrName": "EncryptToken",
2464
+ "tsEmitName": "encryptToken",
2465
+ "metadataToken": 100663419,
2466
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String",
2467
+ "normalizedSignature": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2468
+ "emitScope": "ClassSurface",
2469
+ "arity": 0,
2470
+ "parameterCount": 4,
2471
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2472
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2473
+ "isExtensionMethod": false
2474
+ },
2475
+ {
2476
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CanReadToken(System.String):System.Boolean",
2477
+ "clrName": "CanReadToken",
2478
+ "tsEmitName": "canReadToken",
2479
+ "metadataToken": 100663431,
2480
+ "canonicalSignature": "(System.String):System.Boolean",
2481
+ "normalizedSignature": "CanReadToken|(System.String):System.Boolean|static=false",
2482
+ "emitScope": "ClassSurface",
2483
+ "arity": 0,
2484
+ "parameterCount": 1,
2485
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2486
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2487
+ "isExtensionMethod": false
2488
+ },
2489
+ {
2490
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::DecryptToken(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
2491
+ "clrName": "DecryptToken",
2492
+ "tsEmitName": "decryptToken",
2493
+ "metadataToken": 100663441,
2494
+ "canonicalSignature": "(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String",
2495
+ "normalizedSignature": "DecryptToken|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String|static=false",
2496
+ "emitScope": "ClassSurface",
2497
+ "arity": 0,
2498
+ "parameterCount": 2,
2499
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2500
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2501
+ "isExtensionMethod": false
2502
+ },
2503
+ {
2504
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ReadJsonWebToken(System.String):Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2505
+ "clrName": "ReadJsonWebToken",
2506
+ "tsEmitName": "readJsonWebToken",
2507
+ "metadataToken": 100663445,
2508
+ "canonicalSignature": "(System.String):Microsoft.IdentityModel.JsonWebTokens.JsonWebToken",
2509
+ "normalizedSignature": "ReadJsonWebToken|(System.String):Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false",
2510
+ "emitScope": "ClassSurface",
2511
+ "arity": 0,
2512
+ "parameterCount": 1,
2513
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2514
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2515
+ "isExtensionMethod": false
2516
+ },
2517
+ {
2518
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ReadToken(System.String):Microsoft.IdentityModel.Tokens.SecurityToken",
2519
+ "clrName": "ReadToken",
2520
+ "tsEmitName": "readToken",
2521
+ "metadataToken": 100663446,
2522
+ "canonicalSignature": "(System.String):Microsoft.IdentityModel.Tokens.SecurityToken",
2523
+ "normalizedSignature": "ReadToken|(System.String):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
2524
+ "emitScope": "ClassSurface",
2525
+ "arity": 0,
2526
+ "parameterCount": 1,
2527
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2528
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2529
+ "isExtensionMethod": false
2530
+ },
2531
+ {
2532
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateToken(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.TokenValidationResult",
2533
+ "clrName": "ValidateToken",
2534
+ "tsEmitName": "validateToken",
2535
+ "metadataToken": 100663447,
2536
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.TokenValidationResult",
2537
+ "normalizedSignature": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.TokenValidationResult|static=false",
2538
+ "emitScope": "ClassSurface",
2539
+ "arity": 0,
2540
+ "parameterCount": 2,
2541
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2542
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2543
+ "isExtensionMethod": false
2544
+ },
2545
+ {
2546
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
2547
+ "clrName": "ValidateTokenAsync",
2548
+ "tsEmitName": "validateTokenAsync3",
2549
+ "metadataToken": 100663448,
2550
+ "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]]",
2551
+ "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",
2552
+ "emitScope": "ClassSurface",
2553
+ "arity": 0,
2554
+ "parameterCount": 2,
2555
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2556
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2557
+ "isExtensionMethod": false
2558
+ },
2559
+ {
2560
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
2561
+ "clrName": "ValidateTokenAsync",
2562
+ "tsEmitName": "validateTokenAsync3",
2563
+ "metadataToken": 100663449,
2564
+ "canonicalSignature": "(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]]",
2565
+ "normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Tokens.TokenValidationResult,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=false",
2566
+ "emitScope": "ClassSurface",
2567
+ "arity": 0,
2568
+ "parameterCount": 2,
2569
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2570
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2571
+ "isExtensionMethod": false
2572
+ },
2573
+ {
2574
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
2575
+ "clrName": "ValidateTokenAsync",
2576
+ "tsEmitName": "validateTokenAsync",
2577
+ "metadataToken": 0,
2578
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
2579
+ "normalizedSignature": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
2580
+ "emitScope": "ClassSurface",
2581
+ "arity": 0,
2582
+ "parameterCount": 2,
2583
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2584
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2585
+ "isExtensionMethod": false
2586
+ },
2587
+ {
2588
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ValidateTokenAsync(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
2589
+ "clrName": "ValidateTokenAsync",
2590
+ "tsEmitName": "validateTokenAsync2",
2591
+ "metadataToken": 0,
2592
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1",
2593
+ "normalizedSignature": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
2594
+ "emitScope": "ClassSurface",
2595
+ "arity": 0,
2596
+ "parameterCount": 2,
2597
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2598
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2599
+ "isExtensionMethod": false
2600
+ }
2601
+ ],
2602
+ "properties": [
2603
+ {
2604
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::TokenType:System.Type",
2605
+ "clrName": "TokenType",
2606
+ "tsEmitName": "tokenType",
2607
+ "metadataToken": 385876021,
2608
+ "canonicalSignature": ":System.Type",
2609
+ "normalizedSignature": "TokenType|:System.Type|static=false|accessor=get",
2610
+ "emitScope": "ClassSurface",
2611
+ "isIndexer": false,
2612
+ "hasGetter": true,
2613
+ "hasSetter": false,
2614
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2615
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2616
+ },
2617
+ {
2618
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::ShortClaimTypeProperty:System.String",
2619
+ "clrName": "ShortClaimTypeProperty",
2620
+ "tsEmitName": "shortClaimTypeProperty",
2621
+ "metadataToken": 385876022,
2622
+ "canonicalSignature": ":System.String",
2623
+ "normalizedSignature": "ShortClaimTypeProperty|:System.String|static=true|accessor=getset",
2624
+ "emitScope": "ClassSurface",
2625
+ "isIndexer": false,
2626
+ "hasGetter": true,
2627
+ "hasSetter": true,
2628
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2629
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2630
+ },
2631
+ {
2632
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::MapInboundClaims:System.Boolean",
2633
+ "clrName": "MapInboundClaims",
2634
+ "tsEmitName": "mapInboundClaims",
2635
+ "metadataToken": 385876023,
2636
+ "canonicalSignature": ":System.Boolean",
2637
+ "normalizedSignature": "MapInboundClaims|:System.Boolean|static=false|accessor=getset",
2638
+ "emitScope": "ClassSurface",
2639
+ "isIndexer": false,
2640
+ "hasGetter": true,
2641
+ "hasSetter": true,
2642
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2643
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2644
+ },
2645
+ {
2646
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::InboundClaimTypeMap:System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2647
+ "clrName": "InboundClaimTypeMap",
2648
+ "tsEmitName": "inboundClaimTypeMap",
2649
+ "metadataToken": 385876024,
2650
+ "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]]",
2651
+ "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",
2652
+ "emitScope": "ClassSurface",
2653
+ "isIndexer": false,
2654
+ "hasGetter": true,
2655
+ "hasSetter": true,
2656
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2657
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2658
+ },
2659
+ {
2660
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::CanValidateToken:System.Boolean",
2661
+ "clrName": "CanValidateToken",
2662
+ "tsEmitName": "canValidateToken",
2663
+ "metadataToken": 385876025,
2664
+ "canonicalSignature": ":System.Boolean",
2665
+ "normalizedSignature": "CanValidateToken|:System.Boolean|static=false|accessor=get",
2666
+ "emitScope": "ClassSurface",
2667
+ "isIndexer": false,
2668
+ "hasGetter": true,
2669
+ "hasSetter": false,
2670
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2671
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2672
+ }
2673
+ ],
2674
+ "fields": [
2675
+ {
2676
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::DefaultInboundClaimTypeMapSystem.Collections.Generic.IDictionary\u00602[[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e],[System.String, System.Private.CoreLib, Version=10.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]",
2677
+ "clrName": "DefaultInboundClaimTypeMap",
2678
+ "tsEmitName": "defaultInboundClaimTypeMap",
2679
+ "metadataToken": 67108931,
2680
+ "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",
2681
+ "isStatic": true,
2682
+ "isReadOnly": false,
2683
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2684
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2685
+ },
2686
+ {
2687
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::DefaultMapInboundClaimsSystem.Boolean",
2688
+ "clrName": "DefaultMapInboundClaims",
2689
+ "tsEmitName": "defaultMapInboundClaims",
2690
+ "metadataToken": 67108932,
2691
+ "normalizedSignature": "DefaultMapInboundClaims|System.Boolean|static=true|const=false",
2692
+ "isStatic": true,
2693
+ "isReadOnly": false,
2694
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2695
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2696
+ },
2697
+ {
2698
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::Base64UrlEncodedUnsignedJWSHeaderSystem.String",
2699
+ "clrName": "Base64UrlEncodedUnsignedJWSHeader",
2700
+ "tsEmitName": "base64UrlEncodedUnsignedJWSHeader",
2701
+ "metadataToken": 67108933,
2702
+ "normalizedSignature": "Base64UrlEncodedUnsignedJWSHeader|System.String|static=true|const=true",
2703
+ "isStatic": true,
2704
+ "isReadOnly": false,
2705
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2706
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2707
+ }
2708
+ ],
2709
+ "events": [],
2710
+ "constructors": [
2711
+ {
2712
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler::.ctor():void",
2713
+ "metadataToken": 100663423,
2714
+ "canonicalSignature": "():void",
2715
+ "normalizedSignature": "constructor|():void|static=false",
2716
+ "isStatic": false,
2717
+ "parameterCount": 0,
2718
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2719
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
2720
+ }
2721
+ ],
2722
+ "exposedMethods": [
2723
+ {
2724
+ "tsName": "createToken",
2725
+ "isStatic": false,
2726
+ "tsSignatureId": "CreateToken|(System.String):System.String|static=false",
2727
+ "target": {
2728
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2729
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2730
+ "metadataToken": 100663396
2731
+ }
2732
+ },
2733
+ {
2734
+ "tsName": "createToken",
2735
+ "isStatic": false,
2736
+ "tsSignatureId": "CreateToken|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2737
+ "target": {
2738
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2739
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2740
+ "metadataToken": 100663397
2741
+ }
2742
+ },
2743
+ {
2744
+ "tsName": "createToken",
2745
+ "isStatic": false,
2746
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=false",
2747
+ "target": {
2748
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2749
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2750
+ "metadataToken": 100663398
2751
+ }
2752
+ },
2753
+ {
2754
+ "tsName": "createToken",
2755
+ "isStatic": false,
2756
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2757
+ "target": {
2758
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2759
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2760
+ "metadataToken": 100663399
2761
+ }
2762
+ },
2763
+ {
2764
+ "tsName": "createToken",
2765
+ "isStatic": false,
2766
+ "tsSignatureId": "CreateToken|(Microsoft.IdentityModel.Tokens.SecurityTokenDescriptor):System.String|static=false",
2767
+ "target": {
2768
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2769
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2770
+ "metadataToken": 100663400
2771
+ }
2772
+ },
2773
+ {
2774
+ "tsName": "createToken",
2775
+ "isStatic": false,
2776
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
2777
+ "target": {
2778
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2779
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2780
+ "metadataToken": 100663402
2781
+ }
2782
+ },
2783
+ {
2784
+ "tsName": "createToken",
2785
+ "isStatic": false,
2786
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2787
+ "target": {
2788
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2789
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2790
+ "metadataToken": 100663403
2791
+ }
2792
+ },
2793
+ {
2794
+ "tsName": "createToken",
2795
+ "isStatic": false,
2796
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
2797
+ "target": {
2798
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2799
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2800
+ "metadataToken": 100663404
2801
+ }
2802
+ },
2803
+ {
2804
+ "tsName": "createToken",
2805
+ "isStatic": false,
2806
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2807
+ "target": {
2808
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2809
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2810
+ "metadataToken": 100663405
2811
+ }
2812
+ },
2813
+ {
2814
+ "tsName": "createToken",
2815
+ "isStatic": false,
2816
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
2817
+ "target": {
2818
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2819
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2820
+ "metadataToken": 100663406
2821
+ }
2822
+ },
2823
+ {
2824
+ "tsName": "createToken",
2825
+ "isStatic": false,
2826
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
2827
+ "target": {
2828
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2829
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2830
+ "metadataToken": 100663407
2831
+ }
2832
+ },
2833
+ {
2834
+ "tsName": "createToken",
2835
+ "isStatic": false,
2836
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2837
+ "target": {
2838
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2839
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2840
+ "metadataToken": 100663408
2841
+ }
2842
+ },
2843
+ {
2844
+ "tsName": "createToken",
2845
+ "isStatic": false,
2846
+ "tsSignatureId": "CreateToken|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2847
+ "target": {
2848
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2849
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2850
+ "metadataToken": 100663409
2851
+ }
2852
+ },
2853
+ {
2854
+ "tsName": "encryptToken",
2855
+ "isStatic": false,
2856
+ "tsSignatureId": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials):System.String|static=false",
2857
+ "target": {
2858
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2859
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2860
+ "metadataToken": 100663416
2861
+ }
2862
+ },
2863
+ {
2864
+ "tsName": "encryptToken",
2865
+ "isStatic": false,
2866
+ "tsSignatureId": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2867
+ "target": {
2868
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2869
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2870
+ "metadataToken": 100663417
2871
+ }
2872
+ },
2873
+ {
2874
+ "tsName": "encryptToken",
2875
+ "isStatic": false,
2876
+ "tsSignatureId": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String):System.String|static=false",
2877
+ "target": {
2878
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2879
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2880
+ "metadataToken": 100663418
2881
+ }
2882
+ },
2883
+ {
2884
+ "tsName": "encryptToken",
2885
+ "isStatic": false,
2886
+ "tsSignatureId": "EncryptToken|(System.String,Microsoft.IdentityModel.Tokens.EncryptingCredentials,System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Object,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.String|static=false",
2887
+ "target": {
2888
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2889
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2890
+ "metadataToken": 100663419
2891
+ }
2892
+ },
2893
+ {
2894
+ "tsName": "canReadToken",
2895
+ "isStatic": false,
2896
+ "tsSignatureId": "CanReadToken|(System.String):System.Boolean|static=false",
2897
+ "target": {
2898
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2899
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2900
+ "metadataToken": 100663431
2901
+ }
2902
+ },
2903
+ {
2904
+ "tsName": "decryptToken",
2905
+ "isStatic": false,
2906
+ "tsSignatureId": "DecryptToken|(Microsoft.IdentityModel.JsonWebTokens.JsonWebToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.String|static=false",
2907
+ "target": {
2908
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2909
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2910
+ "metadataToken": 100663441
2911
+ }
2912
+ },
2913
+ {
2914
+ "tsName": "readJsonWebToken",
2915
+ "isStatic": false,
2916
+ "tsSignatureId": "ReadJsonWebToken|(System.String):Microsoft.IdentityModel.JsonWebTokens.JsonWebToken|static=false",
2917
+ "target": {
2918
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2919
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2920
+ "metadataToken": 100663445
2921
+ }
2922
+ },
2923
+ {
2924
+ "tsName": "readToken",
2925
+ "isStatic": false,
2926
+ "tsSignatureId": "ReadToken|(System.String):Microsoft.IdentityModel.Tokens.SecurityToken|static=false",
2927
+ "target": {
2928
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2929
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2930
+ "metadataToken": 100663446
2931
+ }
2932
+ },
2933
+ {
2934
+ "tsName": "validateToken",
2935
+ "isStatic": false,
2936
+ "tsSignatureId": "ValidateToken|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):Microsoft.IdentityModel.Tokens.TokenValidationResult|static=false",
2937
+ "target": {
2938
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2939
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2940
+ "metadataToken": 100663447
2941
+ }
2942
+ },
2943
+ {
2944
+ "tsName": "validateTokenAsync3",
2945
+ "isStatic": false,
2946
+ "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",
2947
+ "target": {
2948
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2949
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2950
+ "metadataToken": 100663448
2951
+ }
2952
+ },
2953
+ {
2954
+ "tsName": "validateTokenAsync3",
2955
+ "isStatic": false,
2956
+ "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",
2957
+ "target": {
2958
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2959
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2960
+ "metadataToken": 100663449
2961
+ }
2962
+ },
2963
+ {
2964
+ "tsName": "validateTokenAsync",
2965
+ "isStatic": false,
2966
+ "tsSignatureId": "ValidateTokenAsync|(System.String,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
2967
+ "target": {
2968
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2969
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2970
+ "metadataToken": 0
2971
+ }
2972
+ },
2973
+ {
2974
+ "tsName": "validateTokenAsync2",
2975
+ "isStatic": false,
2976
+ "tsSignatureId": "ValidateTokenAsync|(Microsoft.IdentityModel.Tokens.SecurityToken,Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Threading.Tasks.Task_1|static=false",
2977
+ "target": {
2978
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2979
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2980
+ "metadataToken": 0
2981
+ }
2982
+ }
2983
+ ],
2984
+ "exposedProperties": [
2985
+ {
2986
+ "tsName": "tokenType",
2987
+ "isStatic": false,
2988
+ "tsSignatureId": "TokenType|:System.Type|static=false|accessor=get",
2989
+ "target": {
2990
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
2991
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
2992
+ "metadataToken": 385876021
2993
+ }
2994
+ },
2995
+ {
2996
+ "tsName": "shortClaimTypeProperty",
2997
+ "isStatic": true,
2998
+ "tsSignatureId": "ShortClaimTypeProperty|:System.String|static=true|accessor=getset",
2999
+ "target": {
3000
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3001
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3002
+ "metadataToken": 385876022
3003
+ }
3004
+ },
3005
+ {
3006
+ "tsName": "mapInboundClaims",
3007
+ "isStatic": false,
3008
+ "tsSignatureId": "MapInboundClaims|:System.Boolean|static=false|accessor=getset",
3009
+ "target": {
3010
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3011
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3012
+ "metadataToken": 385876023
3013
+ }
3014
+ },
3015
+ {
3016
+ "tsName": "inboundClaimTypeMap",
3017
+ "isStatic": false,
3018
+ "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",
3019
+ "target": {
3020
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3021
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3022
+ "metadataToken": 385876024
3023
+ }
3024
+ },
3025
+ {
3026
+ "tsName": "canValidateToken",
3027
+ "isStatic": false,
3028
+ "tsSignatureId": "CanValidateToken|:System.Boolean|static=false|accessor=get",
3029
+ "target": {
3030
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3031
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3032
+ "metadataToken": 385876025
3033
+ }
3034
+ },
3035
+ {
3036
+ "tsName": "maximumTokenSizeInBytes",
3037
+ "isStatic": false,
3038
+ "tsSignatureId": "MaximumTokenSizeInBytes|:System.Int32|static=false|accessor=getset",
3039
+ "target": {
3040
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.TokenHandler",
3041
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
3042
+ "metadataToken": 385876169
3043
+ }
3044
+ },
3045
+ {
3046
+ "tsName": "setDefaultTimesOnTokenCreation",
3047
+ "isStatic": false,
3048
+ "tsSignatureId": "SetDefaultTimesOnTokenCreation|:System.Boolean|static=false|accessor=getset",
3049
+ "target": {
3050
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.TokenHandler",
3051
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
3052
+ "metadataToken": 385876170
3053
+ }
3054
+ },
3055
+ {
3056
+ "tsName": "tokenLifetimeInMinutes",
3057
+ "isStatic": false,
3058
+ "tsSignatureId": "TokenLifetimeInMinutes|:System.Int32|static=false|accessor=getset",
3059
+ "target": {
3060
+ "declaringClrType": "Microsoft.IdentityModel.Tokens.TokenHandler",
3061
+ "declaringAssemblyName": "Microsoft.IdentityModel.Tokens",
3062
+ "metadataToken": 385876171
3063
+ }
3064
+ }
3065
+ ],
3066
+ "exposedFields": [
3067
+ {
3068
+ "tsName": "defaultInboundClaimTypeMap",
3069
+ "isStatic": true,
3070
+ "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",
3071
+ "target": {
3072
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3073
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3074
+ "metadataToken": 67108931
3075
+ }
3076
+ },
3077
+ {
3078
+ "tsName": "defaultMapInboundClaims",
3079
+ "isStatic": true,
3080
+ "tsSignatureId": "DefaultMapInboundClaims|System.Boolean|static=true|const=false",
3081
+ "target": {
3082
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3083
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3084
+ "metadataToken": 67108932
3085
+ }
3086
+ },
3087
+ {
3088
+ "tsName": "base64UrlEncodedUnsignedJWSHeader",
3089
+ "isStatic": true,
3090
+ "tsSignatureId": "Base64UrlEncodedUnsignedJWSHeader|System.String|static=true|const=true",
3091
+ "target": {
3092
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3093
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3094
+ "metadataToken": 67108933
3095
+ }
3096
+ }
3097
+ ],
3098
+ "exposedConstructors": [
3099
+ {
3100
+ "isStatic": false,
3101
+ "tsSignatureId": "constructor|():void|static=false",
3102
+ "target": {
3103
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonWebTokenHandler",
3104
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3105
+ "metadataToken": 100663423
3106
+ }
3107
+ }
3108
+ ]
3109
+ },
3110
+ {
3111
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3112
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3113
+ "tsEmitName": "JwtTokenUtilities",
3114
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3115
+ "metadataToken": 0,
3116
+ "methods": [
3117
+ {
3118
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::CreateEncodedSignature(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
3119
+ "clrName": "CreateEncodedSignature",
3120
+ "tsEmitName": "createEncodedSignature",
3121
+ "metadataToken": 100663554,
3122
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String",
3123
+ "normalizedSignature": "CreateEncodedSignature|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=true",
3124
+ "emitScope": "ClassSurface",
3125
+ "arity": 0,
3126
+ "parameterCount": 2,
3127
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3128
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3129
+ "isExtensionMethod": false
3130
+ },
3131
+ {
3132
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::CreateEncodedSignature(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Boolean):System.String",
3133
+ "clrName": "CreateEncodedSignature",
3134
+ "tsEmitName": "createEncodedSignature",
3135
+ "metadataToken": 100663555,
3136
+ "canonicalSignature": "(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Boolean):System.String",
3137
+ "normalizedSignature": "CreateEncodedSignature|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Boolean):System.String|static=true",
3138
+ "emitScope": "ClassSurface",
3139
+ "arity": 0,
3140
+ "parameterCount": 3,
3141
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3142
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3143
+ "isExtensionMethod": false
3144
+ },
3145
+ {
3146
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::GenerateKeyBytes(System.Int32):System.Byte[]",
3147
+ "clrName": "GenerateKeyBytes",
3148
+ "tsEmitName": "generateKeyBytes",
3149
+ "metadataToken": 100663562,
3150
+ "canonicalSignature": "(System.Int32):System.Byte[]",
3151
+ "normalizedSignature": "GenerateKeyBytes|(System.Int32):System.Byte[]|static=true",
3152
+ "emitScope": "ClassSurface",
3153
+ "arity": 0,
3154
+ "parameterCount": 1,
3155
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3156
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3157
+ "isExtensionMethod": false
3158
+ },
3159
+ {
3160
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::GetAllDecryptionKeys(Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Collections.Generic.IEnumerable_1[[Microsoft.IdentityModel.Tokens.SecurityKey,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
3161
+ "clrName": "GetAllDecryptionKeys",
3162
+ "tsEmitName": "getAllDecryptionKeys",
3163
+ "metadataToken": 100663564,
3164
+ "canonicalSignature": "(Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Collections.Generic.IEnumerable_1[[Microsoft.IdentityModel.Tokens.SecurityKey,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
3165
+ "normalizedSignature": "GetAllDecryptionKeys|(Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Collections.Generic.IEnumerable_1[[Microsoft.IdentityModel.Tokens.SecurityKey,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=true",
3166
+ "emitScope": "ClassSurface",
3167
+ "arity": 0,
3168
+ "parameterCount": 1,
3169
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3170
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3171
+ "isExtensionMethod": false
3172
+ }
3173
+ ],
3174
+ "properties": [],
3175
+ "fields": [
3176
+ {
3177
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::RegexJwsSystem.Text.RegularExpressions.Regex",
3178
+ "clrName": "RegexJws",
3179
+ "tsEmitName": "regexJws",
3180
+ "metadataToken": 67109019,
3181
+ "normalizedSignature": "RegexJws|System.Text.RegularExpressions.Regex|static=true|const=false",
3182
+ "isStatic": true,
3183
+ "isReadOnly": false,
3184
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3185
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3186
+ },
3187
+ {
3188
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::RegexJweSystem.Text.RegularExpressions.Regex",
3189
+ "clrName": "RegexJwe",
3190
+ "tsEmitName": "regexJwe",
3191
+ "metadataToken": 67109020,
3192
+ "normalizedSignature": "RegexJwe|System.Text.RegularExpressions.Regex|static=true|const=false",
3193
+ "isStatic": true,
3194
+ "isReadOnly": false,
3195
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3196
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3197
+ }
3198
+ ],
3199
+ "events": [],
3200
+ "constructors": [
3201
+ {
3202
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities::.ctor():void",
3203
+ "metadataToken": 100663572,
3204
+ "canonicalSignature": "():void",
3205
+ "normalizedSignature": "constructor|():void|static=false",
3206
+ "isStatic": false,
3207
+ "parameterCount": 0,
3208
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3209
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3210
+ }
3211
+ ],
3212
+ "exposedMethods": [
3213
+ {
3214
+ "tsName": "createEncodedSignature",
3215
+ "isStatic": true,
3216
+ "tsSignatureId": "CreateEncodedSignature|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials):System.String|static=true",
3217
+ "target": {
3218
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3219
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3220
+ "metadataToken": 100663554
3221
+ }
3222
+ },
3223
+ {
3224
+ "tsName": "createEncodedSignature",
3225
+ "isStatic": true,
3226
+ "tsSignatureId": "CreateEncodedSignature|(System.String,Microsoft.IdentityModel.Tokens.SigningCredentials,System.Boolean):System.String|static=true",
3227
+ "target": {
3228
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3229
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3230
+ "metadataToken": 100663555
3231
+ }
3232
+ },
3233
+ {
3234
+ "tsName": "generateKeyBytes",
3235
+ "isStatic": true,
3236
+ "tsSignatureId": "GenerateKeyBytes|(System.Int32):System.Byte[]|static=true",
3237
+ "target": {
3238
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3239
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3240
+ "metadataToken": 100663562
3241
+ }
3242
+ },
3243
+ {
3244
+ "tsName": "getAllDecryptionKeys",
3245
+ "isStatic": true,
3246
+ "tsSignatureId": "GetAllDecryptionKeys|(Microsoft.IdentityModel.Tokens.TokenValidationParameters):System.Collections.Generic.IEnumerable_1[[Microsoft.IdentityModel.Tokens.SecurityKey,Microsoft.IdentityModel.Tokens,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]|static=true",
3247
+ "target": {
3248
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3249
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3250
+ "metadataToken": 100663564
3251
+ }
3252
+ }
3253
+ ],
3254
+ "exposedFields": [
3255
+ {
3256
+ "tsName": "regexJws",
3257
+ "isStatic": true,
3258
+ "tsSignatureId": "RegexJws|System.Text.RegularExpressions.Regex|static=true|const=false",
3259
+ "target": {
3260
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3261
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3262
+ "metadataToken": 67109019
3263
+ }
3264
+ },
3265
+ {
3266
+ "tsName": "regexJwe",
3267
+ "isStatic": true,
3268
+ "tsSignatureId": "RegexJwe|System.Text.RegularExpressions.Regex|static=true|const=false",
3269
+ "target": {
3270
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3271
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3272
+ "metadataToken": 67109020
3273
+ }
3274
+ }
3275
+ ],
3276
+ "exposedConstructors": [
3277
+ {
3278
+ "isStatic": false,
3279
+ "tsSignatureId": "constructor|():void|static=false",
3280
+ "target": {
3281
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtTokenUtilities",
3282
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3283
+ "metadataToken": 100663572
3284
+ }
3285
+ }
3286
+ ]
3287
+ },
3288
+ {
3289
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3290
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3291
+ "tsEmitName": "JsonClaimValueTypes",
3292
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3293
+ "metadataToken": 0,
3294
+ "methods": [],
3295
+ "properties": [],
3296
+ "fields": [
3297
+ {
3298
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes::JsonSystem.String",
3299
+ "clrName": "Json",
3300
+ "tsEmitName": "json",
3301
+ "metadataToken": 67108871,
3302
+ "normalizedSignature": "Json|System.String|static=true|const=true",
3303
+ "isStatic": true,
3304
+ "isReadOnly": false,
3305
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3306
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3307
+ },
3308
+ {
3309
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes::JsonArraySystem.String",
3310
+ "clrName": "JsonArray",
3311
+ "tsEmitName": "jsonArray",
3312
+ "metadataToken": 67108872,
3313
+ "normalizedSignature": "JsonArray|System.String|static=true|const=true",
3314
+ "isStatic": true,
3315
+ "isReadOnly": false,
3316
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3317
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3318
+ },
3319
+ {
3320
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes::JsonNullSystem.String",
3321
+ "clrName": "JsonNull",
3322
+ "tsEmitName": "jsonNull",
3323
+ "metadataToken": 67108873,
3324
+ "normalizedSignature": "JsonNull|System.String|static=true|const=true",
3325
+ "isStatic": true,
3326
+ "isReadOnly": false,
3327
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3328
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3329
+ }
3330
+ ],
3331
+ "events": [],
3332
+ "constructors": [],
3333
+ "exposedFields": [
3334
+ {
3335
+ "tsName": "json",
3336
+ "isStatic": true,
3337
+ "tsSignatureId": "Json|System.String|static=true|const=true",
3338
+ "target": {
3339
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3340
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3341
+ "metadataToken": 67108871
3342
+ }
3343
+ },
3344
+ {
3345
+ "tsName": "jsonArray",
3346
+ "isStatic": true,
3347
+ "tsSignatureId": "JsonArray|System.String|static=true|const=true",
3348
+ "target": {
3349
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3350
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3351
+ "metadataToken": 67108872
3352
+ }
3353
+ },
3354
+ {
3355
+ "tsName": "jsonNull",
3356
+ "isStatic": true,
3357
+ "tsSignatureId": "JsonNull|System.String|static=true|const=true",
3358
+ "target": {
3359
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JsonClaimValueTypes",
3360
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3361
+ "metadataToken": 67108873
3362
+ }
3363
+ }
3364
+ ]
3365
+ },
3366
+ {
3367
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3368
+ "clrName": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3369
+ "tsEmitName": "JwtConstants",
3370
+ "assemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3371
+ "metadataToken": 0,
3372
+ "methods": [],
3373
+ "properties": [],
3374
+ "fields": [
3375
+ {
3376
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::HeaderTypeSystem.String",
3377
+ "clrName": "HeaderType",
3378
+ "tsEmitName": "headerType",
3379
+ "metadataToken": 67108938,
3380
+ "normalizedSignature": "HeaderType|System.String|static=true|const=true",
3381
+ "isStatic": true,
3382
+ "isReadOnly": false,
3383
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3384
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3385
+ },
3386
+ {
3387
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::HeaderTypeAltSystem.String",
3388
+ "clrName": "HeaderTypeAlt",
3389
+ "tsEmitName": "headerTypeAlt",
3390
+ "metadataToken": 67108939,
3391
+ "normalizedSignature": "HeaderTypeAlt|System.String|static=true|const=true",
3392
+ "isStatic": true,
3393
+ "isReadOnly": false,
3394
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3395
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3396
+ },
3397
+ {
3398
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::TokenTypeSystem.String",
3399
+ "clrName": "TokenType",
3400
+ "tsEmitName": "tokenType",
3401
+ "metadataToken": 67108940,
3402
+ "normalizedSignature": "TokenType|System.String|static=true|const=true",
3403
+ "isStatic": true,
3404
+ "isReadOnly": false,
3405
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3406
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3407
+ },
3408
+ {
3409
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::TokenTypeAltSystem.String",
3410
+ "clrName": "TokenTypeAlt",
3411
+ "tsEmitName": "tokenTypeAlt",
3412
+ "metadataToken": 67108941,
3413
+ "normalizedSignature": "TokenTypeAlt|System.String|static=true|const=true",
3414
+ "isStatic": true,
3415
+ "isReadOnly": false,
3416
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3417
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3418
+ },
3419
+ {
3420
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JsonCompactSerializationRegexSystem.String",
3421
+ "clrName": "JsonCompactSerializationRegex",
3422
+ "tsEmitName": "jsonCompactSerializationRegex",
3423
+ "metadataToken": 67108942,
3424
+ "normalizedSignature": "JsonCompactSerializationRegex|System.String|static=true|const=true",
3425
+ "isStatic": true,
3426
+ "isReadOnly": false,
3427
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3428
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3429
+ },
3430
+ {
3431
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JweCompactSerializationRegexSystem.String",
3432
+ "clrName": "JweCompactSerializationRegex",
3433
+ "tsEmitName": "jweCompactSerializationRegex",
3434
+ "metadataToken": 67108943,
3435
+ "normalizedSignature": "JweCompactSerializationRegex|System.String|static=true|const=true",
3436
+ "isStatic": true,
3437
+ "isReadOnly": false,
3438
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3439
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3440
+ },
3441
+ {
3442
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JweSegmentCountSystem.Int32",
3443
+ "clrName": "JweSegmentCount",
3444
+ "tsEmitName": "jweSegmentCount",
3445
+ "metadataToken": 67108944,
3446
+ "normalizedSignature": "JweSegmentCount|System.Int32|static=true|const=true",
3447
+ "isStatic": true,
3448
+ "isReadOnly": false,
3449
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3450
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3451
+ },
3452
+ {
3453
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::JwsSegmentCountSystem.Int32",
3454
+ "clrName": "JwsSegmentCount",
3455
+ "tsEmitName": "jwsSegmentCount",
3456
+ "metadataToken": 67108945,
3457
+ "normalizedSignature": "JwsSegmentCount|System.Int32|static=true|const=true",
3458
+ "isStatic": true,
3459
+ "isReadOnly": false,
3460
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3461
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3462
+ },
3463
+ {
3464
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::MaxJwtSegmentCountSystem.Int32",
3465
+ "clrName": "MaxJwtSegmentCount",
3466
+ "tsEmitName": "maxJwtSegmentCount",
3467
+ "metadataToken": 67108946,
3468
+ "normalizedSignature": "MaxJwtSegmentCount|System.Int32|static=true|const=true",
3469
+ "isStatic": true,
3470
+ "isReadOnly": false,
3471
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3472
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3473
+ },
3474
+ {
3475
+ "stableId": "Microsoft.IdentityModel.JsonWebTokens:Microsoft.IdentityModel.JsonWebTokens.JwtConstants::DirectKeyUseAlgSystem.String",
3476
+ "clrName": "DirectKeyUseAlg",
3477
+ "tsEmitName": "directKeyUseAlg",
3478
+ "metadataToken": 67108947,
3479
+ "normalizedSignature": "DirectKeyUseAlg|System.String|static=true|const=true",
3480
+ "isStatic": true,
3481
+ "isReadOnly": false,
3482
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3483
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens"
3484
+ }
3485
+ ],
3486
+ "events": [],
3487
+ "constructors": [],
3488
+ "exposedFields": [
3489
+ {
3490
+ "tsName": "headerType",
3491
+ "isStatic": true,
3492
+ "tsSignatureId": "HeaderType|System.String|static=true|const=true",
3493
+ "target": {
3494
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3495
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3496
+ "metadataToken": 67108938
3497
+ }
3498
+ },
3499
+ {
3500
+ "tsName": "headerTypeAlt",
3501
+ "isStatic": true,
3502
+ "tsSignatureId": "HeaderTypeAlt|System.String|static=true|const=true",
3503
+ "target": {
3504
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3505
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3506
+ "metadataToken": 67108939
3507
+ }
3508
+ },
3509
+ {
3510
+ "tsName": "tokenType",
3511
+ "isStatic": true,
3512
+ "tsSignatureId": "TokenType|System.String|static=true|const=true",
3513
+ "target": {
3514
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3515
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3516
+ "metadataToken": 67108940
3517
+ }
3518
+ },
3519
+ {
3520
+ "tsName": "tokenTypeAlt",
3521
+ "isStatic": true,
3522
+ "tsSignatureId": "TokenTypeAlt|System.String|static=true|const=true",
3523
+ "target": {
3524
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3525
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3526
+ "metadataToken": 67108941
3527
+ }
3528
+ },
3529
+ {
3530
+ "tsName": "jsonCompactSerializationRegex",
3531
+ "isStatic": true,
3532
+ "tsSignatureId": "JsonCompactSerializationRegex|System.String|static=true|const=true",
3533
+ "target": {
3534
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3535
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3536
+ "metadataToken": 67108942
3537
+ }
3538
+ },
3539
+ {
3540
+ "tsName": "jweCompactSerializationRegex",
3541
+ "isStatic": true,
3542
+ "tsSignatureId": "JweCompactSerializationRegex|System.String|static=true|const=true",
3543
+ "target": {
3544
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3545
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3546
+ "metadataToken": 67108943
3547
+ }
3548
+ },
3549
+ {
3550
+ "tsName": "jweSegmentCount",
3551
+ "isStatic": true,
3552
+ "tsSignatureId": "JweSegmentCount|System.Int32|static=true|const=true",
3553
+ "target": {
3554
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3555
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3556
+ "metadataToken": 67108944
3557
+ }
3558
+ },
3559
+ {
3560
+ "tsName": "jwsSegmentCount",
3561
+ "isStatic": true,
3562
+ "tsSignatureId": "JwsSegmentCount|System.Int32|static=true|const=true",
3563
+ "target": {
3564
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3565
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3566
+ "metadataToken": 67108945
3567
+ }
3568
+ },
3569
+ {
3570
+ "tsName": "maxJwtSegmentCount",
3571
+ "isStatic": true,
3572
+ "tsSignatureId": "MaxJwtSegmentCount|System.Int32|static=true|const=true",
3573
+ "target": {
3574
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3575
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3576
+ "metadataToken": 67108946
3577
+ }
3578
+ },
3579
+ {
3580
+ "tsName": "directKeyUseAlg",
3581
+ "isStatic": true,
3582
+ "tsSignatureId": "DirectKeyUseAlg|System.String|static=true|const=true",
3583
+ "target": {
3584
+ "declaringClrType": "Microsoft.IdentityModel.JsonWebTokens.JwtConstants",
3585
+ "declaringAssemblyName": "Microsoft.IdentityModel.JsonWebTokens",
3586
+ "metadataToken": 67108947
3587
+ }
3588
+ }
3589
+ ]
3590
+ }
3591
+ ]
3592
+ }