@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,1278 @@
1
+ {
2
+ "namespace": "Microsoft.IdentityModel.Abstractions",
3
+ "types": [
4
+ {
5
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel",
6
+ "clrName": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
7
+ "tsEmitName": "EventLogLevel",
8
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
9
+ "metadataToken": 0,
10
+ "methods": [],
11
+ "properties": [],
12
+ "fields": [
13
+ {
14
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::value__System.Int32",
15
+ "clrName": "value__",
16
+ "tsEmitName": "value__",
17
+ "metadataToken": 67108865,
18
+ "normalizedSignature": "value__|System.Int32|static=false|const=false",
19
+ "isStatic": false,
20
+ "isReadOnly": false,
21
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
22
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
23
+ },
24
+ {
25
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::LogAlwaysMicrosoft.IdentityModel.Abstractions.EventLogLevel",
26
+ "clrName": "LogAlways",
27
+ "tsEmitName": "logAlways",
28
+ "metadataToken": 67108866,
29
+ "normalizedSignature": "LogAlways|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
30
+ "isStatic": true,
31
+ "isReadOnly": false,
32
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
33
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
34
+ },
35
+ {
36
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::CriticalMicrosoft.IdentityModel.Abstractions.EventLogLevel",
37
+ "clrName": "Critical",
38
+ "tsEmitName": "critical",
39
+ "metadataToken": 67108867,
40
+ "normalizedSignature": "Critical|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
41
+ "isStatic": true,
42
+ "isReadOnly": false,
43
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
44
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
45
+ },
46
+ {
47
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::ErrorMicrosoft.IdentityModel.Abstractions.EventLogLevel",
48
+ "clrName": "Error",
49
+ "tsEmitName": "error",
50
+ "metadataToken": 67108868,
51
+ "normalizedSignature": "Error|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
52
+ "isStatic": true,
53
+ "isReadOnly": false,
54
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
55
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
56
+ },
57
+ {
58
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::WarningMicrosoft.IdentityModel.Abstractions.EventLogLevel",
59
+ "clrName": "Warning",
60
+ "tsEmitName": "warning",
61
+ "metadataToken": 67108869,
62
+ "normalizedSignature": "Warning|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
63
+ "isStatic": true,
64
+ "isReadOnly": false,
65
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
66
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
67
+ },
68
+ {
69
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::InformationalMicrosoft.IdentityModel.Abstractions.EventLogLevel",
70
+ "clrName": "Informational",
71
+ "tsEmitName": "informational",
72
+ "metadataToken": 67108870,
73
+ "normalizedSignature": "Informational|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
74
+ "isStatic": true,
75
+ "isReadOnly": false,
76
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
77
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
78
+ },
79
+ {
80
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.EventLogLevel::VerboseMicrosoft.IdentityModel.Abstractions.EventLogLevel",
81
+ "clrName": "Verbose",
82
+ "tsEmitName": "verbose",
83
+ "metadataToken": 67108871,
84
+ "normalizedSignature": "Verbose|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
85
+ "isStatic": true,
86
+ "isReadOnly": false,
87
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
88
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
89
+ }
90
+ ],
91
+ "events": [],
92
+ "constructors": [],
93
+ "exposedFields": [
94
+ {
95
+ "tsName": "value__",
96
+ "isStatic": false,
97
+ "tsSignatureId": "value__|System.Int32|static=false|const=false",
98
+ "target": {
99
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
100
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
101
+ "metadataToken": 67108865
102
+ }
103
+ },
104
+ {
105
+ "tsName": "logAlways",
106
+ "isStatic": true,
107
+ "tsSignatureId": "LogAlways|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
108
+ "target": {
109
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
110
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
111
+ "metadataToken": 67108866
112
+ }
113
+ },
114
+ {
115
+ "tsName": "critical",
116
+ "isStatic": true,
117
+ "tsSignatureId": "Critical|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
118
+ "target": {
119
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
120
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
121
+ "metadataToken": 67108867
122
+ }
123
+ },
124
+ {
125
+ "tsName": "error",
126
+ "isStatic": true,
127
+ "tsSignatureId": "Error|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
128
+ "target": {
129
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
130
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
131
+ "metadataToken": 67108868
132
+ }
133
+ },
134
+ {
135
+ "tsName": "warning",
136
+ "isStatic": true,
137
+ "tsSignatureId": "Warning|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
138
+ "target": {
139
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
140
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
141
+ "metadataToken": 67108869
142
+ }
143
+ },
144
+ {
145
+ "tsName": "informational",
146
+ "isStatic": true,
147
+ "tsSignatureId": "Informational|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
148
+ "target": {
149
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
150
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
151
+ "metadataToken": 67108870
152
+ }
153
+ },
154
+ {
155
+ "tsName": "verbose",
156
+ "isStatic": true,
157
+ "tsSignatureId": "Verbose|Microsoft.IdentityModel.Abstractions.EventLogLevel|static=true|const=true",
158
+ "target": {
159
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.EventLogLevel",
160
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
161
+ "metadataToken": 67108871
162
+ }
163
+ }
164
+ ]
165
+ },
166
+ {
167
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger",
168
+ "clrName": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
169
+ "tsEmitName": "IIdentityLogger",
170
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
171
+ "metadataToken": 0,
172
+ "methods": [
173
+ {
174
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
175
+ "clrName": "IsEnabled",
176
+ "tsEmitName": "isEnabled",
177
+ "metadataToken": 100663297,
178
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
179
+ "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
180
+ "emitScope": "ClassSurface",
181
+ "arity": 0,
182
+ "parameterCount": 1,
183
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
184
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
185
+ "isExtensionMethod": false
186
+ },
187
+ {
188
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::Log(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
189
+ "clrName": "Log",
190
+ "tsEmitName": "log",
191
+ "metadataToken": 100663298,
192
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
193
+ "normalizedSignature": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
194
+ "emitScope": "ClassSurface",
195
+ "arity": 0,
196
+ "parameterCount": 1,
197
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
198
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
199
+ "isExtensionMethod": false
200
+ }
201
+ ],
202
+ "properties": [],
203
+ "fields": [],
204
+ "events": [],
205
+ "constructors": [],
206
+ "exposedMethods": [
207
+ {
208
+ "tsName": "isEnabled",
209
+ "isStatic": false,
210
+ "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
211
+ "target": {
212
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
213
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
214
+ "metadataToken": 100663297
215
+ }
216
+ },
217
+ {
218
+ "tsName": "log",
219
+ "isStatic": false,
220
+ "tsSignatureId": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
221
+ "target": {
222
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
223
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
224
+ "metadataToken": 100663298
225
+ }
226
+ }
227
+ ]
228
+ },
229
+ {
230
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient",
231
+ "clrName": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
232
+ "tsEmitName": "ITelemetryClient",
233
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
234
+ "metadataToken": 0,
235
+ "methods": [
236
+ {
237
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::Initialize():System.Void",
238
+ "clrName": "Initialize",
239
+ "tsEmitName": "initialize",
240
+ "metadataToken": 100663301,
241
+ "canonicalSignature": "():System.Void",
242
+ "normalizedSignature": "Initialize|():System.Void|static=false",
243
+ "emitScope": "ClassSurface",
244
+ "arity": 0,
245
+ "parameterCount": 0,
246
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
247
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
248
+ "isExtensionMethod": false
249
+ },
250
+ {
251
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled():System.Boolean",
252
+ "clrName": "IsEnabled",
253
+ "tsEmitName": "isEnabled",
254
+ "metadataToken": 100663302,
255
+ "canonicalSignature": "():System.Boolean",
256
+ "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
257
+ "emitScope": "ClassSurface",
258
+ "arity": 0,
259
+ "parameterCount": 0,
260
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
261
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
262
+ "isExtensionMethod": false
263
+ },
264
+ {
265
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled(System.String):System.Boolean",
266
+ "clrName": "IsEnabled",
267
+ "tsEmitName": "isEnabled",
268
+ "metadataToken": 100663303,
269
+ "canonicalSignature": "(System.String):System.Boolean",
270
+ "normalizedSignature": "IsEnabled|(System.String):System.Boolean|static=false",
271
+ "emitScope": "ClassSurface",
272
+ "arity": 0,
273
+ "parameterCount": 1,
274
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
275
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
276
+ "isExtensionMethod": false
277
+ },
278
+ {
279
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
280
+ "clrName": "TrackEvent",
281
+ "tsEmitName": "trackEvent",
282
+ "metadataToken": 100663304,
283
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
284
+ "normalizedSignature": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
285
+ "emitScope": "ClassSurface",
286
+ "arity": 0,
287
+ "parameterCount": 1,
288
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
289
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
290
+ "isExtensionMethod": false
291
+ },
292
+ {
293
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
294
+ "clrName": "TrackEvent",
295
+ "tsEmitName": "trackEvent",
296
+ "metadataToken": 100663305,
297
+ "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
298
+ "normalizedSignature": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
299
+ "emitScope": "ClassSurface",
300
+ "arity": 0,
301
+ "parameterCount": 7,
302
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
303
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
304
+ "isExtensionMethod": false
305
+ }
306
+ ],
307
+ "properties": [
308
+ {
309
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::ClientId:System.String",
310
+ "clrName": "ClientId",
311
+ "tsEmitName": "clientId",
312
+ "metadataToken": 385875969,
313
+ "canonicalSignature": ":System.String",
314
+ "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
315
+ "emitScope": "ClassSurface",
316
+ "isIndexer": false,
317
+ "hasGetter": true,
318
+ "hasSetter": true,
319
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
320
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
321
+ }
322
+ ],
323
+ "fields": [],
324
+ "events": [],
325
+ "constructors": [],
326
+ "exposedMethods": [
327
+ {
328
+ "tsName": "initialize",
329
+ "isStatic": false,
330
+ "tsSignatureId": "Initialize|():System.Void|static=false",
331
+ "target": {
332
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
333
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
334
+ "metadataToken": 100663301
335
+ }
336
+ },
337
+ {
338
+ "tsName": "isEnabled",
339
+ "isStatic": false,
340
+ "tsSignatureId": "IsEnabled|():System.Boolean|static=false",
341
+ "target": {
342
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
343
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
344
+ "metadataToken": 100663302
345
+ }
346
+ },
347
+ {
348
+ "tsName": "isEnabled",
349
+ "isStatic": false,
350
+ "tsSignatureId": "IsEnabled|(System.String):System.Boolean|static=false",
351
+ "target": {
352
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
353
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
354
+ "metadataToken": 100663303
355
+ }
356
+ },
357
+ {
358
+ "tsName": "trackEvent",
359
+ "isStatic": false,
360
+ "tsSignatureId": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
361
+ "target": {
362
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
363
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
364
+ "metadataToken": 100663304
365
+ }
366
+ },
367
+ {
368
+ "tsName": "trackEvent",
369
+ "isStatic": false,
370
+ "tsSignatureId": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
371
+ "target": {
372
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
373
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
374
+ "metadataToken": 100663305
375
+ }
376
+ }
377
+ ],
378
+ "exposedProperties": [
379
+ {
380
+ "tsName": "clientId",
381
+ "isStatic": false,
382
+ "tsSignatureId": "ClientId|:System.String|static=false|accessor=getset",
383
+ "target": {
384
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
385
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
386
+ "metadataToken": 385875969
387
+ }
388
+ }
389
+ ]
390
+ },
391
+ {
392
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry",
393
+ "clrName": "Microsoft.IdentityModel.Abstractions.LogEntry",
394
+ "tsEmitName": "LogEntry",
395
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
396
+ "metadataToken": 0,
397
+ "methods": [],
398
+ "properties": [
399
+ {
400
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::EventLogLevel:Microsoft.IdentityModel.Abstractions.EventLogLevel",
401
+ "clrName": "EventLogLevel",
402
+ "tsEmitName": "eventLogLevel",
403
+ "metadataToken": 385875970,
404
+ "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.EventLogLevel",
405
+ "normalizedSignature": "EventLogLevel|:Microsoft.IdentityModel.Abstractions.EventLogLevel|static=false|accessor=getset",
406
+ "emitScope": "ClassSurface",
407
+ "isIndexer": false,
408
+ "hasGetter": true,
409
+ "hasSetter": true,
410
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
411
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
412
+ },
413
+ {
414
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::Message:System.String",
415
+ "clrName": "Message",
416
+ "tsEmitName": "message",
417
+ "metadataToken": 385875971,
418
+ "canonicalSignature": ":System.String",
419
+ "normalizedSignature": "Message|:System.String|static=false|accessor=getset",
420
+ "emitScope": "ClassSurface",
421
+ "isIndexer": false,
422
+ "hasGetter": true,
423
+ "hasSetter": true,
424
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
425
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
426
+ },
427
+ {
428
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::CorrelationId:System.String",
429
+ "clrName": "CorrelationId",
430
+ "tsEmitName": "correlationId",
431
+ "metadataToken": 385875972,
432
+ "canonicalSignature": ":System.String",
433
+ "normalizedSignature": "CorrelationId|:System.String|static=false|accessor=getset",
434
+ "emitScope": "ClassSurface",
435
+ "isIndexer": false,
436
+ "hasGetter": true,
437
+ "hasSetter": true,
438
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
439
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
440
+ }
441
+ ],
442
+ "fields": [],
443
+ "events": [],
444
+ "constructors": [
445
+ {
446
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.LogEntry::.ctor():void",
447
+ "metadataToken": 100663312,
448
+ "canonicalSignature": "():void",
449
+ "normalizedSignature": "constructor|():void|static=false",
450
+ "isStatic": false,
451
+ "parameterCount": 0,
452
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
453
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
454
+ }
455
+ ],
456
+ "exposedProperties": [
457
+ {
458
+ "tsName": "eventLogLevel",
459
+ "isStatic": false,
460
+ "tsSignatureId": "EventLogLevel|:Microsoft.IdentityModel.Abstractions.EventLogLevel|static=false|accessor=getset",
461
+ "target": {
462
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
463
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
464
+ "metadataToken": 385875970
465
+ }
466
+ },
467
+ {
468
+ "tsName": "message",
469
+ "isStatic": false,
470
+ "tsSignatureId": "Message|:System.String|static=false|accessor=getset",
471
+ "target": {
472
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
473
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
474
+ "metadataToken": 385875971
475
+ }
476
+ },
477
+ {
478
+ "tsName": "correlationId",
479
+ "isStatic": false,
480
+ "tsSignatureId": "CorrelationId|:System.String|static=false|accessor=getset",
481
+ "target": {
482
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
483
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
484
+ "metadataToken": 385875972
485
+ }
486
+ }
487
+ ],
488
+ "exposedConstructors": [
489
+ {
490
+ "isStatic": false,
491
+ "tsSignatureId": "constructor|():void|static=false",
492
+ "target": {
493
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.LogEntry",
494
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
495
+ "metadataToken": 100663312
496
+ }
497
+ }
498
+ ]
499
+ },
500
+ {
501
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
502
+ "clrName": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
503
+ "tsEmitName": "NullIdentityModelLogger",
504
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
505
+ "metadataToken": 0,
506
+ "methods": [
507
+ {
508
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
509
+ "clrName": "IsEnabled",
510
+ "tsEmitName": "isEnabled",
511
+ "metadataToken": 100663315,
512
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
513
+ "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
514
+ "emitScope": "ClassSurface",
515
+ "arity": 0,
516
+ "parameterCount": 1,
517
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
518
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
519
+ "isExtensionMethod": false
520
+ },
521
+ {
522
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger::Log(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
523
+ "clrName": "Log",
524
+ "tsEmitName": "log",
525
+ "metadataToken": 100663316,
526
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
527
+ "normalizedSignature": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
528
+ "emitScope": "ClassSurface",
529
+ "arity": 0,
530
+ "parameterCount": 1,
531
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
532
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
533
+ "isExtensionMethod": false
534
+ },
535
+ {
536
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::IsEnabled(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
537
+ "clrName": "IsEnabled",
538
+ "tsEmitName": "isEnabled$view",
539
+ "metadataToken": 100663297,
540
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean",
541
+ "normalizedSignature": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
542
+ "emitScope": "ViewOnly",
543
+ "arity": 0,
544
+ "parameterCount": 1,
545
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
546
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
547
+ "isExtensionMethod": false
548
+ },
549
+ {
550
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.IIdentityLogger::Log(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
551
+ "clrName": "Log",
552
+ "tsEmitName": "log$view",
553
+ "metadataToken": 100663298,
554
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void",
555
+ "normalizedSignature": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
556
+ "emitScope": "ViewOnly",
557
+ "arity": 0,
558
+ "parameterCount": 1,
559
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
560
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
561
+ "isExtensionMethod": false
562
+ }
563
+ ],
564
+ "properties": [
565
+ {
566
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger::Instance:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
567
+ "clrName": "Instance",
568
+ "tsEmitName": "instance",
569
+ "metadataToken": 385875973,
570
+ "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
571
+ "normalizedSignature": "Instance|:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger|static=true|accessor=get",
572
+ "emitScope": "ClassSurface",
573
+ "isIndexer": false,
574
+ "hasGetter": true,
575
+ "hasSetter": false,
576
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
577
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
578
+ }
579
+ ],
580
+ "fields": [],
581
+ "events": [],
582
+ "constructors": [],
583
+ "exposedMethods": [
584
+ {
585
+ "tsName": "isEnabled",
586
+ "isStatic": false,
587
+ "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
588
+ "target": {
589
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
590
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
591
+ "metadataToken": 100663315
592
+ }
593
+ },
594
+ {
595
+ "tsName": "log",
596
+ "isStatic": false,
597
+ "tsSignatureId": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
598
+ "target": {
599
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
600
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
601
+ "metadataToken": 100663316
602
+ }
603
+ },
604
+ {
605
+ "tsName": "isEnabled$view",
606
+ "isStatic": false,
607
+ "tsSignatureId": "IsEnabled|(Microsoft.IdentityModel.Abstractions.EventLogLevel):System.Boolean|static=false",
608
+ "target": {
609
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
610
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
611
+ "metadataToken": 100663297
612
+ }
613
+ },
614
+ {
615
+ "tsName": "log$view",
616
+ "isStatic": false,
617
+ "tsSignatureId": "Log|(Microsoft.IdentityModel.Abstractions.LogEntry):System.Void|static=false",
618
+ "target": {
619
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.IIdentityLogger",
620
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
621
+ "metadataToken": 100663298
622
+ }
623
+ }
624
+ ],
625
+ "exposedProperties": [
626
+ {
627
+ "tsName": "instance",
628
+ "isStatic": true,
629
+ "tsSignatureId": "Instance|:Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger|static=true|accessor=get",
630
+ "target": {
631
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullIdentityModelLogger",
632
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
633
+ "metadataToken": 385875973
634
+ }
635
+ }
636
+ ]
637
+ },
638
+ {
639
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
640
+ "clrName": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
641
+ "tsEmitName": "NullTelemetryClient",
642
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
643
+ "metadataToken": 0,
644
+ "methods": [
645
+ {
646
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::IsEnabled():System.Boolean",
647
+ "clrName": "IsEnabled",
648
+ "tsEmitName": "isEnabled",
649
+ "metadataToken": 100663322,
650
+ "canonicalSignature": "():System.Boolean",
651
+ "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
652
+ "emitScope": "ClassSurface",
653
+ "arity": 0,
654
+ "parameterCount": 0,
655
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
656
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
657
+ "isExtensionMethod": false
658
+ },
659
+ {
660
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::IsEnabled(System.String):System.Boolean",
661
+ "clrName": "IsEnabled",
662
+ "tsEmitName": "isEnabled",
663
+ "metadataToken": 100663323,
664
+ "canonicalSignature": "(System.String):System.Boolean",
665
+ "normalizedSignature": "IsEnabled|(System.String):System.Boolean|static=false",
666
+ "emitScope": "ClassSurface",
667
+ "arity": 0,
668
+ "parameterCount": 1,
669
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
670
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
671
+ "isExtensionMethod": false
672
+ },
673
+ {
674
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::Initialize():System.Void",
675
+ "clrName": "Initialize",
676
+ "tsEmitName": "initialize",
677
+ "metadataToken": 100663324,
678
+ "canonicalSignature": "():System.Void",
679
+ "normalizedSignature": "Initialize|():System.Void|static=false",
680
+ "emitScope": "ClassSurface",
681
+ "arity": 0,
682
+ "parameterCount": 0,
683
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
684
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
685
+ "isExtensionMethod": false
686
+ },
687
+ {
688
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
689
+ "clrName": "TrackEvent",
690
+ "tsEmitName": "trackEvent",
691
+ "metadataToken": 100663325,
692
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
693
+ "normalizedSignature": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
694
+ "emitScope": "ClassSurface",
695
+ "arity": 0,
696
+ "parameterCount": 1,
697
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
698
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
699
+ "isExtensionMethod": false
700
+ },
701
+ {
702
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::TrackEvent(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
703
+ "clrName": "TrackEvent",
704
+ "tsEmitName": "trackEvent",
705
+ "metadataToken": 100663326,
706
+ "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
707
+ "normalizedSignature": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
708
+ "emitScope": "ClassSurface",
709
+ "arity": 0,
710
+ "parameterCount": 7,
711
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
712
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
713
+ "isExtensionMethod": false
714
+ },
715
+ {
716
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::Initialize():System.Void",
717
+ "clrName": "Initialize",
718
+ "tsEmitName": "initialize$view",
719
+ "metadataToken": 100663301,
720
+ "canonicalSignature": "():System.Void",
721
+ "normalizedSignature": "Initialize|():System.Void|static=false",
722
+ "emitScope": "ViewOnly",
723
+ "arity": 0,
724
+ "parameterCount": 0,
725
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
726
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
727
+ "isExtensionMethod": false
728
+ },
729
+ {
730
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled():System.Boolean",
731
+ "clrName": "IsEnabled",
732
+ "tsEmitName": "isEnabled$view",
733
+ "metadataToken": 100663302,
734
+ "canonicalSignature": "():System.Boolean",
735
+ "normalizedSignature": "IsEnabled|():System.Boolean|static=false",
736
+ "emitScope": "ViewOnly",
737
+ "arity": 0,
738
+ "parameterCount": 0,
739
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
740
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
741
+ "isExtensionMethod": false
742
+ },
743
+ {
744
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::IsEnabled(System.String):System.Boolean",
745
+ "clrName": "IsEnabled",
746
+ "tsEmitName": "isEnabled$view2",
747
+ "metadataToken": 100663303,
748
+ "canonicalSignature": "(System.String):System.Boolean",
749
+ "normalizedSignature": "IsEnabled|(System.String):System.Boolean|static=false",
750
+ "emitScope": "ViewOnly",
751
+ "arity": 0,
752
+ "parameterCount": 1,
753
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
754
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
755
+ "isExtensionMethod": false
756
+ },
757
+ {
758
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
759
+ "clrName": "TrackEvent",
760
+ "tsEmitName": "trackEvent$view",
761
+ "metadataToken": 100663304,
762
+ "canonicalSignature": "(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void",
763
+ "normalizedSignature": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
764
+ "emitScope": "ViewOnly",
765
+ "arity": 0,
766
+ "parameterCount": 1,
767
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
768
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
769
+ "isExtensionMethod": false
770
+ },
771
+ {
772
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::TrackEvent(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
773
+ "clrName": "TrackEvent",
774
+ "tsEmitName": "trackEvent$view2",
775
+ "metadataToken": 100663305,
776
+ "canonicalSignature": "(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void",
777
+ "normalizedSignature": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
778
+ "emitScope": "ViewOnly",
779
+ "arity": 0,
780
+ "parameterCount": 7,
781
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
782
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
783
+ "isExtensionMethod": false
784
+ }
785
+ ],
786
+ "properties": [
787
+ {
788
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::ClientId:System.String",
789
+ "clrName": "ClientId",
790
+ "tsEmitName": "clientId",
791
+ "metadataToken": 385875974,
792
+ "canonicalSignature": ":System.String",
793
+ "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
794
+ "emitScope": "ClassSurface",
795
+ "isIndexer": false,
796
+ "hasGetter": true,
797
+ "hasSetter": true,
798
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
799
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
800
+ },
801
+ {
802
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.NullTelemetryClient::Instance:Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
803
+ "clrName": "Instance",
804
+ "tsEmitName": "instance",
805
+ "metadataToken": 385875975,
806
+ "canonicalSignature": ":Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
807
+ "normalizedSignature": "Instance|:Microsoft.IdentityModel.Abstractions.NullTelemetryClient|static=true|accessor=get",
808
+ "emitScope": "ClassSurface",
809
+ "isIndexer": false,
810
+ "hasGetter": true,
811
+ "hasSetter": false,
812
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
813
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
814
+ },
815
+ {
816
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ITelemetryClient::ClientId:System.String",
817
+ "clrName": "ClientId",
818
+ "tsEmitName": "clientId$view",
819
+ "metadataToken": 385875969,
820
+ "canonicalSignature": ":System.String",
821
+ "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
822
+ "emitScope": "ViewOnly",
823
+ "isIndexer": false,
824
+ "hasGetter": true,
825
+ "hasSetter": true,
826
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
827
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
828
+ }
829
+ ],
830
+ "fields": [],
831
+ "events": [],
832
+ "constructors": [],
833
+ "exposedMethods": [
834
+ {
835
+ "tsName": "isEnabled",
836
+ "isStatic": false,
837
+ "tsSignatureId": "IsEnabled|():System.Boolean|static=false",
838
+ "target": {
839
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
840
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
841
+ "metadataToken": 100663322
842
+ }
843
+ },
844
+ {
845
+ "tsName": "isEnabled",
846
+ "isStatic": false,
847
+ "tsSignatureId": "IsEnabled|(System.String):System.Boolean|static=false",
848
+ "target": {
849
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
850
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
851
+ "metadataToken": 100663323
852
+ }
853
+ },
854
+ {
855
+ "tsName": "initialize",
856
+ "isStatic": false,
857
+ "tsSignatureId": "Initialize|():System.Void|static=false",
858
+ "target": {
859
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
860
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
861
+ "metadataToken": 100663324
862
+ }
863
+ },
864
+ {
865
+ "tsName": "trackEvent",
866
+ "isStatic": false,
867
+ "tsSignatureId": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
868
+ "target": {
869
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
870
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
871
+ "metadataToken": 100663325
872
+ }
873
+ },
874
+ {
875
+ "tsName": "trackEvent",
876
+ "isStatic": false,
877
+ "tsSignatureId": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
878
+ "target": {
879
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
880
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
881
+ "metadataToken": 100663326
882
+ }
883
+ },
884
+ {
885
+ "tsName": "initialize$view",
886
+ "isStatic": false,
887
+ "tsSignatureId": "Initialize|():System.Void|static=false",
888
+ "target": {
889
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
890
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
891
+ "metadataToken": 100663301
892
+ }
893
+ },
894
+ {
895
+ "tsName": "isEnabled$view",
896
+ "isStatic": false,
897
+ "tsSignatureId": "IsEnabled|():System.Boolean|static=false",
898
+ "target": {
899
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
900
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
901
+ "metadataToken": 100663302
902
+ }
903
+ },
904
+ {
905
+ "tsName": "isEnabled$view2",
906
+ "isStatic": false,
907
+ "tsSignatureId": "IsEnabled|(System.String):System.Boolean|static=false",
908
+ "target": {
909
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
910
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
911
+ "metadataToken": 100663303
912
+ }
913
+ },
914
+ {
915
+ "tsName": "trackEvent$view",
916
+ "isStatic": false,
917
+ "tsSignatureId": "TrackEvent|(Microsoft.IdentityModel.Abstractions.TelemetryEventDetails):System.Void|static=false",
918
+ "target": {
919
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
920
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
921
+ "metadataToken": 100663304
922
+ }
923
+ },
924
+ {
925
+ "tsName": "trackEvent$view2",
926
+ "isStatic": false,
927
+ "tsSignatureId": "TrackEvent|(System.String,System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Collections.Generic.IDictionary_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Int64,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.Boolean,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.DateTime,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.Double,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.Guid,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):System.Void|static=false",
928
+ "target": {
929
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
930
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
931
+ "metadataToken": 100663305
932
+ }
933
+ }
934
+ ],
935
+ "exposedProperties": [
936
+ {
937
+ "tsName": "clientId",
938
+ "isStatic": false,
939
+ "tsSignatureId": "ClientId|:System.String|static=false|accessor=getset",
940
+ "target": {
941
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
942
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
943
+ "metadataToken": 385875974
944
+ }
945
+ },
946
+ {
947
+ "tsName": "instance",
948
+ "isStatic": true,
949
+ "tsSignatureId": "Instance|:Microsoft.IdentityModel.Abstractions.NullTelemetryClient|static=true|accessor=get",
950
+ "target": {
951
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.NullTelemetryClient",
952
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
953
+ "metadataToken": 385875975
954
+ }
955
+ },
956
+ {
957
+ "tsName": "clientId$view",
958
+ "isStatic": false,
959
+ "tsSignatureId": "ClientId|:System.String|static=false|accessor=getset",
960
+ "target": {
961
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ITelemetryClient",
962
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
963
+ "metadataToken": 385875969
964
+ }
965
+ }
966
+ ]
967
+ },
968
+ {
969
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
970
+ "clrName": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
971
+ "tsEmitName": "TelemetryEventDetails",
972
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
973
+ "metadataToken": 0,
974
+ "methods": [
975
+ {
976
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.String):System.Void",
977
+ "clrName": "SetProperty",
978
+ "tsEmitName": "setProperty",
979
+ "metadataToken": 100663332,
980
+ "canonicalSignature": "(System.String,System.String):System.Void",
981
+ "normalizedSignature": "SetProperty|(System.String,System.String):System.Void|static=false",
982
+ "emitScope": "ClassSurface",
983
+ "arity": 0,
984
+ "parameterCount": 2,
985
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
986
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
987
+ "isExtensionMethod": false
988
+ },
989
+ {
990
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Int64):System.Void",
991
+ "clrName": "SetProperty",
992
+ "tsEmitName": "setProperty",
993
+ "metadataToken": 100663333,
994
+ "canonicalSignature": "(System.String,System.Int64):System.Void",
995
+ "normalizedSignature": "SetProperty|(System.String,System.Int64):System.Void|static=false",
996
+ "emitScope": "ClassSurface",
997
+ "arity": 0,
998
+ "parameterCount": 2,
999
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1000
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1001
+ "isExtensionMethod": false
1002
+ },
1003
+ {
1004
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Boolean):System.Void",
1005
+ "clrName": "SetProperty",
1006
+ "tsEmitName": "setProperty",
1007
+ "metadataToken": 100663334,
1008
+ "canonicalSignature": "(System.String,System.Boolean):System.Void",
1009
+ "normalizedSignature": "SetProperty|(System.String,System.Boolean):System.Void|static=false",
1010
+ "emitScope": "ClassSurface",
1011
+ "arity": 0,
1012
+ "parameterCount": 2,
1013
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1014
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1015
+ "isExtensionMethod": false
1016
+ },
1017
+ {
1018
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.DateTime):System.Void",
1019
+ "clrName": "SetProperty",
1020
+ "tsEmitName": "setProperty",
1021
+ "metadataToken": 100663335,
1022
+ "canonicalSignature": "(System.String,System.DateTime):System.Void",
1023
+ "normalizedSignature": "SetProperty|(System.String,System.DateTime):System.Void|static=false",
1024
+ "emitScope": "ClassSurface",
1025
+ "arity": 0,
1026
+ "parameterCount": 2,
1027
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1028
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1029
+ "isExtensionMethod": false
1030
+ },
1031
+ {
1032
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Double):System.Void",
1033
+ "clrName": "SetProperty",
1034
+ "tsEmitName": "setProperty",
1035
+ "metadataToken": 100663336,
1036
+ "canonicalSignature": "(System.String,System.Double):System.Void",
1037
+ "normalizedSignature": "SetProperty|(System.String,System.Double):System.Void|static=false",
1038
+ "emitScope": "ClassSurface",
1039
+ "arity": 0,
1040
+ "parameterCount": 2,
1041
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1042
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1043
+ "isExtensionMethod": false
1044
+ },
1045
+ {
1046
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::SetProperty(System.String,System.Guid):System.Void",
1047
+ "clrName": "SetProperty",
1048
+ "tsEmitName": "setProperty",
1049
+ "metadataToken": 100663337,
1050
+ "canonicalSignature": "(System.String,System.Guid):System.Void",
1051
+ "normalizedSignature": "SetProperty|(System.String,System.Guid):System.Void|static=false",
1052
+ "emitScope": "ClassSurface",
1053
+ "arity": 0,
1054
+ "parameterCount": 2,
1055
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1056
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1057
+ "isExtensionMethod": false
1058
+ }
1059
+ ],
1060
+ "properties": [
1061
+ {
1062
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::Name:System.String",
1063
+ "clrName": "Name",
1064
+ "tsEmitName": "name",
1065
+ "metadataToken": 385875977,
1066
+ "canonicalSignature": ":System.String",
1067
+ "normalizedSignature": "Name|:System.String|static=false|accessor=getset",
1068
+ "emitScope": "ClassSurface",
1069
+ "isIndexer": false,
1070
+ "hasGetter": true,
1071
+ "hasSetter": true,
1072
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1073
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1074
+ },
1075
+ {
1076
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.TelemetryEventDetails::Properties:System.Collections.Generic.IReadOnlyDictionary_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]]",
1077
+ "clrName": "Properties",
1078
+ "tsEmitName": "properties",
1079
+ "metadataToken": 385875978,
1080
+ "canonicalSignature": ":System.Collections.Generic.IReadOnlyDictionary_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]]",
1081
+ "normalizedSignature": "Properties|:System.Collections.Generic.IReadOnlyDictionary_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]]|static=false|accessor=get",
1082
+ "emitScope": "ClassSurface",
1083
+ "isIndexer": false,
1084
+ "hasGetter": true,
1085
+ "hasSetter": false,
1086
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1087
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1088
+ }
1089
+ ],
1090
+ "fields": [],
1091
+ "events": [],
1092
+ "constructors": [],
1093
+ "exposedMethods": [
1094
+ {
1095
+ "tsName": "setProperty",
1096
+ "isStatic": false,
1097
+ "tsSignatureId": "SetProperty|(System.String,System.String):System.Void|static=false",
1098
+ "target": {
1099
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1100
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1101
+ "metadataToken": 100663332
1102
+ }
1103
+ },
1104
+ {
1105
+ "tsName": "setProperty",
1106
+ "isStatic": false,
1107
+ "tsSignatureId": "SetProperty|(System.String,System.Int64):System.Void|static=false",
1108
+ "target": {
1109
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1110
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1111
+ "metadataToken": 100663333
1112
+ }
1113
+ },
1114
+ {
1115
+ "tsName": "setProperty",
1116
+ "isStatic": false,
1117
+ "tsSignatureId": "SetProperty|(System.String,System.Boolean):System.Void|static=false",
1118
+ "target": {
1119
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1120
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1121
+ "metadataToken": 100663334
1122
+ }
1123
+ },
1124
+ {
1125
+ "tsName": "setProperty",
1126
+ "isStatic": false,
1127
+ "tsSignatureId": "SetProperty|(System.String,System.DateTime):System.Void|static=false",
1128
+ "target": {
1129
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1130
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1131
+ "metadataToken": 100663335
1132
+ }
1133
+ },
1134
+ {
1135
+ "tsName": "setProperty",
1136
+ "isStatic": false,
1137
+ "tsSignatureId": "SetProperty|(System.String,System.Double):System.Void|static=false",
1138
+ "target": {
1139
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1140
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1141
+ "metadataToken": 100663336
1142
+ }
1143
+ },
1144
+ {
1145
+ "tsName": "setProperty",
1146
+ "isStatic": false,
1147
+ "tsSignatureId": "SetProperty|(System.String,System.Guid):System.Void|static=false",
1148
+ "target": {
1149
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1150
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1151
+ "metadataToken": 100663337
1152
+ }
1153
+ }
1154
+ ],
1155
+ "exposedProperties": [
1156
+ {
1157
+ "tsName": "name",
1158
+ "isStatic": false,
1159
+ "tsSignatureId": "Name|:System.String|static=false|accessor=getset",
1160
+ "target": {
1161
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1162
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1163
+ "metadataToken": 385875977
1164
+ }
1165
+ },
1166
+ {
1167
+ "tsName": "properties",
1168
+ "isStatic": false,
1169
+ "tsSignatureId": "Properties|:System.Collections.Generic.IReadOnlyDictionary_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]]|static=false|accessor=get",
1170
+ "target": {
1171
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.TelemetryEventDetails",
1172
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1173
+ "metadataToken": 385875978
1174
+ }
1175
+ }
1176
+ ]
1177
+ },
1178
+ {
1179
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1180
+ "clrName": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1181
+ "tsEmitName": "ObservabilityConstants",
1182
+ "assemblyName": "Microsoft.IdentityModel.Abstractions",
1183
+ "metadataToken": 0,
1184
+ "methods": [],
1185
+ "properties": [],
1186
+ "fields": [
1187
+ {
1188
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::SucceededSystem.String",
1189
+ "clrName": "Succeeded",
1190
+ "tsEmitName": "succeeded",
1191
+ "metadataToken": 67108878,
1192
+ "normalizedSignature": "Succeeded|System.String|static=true|const=true",
1193
+ "isStatic": true,
1194
+ "isReadOnly": false,
1195
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1196
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1197
+ },
1198
+ {
1199
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::DurationSystem.String",
1200
+ "clrName": "Duration",
1201
+ "tsEmitName": "duration",
1202
+ "metadataToken": 67108879,
1203
+ "normalizedSignature": "Duration|System.String|static=true|const=true",
1204
+ "isStatic": true,
1205
+ "isReadOnly": false,
1206
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1207
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1208
+ },
1209
+ {
1210
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::ActivityIdSystem.String",
1211
+ "clrName": "ActivityId",
1212
+ "tsEmitName": "activityId",
1213
+ "metadataToken": 67108880,
1214
+ "normalizedSignature": "ActivityId|System.String|static=true|const=true",
1215
+ "isStatic": true,
1216
+ "isReadOnly": false,
1217
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1218
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1219
+ },
1220
+ {
1221
+ "stableId": "Microsoft.IdentityModel.Abstractions:Microsoft.IdentityModel.Abstractions.ObservabilityConstants::ClientIdSystem.String",
1222
+ "clrName": "ClientId",
1223
+ "tsEmitName": "clientId",
1224
+ "metadataToken": 67108881,
1225
+ "normalizedSignature": "ClientId|System.String|static=true|const=true",
1226
+ "isStatic": true,
1227
+ "isReadOnly": false,
1228
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1229
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions"
1230
+ }
1231
+ ],
1232
+ "events": [],
1233
+ "constructors": [],
1234
+ "exposedFields": [
1235
+ {
1236
+ "tsName": "succeeded",
1237
+ "isStatic": true,
1238
+ "tsSignatureId": "Succeeded|System.String|static=true|const=true",
1239
+ "target": {
1240
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1241
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1242
+ "metadataToken": 67108878
1243
+ }
1244
+ },
1245
+ {
1246
+ "tsName": "duration",
1247
+ "isStatic": true,
1248
+ "tsSignatureId": "Duration|System.String|static=true|const=true",
1249
+ "target": {
1250
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1251
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1252
+ "metadataToken": 67108879
1253
+ }
1254
+ },
1255
+ {
1256
+ "tsName": "activityId",
1257
+ "isStatic": true,
1258
+ "tsSignatureId": "ActivityId|System.String|static=true|const=true",
1259
+ "target": {
1260
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1261
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1262
+ "metadataToken": 67108880
1263
+ }
1264
+ },
1265
+ {
1266
+ "tsName": "clientId",
1267
+ "isStatic": true,
1268
+ "tsSignatureId": "ClientId|System.String|static=true|const=true",
1269
+ "target": {
1270
+ "declaringClrType": "Microsoft.IdentityModel.Abstractions.ObservabilityConstants",
1271
+ "declaringAssemblyName": "Microsoft.IdentityModel.Abstractions",
1272
+ "metadataToken": 67108881
1273
+ }
1274
+ }
1275
+ ]
1276
+ }
1277
+ ]
1278
+ }