@tsonic/efcore-sqlserver 10.0.1 → 10.0.5

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 (166) hide show
  1. package/Azure/bindings.json +686 -17
  2. package/Azure/internal/index.d.ts +37 -15
  3. package/Azure.Core/bindings.json +1048 -19
  4. package/Azure.Core/internal/index.d.ts +61 -23
  5. package/Azure.Core.Cryptography/bindings.json +5 -0
  6. package/Azure.Core.Cryptography/internal/index.d.ts +4 -0
  7. package/Azure.Core.Diagnostics/bindings.json +56 -0
  8. package/Azure.Core.Diagnostics/internal/index.d.ts +6 -2
  9. package/Azure.Core.Diagnostics.d.ts +2 -2
  10. package/Azure.Core.Extensions/bindings.json +17 -0
  11. package/Azure.Core.Extensions/internal/index.d.ts +8 -0
  12. package/Azure.Core.GeoJson/bindings.json +362 -0
  13. package/Azure.Core.GeoJson/internal/index.d.ts +43 -7
  14. package/Azure.Core.Pipeline/bindings.json +450 -3
  15. package/Azure.Core.Pipeline/internal/index.d.ts +24 -9
  16. package/Azure.Core.Pipeline.d.ts +2 -2
  17. package/Azure.Core.Serialization/bindings.json +89 -1
  18. package/Azure.Core.Serialization/internal/index.d.ts +8 -2
  19. package/Azure.Core.d.ts +1 -1
  20. package/Azure.Identity/bindings.json +1039 -58
  21. package/Azure.Identity/internal/index.d.ts +97 -35
  22. package/Azure.Identity.d.ts +1 -1
  23. package/Azure.Messaging/bindings.json +69 -0
  24. package/Azure.Messaging/internal/index.d.ts +6 -5
  25. package/Azure.d.ts +1 -1
  26. package/Microsoft.Data/bindings.json +16 -0
  27. package/Microsoft.Data/internal/index.d.ts +2 -1
  28. package/Microsoft.Data.Sql/bindings.json +16 -0
  29. package/Microsoft.Data.SqlClient/bindings.json +2482 -38
  30. package/Microsoft.Data.SqlClient/internal/index.d.ts +140 -38
  31. package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
  32. package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
  33. package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +90 -15
  34. package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
  35. package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +2 -0
  36. package/Microsoft.Data.SqlTypes/bindings.json +73 -0
  37. package/Microsoft.Data.SqlTypes/internal/index.d.ts +8 -1
  38. package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
  39. package/Microsoft.EntityFrameworkCore/internal/index.d.ts +6 -1
  40. package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
  41. package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
  42. package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +11 -1
  43. package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
  44. package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
  45. package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +2 -0
  46. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
  47. package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +87 -2
  48. package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
  49. package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
  50. package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
  51. package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
  52. package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +53 -5
  53. package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
  54. package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +9 -1
  55. package/Microsoft.EntityFrameworkCore.Migrations.d.ts +9 -5
  56. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
  57. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +9 -1
  58. package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
  59. package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
  60. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
  61. package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
  62. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
  63. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -8
  64. package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
  65. package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
  66. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
  67. package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +2 -0
  68. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
  69. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +11 -1
  70. package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
  71. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
  72. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +183 -9
  73. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
  74. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +6 -2
  75. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
  76. package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
  77. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
  78. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +4 -0
  79. package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
  80. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
  81. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +102 -8
  82. package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
  83. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
  84. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +33 -3
  85. package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
  86. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
  87. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +21 -1
  88. package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
  89. package/Microsoft.EntityFrameworkCore.d.ts +4 -1
  90. package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
  91. package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
  92. package/Microsoft.Identity.Client/bindings.json +1941 -39
  93. package/Microsoft.Identity.Client/internal/index.d.ts +113 -47
  94. package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
  95. package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
  96. package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +0 -1
  97. package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
  98. package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +2 -0
  99. package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
  100. package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +2 -0
  101. package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
  102. package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
  103. package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +7 -5
  104. package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
  105. package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +5 -4
  106. package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
  107. package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
  108. package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +1 -1
  109. package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
  110. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
  111. package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -1
  112. package/Microsoft.Identity.Client.RP/bindings.json +10 -0
  113. package/Microsoft.Identity.Client.Region/bindings.json +29 -0
  114. package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
  115. package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
  116. package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
  117. package/Microsoft.Identity.Client.Utils/internal/index.d.ts +0 -1
  118. package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
  119. package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
  120. package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +13 -6
  121. package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
  122. package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +11 -6
  123. package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
  124. package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
  125. package/Microsoft.IdentityModel.Logging/internal/index.d.ts +9 -3
  126. package/Microsoft.IdentityModel.Logging.d.ts +1 -1
  127. package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
  128. package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +17 -1
  129. package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
  130. package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +3 -1
  131. package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
  132. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
  133. package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +19 -3
  134. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
  135. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +2 -0
  136. package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
  137. package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
  138. package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +145 -44
  139. package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
  140. package/Microsoft.IdentityModel.Tokens.d.ts +4 -1
  141. package/Microsoft.SqlServer.Server/bindings.json +144 -0
  142. package/Microsoft.SqlServer.Server/internal/index.d.ts +4 -1
  143. package/System/bindings.json +63 -0
  144. package/System.ClientModel/bindings.json +256 -11
  145. package/System.ClientModel/internal/index.d.ts +21 -12
  146. package/System.ClientModel.Primitives/bindings.json +1673 -120
  147. package/System.ClientModel.Primitives/internal/index.d.ts +101 -32
  148. package/System.ClientModel.Primitives.d.ts +5 -2
  149. package/System.Configuration/bindings.json +5382 -321
  150. package/System.Configuration/internal/index.d.ts +292 -59
  151. package/System.Configuration.Internal/bindings.json +193 -1
  152. package/System.Configuration.Internal/internal/index.d.ts +23 -2
  153. package/System.Configuration.Provider/bindings.json +69 -1
  154. package/System.Configuration.Provider/internal/index.d.ts +8 -3
  155. package/System.Configuration.Provider.d.ts +1 -1
  156. package/System.Configuration.d.ts +3 -3
  157. package/System.Diagnostics/bindings.json +5 -0
  158. package/System.Drawing.Configuration/bindings.json +25 -0
  159. package/System.Drawing.Configuration/internal/index.d.ts +6 -2
  160. package/System.Drawing.Configuration.d.ts +5 -2
  161. package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
  162. package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +56 -20
  163. package/System.Security.Cryptography/bindings.json +31 -0
  164. package/System.Text.Json.Serialization/bindings.json +10 -0
  165. package/__internal/extensions/index.d.ts +915 -14
  166. package/package.json +1 -1
@@ -15,6 +15,10 @@
15
15
  "isSealed": true,
16
16
  "isStatic": false,
17
17
  "arity": 0,
18
+ "baseType": {
19
+ "stableId": "System.Private.CoreLib:System.ValueType",
20
+ "clrName": "System.ValueType"
21
+ },
18
22
  "methods": [],
19
23
  "properties": [
20
24
  {
@@ -22,16 +26,17 @@
22
26
  "clrName": "UserCode",
23
27
  "metadataToken": 385876213,
24
28
  "canonicalSignature": ":System.String",
25
- "normalizedSignature": "UserCode|:System.String|static=false|accessor=get",
29
+ "normalizedSignature": "UserCode|:System.String|static=false|accessor=getset",
26
30
  "emitScope": "ClassSurface",
27
31
  "provenance": "Original",
28
32
  "isIndexer": false,
29
33
  "hasGetter": true,
30
- "hasSetter": false,
34
+ "hasSetter": true,
31
35
  "isStatic": false,
32
36
  "isAbstract": false,
33
37
  "isVirtual": false,
34
38
  "isOverride": false,
39
+ "visibility": "Public",
35
40
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
36
41
  "declaringAssemblyName": "Azure.Identity"
37
42
  },
@@ -40,16 +45,17 @@
40
45
  "clrName": "DeviceCode",
41
46
  "metadataToken": 385876214,
42
47
  "canonicalSignature": ":System.String",
43
- "normalizedSignature": "DeviceCode|:System.String|static=false|accessor=get",
48
+ "normalizedSignature": "DeviceCode|:System.String|static=false|accessor=getset",
44
49
  "emitScope": "ClassSurface",
45
50
  "provenance": "Original",
46
51
  "isIndexer": false,
47
52
  "hasGetter": true,
48
- "hasSetter": false,
53
+ "hasSetter": true,
49
54
  "isStatic": false,
50
55
  "isAbstract": false,
51
56
  "isVirtual": false,
52
57
  "isOverride": false,
58
+ "visibility": "Public",
53
59
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
54
60
  "declaringAssemblyName": "Azure.Identity"
55
61
  },
@@ -58,16 +64,17 @@
58
64
  "clrName": "VerificationUri",
59
65
  "metadataToken": 385876215,
60
66
  "canonicalSignature": ":System.Uri",
61
- "normalizedSignature": "VerificationUri|:System.Uri|static=false|accessor=get",
67
+ "normalizedSignature": "VerificationUri|:System.Uri|static=false|accessor=getset",
62
68
  "emitScope": "ClassSurface",
63
69
  "provenance": "Original",
64
70
  "isIndexer": false,
65
71
  "hasGetter": true,
66
- "hasSetter": false,
72
+ "hasSetter": true,
67
73
  "isStatic": false,
68
74
  "isAbstract": false,
69
75
  "isVirtual": false,
70
76
  "isOverride": false,
77
+ "visibility": "Public",
71
78
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
72
79
  "declaringAssemblyName": "Azure.Identity"
73
80
  },
@@ -76,16 +83,17 @@
76
83
  "clrName": "ExpiresOn",
77
84
  "metadataToken": 385876216,
78
85
  "canonicalSignature": ":System.DateTimeOffset",
79
- "normalizedSignature": "ExpiresOn|:System.DateTimeOffset|static=false|accessor=get",
86
+ "normalizedSignature": "ExpiresOn|:System.DateTimeOffset|static=false|accessor=getset",
80
87
  "emitScope": "ClassSurface",
81
88
  "provenance": "Original",
82
89
  "isIndexer": false,
83
90
  "hasGetter": true,
84
- "hasSetter": false,
91
+ "hasSetter": true,
85
92
  "isStatic": false,
86
93
  "isAbstract": false,
87
94
  "isVirtual": false,
88
95
  "isOverride": false,
96
+ "visibility": "Public",
89
97
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
90
98
  "declaringAssemblyName": "Azure.Identity"
91
99
  },
@@ -94,16 +102,17 @@
94
102
  "clrName": "Message",
95
103
  "metadataToken": 385876217,
96
104
  "canonicalSignature": ":System.String",
97
- "normalizedSignature": "Message|:System.String|static=false|accessor=get",
105
+ "normalizedSignature": "Message|:System.String|static=false|accessor=getset",
98
106
  "emitScope": "ClassSurface",
99
107
  "provenance": "Original",
100
108
  "isIndexer": false,
101
109
  "hasGetter": true,
102
- "hasSetter": false,
110
+ "hasSetter": true,
103
111
  "isStatic": false,
104
112
  "isAbstract": false,
105
113
  "isVirtual": false,
106
114
  "isOverride": false,
115
+ "visibility": "Public",
107
116
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
108
117
  "declaringAssemblyName": "Azure.Identity"
109
118
  },
@@ -112,16 +121,17 @@
112
121
  "clrName": "ClientId",
113
122
  "metadataToken": 385876218,
114
123
  "canonicalSignature": ":System.String",
115
- "normalizedSignature": "ClientId|:System.String|static=false|accessor=get",
124
+ "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
116
125
  "emitScope": "ClassSurface",
117
126
  "provenance": "Original",
118
127
  "isIndexer": false,
119
128
  "hasGetter": true,
120
- "hasSetter": false,
129
+ "hasSetter": true,
121
130
  "isStatic": false,
122
131
  "isAbstract": false,
123
132
  "isVirtual": false,
124
133
  "isOverride": false,
134
+ "visibility": "Public",
125
135
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
126
136
  "declaringAssemblyName": "Azure.Identity"
127
137
  },
@@ -130,16 +140,17 @@
130
140
  "clrName": "Scopes",
131
141
  "metadataToken": 385876219,
132
142
  "canonicalSignature": ":System.Collections.Generic.IReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
133
- "normalizedSignature": "Scopes|:System.Collections.Generic.IReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
143
+ "normalizedSignature": "Scopes|:System.Collections.Generic.IReadOnlyCollection_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
134
144
  "emitScope": "ClassSurface",
135
145
  "provenance": "Original",
136
146
  "isIndexer": false,
137
147
  "hasGetter": true,
138
- "hasSetter": false,
148
+ "hasSetter": true,
139
149
  "isStatic": false,
140
150
  "isAbstract": false,
141
151
  "isVirtual": false,
142
152
  "isOverride": false,
153
+ "visibility": "Public",
143
154
  "declaringClrType": "Azure.Identity.DeviceCodeInfo",
144
155
  "declaringAssemblyName": "Azure.Identity"
145
156
  }
@@ -159,6 +170,10 @@
159
170
  "isSealed": true,
160
171
  "isStatic": false,
161
172
  "arity": 0,
173
+ "baseType": {
174
+ "stableId": "System.Private.CoreLib:System.ValueType",
175
+ "clrName": "System.ValueType"
176
+ },
162
177
  "methods": [],
163
178
  "properties": [
164
179
  {
@@ -176,6 +191,7 @@
176
191
  "isAbstract": false,
177
192
  "isVirtual": false,
178
193
  "isOverride": false,
194
+ "visibility": "Public",
179
195
  "declaringClrType": "Azure.Identity.TokenCacheData",
180
196
  "declaringAssemblyName": "Azure.Identity"
181
197
  }
@@ -190,6 +206,7 @@
190
206
  "normalizedSignature": "constructor|(System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
191
207
  "isStatic": false,
192
208
  "parameterCount": 1,
209
+ "visibility": "Public",
193
210
  "declaringClrType": "Azure.Identity.TokenCacheData",
194
211
  "declaringAssemblyName": "Azure.Identity"
195
212
  }
@@ -206,6 +223,16 @@
206
223
  "isSealed": false,
207
224
  "isStatic": false,
208
225
  "arity": 0,
226
+ "baseType": {
227
+ "stableId": "System.Private.CoreLib:System.Exception",
228
+ "clrName": "System.Exception"
229
+ },
230
+ "interfaces": [
231
+ {
232
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
233
+ "clrName": "System.Runtime.Serialization.ISerializable"
234
+ }
235
+ ],
209
236
  "methods": [],
210
237
  "properties": [],
211
238
  "fields": [],
@@ -218,6 +245,7 @@
218
245
  "normalizedSignature": "constructor|(System.String):void|static=false",
219
246
  "isStatic": false,
220
247
  "parameterCount": 1,
248
+ "visibility": "Public",
221
249
  "declaringClrType": "Azure.Identity.AuthenticationFailedException",
222
250
  "declaringAssemblyName": "Azure.Identity"
223
251
  },
@@ -228,6 +256,18 @@
228
256
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
229
257
  "isStatic": false,
230
258
  "parameterCount": 2,
259
+ "visibility": "Public",
260
+ "declaringClrType": "Azure.Identity.AuthenticationFailedException",
261
+ "declaringAssemblyName": "Azure.Identity"
262
+ },
263
+ {
264
+ "stableId": "Azure.Identity:Azure.Identity.AuthenticationFailedException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
265
+ "metadataToken": 100663416,
266
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
267
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
268
+ "isStatic": false,
269
+ "parameterCount": 2,
270
+ "visibility": "Protected",
231
271
  "declaringClrType": "Azure.Identity.AuthenticationFailedException",
232
272
  "declaringAssemblyName": "Azure.Identity"
233
273
  }
@@ -244,6 +284,10 @@
244
284
  "isSealed": false,
245
285
  "isStatic": false,
246
286
  "arity": 0,
287
+ "baseType": {
288
+ "stableId": "System.Private.CoreLib:System.Object",
289
+ "clrName": "System.Object"
290
+ },
247
291
  "methods": [
248
292
  {
249
293
  "stableId": "Azure.Identity:Azure.Identity.AuthenticationRecord::Serialize(System.IO.Stream,System.Threading.CancellationToken):System.Void",
@@ -260,6 +304,7 @@
260
304
  "isVirtual": false,
261
305
  "isOverride": false,
262
306
  "isSealed": false,
307
+ "visibility": "Public",
263
308
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
264
309
  "declaringAssemblyName": "Azure.Identity",
265
310
  "isExtensionMethod": false
@@ -279,6 +324,7 @@
279
324
  "isVirtual": false,
280
325
  "isOverride": false,
281
326
  "isSealed": false,
327
+ "visibility": "Public",
282
328
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
283
329
  "declaringAssemblyName": "Azure.Identity",
284
330
  "isExtensionMethod": false
@@ -298,6 +344,7 @@
298
344
  "isVirtual": false,
299
345
  "isOverride": false,
300
346
  "isSealed": false,
347
+ "visibility": "Public",
301
348
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
302
349
  "declaringAssemblyName": "Azure.Identity",
303
350
  "isExtensionMethod": false
@@ -317,6 +364,7 @@
317
364
  "isVirtual": false,
318
365
  "isOverride": false,
319
366
  "isSealed": false,
367
+ "visibility": "Public",
320
368
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
321
369
  "declaringAssemblyName": "Azure.Identity",
322
370
  "isExtensionMethod": false
@@ -328,16 +376,17 @@
328
376
  "clrName": "Username",
329
377
  "metadataToken": 385875983,
330
378
  "canonicalSignature": ":System.String",
331
- "normalizedSignature": "Username|:System.String|static=false|accessor=get",
379
+ "normalizedSignature": "Username|:System.String|static=false|accessor=getset",
332
380
  "emitScope": "ClassSurface",
333
381
  "provenance": "Original",
334
382
  "isIndexer": false,
335
383
  "hasGetter": true,
336
- "hasSetter": false,
384
+ "hasSetter": true,
337
385
  "isStatic": false,
338
386
  "isAbstract": false,
339
387
  "isVirtual": false,
340
388
  "isOverride": false,
389
+ "visibility": "Public",
341
390
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
342
391
  "declaringAssemblyName": "Azure.Identity"
343
392
  },
@@ -346,16 +395,17 @@
346
395
  "clrName": "Authority",
347
396
  "metadataToken": 385875984,
348
397
  "canonicalSignature": ":System.String",
349
- "normalizedSignature": "Authority|:System.String|static=false|accessor=get",
398
+ "normalizedSignature": "Authority|:System.String|static=false|accessor=getset",
350
399
  "emitScope": "ClassSurface",
351
400
  "provenance": "Original",
352
401
  "isIndexer": false,
353
402
  "hasGetter": true,
354
- "hasSetter": false,
403
+ "hasSetter": true,
355
404
  "isStatic": false,
356
405
  "isAbstract": false,
357
406
  "isVirtual": false,
358
407
  "isOverride": false,
408
+ "visibility": "Public",
359
409
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
360
410
  "declaringAssemblyName": "Azure.Identity"
361
411
  },
@@ -374,6 +424,7 @@
374
424
  "isAbstract": false,
375
425
  "isVirtual": false,
376
426
  "isOverride": false,
427
+ "visibility": "Public",
377
428
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
378
429
  "declaringAssemblyName": "Azure.Identity"
379
430
  },
@@ -382,16 +433,17 @@
382
433
  "clrName": "TenantId",
383
434
  "metadataToken": 385875986,
384
435
  "canonicalSignature": ":System.String",
385
- "normalizedSignature": "TenantId|:System.String|static=false|accessor=get",
436
+ "normalizedSignature": "TenantId|:System.String|static=false|accessor=getset",
386
437
  "emitScope": "ClassSurface",
387
438
  "provenance": "Original",
388
439
  "isIndexer": false,
389
440
  "hasGetter": true,
390
- "hasSetter": false,
441
+ "hasSetter": true,
391
442
  "isStatic": false,
392
443
  "isAbstract": false,
393
444
  "isVirtual": false,
394
445
  "isOverride": false,
446
+ "visibility": "Public",
395
447
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
396
448
  "declaringAssemblyName": "Azure.Identity"
397
449
  },
@@ -400,16 +452,17 @@
400
452
  "clrName": "ClientId",
401
453
  "metadataToken": 385875987,
402
454
  "canonicalSignature": ":System.String",
403
- "normalizedSignature": "ClientId|:System.String|static=false|accessor=get",
455
+ "normalizedSignature": "ClientId|:System.String|static=false|accessor=getset",
404
456
  "emitScope": "ClassSurface",
405
457
  "provenance": "Original",
406
458
  "isIndexer": false,
407
459
  "hasGetter": true,
408
- "hasSetter": false,
460
+ "hasSetter": true,
409
461
  "isStatic": false,
410
462
  "isAbstract": false,
411
463
  "isVirtual": false,
412
464
  "isOverride": false,
465
+ "visibility": "Public",
413
466
  "declaringClrType": "Azure.Identity.AuthenticationRecord",
414
467
  "declaringAssemblyName": "Azure.Identity"
415
468
  }
@@ -429,6 +482,16 @@
429
482
  "isSealed": false,
430
483
  "isStatic": false,
431
484
  "arity": 0,
485
+ "baseType": {
486
+ "stableId": "Azure.Identity:Azure.Identity.CredentialUnavailableException",
487
+ "clrName": "Azure.Identity.CredentialUnavailableException"
488
+ },
489
+ "interfaces": [
490
+ {
491
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
492
+ "clrName": "System.Runtime.Serialization.ISerializable"
493
+ }
494
+ ],
432
495
  "methods": [],
433
496
  "properties": [
434
497
  {
@@ -446,6 +509,7 @@
446
509
  "isAbstract": false,
447
510
  "isVirtual": false,
448
511
  "isOverride": false,
512
+ "visibility": "Public",
449
513
  "declaringClrType": "Azure.Identity.AuthenticationRequiredException",
450
514
  "declaringAssemblyName": "Azure.Identity"
451
515
  }
@@ -460,6 +524,7 @@
460
524
  "normalizedSignature": "constructor|(System.String,Azure.Core.TokenRequestContext):void|static=false",
461
525
  "isStatic": false,
462
526
  "parameterCount": 2,
527
+ "visibility": "Public",
463
528
  "declaringClrType": "Azure.Identity.AuthenticationRequiredException",
464
529
  "declaringAssemblyName": "Azure.Identity"
465
530
  },
@@ -470,6 +535,18 @@
470
535
  "normalizedSignature": "constructor|(System.String,Azure.Core.TokenRequestContext,System.Exception):void|static=false",
471
536
  "isStatic": false,
472
537
  "parameterCount": 3,
538
+ "visibility": "Public",
539
+ "declaringClrType": "Azure.Identity.AuthenticationRequiredException",
540
+ "declaringAssemblyName": "Azure.Identity"
541
+ },
542
+ {
543
+ "stableId": "Azure.Identity:Azure.Identity.AuthenticationRequiredException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
544
+ "metadataToken": 100663443,
545
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
546
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
547
+ "isStatic": false,
548
+ "parameterCount": 2,
549
+ "visibility": "Protected",
473
550
  "declaringClrType": "Azure.Identity.AuthenticationRequiredException",
474
551
  "declaringAssemblyName": "Azure.Identity"
475
552
  }
@@ -486,6 +563,10 @@
486
563
  "isSealed": false,
487
564
  "isStatic": false,
488
565
  "arity": 0,
566
+ "baseType": {
567
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
568
+ "clrName": "Azure.Core.TokenCredential"
569
+ },
489
570
  "methods": [
490
571
  {
491
572
  "stableId": "Azure.Identity:Azure.Identity.AuthorizationCodeCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -502,6 +583,7 @@
502
583
  "isVirtual": true,
503
584
  "isOverride": true,
504
585
  "isSealed": false,
586
+ "visibility": "Public",
505
587
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
506
588
  "declaringAssemblyName": "Azure.Identity",
507
589
  "isExtensionMethod": false
@@ -521,6 +603,7 @@
521
603
  "isVirtual": true,
522
604
  "isOverride": true,
523
605
  "isSealed": false,
606
+ "visibility": "Public",
524
607
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
525
608
  "declaringAssemblyName": "Azure.Identity",
526
609
  "isExtensionMethod": false
@@ -540,6 +623,7 @@
540
623
  "isVirtual": true,
541
624
  "isOverride": false,
542
625
  "isSealed": false,
626
+ "visibility": "Public",
543
627
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
544
628
  "declaringAssemblyName": "Azure.Identity",
545
629
  "isExtensionMethod": false
@@ -559,6 +643,7 @@
559
643
  "isVirtual": true,
560
644
  "isOverride": false,
561
645
  "isSealed": false,
646
+ "visibility": "Public",
562
647
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
563
648
  "declaringAssemblyName": "Azure.Identity",
564
649
  "isExtensionMethod": false
@@ -578,6 +663,7 @@
578
663
  "isVirtual": true,
579
664
  "isOverride": false,
580
665
  "isSealed": false,
666
+ "visibility": "Public",
581
667
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
582
668
  "declaringAssemblyName": "Azure.Identity",
583
669
  "isExtensionMethod": false
@@ -587,6 +673,17 @@
587
673
  "fields": [],
588
674
  "events": [],
589
675
  "constructors": [
676
+ {
677
+ "stableId": "Azure.Identity:Azure.Identity.AuthorizationCodeCredential::.ctor():void",
678
+ "metadataToken": 100663519,
679
+ "canonicalSignature": "():void",
680
+ "normalizedSignature": "constructor|():void|static=false",
681
+ "isStatic": false,
682
+ "parameterCount": 0,
683
+ "visibility": "Protected",
684
+ "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
685
+ "declaringAssemblyName": "Azure.Identity"
686
+ },
590
687
  {
591
688
  "stableId": "Azure.Identity:Azure.Identity.AuthorizationCodeCredential::.ctor(System.String,System.String,System.String,System.String):void",
592
689
  "metadataToken": 100663520,
@@ -594,6 +691,7 @@
594
691
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String):void|static=false",
595
692
  "isStatic": false,
596
693
  "parameterCount": 4,
694
+ "visibility": "Public",
597
695
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
598
696
  "declaringAssemblyName": "Azure.Identity"
599
697
  },
@@ -604,6 +702,7 @@
604
702
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String,Azure.Identity.AuthorizationCodeCredentialOptions):void|static=false",
605
703
  "isStatic": false,
606
704
  "parameterCount": 5,
705
+ "visibility": "Public",
607
706
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
608
707
  "declaringAssemblyName": "Azure.Identity"
609
708
  },
@@ -614,6 +713,7 @@
614
713
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
615
714
  "isStatic": false,
616
715
  "parameterCount": 5,
716
+ "visibility": "Public",
617
717
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredential",
618
718
  "declaringAssemblyName": "Azure.Identity"
619
719
  }
@@ -630,6 +730,20 @@
630
730
  "isSealed": false,
631
731
  "isStatic": false,
632
732
  "arity": 0,
733
+ "baseType": {
734
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
735
+ "clrName": "Azure.Identity.TokenCredentialOptions"
736
+ },
737
+ "interfaces": [
738
+ {
739
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
740
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
741
+ },
742
+ {
743
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
744
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
745
+ }
746
+ ],
633
747
  "methods": [],
634
748
  "properties": [
635
749
  {
@@ -647,6 +761,7 @@
647
761
  "isAbstract": false,
648
762
  "isVirtual": false,
649
763
  "isOverride": false,
764
+ "visibility": "Public",
650
765
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredentialOptions",
651
766
  "declaringAssemblyName": "Azure.Identity"
652
767
  },
@@ -655,16 +770,17 @@
655
770
  "clrName": "AdditionallyAllowedTenants",
656
771
  "metadataToken": 385876002,
657
772
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
658
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
773
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
659
774
  "emitScope": "ClassSurface",
660
775
  "provenance": "Original",
661
776
  "isIndexer": false,
662
777
  "hasGetter": true,
663
- "hasSetter": false,
778
+ "hasSetter": true,
664
779
  "isStatic": false,
665
780
  "isAbstract": false,
666
781
  "isVirtual": true,
667
782
  "isOverride": false,
783
+ "visibility": "Public",
668
784
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredentialOptions",
669
785
  "declaringAssemblyName": "Azure.Identity"
670
786
  },
@@ -683,6 +799,7 @@
683
799
  "isAbstract": false,
684
800
  "isVirtual": true,
685
801
  "isOverride": false,
802
+ "visibility": "Public",
686
803
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredentialOptions",
687
804
  "declaringAssemblyName": "Azure.Identity"
688
805
  }
@@ -697,6 +814,7 @@
697
814
  "normalizedSignature": "constructor|():void|static=false",
698
815
  "isStatic": false,
699
816
  "parameterCount": 0,
817
+ "visibility": "Public",
700
818
  "declaringClrType": "Azure.Identity.AuthorizationCodeCredentialOptions",
701
819
  "declaringAssemblyName": "Azure.Identity"
702
820
  }
@@ -713,6 +831,10 @@
713
831
  "isSealed": false,
714
832
  "isStatic": false,
715
833
  "arity": 0,
834
+ "baseType": {
835
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
836
+ "clrName": "Azure.Core.TokenCredential"
837
+ },
716
838
  "methods": [
717
839
  {
718
840
  "stableId": "Azure.Identity:Azure.Identity.AzureCliCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -729,6 +851,7 @@
729
851
  "isVirtual": true,
730
852
  "isOverride": true,
731
853
  "isSealed": false,
854
+ "visibility": "Public",
732
855
  "declaringClrType": "Azure.Identity.AzureCliCredential",
733
856
  "declaringAssemblyName": "Azure.Identity",
734
857
  "isExtensionMethod": false
@@ -748,6 +871,7 @@
748
871
  "isVirtual": true,
749
872
  "isOverride": true,
750
873
  "isSealed": false,
874
+ "visibility": "Public",
751
875
  "declaringClrType": "Azure.Identity.AzureCliCredential",
752
876
  "declaringAssemblyName": "Azure.Identity",
753
877
  "isExtensionMethod": false
@@ -767,6 +891,7 @@
767
891
  "isVirtual": true,
768
892
  "isOverride": false,
769
893
  "isSealed": false,
894
+ "visibility": "Public",
770
895
  "declaringClrType": "Azure.Identity.AzureCliCredential",
771
896
  "declaringAssemblyName": "Azure.Identity",
772
897
  "isExtensionMethod": false
@@ -786,6 +911,7 @@
786
911
  "isVirtual": true,
787
912
  "isOverride": false,
788
913
  "isSealed": false,
914
+ "visibility": "Public",
789
915
  "declaringClrType": "Azure.Identity.AzureCliCredential",
790
916
  "declaringAssemblyName": "Azure.Identity",
791
917
  "isExtensionMethod": false
@@ -805,6 +931,7 @@
805
931
  "isVirtual": true,
806
932
  "isOverride": false,
807
933
  "isSealed": false,
934
+ "visibility": "Public",
808
935
  "declaringClrType": "Azure.Identity.AzureCliCredential",
809
936
  "declaringAssemblyName": "Azure.Identity",
810
937
  "isExtensionMethod": false
@@ -821,6 +948,7 @@
821
948
  "normalizedSignature": "constructor|():void|static=false",
822
949
  "isStatic": false,
823
950
  "parameterCount": 0,
951
+ "visibility": "Public",
824
952
  "declaringClrType": "Azure.Identity.AzureCliCredential",
825
953
  "declaringAssemblyName": "Azure.Identity"
826
954
  },
@@ -831,6 +959,7 @@
831
959
  "normalizedSignature": "constructor|(Azure.Identity.AzureCliCredentialOptions):void|static=false",
832
960
  "isStatic": false,
833
961
  "parameterCount": 1,
962
+ "visibility": "Public",
834
963
  "declaringClrType": "Azure.Identity.AzureCliCredential",
835
964
  "declaringAssemblyName": "Azure.Identity"
836
965
  }
@@ -847,6 +976,16 @@
847
976
  "isSealed": false,
848
977
  "isStatic": false,
849
978
  "arity": 0,
979
+ "baseType": {
980
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
981
+ "clrName": "Azure.Identity.TokenCredentialOptions"
982
+ },
983
+ "interfaces": [
984
+ {
985
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
986
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
987
+ }
988
+ ],
850
989
  "methods": [],
851
990
  "properties": [
852
991
  {
@@ -864,6 +1003,7 @@
864
1003
  "isAbstract": false,
865
1004
  "isVirtual": false,
866
1005
  "isOverride": false,
1006
+ "visibility": "Public",
867
1007
  "declaringClrType": "Azure.Identity.AzureCliCredentialOptions",
868
1008
  "declaringAssemblyName": "Azure.Identity"
869
1009
  },
@@ -872,16 +1012,17 @@
872
1012
  "clrName": "AdditionallyAllowedTenants",
873
1013
  "metadataToken": 385876011,
874
1014
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
875
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1015
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
876
1016
  "emitScope": "ClassSurface",
877
1017
  "provenance": "Original",
878
1018
  "isIndexer": false,
879
1019
  "hasGetter": true,
880
- "hasSetter": false,
1020
+ "hasSetter": true,
881
1021
  "isStatic": false,
882
1022
  "isAbstract": false,
883
1023
  "isVirtual": true,
884
1024
  "isOverride": false,
1025
+ "visibility": "Public",
885
1026
  "declaringClrType": "Azure.Identity.AzureCliCredentialOptions",
886
1027
  "declaringAssemblyName": "Azure.Identity"
887
1028
  },
@@ -900,6 +1041,7 @@
900
1041
  "isAbstract": false,
901
1042
  "isVirtual": false,
902
1043
  "isOverride": false,
1044
+ "visibility": "Public",
903
1045
  "declaringClrType": "Azure.Identity.AzureCliCredentialOptions",
904
1046
  "declaringAssemblyName": "Azure.Identity"
905
1047
  },
@@ -918,6 +1060,7 @@
918
1060
  "isAbstract": false,
919
1061
  "isVirtual": false,
920
1062
  "isOverride": false,
1063
+ "visibility": "Public",
921
1064
  "declaringClrType": "Azure.Identity.AzureCliCredentialOptions",
922
1065
  "declaringAssemblyName": "Azure.Identity"
923
1066
  }
@@ -932,6 +1075,7 @@
932
1075
  "normalizedSignature": "constructor|():void|static=false",
933
1076
  "isStatic": false,
934
1077
  "parameterCount": 0,
1078
+ "visibility": "Public",
935
1079
  "declaringClrType": "Azure.Identity.AzureCliCredentialOptions",
936
1080
  "declaringAssemblyName": "Azure.Identity"
937
1081
  }
@@ -948,6 +1092,10 @@
948
1092
  "isSealed": false,
949
1093
  "isStatic": false,
950
1094
  "arity": 0,
1095
+ "baseType": {
1096
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
1097
+ "clrName": "Azure.Core.TokenCredential"
1098
+ },
951
1099
  "methods": [
952
1100
  {
953
1101
  "stableId": "Azure.Identity:Azure.Identity.AzureDeveloperCliCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -964,6 +1112,7 @@
964
1112
  "isVirtual": true,
965
1113
  "isOverride": true,
966
1114
  "isSealed": false,
1115
+ "visibility": "Public",
967
1116
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
968
1117
  "declaringAssemblyName": "Azure.Identity",
969
1118
  "isExtensionMethod": false
@@ -983,6 +1132,7 @@
983
1132
  "isVirtual": true,
984
1133
  "isOverride": true,
985
1134
  "isSealed": false,
1135
+ "visibility": "Public",
986
1136
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
987
1137
  "declaringAssemblyName": "Azure.Identity",
988
1138
  "isExtensionMethod": false
@@ -1002,6 +1152,7 @@
1002
1152
  "isVirtual": true,
1003
1153
  "isOverride": false,
1004
1154
  "isSealed": false,
1155
+ "visibility": "Public",
1005
1156
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
1006
1157
  "declaringAssemblyName": "Azure.Identity",
1007
1158
  "isExtensionMethod": false
@@ -1021,6 +1172,7 @@
1021
1172
  "isVirtual": true,
1022
1173
  "isOverride": false,
1023
1174
  "isSealed": false,
1175
+ "visibility": "Public",
1024
1176
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
1025
1177
  "declaringAssemblyName": "Azure.Identity",
1026
1178
  "isExtensionMethod": false
@@ -1040,6 +1192,7 @@
1040
1192
  "isVirtual": true,
1041
1193
  "isOverride": false,
1042
1194
  "isSealed": false,
1195
+ "visibility": "Public",
1043
1196
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
1044
1197
  "declaringAssemblyName": "Azure.Identity",
1045
1198
  "isExtensionMethod": false
@@ -1056,6 +1209,7 @@
1056
1209
  "normalizedSignature": "constructor|():void|static=false",
1057
1210
  "isStatic": false,
1058
1211
  "parameterCount": 0,
1212
+ "visibility": "Public",
1059
1213
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
1060
1214
  "declaringAssemblyName": "Azure.Identity"
1061
1215
  },
@@ -1066,6 +1220,7 @@
1066
1220
  "normalizedSignature": "constructor|(Azure.Identity.AzureDeveloperCliCredentialOptions):void|static=false",
1067
1221
  "isStatic": false,
1068
1222
  "parameterCount": 1,
1223
+ "visibility": "Public",
1069
1224
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredential",
1070
1225
  "declaringAssemblyName": "Azure.Identity"
1071
1226
  }
@@ -1082,6 +1237,16 @@
1082
1237
  "isSealed": false,
1083
1238
  "isStatic": false,
1084
1239
  "arity": 0,
1240
+ "baseType": {
1241
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
1242
+ "clrName": "Azure.Identity.TokenCredentialOptions"
1243
+ },
1244
+ "interfaces": [
1245
+ {
1246
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
1247
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
1248
+ }
1249
+ ],
1085
1250
  "methods": [],
1086
1251
  "properties": [
1087
1252
  {
@@ -1099,6 +1264,7 @@
1099
1264
  "isAbstract": false,
1100
1265
  "isVirtual": false,
1101
1266
  "isOverride": false,
1267
+ "visibility": "Public",
1102
1268
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredentialOptions",
1103
1269
  "declaringAssemblyName": "Azure.Identity"
1104
1270
  },
@@ -1107,16 +1273,17 @@
1107
1273
  "clrName": "AdditionallyAllowedTenants",
1108
1274
  "metadataToken": 385876019,
1109
1275
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1110
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1276
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1111
1277
  "emitScope": "ClassSurface",
1112
1278
  "provenance": "Original",
1113
1279
  "isIndexer": false,
1114
1280
  "hasGetter": true,
1115
- "hasSetter": false,
1281
+ "hasSetter": true,
1116
1282
  "isStatic": false,
1117
1283
  "isAbstract": false,
1118
1284
  "isVirtual": true,
1119
1285
  "isOverride": false,
1286
+ "visibility": "Public",
1120
1287
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredentialOptions",
1121
1288
  "declaringAssemblyName": "Azure.Identity"
1122
1289
  },
@@ -1135,6 +1302,7 @@
1135
1302
  "isAbstract": false,
1136
1303
  "isVirtual": false,
1137
1304
  "isOverride": false,
1305
+ "visibility": "Public",
1138
1306
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredentialOptions",
1139
1307
  "declaringAssemblyName": "Azure.Identity"
1140
1308
  }
@@ -1149,6 +1317,7 @@
1149
1317
  "normalizedSignature": "constructor|():void|static=false",
1150
1318
  "isStatic": false,
1151
1319
  "parameterCount": 0,
1320
+ "visibility": "Public",
1152
1321
  "declaringClrType": "Azure.Identity.AzureDeveloperCliCredentialOptions",
1153
1322
  "declaringAssemblyName": "Azure.Identity"
1154
1323
  }
@@ -1165,6 +1334,10 @@
1165
1334
  "isSealed": false,
1166
1335
  "isStatic": false,
1167
1336
  "arity": 0,
1337
+ "baseType": {
1338
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
1339
+ "clrName": "Azure.Core.TokenCredential"
1340
+ },
1168
1341
  "methods": [
1169
1342
  {
1170
1343
  "stableId": "Azure.Identity:Azure.Identity.AzurePipelinesCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -1181,6 +1354,7 @@
1181
1354
  "isVirtual": true,
1182
1355
  "isOverride": true,
1183
1356
  "isSealed": false,
1357
+ "visibility": "Public",
1184
1358
  "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1185
1359
  "declaringAssemblyName": "Azure.Identity",
1186
1360
  "isExtensionMethod": false
@@ -1200,6 +1374,7 @@
1200
1374
  "isVirtual": true,
1201
1375
  "isOverride": true,
1202
1376
  "isSealed": false,
1377
+ "visibility": "Public",
1203
1378
  "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1204
1379
  "declaringAssemblyName": "Azure.Identity",
1205
1380
  "isExtensionMethod": false
@@ -1219,6 +1394,7 @@
1219
1394
  "isVirtual": true,
1220
1395
  "isOverride": false,
1221
1396
  "isSealed": false,
1397
+ "visibility": "Public",
1222
1398
  "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1223
1399
  "declaringAssemblyName": "Azure.Identity",
1224
1400
  "isExtensionMethod": false
@@ -1238,6 +1414,7 @@
1238
1414
  "isVirtual": true,
1239
1415
  "isOverride": false,
1240
1416
  "isSealed": false,
1417
+ "visibility": "Public",
1241
1418
  "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1242
1419
  "declaringAssemblyName": "Azure.Identity",
1243
1420
  "isExtensionMethod": false
@@ -1257,6 +1434,7 @@
1257
1434
  "isVirtual": true,
1258
1435
  "isOverride": false,
1259
1436
  "isSealed": false,
1437
+ "visibility": "Public",
1260
1438
  "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1261
1439
  "declaringAssemblyName": "Azure.Identity",
1262
1440
  "isExtensionMethod": false
@@ -1266,6 +1444,17 @@
1266
1444
  "fields": [],
1267
1445
  "events": [],
1268
1446
  "constructors": [
1447
+ {
1448
+ "stableId": "Azure.Identity:Azure.Identity.AzurePipelinesCredential::.ctor():void",
1449
+ "metadataToken": 100663600,
1450
+ "canonicalSignature": "():void",
1451
+ "normalizedSignature": "constructor|():void|static=false",
1452
+ "isStatic": false,
1453
+ "parameterCount": 0,
1454
+ "visibility": "Protected",
1455
+ "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1456
+ "declaringAssemblyName": "Azure.Identity"
1457
+ },
1269
1458
  {
1270
1459
  "stableId": "Azure.Identity:Azure.Identity.AzurePipelinesCredential::.ctor(System.String,System.String,System.String,System.String,Azure.Identity.AzurePipelinesCredentialOptions):void",
1271
1460
  "metadataToken": 100663601,
@@ -1273,6 +1462,7 @@
1273
1462
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String,Azure.Identity.AzurePipelinesCredentialOptions):void|static=false",
1274
1463
  "isStatic": false,
1275
1464
  "parameterCount": 5,
1465
+ "visibility": "Public",
1276
1466
  "declaringClrType": "Azure.Identity.AzurePipelinesCredential",
1277
1467
  "declaringAssemblyName": "Azure.Identity"
1278
1468
  }
@@ -1289,6 +1479,24 @@
1289
1479
  "isSealed": false,
1290
1480
  "isStatic": false,
1291
1481
  "arity": 0,
1482
+ "baseType": {
1483
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
1484
+ "clrName": "Azure.Identity.TokenCredentialOptions"
1485
+ },
1486
+ "interfaces": [
1487
+ {
1488
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
1489
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
1490
+ },
1491
+ {
1492
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
1493
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
1494
+ },
1495
+ {
1496
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
1497
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
1498
+ }
1499
+ ],
1292
1500
  "methods": [],
1293
1501
  "properties": [
1294
1502
  {
@@ -1296,16 +1504,17 @@
1296
1504
  "clrName": "AdditionallyAllowedTenants",
1297
1505
  "metadataToken": 385876030,
1298
1506
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1299
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1507
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1300
1508
  "emitScope": "ClassSurface",
1301
1509
  "provenance": "Original",
1302
1510
  "isIndexer": false,
1303
1511
  "hasGetter": true,
1304
- "hasSetter": false,
1512
+ "hasSetter": true,
1305
1513
  "isStatic": false,
1306
1514
  "isAbstract": false,
1307
1515
  "isVirtual": true,
1308
1516
  "isOverride": false,
1517
+ "visibility": "Public",
1309
1518
  "declaringClrType": "Azure.Identity.AzurePipelinesCredentialOptions",
1310
1519
  "declaringAssemblyName": "Azure.Identity"
1311
1520
  },
@@ -1324,6 +1533,7 @@
1324
1533
  "isAbstract": false,
1325
1534
  "isVirtual": true,
1326
1535
  "isOverride": false,
1536
+ "visibility": "Public",
1327
1537
  "declaringClrType": "Azure.Identity.AzurePipelinesCredentialOptions",
1328
1538
  "declaringAssemblyName": "Azure.Identity"
1329
1539
  },
@@ -1342,6 +1552,7 @@
1342
1552
  "isAbstract": false,
1343
1553
  "isVirtual": true,
1344
1554
  "isOverride": false,
1555
+ "visibility": "Public",
1345
1556
  "declaringClrType": "Azure.Identity.AzurePipelinesCredentialOptions",
1346
1557
  "declaringAssemblyName": "Azure.Identity"
1347
1558
  }
@@ -1356,6 +1567,7 @@
1356
1567
  "normalizedSignature": "constructor|():void|static=false",
1357
1568
  "isStatic": false,
1358
1569
  "parameterCount": 0,
1570
+ "visibility": "Public",
1359
1571
  "declaringClrType": "Azure.Identity.AzurePipelinesCredentialOptions",
1360
1572
  "declaringAssemblyName": "Azure.Identity"
1361
1573
  }
@@ -1372,6 +1584,10 @@
1372
1584
  "isSealed": false,
1373
1585
  "isStatic": false,
1374
1586
  "arity": 0,
1587
+ "baseType": {
1588
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
1589
+ "clrName": "Azure.Core.TokenCredential"
1590
+ },
1375
1591
  "methods": [
1376
1592
  {
1377
1593
  "stableId": "Azure.Identity:Azure.Identity.AzurePowerShellCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -1388,6 +1604,7 @@
1388
1604
  "isVirtual": true,
1389
1605
  "isOverride": true,
1390
1606
  "isSealed": false,
1607
+ "visibility": "Public",
1391
1608
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1392
1609
  "declaringAssemblyName": "Azure.Identity",
1393
1610
  "isExtensionMethod": false
@@ -1407,6 +1624,7 @@
1407
1624
  "isVirtual": true,
1408
1625
  "isOverride": true,
1409
1626
  "isSealed": false,
1627
+ "visibility": "Public",
1410
1628
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1411
1629
  "declaringAssemblyName": "Azure.Identity",
1412
1630
  "isExtensionMethod": false
@@ -1426,6 +1644,7 @@
1426
1644
  "isVirtual": true,
1427
1645
  "isOverride": false,
1428
1646
  "isSealed": false,
1647
+ "visibility": "Public",
1429
1648
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1430
1649
  "declaringAssemblyName": "Azure.Identity",
1431
1650
  "isExtensionMethod": false
@@ -1445,6 +1664,7 @@
1445
1664
  "isVirtual": true,
1446
1665
  "isOverride": false,
1447
1666
  "isSealed": false,
1667
+ "visibility": "Public",
1448
1668
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1449
1669
  "declaringAssemblyName": "Azure.Identity",
1450
1670
  "isExtensionMethod": false
@@ -1464,6 +1684,7 @@
1464
1684
  "isVirtual": true,
1465
1685
  "isOverride": false,
1466
1686
  "isSealed": false,
1687
+ "visibility": "Public",
1467
1688
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1468
1689
  "declaringAssemblyName": "Azure.Identity",
1469
1690
  "isExtensionMethod": false
@@ -1480,6 +1701,7 @@
1480
1701
  "normalizedSignature": "constructor|():void|static=false",
1481
1702
  "isStatic": false,
1482
1703
  "parameterCount": 0,
1704
+ "visibility": "Public",
1483
1705
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1484
1706
  "declaringAssemblyName": "Azure.Identity"
1485
1707
  },
@@ -1490,6 +1712,7 @@
1490
1712
  "normalizedSignature": "constructor|(Azure.Identity.AzurePowerShellCredentialOptions):void|static=false",
1491
1713
  "isStatic": false,
1492
1714
  "parameterCount": 1,
1715
+ "visibility": "Public",
1493
1716
  "declaringClrType": "Azure.Identity.AzurePowerShellCredential",
1494
1717
  "declaringAssemblyName": "Azure.Identity"
1495
1718
  }
@@ -1506,6 +1729,16 @@
1506
1729
  "isSealed": false,
1507
1730
  "isStatic": false,
1508
1731
  "arity": 0,
1732
+ "baseType": {
1733
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
1734
+ "clrName": "Azure.Identity.TokenCredentialOptions"
1735
+ },
1736
+ "interfaces": [
1737
+ {
1738
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
1739
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
1740
+ }
1741
+ ],
1509
1742
  "methods": [],
1510
1743
  "properties": [
1511
1744
  {
@@ -1523,6 +1756,7 @@
1523
1756
  "isAbstract": false,
1524
1757
  "isVirtual": false,
1525
1758
  "isOverride": false,
1759
+ "visibility": "Public",
1526
1760
  "declaringClrType": "Azure.Identity.AzurePowerShellCredentialOptions",
1527
1761
  "declaringAssemblyName": "Azure.Identity"
1528
1762
  },
@@ -1531,16 +1765,17 @@
1531
1765
  "clrName": "AdditionallyAllowedTenants",
1532
1766
  "metadataToken": 385876039,
1533
1767
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1534
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
1768
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1535
1769
  "emitScope": "ClassSurface",
1536
1770
  "provenance": "Original",
1537
1771
  "isIndexer": false,
1538
1772
  "hasGetter": true,
1539
- "hasSetter": false,
1773
+ "hasSetter": true,
1540
1774
  "isStatic": false,
1541
1775
  "isAbstract": false,
1542
1776
  "isVirtual": true,
1543
1777
  "isOverride": false,
1778
+ "visibility": "Public",
1544
1779
  "declaringClrType": "Azure.Identity.AzurePowerShellCredentialOptions",
1545
1780
  "declaringAssemblyName": "Azure.Identity"
1546
1781
  },
@@ -1559,6 +1794,7 @@
1559
1794
  "isAbstract": false,
1560
1795
  "isVirtual": false,
1561
1796
  "isOverride": false,
1797
+ "visibility": "Public",
1562
1798
  "declaringClrType": "Azure.Identity.AzurePowerShellCredentialOptions",
1563
1799
  "declaringAssemblyName": "Azure.Identity"
1564
1800
  }
@@ -1573,6 +1809,7 @@
1573
1809
  "normalizedSignature": "constructor|():void|static=false",
1574
1810
  "isStatic": false,
1575
1811
  "parameterCount": 0,
1812
+ "visibility": "Public",
1576
1813
  "declaringClrType": "Azure.Identity.AzurePowerShellCredentialOptions",
1577
1814
  "declaringAssemblyName": "Azure.Identity"
1578
1815
  }
@@ -1589,6 +1826,10 @@
1589
1826
  "isSealed": false,
1590
1827
  "isStatic": false,
1591
1828
  "arity": 0,
1829
+ "baseType": {
1830
+ "stableId": "System.Private.CoreLib:System.Object",
1831
+ "clrName": "System.Object"
1832
+ },
1592
1833
  "methods": [],
1593
1834
  "properties": [
1594
1835
  {
@@ -1606,6 +1847,7 @@
1606
1847
  "isAbstract": false,
1607
1848
  "isVirtual": false,
1608
1849
  "isOverride": false,
1850
+ "visibility": "Public",
1609
1851
  "declaringClrType": "Azure.Identity.BrowserCustomizationOptions",
1610
1852
  "declaringAssemblyName": "Azure.Identity"
1611
1853
  },
@@ -1624,6 +1866,7 @@
1624
1866
  "isAbstract": false,
1625
1867
  "isVirtual": false,
1626
1868
  "isOverride": false,
1869
+ "visibility": "Public",
1627
1870
  "declaringClrType": "Azure.Identity.BrowserCustomizationOptions",
1628
1871
  "declaringAssemblyName": "Azure.Identity"
1629
1872
  },
@@ -1642,6 +1885,7 @@
1642
1885
  "isAbstract": false,
1643
1886
  "isVirtual": false,
1644
1887
  "isOverride": false,
1888
+ "visibility": "Public",
1645
1889
  "declaringClrType": "Azure.Identity.BrowserCustomizationOptions",
1646
1890
  "declaringAssemblyName": "Azure.Identity"
1647
1891
  }
@@ -1656,6 +1900,7 @@
1656
1900
  "normalizedSignature": "constructor|():void|static=false",
1657
1901
  "isStatic": false,
1658
1902
  "parameterCount": 0,
1903
+ "visibility": "Public",
1659
1904
  "declaringClrType": "Azure.Identity.BrowserCustomizationOptions",
1660
1905
  "declaringAssemblyName": "Azure.Identity"
1661
1906
  }
@@ -1672,6 +1917,10 @@
1672
1917
  "isSealed": false,
1673
1918
  "isStatic": false,
1674
1919
  "arity": 0,
1920
+ "baseType": {
1921
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
1922
+ "clrName": "Azure.Core.TokenCredential"
1923
+ },
1675
1924
  "methods": [
1676
1925
  {
1677
1926
  "stableId": "Azure.Identity:Azure.Identity.ChainedTokenCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -1688,6 +1937,7 @@
1688
1937
  "isVirtual": true,
1689
1938
  "isOverride": true,
1690
1939
  "isSealed": false,
1940
+ "visibility": "Public",
1691
1941
  "declaringClrType": "Azure.Identity.ChainedTokenCredential",
1692
1942
  "declaringAssemblyName": "Azure.Identity",
1693
1943
  "isExtensionMethod": false
@@ -1707,6 +1957,7 @@
1707
1957
  "isVirtual": true,
1708
1958
  "isOverride": true,
1709
1959
  "isSealed": false,
1960
+ "visibility": "Public",
1710
1961
  "declaringClrType": "Azure.Identity.ChainedTokenCredential",
1711
1962
  "declaringAssemblyName": "Azure.Identity",
1712
1963
  "isExtensionMethod": false
@@ -1726,6 +1977,7 @@
1726
1977
  "isVirtual": true,
1727
1978
  "isOverride": false,
1728
1979
  "isSealed": false,
1980
+ "visibility": "Public",
1729
1981
  "declaringClrType": "Azure.Identity.ChainedTokenCredential",
1730
1982
  "declaringAssemblyName": "Azure.Identity",
1731
1983
  "isExtensionMethod": false
@@ -1745,6 +1997,7 @@
1745
1997
  "isVirtual": true,
1746
1998
  "isOverride": false,
1747
1999
  "isSealed": false,
2000
+ "visibility": "Public",
1748
2001
  "declaringClrType": "Azure.Identity.ChainedTokenCredential",
1749
2002
  "declaringAssemblyName": "Azure.Identity",
1750
2003
  "isExtensionMethod": false
@@ -1764,6 +2017,7 @@
1764
2017
  "isVirtual": true,
1765
2018
  "isOverride": false,
1766
2019
  "isSealed": false,
2020
+ "visibility": "Public",
1767
2021
  "declaringClrType": "Azure.Identity.ChainedTokenCredential",
1768
2022
  "declaringAssemblyName": "Azure.Identity",
1769
2023
  "isExtensionMethod": false
@@ -1773,6 +2027,17 @@
1773
2027
  "fields": [],
1774
2028
  "events": [],
1775
2029
  "constructors": [
2030
+ {
2031
+ "stableId": "Azure.Identity:Azure.Identity.ChainedTokenCredential::.ctor():void",
2032
+ "metadataToken": 100663656,
2033
+ "canonicalSignature": "():void",
2034
+ "normalizedSignature": "constructor|():void|static=false",
2035
+ "isStatic": false,
2036
+ "parameterCount": 0,
2037
+ "visibility": "Protected",
2038
+ "declaringClrType": "Azure.Identity.ChainedTokenCredential",
2039
+ "declaringAssemblyName": "Azure.Identity"
2040
+ },
1776
2041
  {
1777
2042
  "stableId": "Azure.Identity:Azure.Identity.ChainedTokenCredential::.ctor(Azure.Core.TokenCredential[]):void",
1778
2043
  "metadataToken": 100663657,
@@ -1780,6 +2045,7 @@
1780
2045
  "normalizedSignature": "constructor|(Azure.Core.TokenCredential[]):void|static=false",
1781
2046
  "isStatic": false,
1782
2047
  "parameterCount": 1,
2048
+ "visibility": "Public",
1783
2049
  "declaringClrType": "Azure.Identity.ChainedTokenCredential",
1784
2050
  "declaringAssemblyName": "Azure.Identity"
1785
2051
  }
@@ -1796,6 +2062,10 @@
1796
2062
  "isSealed": false,
1797
2063
  "isStatic": false,
1798
2064
  "arity": 0,
2065
+ "baseType": {
2066
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
2067
+ "clrName": "Azure.Core.TokenCredential"
2068
+ },
1799
2069
  "methods": [
1800
2070
  {
1801
2071
  "stableId": "Azure.Identity:Azure.Identity.ClientAssertionCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -1812,6 +2082,7 @@
1812
2082
  "isVirtual": true,
1813
2083
  "isOverride": true,
1814
2084
  "isSealed": false,
2085
+ "visibility": "Public",
1815
2086
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1816
2087
  "declaringAssemblyName": "Azure.Identity",
1817
2088
  "isExtensionMethod": false
@@ -1831,6 +2102,7 @@
1831
2102
  "isVirtual": true,
1832
2103
  "isOverride": true,
1833
2104
  "isSealed": false,
2105
+ "visibility": "Public",
1834
2106
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1835
2107
  "declaringAssemblyName": "Azure.Identity",
1836
2108
  "isExtensionMethod": false
@@ -1850,6 +2122,7 @@
1850
2122
  "isVirtual": true,
1851
2123
  "isOverride": false,
1852
2124
  "isSealed": false,
2125
+ "visibility": "Public",
1853
2126
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1854
2127
  "declaringAssemblyName": "Azure.Identity",
1855
2128
  "isExtensionMethod": false
@@ -1869,6 +2142,7 @@
1869
2142
  "isVirtual": true,
1870
2143
  "isOverride": false,
1871
2144
  "isSealed": false,
2145
+ "visibility": "Public",
1872
2146
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1873
2147
  "declaringAssemblyName": "Azure.Identity",
1874
2148
  "isExtensionMethod": false
@@ -1888,6 +2162,7 @@
1888
2162
  "isVirtual": true,
1889
2163
  "isOverride": false,
1890
2164
  "isSealed": false,
2165
+ "visibility": "Public",
1891
2166
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1892
2167
  "declaringAssemblyName": "Azure.Identity",
1893
2168
  "isExtensionMethod": false
@@ -1897,6 +2172,17 @@
1897
2172
  "fields": [],
1898
2173
  "events": [],
1899
2174
  "constructors": [
2175
+ {
2176
+ "stableId": "Azure.Identity:Azure.Identity.ClientAssertionCredential::.ctor():void",
2177
+ "metadataToken": 100663666,
2178
+ "canonicalSignature": "():void",
2179
+ "normalizedSignature": "constructor|():void|static=false",
2180
+ "isStatic": false,
2181
+ "parameterCount": 0,
2182
+ "visibility": "Protected",
2183
+ "declaringClrType": "Azure.Identity.ClientAssertionCredential",
2184
+ "declaringAssemblyName": "Azure.Identity"
2185
+ },
1900
2186
  {
1901
2187
  "stableId": "Azure.Identity:Azure.Identity.ClientAssertionCredential::.ctor(System.String,System.String,System.Func_2[[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Identity.ClientAssertionCredentialOptions):void",
1902
2188
  "metadataToken": 100663667,
@@ -1904,6 +2190,7 @@
1904
2190
  "normalizedSignature": "constructor|(System.String,System.String,System.Func_2[[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Identity.ClientAssertionCredentialOptions):void|static=false",
1905
2191
  "isStatic": false,
1906
2192
  "parameterCount": 4,
2193
+ "visibility": "Public",
1907
2194
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1908
2195
  "declaringAssemblyName": "Azure.Identity"
1909
2196
  },
@@ -1914,6 +2201,7 @@
1914
2201
  "normalizedSignature": "constructor|(System.String,System.String,System.Func_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],Azure.Identity.ClientAssertionCredentialOptions):void|static=false",
1915
2202
  "isStatic": false,
1916
2203
  "parameterCount": 4,
2204
+ "visibility": "Public",
1917
2205
  "declaringClrType": "Azure.Identity.ClientAssertionCredential",
1918
2206
  "declaringAssemblyName": "Azure.Identity"
1919
2207
  }
@@ -1930,6 +2218,24 @@
1930
2218
  "isSealed": false,
1931
2219
  "isStatic": false,
1932
2220
  "arity": 0,
2221
+ "baseType": {
2222
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
2223
+ "clrName": "Azure.Identity.TokenCredentialOptions"
2224
+ },
2225
+ "interfaces": [
2226
+ {
2227
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
2228
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
2229
+ },
2230
+ {
2231
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
2232
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
2233
+ },
2234
+ {
2235
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
2236
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
2237
+ }
2238
+ ],
1933
2239
  "methods": [],
1934
2240
  "properties": [
1935
2241
  {
@@ -1937,16 +2243,17 @@
1937
2243
  "clrName": "AdditionallyAllowedTenants",
1938
2244
  "metadataToken": 385876052,
1939
2245
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
1940
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2246
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
1941
2247
  "emitScope": "ClassSurface",
1942
2248
  "provenance": "Original",
1943
2249
  "isIndexer": false,
1944
2250
  "hasGetter": true,
1945
- "hasSetter": false,
2251
+ "hasSetter": true,
1946
2252
  "isStatic": false,
1947
2253
  "isAbstract": false,
1948
2254
  "isVirtual": true,
1949
2255
  "isOverride": false,
2256
+ "visibility": "Public",
1950
2257
  "declaringClrType": "Azure.Identity.ClientAssertionCredentialOptions",
1951
2258
  "declaringAssemblyName": "Azure.Identity"
1952
2259
  },
@@ -1965,6 +2272,7 @@
1965
2272
  "isAbstract": false,
1966
2273
  "isVirtual": true,
1967
2274
  "isOverride": false,
2275
+ "visibility": "Public",
1968
2276
  "declaringClrType": "Azure.Identity.ClientAssertionCredentialOptions",
1969
2277
  "declaringAssemblyName": "Azure.Identity"
1970
2278
  },
@@ -1983,6 +2291,7 @@
1983
2291
  "isAbstract": false,
1984
2292
  "isVirtual": true,
1985
2293
  "isOverride": false,
2294
+ "visibility": "Public",
1986
2295
  "declaringClrType": "Azure.Identity.ClientAssertionCredentialOptions",
1987
2296
  "declaringAssemblyName": "Azure.Identity"
1988
2297
  }
@@ -1997,6 +2306,7 @@
1997
2306
  "normalizedSignature": "constructor|():void|static=false",
1998
2307
  "isStatic": false,
1999
2308
  "parameterCount": 0,
2309
+ "visibility": "Public",
2000
2310
  "declaringClrType": "Azure.Identity.ClientAssertionCredentialOptions",
2001
2311
  "declaringAssemblyName": "Azure.Identity"
2002
2312
  }
@@ -2013,6 +2323,10 @@
2013
2323
  "isSealed": false,
2014
2324
  "isStatic": false,
2015
2325
  "arity": 0,
2326
+ "baseType": {
2327
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
2328
+ "clrName": "Azure.Core.TokenCredential"
2329
+ },
2016
2330
  "methods": [
2017
2331
  {
2018
2332
  "stableId": "Azure.Identity:Azure.Identity.ClientCertificateCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -2029,6 +2343,7 @@
2029
2343
  "isVirtual": true,
2030
2344
  "isOverride": true,
2031
2345
  "isSealed": false,
2346
+ "visibility": "Public",
2032
2347
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2033
2348
  "declaringAssemblyName": "Azure.Identity",
2034
2349
  "isExtensionMethod": false
@@ -2048,6 +2363,7 @@
2048
2363
  "isVirtual": true,
2049
2364
  "isOverride": true,
2050
2365
  "isSealed": false,
2366
+ "visibility": "Public",
2051
2367
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2052
2368
  "declaringAssemblyName": "Azure.Identity",
2053
2369
  "isExtensionMethod": false
@@ -2067,6 +2383,7 @@
2067
2383
  "isVirtual": true,
2068
2384
  "isOverride": false,
2069
2385
  "isSealed": false,
2386
+ "visibility": "Public",
2070
2387
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2071
2388
  "declaringAssemblyName": "Azure.Identity",
2072
2389
  "isExtensionMethod": false
@@ -2086,6 +2403,7 @@
2086
2403
  "isVirtual": true,
2087
2404
  "isOverride": false,
2088
2405
  "isSealed": false,
2406
+ "visibility": "Public",
2089
2407
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2090
2408
  "declaringAssemblyName": "Azure.Identity",
2091
2409
  "isExtensionMethod": false
@@ -2105,6 +2423,7 @@
2105
2423
  "isVirtual": true,
2106
2424
  "isOverride": false,
2107
2425
  "isSealed": false,
2426
+ "visibility": "Public",
2108
2427
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2109
2428
  "declaringAssemblyName": "Azure.Identity",
2110
2429
  "isExtensionMethod": false
@@ -2114,6 +2433,17 @@
2114
2433
  "fields": [],
2115
2434
  "events": [],
2116
2435
  "constructors": [
2436
+ {
2437
+ "stableId": "Azure.Identity:Azure.Identity.ClientCertificateCredential::.ctor():void",
2438
+ "metadataToken": 100663687,
2439
+ "canonicalSignature": "():void",
2440
+ "normalizedSignature": "constructor|():void|static=false",
2441
+ "isStatic": false,
2442
+ "parameterCount": 0,
2443
+ "visibility": "Protected",
2444
+ "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2445
+ "declaringAssemblyName": "Azure.Identity"
2446
+ },
2117
2447
  {
2118
2448
  "stableId": "Azure.Identity:Azure.Identity.ClientCertificateCredential::.ctor(System.String,System.String,System.String):void",
2119
2449
  "metadataToken": 100663688,
@@ -2121,6 +2451,7 @@
2121
2451
  "normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
2122
2452
  "isStatic": false,
2123
2453
  "parameterCount": 3,
2454
+ "visibility": "Public",
2124
2455
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2125
2456
  "declaringAssemblyName": "Azure.Identity"
2126
2457
  },
@@ -2131,6 +2462,7 @@
2131
2462
  "normalizedSignature": "constructor|(System.String,System.String,System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
2132
2463
  "isStatic": false,
2133
2464
  "parameterCount": 4,
2465
+ "visibility": "Public",
2134
2466
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2135
2467
  "declaringAssemblyName": "Azure.Identity"
2136
2468
  },
@@ -2141,6 +2473,7 @@
2141
2473
  "normalizedSignature": "constructor|(System.String,System.String,System.String,Azure.Identity.ClientCertificateCredentialOptions):void|static=false",
2142
2474
  "isStatic": false,
2143
2475
  "parameterCount": 4,
2476
+ "visibility": "Public",
2144
2477
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2145
2478
  "declaringAssemblyName": "Azure.Identity"
2146
2479
  },
@@ -2151,6 +2484,7 @@
2151
2484
  "normalizedSignature": "constructor|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2):void|static=false",
2152
2485
  "isStatic": false,
2153
2486
  "parameterCount": 3,
2487
+ "visibility": "Public",
2154
2488
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2155
2489
  "declaringAssemblyName": "Azure.Identity"
2156
2490
  },
@@ -2161,6 +2495,7 @@
2161
2495
  "normalizedSignature": "constructor|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,Azure.Identity.TokenCredentialOptions):void|static=false",
2162
2496
  "isStatic": false,
2163
2497
  "parameterCount": 4,
2498
+ "visibility": "Public",
2164
2499
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2165
2500
  "declaringAssemblyName": "Azure.Identity"
2166
2501
  },
@@ -2171,6 +2506,7 @@
2171
2506
  "normalizedSignature": "constructor|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,Azure.Identity.ClientCertificateCredentialOptions):void|static=false",
2172
2507
  "isStatic": false,
2173
2508
  "parameterCount": 4,
2509
+ "visibility": "Public",
2174
2510
  "declaringClrType": "Azure.Identity.ClientCertificateCredential",
2175
2511
  "declaringAssemblyName": "Azure.Identity"
2176
2512
  }
@@ -2187,6 +2523,24 @@
2187
2523
  "isSealed": false,
2188
2524
  "isStatic": false,
2189
2525
  "arity": 0,
2526
+ "baseType": {
2527
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
2528
+ "clrName": "Azure.Identity.TokenCredentialOptions"
2529
+ },
2530
+ "interfaces": [
2531
+ {
2532
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
2533
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
2534
+ },
2535
+ {
2536
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
2537
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
2538
+ },
2539
+ {
2540
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
2541
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
2542
+ }
2543
+ ],
2190
2544
  "methods": [],
2191
2545
  "properties": [
2192
2546
  {
@@ -2204,6 +2558,7 @@
2204
2558
  "isAbstract": false,
2205
2559
  "isVirtual": true,
2206
2560
  "isOverride": false,
2561
+ "visibility": "Public",
2207
2562
  "declaringClrType": "Azure.Identity.ClientCertificateCredentialOptions",
2208
2563
  "declaringAssemblyName": "Azure.Identity"
2209
2564
  },
@@ -2222,6 +2577,7 @@
2222
2577
  "isAbstract": false,
2223
2578
  "isVirtual": false,
2224
2579
  "isOverride": false,
2580
+ "visibility": "Public",
2225
2581
  "declaringClrType": "Azure.Identity.ClientCertificateCredentialOptions",
2226
2582
  "declaringAssemblyName": "Azure.Identity"
2227
2583
  },
@@ -2230,16 +2586,17 @@
2230
2586
  "clrName": "AdditionallyAllowedTenants",
2231
2587
  "metadataToken": 385876062,
2232
2588
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2233
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2589
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2234
2590
  "emitScope": "ClassSurface",
2235
2591
  "provenance": "Original",
2236
2592
  "isIndexer": false,
2237
2593
  "hasGetter": true,
2238
- "hasSetter": false,
2594
+ "hasSetter": true,
2239
2595
  "isStatic": false,
2240
2596
  "isAbstract": false,
2241
2597
  "isVirtual": true,
2242
2598
  "isOverride": false,
2599
+ "visibility": "Public",
2243
2600
  "declaringClrType": "Azure.Identity.ClientCertificateCredentialOptions",
2244
2601
  "declaringAssemblyName": "Azure.Identity"
2245
2602
  },
@@ -2258,6 +2615,7 @@
2258
2615
  "isAbstract": false,
2259
2616
  "isVirtual": true,
2260
2617
  "isOverride": false,
2618
+ "visibility": "Public",
2261
2619
  "declaringClrType": "Azure.Identity.ClientCertificateCredentialOptions",
2262
2620
  "declaringAssemblyName": "Azure.Identity"
2263
2621
  }
@@ -2272,6 +2630,7 @@
2272
2630
  "normalizedSignature": "constructor|():void|static=false",
2273
2631
  "isStatic": false,
2274
2632
  "parameterCount": 0,
2633
+ "visibility": "Public",
2275
2634
  "declaringClrType": "Azure.Identity.ClientCertificateCredentialOptions",
2276
2635
  "declaringAssemblyName": "Azure.Identity"
2277
2636
  }
@@ -2288,6 +2647,10 @@
2288
2647
  "isSealed": false,
2289
2648
  "isStatic": false,
2290
2649
  "arity": 0,
2650
+ "baseType": {
2651
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
2652
+ "clrName": "Azure.Core.TokenCredential"
2653
+ },
2291
2654
  "methods": [
2292
2655
  {
2293
2656
  "stableId": "Azure.Identity:Azure.Identity.ClientSecretCredential::GetTokenAsync(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Core.AccessToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
@@ -2304,6 +2667,7 @@
2304
2667
  "isVirtual": true,
2305
2668
  "isOverride": true,
2306
2669
  "isSealed": false,
2670
+ "visibility": "Public",
2307
2671
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2308
2672
  "declaringAssemblyName": "Azure.Identity",
2309
2673
  "isExtensionMethod": false
@@ -2323,6 +2687,7 @@
2323
2687
  "isVirtual": true,
2324
2688
  "isOverride": true,
2325
2689
  "isSealed": false,
2690
+ "visibility": "Public",
2326
2691
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2327
2692
  "declaringAssemblyName": "Azure.Identity",
2328
2693
  "isExtensionMethod": false
@@ -2342,6 +2707,7 @@
2342
2707
  "isVirtual": true,
2343
2708
  "isOverride": false,
2344
2709
  "isSealed": false,
2710
+ "visibility": "Public",
2345
2711
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2346
2712
  "declaringAssemblyName": "Azure.Identity",
2347
2713
  "isExtensionMethod": false
@@ -2361,6 +2727,7 @@
2361
2727
  "isVirtual": true,
2362
2728
  "isOverride": false,
2363
2729
  "isSealed": false,
2730
+ "visibility": "Public",
2364
2731
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2365
2732
  "declaringAssemblyName": "Azure.Identity",
2366
2733
  "isExtensionMethod": false
@@ -2380,6 +2747,7 @@
2380
2747
  "isVirtual": true,
2381
2748
  "isOverride": false,
2382
2749
  "isSealed": false,
2750
+ "visibility": "Public",
2383
2751
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2384
2752
  "declaringAssemblyName": "Azure.Identity",
2385
2753
  "isExtensionMethod": false
@@ -2389,6 +2757,17 @@
2389
2757
  "fields": [],
2390
2758
  "events": [],
2391
2759
  "constructors": [
2760
+ {
2761
+ "stableId": "Azure.Identity:Azure.Identity.ClientSecretCredential::.ctor():void",
2762
+ "metadataToken": 100663713,
2763
+ "canonicalSignature": "():void",
2764
+ "normalizedSignature": "constructor|():void|static=false",
2765
+ "isStatic": false,
2766
+ "parameterCount": 0,
2767
+ "visibility": "Protected",
2768
+ "declaringClrType": "Azure.Identity.ClientSecretCredential",
2769
+ "declaringAssemblyName": "Azure.Identity"
2770
+ },
2392
2771
  {
2393
2772
  "stableId": "Azure.Identity:Azure.Identity.ClientSecretCredential::.ctor(System.String,System.String,System.String):void",
2394
2773
  "metadataToken": 100663714,
@@ -2396,6 +2775,7 @@
2396
2775
  "normalizedSignature": "constructor|(System.String,System.String,System.String):void|static=false",
2397
2776
  "isStatic": false,
2398
2777
  "parameterCount": 3,
2778
+ "visibility": "Public",
2399
2779
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2400
2780
  "declaringAssemblyName": "Azure.Identity"
2401
2781
  },
@@ -2406,6 +2786,7 @@
2406
2786
  "normalizedSignature": "constructor|(System.String,System.String,System.String,Azure.Identity.ClientSecretCredentialOptions):void|static=false",
2407
2787
  "isStatic": false,
2408
2788
  "parameterCount": 4,
2789
+ "visibility": "Public",
2409
2790
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2410
2791
  "declaringAssemblyName": "Azure.Identity"
2411
2792
  },
@@ -2416,6 +2797,7 @@
2416
2797
  "normalizedSignature": "constructor|(System.String,System.String,System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
2417
2798
  "isStatic": false,
2418
2799
  "parameterCount": 4,
2800
+ "visibility": "Public",
2419
2801
  "declaringClrType": "Azure.Identity.ClientSecretCredential",
2420
2802
  "declaringAssemblyName": "Azure.Identity"
2421
2803
  }
@@ -2432,6 +2814,24 @@
2432
2814
  "isSealed": false,
2433
2815
  "isStatic": false,
2434
2816
  "arity": 0,
2817
+ "baseType": {
2818
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
2819
+ "clrName": "Azure.Identity.TokenCredentialOptions"
2820
+ },
2821
+ "interfaces": [
2822
+ {
2823
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
2824
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
2825
+ },
2826
+ {
2827
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
2828
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
2829
+ },
2830
+ {
2831
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
2832
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
2833
+ }
2834
+ ],
2435
2835
  "methods": [],
2436
2836
  "properties": [
2437
2837
  {
@@ -2449,6 +2849,7 @@
2449
2849
  "isAbstract": false,
2450
2850
  "isVirtual": true,
2451
2851
  "isOverride": false,
2852
+ "visibility": "Public",
2452
2853
  "declaringClrType": "Azure.Identity.ClientSecretCredentialOptions",
2453
2854
  "declaringAssemblyName": "Azure.Identity"
2454
2855
  },
@@ -2457,16 +2858,17 @@
2457
2858
  "clrName": "AdditionallyAllowedTenants",
2458
2859
  "metadataToken": 385876070,
2459
2860
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2460
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
2861
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2461
2862
  "emitScope": "ClassSurface",
2462
2863
  "provenance": "Original",
2463
2864
  "isIndexer": false,
2464
2865
  "hasGetter": true,
2465
- "hasSetter": false,
2866
+ "hasSetter": true,
2466
2867
  "isStatic": false,
2467
2868
  "isAbstract": false,
2468
2869
  "isVirtual": true,
2469
2870
  "isOverride": false,
2871
+ "visibility": "Public",
2470
2872
  "declaringClrType": "Azure.Identity.ClientSecretCredentialOptions",
2471
2873
  "declaringAssemblyName": "Azure.Identity"
2472
2874
  },
@@ -2485,6 +2887,7 @@
2485
2887
  "isAbstract": false,
2486
2888
  "isVirtual": true,
2487
2889
  "isOverride": false,
2890
+ "visibility": "Public",
2488
2891
  "declaringClrType": "Azure.Identity.ClientSecretCredentialOptions",
2489
2892
  "declaringAssemblyName": "Azure.Identity"
2490
2893
  }
@@ -2499,6 +2902,7 @@
2499
2902
  "normalizedSignature": "constructor|():void|static=false",
2500
2903
  "isStatic": false,
2501
2904
  "parameterCount": 0,
2905
+ "visibility": "Public",
2502
2906
  "declaringClrType": "Azure.Identity.ClientSecretCredentialOptions",
2503
2907
  "declaringAssemblyName": "Azure.Identity"
2504
2908
  }
@@ -2515,6 +2919,16 @@
2515
2919
  "isSealed": false,
2516
2920
  "isStatic": false,
2517
2921
  "arity": 0,
2922
+ "baseType": {
2923
+ "stableId": "Azure.Identity:Azure.Identity.AuthenticationFailedException",
2924
+ "clrName": "Azure.Identity.AuthenticationFailedException"
2925
+ },
2926
+ "interfaces": [
2927
+ {
2928
+ "stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
2929
+ "clrName": "System.Runtime.Serialization.ISerializable"
2930
+ }
2931
+ ],
2518
2932
  "methods": [],
2519
2933
  "properties": [],
2520
2934
  "fields": [],
@@ -2527,6 +2941,7 @@
2527
2941
  "normalizedSignature": "constructor|(System.String):void|static=false",
2528
2942
  "isStatic": false,
2529
2943
  "parameterCount": 1,
2944
+ "visibility": "Public",
2530
2945
  "declaringClrType": "Azure.Identity.CredentialUnavailableException",
2531
2946
  "declaringAssemblyName": "Azure.Identity"
2532
2947
  },
@@ -2537,6 +2952,18 @@
2537
2952
  "normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
2538
2953
  "isStatic": false,
2539
2954
  "parameterCount": 2,
2955
+ "visibility": "Public",
2956
+ "declaringClrType": "Azure.Identity.CredentialUnavailableException",
2957
+ "declaringAssemblyName": "Azure.Identity"
2958
+ },
2959
+ {
2960
+ "stableId": "Azure.Identity:Azure.Identity.CredentialUnavailableException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
2961
+ "metadataToken": 100664112,
2962
+ "canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
2963
+ "normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
2964
+ "isStatic": false,
2965
+ "parameterCount": 2,
2966
+ "visibility": "Protected",
2540
2967
  "declaringClrType": "Azure.Identity.CredentialUnavailableException",
2541
2968
  "declaringAssemblyName": "Azure.Identity"
2542
2969
  }
@@ -2553,6 +2980,10 @@
2553
2980
  "isSealed": false,
2554
2981
  "isStatic": false,
2555
2982
  "arity": 0,
2983
+ "baseType": {
2984
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
2985
+ "clrName": "Azure.Core.TokenCredential"
2986
+ },
2556
2987
  "methods": [
2557
2988
  {
2558
2989
  "stableId": "Azure.Identity:Azure.Identity.DefaultAzureCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -2569,6 +3000,7 @@
2569
3000
  "isVirtual": true,
2570
3001
  "isOverride": true,
2571
3002
  "isSealed": false,
3003
+ "visibility": "Public",
2572
3004
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2573
3005
  "declaringAssemblyName": "Azure.Identity",
2574
3006
  "isExtensionMethod": false
@@ -2588,6 +3020,7 @@
2588
3020
  "isVirtual": true,
2589
3021
  "isOverride": true,
2590
3022
  "isSealed": false,
3023
+ "visibility": "Public",
2591
3024
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2592
3025
  "declaringAssemblyName": "Azure.Identity",
2593
3026
  "isExtensionMethod": false
@@ -2607,6 +3040,7 @@
2607
3040
  "isVirtual": true,
2608
3041
  "isOverride": false,
2609
3042
  "isSealed": false,
3043
+ "visibility": "Public",
2610
3044
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2611
3045
  "declaringAssemblyName": "Azure.Identity",
2612
3046
  "isExtensionMethod": false
@@ -2626,6 +3060,7 @@
2626
3060
  "isVirtual": true,
2627
3061
  "isOverride": false,
2628
3062
  "isSealed": false,
3063
+ "visibility": "Public",
2629
3064
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2630
3065
  "declaringAssemblyName": "Azure.Identity",
2631
3066
  "isExtensionMethod": false
@@ -2645,6 +3080,7 @@
2645
3080
  "isVirtual": true,
2646
3081
  "isOverride": false,
2647
3082
  "isSealed": false,
3083
+ "visibility": "Public",
2648
3084
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2649
3085
  "declaringAssemblyName": "Azure.Identity",
2650
3086
  "isExtensionMethod": false
@@ -2654,6 +3090,17 @@
2654
3090
  "fields": [],
2655
3091
  "events": [],
2656
3092
  "constructors": [
3093
+ {
3094
+ "stableId": "Azure.Identity:Azure.Identity.DefaultAzureCredential::.ctor():void",
3095
+ "metadataToken": 100663727,
3096
+ "canonicalSignature": "():void",
3097
+ "normalizedSignature": "constructor|():void|static=false",
3098
+ "isStatic": false,
3099
+ "parameterCount": 0,
3100
+ "visibility": "Protected",
3101
+ "declaringClrType": "Azure.Identity.DefaultAzureCredential",
3102
+ "declaringAssemblyName": "Azure.Identity"
3103
+ },
2657
3104
  {
2658
3105
  "stableId": "Azure.Identity:Azure.Identity.DefaultAzureCredential::.ctor(System.Boolean):void",
2659
3106
  "metadataToken": 100663728,
@@ -2661,6 +3108,7 @@
2661
3108
  "normalizedSignature": "constructor|(System.Boolean):void|static=false",
2662
3109
  "isStatic": false,
2663
3110
  "parameterCount": 1,
3111
+ "visibility": "Public",
2664
3112
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2665
3113
  "declaringAssemblyName": "Azure.Identity"
2666
3114
  },
@@ -2671,6 +3119,7 @@
2671
3119
  "normalizedSignature": "constructor|(Azure.Identity.DefaultAzureCredentialOptions):void|static=false",
2672
3120
  "isStatic": false,
2673
3121
  "parameterCount": 1,
3122
+ "visibility": "Public",
2674
3123
  "declaringClrType": "Azure.Identity.DefaultAzureCredential",
2675
3124
  "declaringAssemblyName": "Azure.Identity"
2676
3125
  }
@@ -2687,6 +3136,20 @@
2687
3136
  "isSealed": false,
2688
3137
  "isStatic": false,
2689
3138
  "arity": 0,
3139
+ "baseType": {
3140
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
3141
+ "clrName": "Azure.Identity.TokenCredentialOptions"
3142
+ },
3143
+ "interfaces": [
3144
+ {
3145
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
3146
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
3147
+ },
3148
+ {
3149
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
3150
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
3151
+ }
3152
+ ],
2690
3153
  "methods": [],
2691
3154
  "properties": [
2692
3155
  {
@@ -2704,6 +3167,7 @@
2704
3167
  "isAbstract": false,
2705
3168
  "isVirtual": false,
2706
3169
  "isOverride": false,
3170
+ "visibility": "Public",
2707
3171
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2708
3172
  "declaringAssemblyName": "Azure.Identity"
2709
3173
  },
@@ -2722,6 +3186,7 @@
2722
3186
  "isAbstract": false,
2723
3187
  "isVirtual": false,
2724
3188
  "isOverride": false,
3189
+ "visibility": "Public",
2725
3190
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2726
3191
  "declaringAssemblyName": "Azure.Identity"
2727
3192
  },
@@ -2740,6 +3205,7 @@
2740
3205
  "isAbstract": false,
2741
3206
  "isVirtual": false,
2742
3207
  "isOverride": false,
3208
+ "visibility": "Public",
2743
3209
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2744
3210
  "declaringAssemblyName": "Azure.Identity"
2745
3211
  },
@@ -2758,6 +3224,7 @@
2758
3224
  "isAbstract": false,
2759
3225
  "isVirtual": false,
2760
3226
  "isOverride": false,
3227
+ "visibility": "Public",
2761
3228
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2762
3229
  "declaringAssemblyName": "Azure.Identity"
2763
3230
  },
@@ -2776,6 +3243,7 @@
2776
3243
  "isAbstract": false,
2777
3244
  "isVirtual": false,
2778
3245
  "isOverride": false,
3246
+ "visibility": "Public",
2779
3247
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2780
3248
  "declaringAssemblyName": "Azure.Identity"
2781
3249
  },
@@ -2784,16 +3252,17 @@
2784
3252
  "clrName": "AdditionallyAllowedTenants",
2785
3253
  "metadataToken": 385876077,
2786
3254
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
2787
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3255
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
2788
3256
  "emitScope": "ClassSurface",
2789
3257
  "provenance": "Original",
2790
3258
  "isIndexer": false,
2791
3259
  "hasGetter": true,
2792
- "hasSetter": false,
3260
+ "hasSetter": true,
2793
3261
  "isStatic": false,
2794
3262
  "isAbstract": false,
2795
3263
  "isVirtual": true,
2796
3264
  "isOverride": false,
3265
+ "visibility": "Public",
2797
3266
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2798
3267
  "declaringAssemblyName": "Azure.Identity"
2799
3268
  },
@@ -2812,6 +3281,7 @@
2812
3281
  "isAbstract": false,
2813
3282
  "isVirtual": false,
2814
3283
  "isOverride": false,
3284
+ "visibility": "Public",
2815
3285
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2816
3286
  "declaringAssemblyName": "Azure.Identity"
2817
3287
  },
@@ -2830,6 +3300,7 @@
2830
3300
  "isAbstract": false,
2831
3301
  "isVirtual": false,
2832
3302
  "isOverride": false,
3303
+ "visibility": "Public",
2833
3304
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2834
3305
  "declaringAssemblyName": "Azure.Identity"
2835
3306
  },
@@ -2848,6 +3319,7 @@
2848
3319
  "isAbstract": false,
2849
3320
  "isVirtual": false,
2850
3321
  "isOverride": false,
3322
+ "visibility": "Public",
2851
3323
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2852
3324
  "declaringAssemblyName": "Azure.Identity"
2853
3325
  },
@@ -2866,6 +3338,7 @@
2866
3338
  "isAbstract": false,
2867
3339
  "isVirtual": false,
2868
3340
  "isOverride": false,
3341
+ "visibility": "Public",
2869
3342
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2870
3343
  "declaringAssemblyName": "Azure.Identity"
2871
3344
  },
@@ -2884,6 +3357,7 @@
2884
3357
  "isAbstract": false,
2885
3358
  "isVirtual": false,
2886
3359
  "isOverride": false,
3360
+ "visibility": "Public",
2887
3361
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2888
3362
  "declaringAssemblyName": "Azure.Identity"
2889
3363
  },
@@ -2902,6 +3376,7 @@
2902
3376
  "isAbstract": false,
2903
3377
  "isVirtual": false,
2904
3378
  "isOverride": false,
3379
+ "visibility": "Public",
2905
3380
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2906
3381
  "declaringAssemblyName": "Azure.Identity"
2907
3382
  },
@@ -2920,6 +3395,7 @@
2920
3395
  "isAbstract": false,
2921
3396
  "isVirtual": false,
2922
3397
  "isOverride": false,
3398
+ "visibility": "Public",
2923
3399
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2924
3400
  "declaringAssemblyName": "Azure.Identity"
2925
3401
  },
@@ -2938,6 +3414,7 @@
2938
3414
  "isAbstract": false,
2939
3415
  "isVirtual": false,
2940
3416
  "isOverride": false,
3417
+ "visibility": "Public",
2941
3418
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2942
3419
  "declaringAssemblyName": "Azure.Identity"
2943
3420
  },
@@ -2956,6 +3433,7 @@
2956
3433
  "isAbstract": false,
2957
3434
  "isVirtual": false,
2958
3435
  "isOverride": false,
3436
+ "visibility": "Public",
2959
3437
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2960
3438
  "declaringAssemblyName": "Azure.Identity"
2961
3439
  },
@@ -2974,6 +3452,7 @@
2974
3452
  "isAbstract": false,
2975
3453
  "isVirtual": false,
2976
3454
  "isOverride": false,
3455
+ "visibility": "Public",
2977
3456
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2978
3457
  "declaringAssemblyName": "Azure.Identity"
2979
3458
  },
@@ -2992,6 +3471,7 @@
2992
3471
  "isAbstract": false,
2993
3472
  "isVirtual": false,
2994
3473
  "isOverride": false,
3474
+ "visibility": "Public",
2995
3475
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
2996
3476
  "declaringAssemblyName": "Azure.Identity"
2997
3477
  },
@@ -3010,6 +3490,7 @@
3010
3490
  "isAbstract": false,
3011
3491
  "isVirtual": false,
3012
3492
  "isOverride": false,
3493
+ "visibility": "Public",
3013
3494
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3014
3495
  "declaringAssemblyName": "Azure.Identity"
3015
3496
  },
@@ -3028,6 +3509,7 @@
3028
3509
  "isAbstract": false,
3029
3510
  "isVirtual": false,
3030
3511
  "isOverride": false,
3512
+ "visibility": "Public",
3031
3513
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3032
3514
  "declaringAssemblyName": "Azure.Identity"
3033
3515
  },
@@ -3046,6 +3528,7 @@
3046
3528
  "isAbstract": false,
3047
3529
  "isVirtual": false,
3048
3530
  "isOverride": false,
3531
+ "visibility": "Public",
3049
3532
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3050
3533
  "declaringAssemblyName": "Azure.Identity"
3051
3534
  },
@@ -3064,6 +3547,7 @@
3064
3547
  "isAbstract": false,
3065
3548
  "isVirtual": false,
3066
3549
  "isOverride": false,
3550
+ "visibility": "Public",
3067
3551
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3068
3552
  "declaringAssemblyName": "Azure.Identity"
3069
3553
  },
@@ -3082,6 +3566,7 @@
3082
3566
  "isAbstract": false,
3083
3567
  "isVirtual": false,
3084
3568
  "isOverride": false,
3569
+ "visibility": "Public",
3085
3570
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3086
3571
  "declaringAssemblyName": "Azure.Identity"
3087
3572
  },
@@ -3100,6 +3585,7 @@
3100
3585
  "isAbstract": false,
3101
3586
  "isVirtual": true,
3102
3587
  "isOverride": false,
3588
+ "visibility": "Public",
3103
3589
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3104
3590
  "declaringAssemblyName": "Azure.Identity"
3105
3591
  }
@@ -3114,6 +3600,7 @@
3114
3600
  "normalizedSignature": "constructor|():void|static=false",
3115
3601
  "isStatic": false,
3116
3602
  "parameterCount": 0,
3603
+ "visibility": "Public",
3117
3604
  "declaringClrType": "Azure.Identity.DefaultAzureCredentialOptions",
3118
3605
  "declaringAssemblyName": "Azure.Identity"
3119
3606
  }
@@ -3130,6 +3617,10 @@
3130
3617
  "isSealed": false,
3131
3618
  "isStatic": false,
3132
3619
  "arity": 0,
3620
+ "baseType": {
3621
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
3622
+ "clrName": "Azure.Core.TokenCredential"
3623
+ },
3133
3624
  "methods": [
3134
3625
  {
3135
3626
  "stableId": "Azure.Identity:Azure.Identity.DeviceCodeCredential::Authenticate(System.Threading.CancellationToken):Azure.Identity.AuthenticationRecord",
@@ -3146,6 +3637,7 @@
3146
3637
  "isVirtual": true,
3147
3638
  "isOverride": false,
3148
3639
  "isSealed": false,
3640
+ "visibility": "Public",
3149
3641
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3150
3642
  "declaringAssemblyName": "Azure.Identity",
3151
3643
  "isExtensionMethod": false
@@ -3165,6 +3657,7 @@
3165
3657
  "isVirtual": true,
3166
3658
  "isOverride": false,
3167
3659
  "isSealed": false,
3660
+ "visibility": "Public",
3168
3661
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3169
3662
  "declaringAssemblyName": "Azure.Identity",
3170
3663
  "isExtensionMethod": false
@@ -3184,6 +3677,7 @@
3184
3677
  "isVirtual": true,
3185
3678
  "isOverride": false,
3186
3679
  "isSealed": false,
3680
+ "visibility": "Public",
3187
3681
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3188
3682
  "declaringAssemblyName": "Azure.Identity",
3189
3683
  "isExtensionMethod": false
@@ -3203,6 +3697,7 @@
3203
3697
  "isVirtual": true,
3204
3698
  "isOverride": false,
3205
3699
  "isSealed": false,
3700
+ "visibility": "Public",
3206
3701
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3207
3702
  "declaringAssemblyName": "Azure.Identity",
3208
3703
  "isExtensionMethod": false
@@ -3222,6 +3717,7 @@
3222
3717
  "isVirtual": true,
3223
3718
  "isOverride": true,
3224
3719
  "isSealed": false,
3720
+ "visibility": "Public",
3225
3721
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3226
3722
  "declaringAssemblyName": "Azure.Identity",
3227
3723
  "isExtensionMethod": false
@@ -3241,6 +3737,7 @@
3241
3737
  "isVirtual": true,
3242
3738
  "isOverride": true,
3243
3739
  "isSealed": false,
3740
+ "visibility": "Public",
3244
3741
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3245
3742
  "declaringAssemblyName": "Azure.Identity",
3246
3743
  "isExtensionMethod": false
@@ -3260,6 +3757,7 @@
3260
3757
  "isVirtual": true,
3261
3758
  "isOverride": false,
3262
3759
  "isSealed": false,
3760
+ "visibility": "Public",
3263
3761
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3264
3762
  "declaringAssemblyName": "Azure.Identity",
3265
3763
  "isExtensionMethod": false
@@ -3279,6 +3777,7 @@
3279
3777
  "isVirtual": true,
3280
3778
  "isOverride": false,
3281
3779
  "isSealed": false,
3780
+ "visibility": "Public",
3282
3781
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3283
3782
  "declaringAssemblyName": "Azure.Identity",
3284
3783
  "isExtensionMethod": false
@@ -3298,6 +3797,7 @@
3298
3797
  "isVirtual": true,
3299
3798
  "isOverride": false,
3300
3799
  "isSealed": false,
3800
+ "visibility": "Public",
3301
3801
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3302
3802
  "declaringAssemblyName": "Azure.Identity",
3303
3803
  "isExtensionMethod": false
@@ -3314,6 +3814,7 @@
3314
3814
  "normalizedSignature": "constructor|():void|static=false",
3315
3815
  "isStatic": false,
3316
3816
  "parameterCount": 0,
3817
+ "visibility": "Public",
3317
3818
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3318
3819
  "declaringAssemblyName": "Azure.Identity"
3319
3820
  },
@@ -3324,6 +3825,7 @@
3324
3825
  "normalizedSignature": "constructor|(Azure.Identity.DeviceCodeCredentialOptions):void|static=false",
3325
3826
  "isStatic": false,
3326
3827
  "parameterCount": 1,
3828
+ "visibility": "Public",
3327
3829
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3328
3830
  "declaringAssemblyName": "Azure.Identity"
3329
3831
  },
@@ -3334,6 +3836,7 @@
3334
3836
  "normalizedSignature": "constructor|(System.Func_3[[Azure.Identity.DeviceCodeInfo,Azure.Identity,Version=1.14.2.0,Culture=neutral,PublicKeyToken=92742159e12e44c8],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
3335
3837
  "isStatic": false,
3336
3838
  "parameterCount": 3,
3839
+ "visibility": "Public",
3337
3840
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3338
3841
  "declaringAssemblyName": "Azure.Identity"
3339
3842
  },
@@ -3344,6 +3847,7 @@
3344
3847
  "normalizedSignature": "constructor|(System.Func_3[[Azure.Identity.DeviceCodeInfo,Azure.Identity,Version=1.14.2.0,Culture=neutral,PublicKeyToken=92742159e12e44c8],[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
3345
3848
  "isStatic": false,
3346
3849
  "parameterCount": 4,
3850
+ "visibility": "Public",
3347
3851
  "declaringClrType": "Azure.Identity.DeviceCodeCredential",
3348
3852
  "declaringAssemblyName": "Azure.Identity"
3349
3853
  }
@@ -3360,6 +3864,24 @@
3360
3864
  "isSealed": false,
3361
3865
  "isStatic": false,
3362
3866
  "arity": 0,
3867
+ "baseType": {
3868
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
3869
+ "clrName": "Azure.Identity.TokenCredentialOptions"
3870
+ },
3871
+ "interfaces": [
3872
+ {
3873
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
3874
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
3875
+ },
3876
+ {
3877
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
3878
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
3879
+ },
3880
+ {
3881
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
3882
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
3883
+ }
3884
+ ],
3363
3885
  "methods": [],
3364
3886
  "properties": [
3365
3887
  {
@@ -3377,6 +3899,7 @@
3377
3899
  "isAbstract": false,
3378
3900
  "isVirtual": false,
3379
3901
  "isOverride": false,
3902
+ "visibility": "Public",
3380
3903
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3381
3904
  "declaringAssemblyName": "Azure.Identity"
3382
3905
  },
@@ -3395,6 +3918,7 @@
3395
3918
  "isAbstract": false,
3396
3919
  "isVirtual": false,
3397
3920
  "isOverride": false,
3921
+ "visibility": "Public",
3398
3922
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3399
3923
  "declaringAssemblyName": "Azure.Identity"
3400
3924
  },
@@ -3403,16 +3927,17 @@
3403
3927
  "clrName": "AdditionallyAllowedTenants",
3404
3928
  "metadataToken": 385876110,
3405
3929
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3406
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
3930
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
3407
3931
  "emitScope": "ClassSurface",
3408
3932
  "provenance": "Original",
3409
3933
  "isIndexer": false,
3410
3934
  "hasGetter": true,
3411
- "hasSetter": false,
3935
+ "hasSetter": true,
3412
3936
  "isStatic": false,
3413
3937
  "isAbstract": false,
3414
3938
  "isVirtual": true,
3415
3939
  "isOverride": false,
3940
+ "visibility": "Public",
3416
3941
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3417
3942
  "declaringAssemblyName": "Azure.Identity"
3418
3943
  },
@@ -3431,6 +3956,7 @@
3431
3956
  "isAbstract": false,
3432
3957
  "isVirtual": false,
3433
3958
  "isOverride": false,
3959
+ "visibility": "Public",
3434
3960
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3435
3961
  "declaringAssemblyName": "Azure.Identity"
3436
3962
  },
@@ -3449,6 +3975,7 @@
3449
3975
  "isAbstract": false,
3450
3976
  "isVirtual": true,
3451
3977
  "isOverride": false,
3978
+ "visibility": "Public",
3452
3979
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3453
3980
  "declaringAssemblyName": "Azure.Identity"
3454
3981
  },
@@ -3467,6 +3994,7 @@
3467
3994
  "isAbstract": false,
3468
3995
  "isVirtual": false,
3469
3996
  "isOverride": false,
3997
+ "visibility": "Public",
3470
3998
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3471
3999
  "declaringAssemblyName": "Azure.Identity"
3472
4000
  },
@@ -3485,6 +4013,7 @@
3485
4013
  "isAbstract": false,
3486
4014
  "isVirtual": false,
3487
4015
  "isOverride": false,
4016
+ "visibility": "Public",
3488
4017
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3489
4018
  "declaringAssemblyName": "Azure.Identity"
3490
4019
  },
@@ -3503,6 +4032,7 @@
3503
4032
  "isAbstract": false,
3504
4033
  "isVirtual": true,
3505
4034
  "isOverride": false,
4035
+ "visibility": "Public",
3506
4036
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3507
4037
  "declaringAssemblyName": "Azure.Identity"
3508
4038
  }
@@ -3517,6 +4047,7 @@
3517
4047
  "normalizedSignature": "constructor|():void|static=false",
3518
4048
  "isStatic": false,
3519
4049
  "parameterCount": 0,
4050
+ "visibility": "Public",
3520
4051
  "declaringClrType": "Azure.Identity.DeviceCodeCredentialOptions",
3521
4052
  "declaringAssemblyName": "Azure.Identity"
3522
4053
  }
@@ -3533,6 +4064,10 @@
3533
4064
  "isSealed": false,
3534
4065
  "isStatic": false,
3535
4066
  "arity": 0,
4067
+ "baseType": {
4068
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
4069
+ "clrName": "Azure.Core.TokenCredential"
4070
+ },
3536
4071
  "methods": [
3537
4072
  {
3538
4073
  "stableId": "Azure.Identity:Azure.Identity.EnvironmentCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -3549,6 +4084,7 @@
3549
4084
  "isVirtual": true,
3550
4085
  "isOverride": true,
3551
4086
  "isSealed": false,
4087
+ "visibility": "Public",
3552
4088
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3553
4089
  "declaringAssemblyName": "Azure.Identity",
3554
4090
  "isExtensionMethod": false
@@ -3568,6 +4104,7 @@
3568
4104
  "isVirtual": true,
3569
4105
  "isOverride": true,
3570
4106
  "isSealed": false,
4107
+ "visibility": "Public",
3571
4108
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3572
4109
  "declaringAssemblyName": "Azure.Identity",
3573
4110
  "isExtensionMethod": false
@@ -3587,6 +4124,7 @@
3587
4124
  "isVirtual": true,
3588
4125
  "isOverride": false,
3589
4126
  "isSealed": false,
4127
+ "visibility": "Public",
3590
4128
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3591
4129
  "declaringAssemblyName": "Azure.Identity",
3592
4130
  "isExtensionMethod": false
@@ -3606,6 +4144,7 @@
3606
4144
  "isVirtual": true,
3607
4145
  "isOverride": false,
3608
4146
  "isSealed": false,
4147
+ "visibility": "Public",
3609
4148
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3610
4149
  "declaringAssemblyName": "Azure.Identity",
3611
4150
  "isExtensionMethod": false
@@ -3625,6 +4164,7 @@
3625
4164
  "isVirtual": true,
3626
4165
  "isOverride": false,
3627
4166
  "isSealed": false,
4167
+ "visibility": "Public",
3628
4168
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3629
4169
  "declaringAssemblyName": "Azure.Identity",
3630
4170
  "isExtensionMethod": false
@@ -3641,6 +4181,7 @@
3641
4181
  "normalizedSignature": "constructor|():void|static=false",
3642
4182
  "isStatic": false,
3643
4183
  "parameterCount": 0,
4184
+ "visibility": "Public",
3644
4185
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3645
4186
  "declaringAssemblyName": "Azure.Identity"
3646
4187
  },
@@ -3651,6 +4192,7 @@
3651
4192
  "normalizedSignature": "constructor|(Azure.Identity.TokenCredentialOptions):void|static=false",
3652
4193
  "isStatic": false,
3653
4194
  "parameterCount": 1,
4195
+ "visibility": "Public",
3654
4196
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3655
4197
  "declaringAssemblyName": "Azure.Identity"
3656
4198
  },
@@ -3661,6 +4203,7 @@
3661
4203
  "normalizedSignature": "constructor|(Azure.Identity.EnvironmentCredentialOptions):void|static=false",
3662
4204
  "isStatic": false,
3663
4205
  "parameterCount": 1,
4206
+ "visibility": "Public",
3664
4207
  "declaringClrType": "Azure.Identity.EnvironmentCredential",
3665
4208
  "declaringAssemblyName": "Azure.Identity"
3666
4209
  }
@@ -3677,6 +4220,20 @@
3677
4220
  "isSealed": false,
3678
4221
  "isStatic": false,
3679
4222
  "arity": 0,
4223
+ "baseType": {
4224
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
4225
+ "clrName": "Azure.Identity.TokenCredentialOptions"
4226
+ },
4227
+ "interfaces": [
4228
+ {
4229
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
4230
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
4231
+ },
4232
+ {
4233
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
4234
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
4235
+ }
4236
+ ],
3680
4237
  "methods": [],
3681
4238
  "properties": [
3682
4239
  {
@@ -3694,6 +4251,7 @@
3694
4251
  "isAbstract": false,
3695
4252
  "isVirtual": true,
3696
4253
  "isOverride": false,
4254
+ "visibility": "Public",
3697
4255
  "declaringClrType": "Azure.Identity.EnvironmentCredentialOptions",
3698
4256
  "declaringAssemblyName": "Azure.Identity"
3699
4257
  },
@@ -3702,16 +4260,17 @@
3702
4260
  "clrName": "AdditionallyAllowedTenants",
3703
4261
  "metadataToken": 385876128,
3704
4262
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
3705
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
4263
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
3706
4264
  "emitScope": "ClassSurface",
3707
4265
  "provenance": "Original",
3708
4266
  "isIndexer": false,
3709
4267
  "hasGetter": true,
3710
- "hasSetter": false,
4268
+ "hasSetter": true,
3711
4269
  "isStatic": false,
3712
4270
  "isAbstract": false,
3713
4271
  "isVirtual": true,
3714
4272
  "isOverride": false,
4273
+ "visibility": "Public",
3715
4274
  "declaringClrType": "Azure.Identity.EnvironmentCredentialOptions",
3716
4275
  "declaringAssemblyName": "Azure.Identity"
3717
4276
  }
@@ -3726,6 +4285,7 @@
3726
4285
  "normalizedSignature": "constructor|():void|static=false",
3727
4286
  "isStatic": false,
3728
4287
  "parameterCount": 0,
4288
+ "visibility": "Public",
3729
4289
  "declaringClrType": "Azure.Identity.EnvironmentCredentialOptions",
3730
4290
  "declaringAssemblyName": "Azure.Identity"
3731
4291
  }
@@ -3742,6 +4302,10 @@
3742
4302
  "isSealed": false,
3743
4303
  "isStatic": false,
3744
4304
  "arity": 0,
4305
+ "baseType": {
4306
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
4307
+ "clrName": "Azure.Core.TokenCredential"
4308
+ },
3745
4309
  "methods": [
3746
4310
  {
3747
4311
  "stableId": "Azure.Identity:Azure.Identity.InteractiveBrowserCredential::Authenticate(System.Threading.CancellationToken):Azure.Identity.AuthenticationRecord",
@@ -3758,6 +4322,7 @@
3758
4322
  "isVirtual": true,
3759
4323
  "isOverride": false,
3760
4324
  "isSealed": false,
4325
+ "visibility": "Public",
3761
4326
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3762
4327
  "declaringAssemblyName": "Azure.Identity",
3763
4328
  "isExtensionMethod": false
@@ -3777,6 +4342,7 @@
3777
4342
  "isVirtual": true,
3778
4343
  "isOverride": false,
3779
4344
  "isSealed": false,
4345
+ "visibility": "Public",
3780
4346
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3781
4347
  "declaringAssemblyName": "Azure.Identity",
3782
4348
  "isExtensionMethod": false
@@ -3796,6 +4362,7 @@
3796
4362
  "isVirtual": true,
3797
4363
  "isOverride": false,
3798
4364
  "isSealed": false,
4365
+ "visibility": "Public",
3799
4366
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3800
4367
  "declaringAssemblyName": "Azure.Identity",
3801
4368
  "isExtensionMethod": false
@@ -3815,6 +4382,7 @@
3815
4382
  "isVirtual": true,
3816
4383
  "isOverride": false,
3817
4384
  "isSealed": false,
4385
+ "visibility": "Public",
3818
4386
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3819
4387
  "declaringAssemblyName": "Azure.Identity",
3820
4388
  "isExtensionMethod": false
@@ -3834,6 +4402,7 @@
3834
4402
  "isVirtual": true,
3835
4403
  "isOverride": true,
3836
4404
  "isSealed": false,
4405
+ "visibility": "Public",
3837
4406
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3838
4407
  "declaringAssemblyName": "Azure.Identity",
3839
4408
  "isExtensionMethod": false
@@ -3853,6 +4422,7 @@
3853
4422
  "isVirtual": true,
3854
4423
  "isOverride": true,
3855
4424
  "isSealed": false,
4425
+ "visibility": "Public",
3856
4426
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3857
4427
  "declaringAssemblyName": "Azure.Identity",
3858
4428
  "isExtensionMethod": false
@@ -3872,6 +4442,7 @@
3872
4442
  "isVirtual": true,
3873
4443
  "isOverride": false,
3874
4444
  "isSealed": false,
4445
+ "visibility": "Public",
3875
4446
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3876
4447
  "declaringAssemblyName": "Azure.Identity",
3877
4448
  "isExtensionMethod": false
@@ -3891,6 +4462,7 @@
3891
4462
  "isVirtual": true,
3892
4463
  "isOverride": false,
3893
4464
  "isSealed": false,
4465
+ "visibility": "Public",
3894
4466
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3895
4467
  "declaringAssemblyName": "Azure.Identity",
3896
4468
  "isExtensionMethod": false
@@ -3910,6 +4482,7 @@
3910
4482
  "isVirtual": true,
3911
4483
  "isOverride": false,
3912
4484
  "isSealed": false,
4485
+ "visibility": "Public",
3913
4486
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3914
4487
  "declaringAssemblyName": "Azure.Identity",
3915
4488
  "isExtensionMethod": false
@@ -3926,6 +4499,7 @@
3926
4499
  "normalizedSignature": "constructor|():void|static=false",
3927
4500
  "isStatic": false,
3928
4501
  "parameterCount": 0,
4502
+ "visibility": "Public",
3929
4503
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3930
4504
  "declaringAssemblyName": "Azure.Identity"
3931
4505
  },
@@ -3936,6 +4510,7 @@
3936
4510
  "normalizedSignature": "constructor|(Azure.Identity.InteractiveBrowserCredentialOptions):void|static=false",
3937
4511
  "isStatic": false,
3938
4512
  "parameterCount": 1,
4513
+ "visibility": "Public",
3939
4514
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3940
4515
  "declaringAssemblyName": "Azure.Identity"
3941
4516
  },
@@ -3946,6 +4521,7 @@
3946
4521
  "normalizedSignature": "constructor|(System.String):void|static=false",
3947
4522
  "isStatic": false,
3948
4523
  "parameterCount": 1,
4524
+ "visibility": "Public",
3949
4525
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3950
4526
  "declaringAssemblyName": "Azure.Identity"
3951
4527
  },
@@ -3956,6 +4532,7 @@
3956
4532
  "normalizedSignature": "constructor|(System.String,System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
3957
4533
  "isStatic": false,
3958
4534
  "parameterCount": 3,
4535
+ "visibility": "Public",
3959
4536
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredential",
3960
4537
  "declaringAssemblyName": "Azure.Identity"
3961
4538
  }
@@ -3972,6 +4549,24 @@
3972
4549
  "isSealed": false,
3973
4550
  "isStatic": false,
3974
4551
  "arity": 0,
4552
+ "baseType": {
4553
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
4554
+ "clrName": "Azure.Identity.TokenCredentialOptions"
4555
+ },
4556
+ "interfaces": [
4557
+ {
4558
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
4559
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
4560
+ },
4561
+ {
4562
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
4563
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
4564
+ },
4565
+ {
4566
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
4567
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
4568
+ }
4569
+ ],
3975
4570
  "methods": [],
3976
4571
  "properties": [
3977
4572
  {
@@ -3989,6 +4584,7 @@
3989
4584
  "isAbstract": false,
3990
4585
  "isVirtual": false,
3991
4586
  "isOverride": false,
4587
+ "visibility": "Public",
3992
4588
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
3993
4589
  "declaringAssemblyName": "Azure.Identity"
3994
4590
  },
@@ -4007,6 +4603,7 @@
4007
4603
  "isAbstract": false,
4008
4604
  "isVirtual": false,
4009
4605
  "isOverride": false,
4606
+ "visibility": "Public",
4010
4607
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4011
4608
  "declaringAssemblyName": "Azure.Identity"
4012
4609
  },
@@ -4015,16 +4612,17 @@
4015
4612
  "clrName": "AdditionallyAllowedTenants",
4016
4613
  "metadataToken": 385876144,
4017
4614
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4018
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
4615
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
4019
4616
  "emitScope": "ClassSurface",
4020
4617
  "provenance": "Original",
4021
4618
  "isIndexer": false,
4022
4619
  "hasGetter": true,
4023
- "hasSetter": false,
4620
+ "hasSetter": true,
4024
4621
  "isStatic": false,
4025
4622
  "isAbstract": false,
4026
4623
  "isVirtual": true,
4027
4624
  "isOverride": false,
4625
+ "visibility": "Public",
4028
4626
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4029
4627
  "declaringAssemblyName": "Azure.Identity"
4030
4628
  },
@@ -4043,6 +4641,7 @@
4043
4641
  "isAbstract": false,
4044
4642
  "isVirtual": false,
4045
4643
  "isOverride": false,
4644
+ "visibility": "Public",
4046
4645
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4047
4646
  "declaringAssemblyName": "Azure.Identity"
4048
4647
  },
@@ -4061,6 +4660,7 @@
4061
4660
  "isAbstract": false,
4062
4661
  "isVirtual": true,
4063
4662
  "isOverride": false,
4663
+ "visibility": "Public",
4064
4664
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4065
4665
  "declaringAssemblyName": "Azure.Identity"
4066
4666
  },
@@ -4079,6 +4679,7 @@
4079
4679
  "isAbstract": false,
4080
4680
  "isVirtual": false,
4081
4681
  "isOverride": false,
4682
+ "visibility": "Public",
4082
4683
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4083
4684
  "declaringAssemblyName": "Azure.Identity"
4084
4685
  },
@@ -4097,6 +4698,7 @@
4097
4698
  "isAbstract": false,
4098
4699
  "isVirtual": false,
4099
4700
  "isOverride": false,
4701
+ "visibility": "Public",
4100
4702
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4101
4703
  "declaringAssemblyName": "Azure.Identity"
4102
4704
  },
@@ -4115,6 +4717,7 @@
4115
4717
  "isAbstract": false,
4116
4718
  "isVirtual": false,
4117
4719
  "isOverride": false,
4720
+ "visibility": "Public",
4118
4721
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4119
4722
  "declaringAssemblyName": "Azure.Identity"
4120
4723
  },
@@ -4133,6 +4736,7 @@
4133
4736
  "isAbstract": false,
4134
4737
  "isVirtual": true,
4135
4738
  "isOverride": false,
4739
+ "visibility": "Public",
4136
4740
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4137
4741
  "declaringAssemblyName": "Azure.Identity"
4138
4742
  },
@@ -4151,6 +4755,7 @@
4151
4755
  "isAbstract": false,
4152
4756
  "isVirtual": false,
4153
4757
  "isOverride": false,
4758
+ "visibility": "Public",
4154
4759
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4155
4760
  "declaringAssemblyName": "Azure.Identity"
4156
4761
  }
@@ -4165,6 +4770,7 @@
4165
4770
  "normalizedSignature": "constructor|():void|static=false",
4166
4771
  "isStatic": false,
4167
4772
  "parameterCount": 0,
4773
+ "visibility": "Public",
4168
4774
  "declaringClrType": "Azure.Identity.InteractiveBrowserCredentialOptions",
4169
4775
  "declaringAssemblyName": "Azure.Identity"
4170
4776
  }
@@ -4181,6 +4787,10 @@
4181
4787
  "isSealed": false,
4182
4788
  "isStatic": false,
4183
4789
  "arity": 0,
4790
+ "baseType": {
4791
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
4792
+ "clrName": "Azure.Core.TokenCredential"
4793
+ },
4184
4794
  "methods": [
4185
4795
  {
4186
4796
  "stableId": "Azure.Identity:Azure.Identity.ManagedIdentityCredential::GetTokenAsync(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Core.AccessToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
@@ -4197,6 +4807,7 @@
4197
4807
  "isVirtual": true,
4198
4808
  "isOverride": true,
4199
4809
  "isSealed": false,
4810
+ "visibility": "Public",
4200
4811
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4201
4812
  "declaringAssemblyName": "Azure.Identity",
4202
4813
  "isExtensionMethod": false
@@ -4216,6 +4827,7 @@
4216
4827
  "isVirtual": true,
4217
4828
  "isOverride": true,
4218
4829
  "isSealed": false,
4830
+ "visibility": "Public",
4219
4831
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4220
4832
  "declaringAssemblyName": "Azure.Identity",
4221
4833
  "isExtensionMethod": false
@@ -4235,6 +4847,7 @@
4235
4847
  "isVirtual": true,
4236
4848
  "isOverride": false,
4237
4849
  "isSealed": false,
4850
+ "visibility": "Public",
4238
4851
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4239
4852
  "declaringAssemblyName": "Azure.Identity",
4240
4853
  "isExtensionMethod": false
@@ -4254,6 +4867,7 @@
4254
4867
  "isVirtual": true,
4255
4868
  "isOverride": false,
4256
4869
  "isSealed": false,
4870
+ "visibility": "Public",
4257
4871
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4258
4872
  "declaringAssemblyName": "Azure.Identity",
4259
4873
  "isExtensionMethod": false
@@ -4273,6 +4887,7 @@
4273
4887
  "isVirtual": true,
4274
4888
  "isOverride": false,
4275
4889
  "isSealed": false,
4890
+ "visibility": "Public",
4276
4891
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4277
4892
  "declaringAssemblyName": "Azure.Identity",
4278
4893
  "isExtensionMethod": false
@@ -4282,6 +4897,17 @@
4282
4897
  "fields": [],
4283
4898
  "events": [],
4284
4899
  "constructors": [
4900
+ {
4901
+ "stableId": "Azure.Identity:Azure.Identity.ManagedIdentityCredential::.ctor():void",
4902
+ "metadataToken": 100663930,
4903
+ "canonicalSignature": "():void",
4904
+ "normalizedSignature": "constructor|():void|static=false",
4905
+ "isStatic": false,
4906
+ "parameterCount": 0,
4907
+ "visibility": "Protected",
4908
+ "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4909
+ "declaringAssemblyName": "Azure.Identity"
4910
+ },
4285
4911
  {
4286
4912
  "stableId": "Azure.Identity:Azure.Identity.ManagedIdentityCredential::.ctor(System.String,Azure.Identity.TokenCredentialOptions):void",
4287
4913
  "metadataToken": 100663931,
@@ -4289,6 +4915,7 @@
4289
4915
  "normalizedSignature": "constructor|(System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
4290
4916
  "isStatic": false,
4291
4917
  "parameterCount": 2,
4918
+ "visibility": "Public",
4292
4919
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4293
4920
  "declaringAssemblyName": "Azure.Identity"
4294
4921
  },
@@ -4299,6 +4926,7 @@
4299
4926
  "normalizedSignature": "constructor|(Azure.Core.ResourceIdentifier,Azure.Identity.TokenCredentialOptions):void|static=false",
4300
4927
  "isStatic": false,
4301
4928
  "parameterCount": 2,
4929
+ "visibility": "Public",
4302
4930
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4303
4931
  "declaringAssemblyName": "Azure.Identity"
4304
4932
  },
@@ -4309,6 +4937,7 @@
4309
4937
  "normalizedSignature": "constructor|(Azure.Identity.ManagedIdentityId):void|static=false",
4310
4938
  "isStatic": false,
4311
4939
  "parameterCount": 1,
4940
+ "visibility": "Public",
4312
4941
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4313
4942
  "declaringAssemblyName": "Azure.Identity"
4314
4943
  },
@@ -4319,6 +4948,7 @@
4319
4948
  "normalizedSignature": "constructor|(Azure.Identity.ManagedIdentityCredentialOptions):void|static=false",
4320
4949
  "isStatic": false,
4321
4950
  "parameterCount": 1,
4951
+ "visibility": "Public",
4322
4952
  "declaringClrType": "Azure.Identity.ManagedIdentityCredential",
4323
4953
  "declaringAssemblyName": "Azure.Identity"
4324
4954
  }
@@ -4335,6 +4965,10 @@
4335
4965
  "isSealed": false,
4336
4966
  "isStatic": false,
4337
4967
  "arity": 0,
4968
+ "baseType": {
4969
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
4970
+ "clrName": "Azure.Identity.TokenCredentialOptions"
4971
+ },
4338
4972
  "methods": [],
4339
4973
  "properties": [],
4340
4974
  "fields": [],
@@ -4347,6 +4981,7 @@
4347
4981
  "normalizedSignature": "constructor|(Azure.Identity.ManagedIdentityId):void|static=false",
4348
4982
  "isStatic": false,
4349
4983
  "parameterCount": 1,
4984
+ "visibility": "Public",
4350
4985
  "declaringClrType": "Azure.Identity.ManagedIdentityCredentialOptions",
4351
4986
  "declaringAssemblyName": "Azure.Identity"
4352
4987
  }
@@ -4363,6 +4998,10 @@
4363
4998
  "isSealed": false,
4364
4999
  "isStatic": false,
4365
5000
  "arity": 0,
5001
+ "baseType": {
5002
+ "stableId": "System.Private.CoreLib:System.Object",
5003
+ "clrName": "System.Object"
5004
+ },
4366
5005
  "methods": [
4367
5006
  {
4368
5007
  "stableId": "Azure.Identity:Azure.Identity.ManagedIdentityId::FromUserAssignedClientId(System.String):Azure.Identity.ManagedIdentityId",
@@ -4379,6 +5018,7 @@
4379
5018
  "isVirtual": false,
4380
5019
  "isOverride": false,
4381
5020
  "isSealed": false,
5021
+ "visibility": "Public",
4382
5022
  "declaringClrType": "Azure.Identity.ManagedIdentityId",
4383
5023
  "declaringAssemblyName": "Azure.Identity",
4384
5024
  "isExtensionMethod": false
@@ -4398,6 +5038,7 @@
4398
5038
  "isVirtual": false,
4399
5039
  "isOverride": false,
4400
5040
  "isSealed": false,
5041
+ "visibility": "Public",
4401
5042
  "declaringClrType": "Azure.Identity.ManagedIdentityId",
4402
5043
  "declaringAssemblyName": "Azure.Identity",
4403
5044
  "isExtensionMethod": false
@@ -4417,6 +5058,7 @@
4417
5058
  "isVirtual": false,
4418
5059
  "isOverride": false,
4419
5060
  "isSealed": false,
5061
+ "visibility": "Public",
4420
5062
  "declaringClrType": "Azure.Identity.ManagedIdentityId",
4421
5063
  "declaringAssemblyName": "Azure.Identity",
4422
5064
  "isExtensionMethod": false
@@ -4436,6 +5078,7 @@
4436
5078
  "isVirtual": true,
4437
5079
  "isOverride": true,
4438
5080
  "isSealed": false,
5081
+ "visibility": "Public",
4439
5082
  "declaringClrType": "Azure.Identity.ManagedIdentityId",
4440
5083
  "declaringAssemblyName": "Azure.Identity",
4441
5084
  "isExtensionMethod": false
@@ -4457,6 +5100,7 @@
4457
5100
  "isAbstract": false,
4458
5101
  "isVirtual": false,
4459
5102
  "isOverride": false,
5103
+ "visibility": "Public",
4460
5104
  "declaringClrType": "Azure.Identity.ManagedIdentityId",
4461
5105
  "declaringAssemblyName": "Azure.Identity"
4462
5106
  }
@@ -4476,6 +5120,10 @@
4476
5120
  "isSealed": false,
4477
5121
  "isStatic": false,
4478
5122
  "arity": 0,
5123
+ "baseType": {
5124
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
5125
+ "clrName": "Azure.Core.TokenCredential"
5126
+ },
4479
5127
  "methods": [
4480
5128
  {
4481
5129
  "stableId": "Azure.Identity:Azure.Identity.OnBehalfOfCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -4492,6 +5140,7 @@
4492
5140
  "isVirtual": true,
4493
5141
  "isOverride": true,
4494
5142
  "isSealed": false,
5143
+ "visibility": "Public",
4495
5144
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4496
5145
  "declaringAssemblyName": "Azure.Identity",
4497
5146
  "isExtensionMethod": false
@@ -4511,6 +5160,7 @@
4511
5160
  "isVirtual": true,
4512
5161
  "isOverride": true,
4513
5162
  "isSealed": false,
5163
+ "visibility": "Public",
4514
5164
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4515
5165
  "declaringAssemblyName": "Azure.Identity",
4516
5166
  "isExtensionMethod": false
@@ -4530,6 +5180,7 @@
4530
5180
  "isVirtual": true,
4531
5181
  "isOverride": false,
4532
5182
  "isSealed": false,
5183
+ "visibility": "Public",
4533
5184
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4534
5185
  "declaringAssemblyName": "Azure.Identity",
4535
5186
  "isExtensionMethod": false
@@ -4549,6 +5200,7 @@
4549
5200
  "isVirtual": true,
4550
5201
  "isOverride": false,
4551
5202
  "isSealed": false,
5203
+ "visibility": "Public",
4552
5204
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4553
5205
  "declaringAssemblyName": "Azure.Identity",
4554
5206
  "isExtensionMethod": false
@@ -4568,6 +5220,7 @@
4568
5220
  "isVirtual": true,
4569
5221
  "isOverride": false,
4570
5222
  "isSealed": false,
5223
+ "visibility": "Public",
4571
5224
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4572
5225
  "declaringAssemblyName": "Azure.Identity",
4573
5226
  "isExtensionMethod": false
@@ -4577,6 +5230,17 @@
4577
5230
  "fields": [],
4578
5231
  "events": [],
4579
5232
  "constructors": [
5233
+ {
5234
+ "stableId": "Azure.Identity:Azure.Identity.OnBehalfOfCredential::.ctor():void",
5235
+ "metadataToken": 100663946,
5236
+ "canonicalSignature": "():void",
5237
+ "normalizedSignature": "constructor|():void|static=false",
5238
+ "isStatic": false,
5239
+ "parameterCount": 0,
5240
+ "visibility": "Protected",
5241
+ "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
5242
+ "declaringAssemblyName": "Azure.Identity"
5243
+ },
4580
5244
  {
4581
5245
  "stableId": "Azure.Identity:Azure.Identity.OnBehalfOfCredential::.ctor(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String):void",
4582
5246
  "metadataToken": 100663947,
@@ -4584,6 +5248,7 @@
4584
5248
  "normalizedSignature": "constructor|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String):void|static=false",
4585
5249
  "isStatic": false,
4586
5250
  "parameterCount": 4,
5251
+ "visibility": "Public",
4587
5252
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4588
5253
  "declaringAssemblyName": "Azure.Identity"
4589
5254
  },
@@ -4594,6 +5259,7 @@
4594
5259
  "normalizedSignature": "constructor|(System.String,System.String,System.Security.Cryptography.X509Certificates.X509Certificate2,System.String,Azure.Identity.OnBehalfOfCredentialOptions):void|static=false",
4595
5260
  "isStatic": false,
4596
5261
  "parameterCount": 5,
5262
+ "visibility": "Public",
4597
5263
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4598
5264
  "declaringAssemblyName": "Azure.Identity"
4599
5265
  },
@@ -4604,6 +5270,7 @@
4604
5270
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String):void|static=false",
4605
5271
  "isStatic": false,
4606
5272
  "parameterCount": 4,
5273
+ "visibility": "Public",
4607
5274
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4608
5275
  "declaringAssemblyName": "Azure.Identity"
4609
5276
  },
@@ -4614,6 +5281,7 @@
4614
5281
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String,Azure.Identity.OnBehalfOfCredentialOptions):void|static=false",
4615
5282
  "isStatic": false,
4616
5283
  "parameterCount": 5,
5284
+ "visibility": "Public",
4617
5285
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4618
5286
  "declaringAssemblyName": "Azure.Identity"
4619
5287
  },
@@ -4624,6 +5292,7 @@
4624
5292
  "normalizedSignature": "constructor|(System.String,System.String,System.Func_2[[System.Threading.CancellationToken,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.Threading.Tasks.Task_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Azure.Identity.OnBehalfOfCredentialOptions):void|static=false",
4625
5293
  "isStatic": false,
4626
5294
  "parameterCount": 5,
5295
+ "visibility": "Public",
4627
5296
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4628
5297
  "declaringAssemblyName": "Azure.Identity"
4629
5298
  },
@@ -4634,6 +5303,7 @@
4634
5303
  "normalizedSignature": "constructor|(System.String,System.String,System.Func_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.String,Azure.Identity.OnBehalfOfCredentialOptions):void|static=false",
4635
5304
  "isStatic": false,
4636
5305
  "parameterCount": 5,
5306
+ "visibility": "Public",
4637
5307
  "declaringClrType": "Azure.Identity.OnBehalfOfCredential",
4638
5308
  "declaringAssemblyName": "Azure.Identity"
4639
5309
  }
@@ -4650,6 +5320,24 @@
4650
5320
  "isSealed": false,
4651
5321
  "isStatic": false,
4652
5322
  "arity": 0,
5323
+ "baseType": {
5324
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
5325
+ "clrName": "Azure.Identity.TokenCredentialOptions"
5326
+ },
5327
+ "interfaces": [
5328
+ {
5329
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
5330
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
5331
+ },
5332
+ {
5333
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
5334
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
5335
+ },
5336
+ {
5337
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
5338
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
5339
+ }
5340
+ ],
4653
5341
  "methods": [],
4654
5342
  "properties": [
4655
5343
  {
@@ -4667,6 +5355,7 @@
4667
5355
  "isAbstract": false,
4668
5356
  "isVirtual": true,
4669
5357
  "isOverride": false,
5358
+ "visibility": "Public",
4670
5359
  "declaringClrType": "Azure.Identity.OnBehalfOfCredentialOptions",
4671
5360
  "declaringAssemblyName": "Azure.Identity"
4672
5361
  },
@@ -4685,6 +5374,7 @@
4685
5374
  "isAbstract": false,
4686
5375
  "isVirtual": false,
4687
5376
  "isOverride": false,
5377
+ "visibility": "Public",
4688
5378
  "declaringClrType": "Azure.Identity.OnBehalfOfCredentialOptions",
4689
5379
  "declaringAssemblyName": "Azure.Identity"
4690
5380
  },
@@ -4693,16 +5383,17 @@
4693
5383
  "clrName": "AdditionallyAllowedTenants",
4694
5384
  "metadataToken": 385876161,
4695
5385
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
4696
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
5386
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
4697
5387
  "emitScope": "ClassSurface",
4698
5388
  "provenance": "Original",
4699
5389
  "isIndexer": false,
4700
5390
  "hasGetter": true,
4701
- "hasSetter": false,
5391
+ "hasSetter": true,
4702
5392
  "isStatic": false,
4703
5393
  "isAbstract": false,
4704
5394
  "isVirtual": true,
4705
5395
  "isOverride": false,
5396
+ "visibility": "Public",
4706
5397
  "declaringClrType": "Azure.Identity.OnBehalfOfCredentialOptions",
4707
5398
  "declaringAssemblyName": "Azure.Identity"
4708
5399
  },
@@ -4721,6 +5412,7 @@
4721
5412
  "isAbstract": false,
4722
5413
  "isVirtual": true,
4723
5414
  "isOverride": false,
5415
+ "visibility": "Public",
4724
5416
  "declaringClrType": "Azure.Identity.OnBehalfOfCredentialOptions",
4725
5417
  "declaringAssemblyName": "Azure.Identity"
4726
5418
  }
@@ -4735,6 +5427,7 @@
4735
5427
  "normalizedSignature": "constructor|():void|static=false",
4736
5428
  "isStatic": false,
4737
5429
  "parameterCount": 0,
5430
+ "visibility": "Public",
4738
5431
  "declaringClrType": "Azure.Identity.OnBehalfOfCredentialOptions",
4739
5432
  "declaringAssemblyName": "Azure.Identity"
4740
5433
  }
@@ -4751,6 +5444,10 @@
4751
5444
  "isSealed": false,
4752
5445
  "isStatic": false,
4753
5446
  "arity": 0,
5447
+ "baseType": {
5448
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
5449
+ "clrName": "Azure.Core.TokenCredential"
5450
+ },
4754
5451
  "methods": [
4755
5452
  {
4756
5453
  "stableId": "Azure.Identity:Azure.Identity.SharedTokenCacheCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -4767,6 +5464,7 @@
4767
5464
  "isVirtual": true,
4768
5465
  "isOverride": true,
4769
5466
  "isSealed": false,
5467
+ "visibility": "Public",
4770
5468
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4771
5469
  "declaringAssemblyName": "Azure.Identity",
4772
5470
  "isExtensionMethod": false
@@ -4786,6 +5484,7 @@
4786
5484
  "isVirtual": true,
4787
5485
  "isOverride": true,
4788
5486
  "isSealed": false,
5487
+ "visibility": "Public",
4789
5488
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4790
5489
  "declaringAssemblyName": "Azure.Identity",
4791
5490
  "isExtensionMethod": false
@@ -4805,6 +5504,7 @@
4805
5504
  "isVirtual": true,
4806
5505
  "isOverride": false,
4807
5506
  "isSealed": false,
5507
+ "visibility": "Public",
4808
5508
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4809
5509
  "declaringAssemblyName": "Azure.Identity",
4810
5510
  "isExtensionMethod": false
@@ -4824,6 +5524,7 @@
4824
5524
  "isVirtual": true,
4825
5525
  "isOverride": false,
4826
5526
  "isSealed": false,
5527
+ "visibility": "Public",
4827
5528
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4828
5529
  "declaringAssemblyName": "Azure.Identity",
4829
5530
  "isExtensionMethod": false
@@ -4843,6 +5544,7 @@
4843
5544
  "isVirtual": true,
4844
5545
  "isOverride": false,
4845
5546
  "isSealed": false,
5547
+ "visibility": "Public",
4846
5548
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4847
5549
  "declaringAssemblyName": "Azure.Identity",
4848
5550
  "isExtensionMethod": false
@@ -4859,6 +5561,7 @@
4859
5561
  "normalizedSignature": "constructor|():void|static=false",
4860
5562
  "isStatic": false,
4861
5563
  "parameterCount": 0,
5564
+ "visibility": "Public",
4862
5565
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4863
5566
  "declaringAssemblyName": "Azure.Identity"
4864
5567
  },
@@ -4869,6 +5572,7 @@
4869
5572
  "normalizedSignature": "constructor|(Azure.Identity.SharedTokenCacheCredentialOptions):void|static=false",
4870
5573
  "isStatic": false,
4871
5574
  "parameterCount": 1,
5575
+ "visibility": "Public",
4872
5576
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4873
5577
  "declaringAssemblyName": "Azure.Identity"
4874
5578
  },
@@ -4879,6 +5583,7 @@
4879
5583
  "normalizedSignature": "constructor|(System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
4880
5584
  "isStatic": false,
4881
5585
  "parameterCount": 2,
5586
+ "visibility": "Public",
4882
5587
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredential",
4883
5588
  "declaringAssemblyName": "Azure.Identity"
4884
5589
  }
@@ -4895,6 +5600,20 @@
4895
5600
  "isSealed": false,
4896
5601
  "isStatic": false,
4897
5602
  "arity": 0,
5603
+ "baseType": {
5604
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
5605
+ "clrName": "Azure.Identity.TokenCredentialOptions"
5606
+ },
5607
+ "interfaces": [
5608
+ {
5609
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
5610
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
5611
+ },
5612
+ {
5613
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
5614
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
5615
+ }
5616
+ ],
4898
5617
  "methods": [],
4899
5618
  "properties": [
4900
5619
  {
@@ -4912,6 +5631,7 @@
4912
5631
  "isAbstract": false,
4913
5632
  "isVirtual": false,
4914
5633
  "isOverride": false,
5634
+ "visibility": "Public",
4915
5635
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
4916
5636
  "declaringAssemblyName": "Azure.Identity"
4917
5637
  },
@@ -4930,6 +5650,7 @@
4930
5650
  "isAbstract": false,
4931
5651
  "isVirtual": false,
4932
5652
  "isOverride": false,
5653
+ "visibility": "Public",
4933
5654
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
4934
5655
  "declaringAssemblyName": "Azure.Identity"
4935
5656
  },
@@ -4948,6 +5669,7 @@
4948
5669
  "isAbstract": false,
4949
5670
  "isVirtual": false,
4950
5671
  "isOverride": false,
5672
+ "visibility": "Public",
4951
5673
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
4952
5674
  "declaringAssemblyName": "Azure.Identity"
4953
5675
  },
@@ -4966,6 +5688,7 @@
4966
5688
  "isAbstract": false,
4967
5689
  "isVirtual": false,
4968
5690
  "isOverride": false,
5691
+ "visibility": "Public",
4969
5692
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
4970
5693
  "declaringAssemblyName": "Azure.Identity"
4971
5694
  },
@@ -4984,6 +5707,7 @@
4984
5707
  "isAbstract": false,
4985
5708
  "isVirtual": false,
4986
5709
  "isOverride": false,
5710
+ "visibility": "Public",
4987
5711
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
4988
5712
  "declaringAssemblyName": "Azure.Identity"
4989
5713
  },
@@ -5002,6 +5726,7 @@
5002
5726
  "isAbstract": false,
5003
5727
  "isVirtual": true,
5004
5728
  "isOverride": false,
5729
+ "visibility": "Public",
5005
5730
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
5006
5731
  "declaringAssemblyName": "Azure.Identity"
5007
5732
  },
@@ -5020,6 +5745,7 @@
5020
5745
  "isAbstract": false,
5021
5746
  "isVirtual": true,
5022
5747
  "isOverride": false,
5748
+ "visibility": "Public",
5023
5749
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
5024
5750
  "declaringAssemblyName": "Azure.Identity"
5025
5751
  }
@@ -5034,6 +5760,7 @@
5034
5760
  "normalizedSignature": "constructor|():void|static=false",
5035
5761
  "isStatic": false,
5036
5762
  "parameterCount": 0,
5763
+ "visibility": "Public",
5037
5764
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
5038
5765
  "declaringAssemblyName": "Azure.Identity"
5039
5766
  },
@@ -5044,6 +5771,7 @@
5044
5771
  "normalizedSignature": "constructor|(Azure.Identity.TokenCachePersistenceOptions):void|static=false",
5045
5772
  "isStatic": false,
5046
5773
  "parameterCount": 1,
5774
+ "visibility": "Public",
5047
5775
  "declaringClrType": "Azure.Identity.SharedTokenCacheCredentialOptions",
5048
5776
  "declaringAssemblyName": "Azure.Identity"
5049
5777
  }
@@ -5060,6 +5788,10 @@
5060
5788
  "isSealed": false,
5061
5789
  "isStatic": false,
5062
5790
  "arity": 0,
5791
+ "baseType": {
5792
+ "stableId": "System.Private.CoreLib:System.Object",
5793
+ "clrName": "System.Object"
5794
+ },
5063
5795
  "methods": [],
5064
5796
  "properties": [
5065
5797
  {
@@ -5077,6 +5809,7 @@
5077
5809
  "isAbstract": false,
5078
5810
  "isVirtual": false,
5079
5811
  "isOverride": false,
5812
+ "visibility": "Public",
5080
5813
  "declaringClrType": "Azure.Identity.TokenCachePersistenceOptions",
5081
5814
  "declaringAssemblyName": "Azure.Identity"
5082
5815
  },
@@ -5095,6 +5828,7 @@
5095
5828
  "isAbstract": false,
5096
5829
  "isVirtual": false,
5097
5830
  "isOverride": false,
5831
+ "visibility": "Public",
5098
5832
  "declaringClrType": "Azure.Identity.TokenCachePersistenceOptions",
5099
5833
  "declaringAssemblyName": "Azure.Identity"
5100
5834
  }
@@ -5109,6 +5843,7 @@
5109
5843
  "normalizedSignature": "constructor|():void|static=false",
5110
5844
  "isStatic": false,
5111
5845
  "parameterCount": 0,
5846
+ "visibility": "Public",
5112
5847
  "declaringClrType": "Azure.Identity.TokenCachePersistenceOptions",
5113
5848
  "declaringAssemblyName": "Azure.Identity"
5114
5849
  }
@@ -5125,6 +5860,10 @@
5125
5860
  "isSealed": false,
5126
5861
  "isStatic": false,
5127
5862
  "arity": 0,
5863
+ "baseType": {
5864
+ "stableId": "System.Private.CoreLib:System.Object",
5865
+ "clrName": "System.Object"
5866
+ },
5128
5867
  "methods": [],
5129
5868
  "properties": [
5130
5869
  {
@@ -5142,6 +5881,7 @@
5142
5881
  "isAbstract": false,
5143
5882
  "isVirtual": false,
5144
5883
  "isOverride": false,
5884
+ "visibility": "Public",
5145
5885
  "declaringClrType": "Azure.Identity.TokenCacheRefreshArgs",
5146
5886
  "declaringAssemblyName": "Azure.Identity"
5147
5887
  },
@@ -5160,6 +5900,7 @@
5160
5900
  "isAbstract": false,
5161
5901
  "isVirtual": false,
5162
5902
  "isOverride": false,
5903
+ "visibility": "Public",
5163
5904
  "declaringClrType": "Azure.Identity.TokenCacheRefreshArgs",
5164
5905
  "declaringAssemblyName": "Azure.Identity"
5165
5906
  }
@@ -5179,6 +5920,10 @@
5179
5920
  "isSealed": false,
5180
5921
  "isStatic": false,
5181
5922
  "arity": 0,
5923
+ "baseType": {
5924
+ "stableId": "System.Private.CoreLib:System.Object",
5925
+ "clrName": "System.Object"
5926
+ },
5182
5927
  "methods": [],
5183
5928
  "properties": [
5184
5929
  {
@@ -5196,6 +5941,7 @@
5196
5941
  "isAbstract": false,
5197
5942
  "isVirtual": false,
5198
5943
  "isOverride": false,
5944
+ "visibility": "Public",
5199
5945
  "declaringClrType": "Azure.Identity.TokenCacheUpdatedArgs",
5200
5946
  "declaringAssemblyName": "Azure.Identity"
5201
5947
  },
@@ -5214,6 +5960,7 @@
5214
5960
  "isAbstract": false,
5215
5961
  "isVirtual": false,
5216
5962
  "isOverride": false,
5963
+ "visibility": "Public",
5217
5964
  "declaringClrType": "Azure.Identity.TokenCacheUpdatedArgs",
5218
5965
  "declaringAssemblyName": "Azure.Identity"
5219
5966
  }
@@ -5233,6 +5980,10 @@
5233
5980
  "isSealed": false,
5234
5981
  "isStatic": false,
5235
5982
  "arity": 0,
5983
+ "baseType": {
5984
+ "stableId": "Azure.Core:Azure.Core.DiagnosticsOptions",
5985
+ "clrName": "Azure.Core.DiagnosticsOptions"
5986
+ },
5236
5987
  "methods": [],
5237
5988
  "properties": [
5238
5989
  {
@@ -5250,6 +6001,7 @@
5250
6001
  "isAbstract": false,
5251
6002
  "isVirtual": false,
5252
6003
  "isOverride": false,
6004
+ "visibility": "Public",
5253
6005
  "declaringClrType": "Azure.Identity.TokenCredentialDiagnosticsOptions",
5254
6006
  "declaringAssemblyName": "Azure.Identity"
5255
6007
  }
@@ -5264,6 +6016,7 @@
5264
6016
  "normalizedSignature": "constructor|():void|static=false",
5265
6017
  "isStatic": false,
5266
6018
  "parameterCount": 0,
6019
+ "visibility": "Public",
5267
6020
  "declaringClrType": "Azure.Identity.TokenCredentialDiagnosticsOptions",
5268
6021
  "declaringAssemblyName": "Azure.Identity"
5269
6022
  }
@@ -5280,6 +6033,10 @@
5280
6033
  "isSealed": false,
5281
6034
  "isStatic": false,
5282
6035
  "arity": 0,
6036
+ "baseType": {
6037
+ "stableId": "Azure.Core:Azure.Core.ClientOptions",
6038
+ "clrName": "Azure.Core.ClientOptions"
6039
+ },
5283
6040
  "methods": [],
5284
6041
  "properties": [
5285
6042
  {
@@ -5297,6 +6054,7 @@
5297
6054
  "isAbstract": false,
5298
6055
  "isVirtual": false,
5299
6056
  "isOverride": false,
6057
+ "visibility": "Public",
5300
6058
  "declaringClrType": "Azure.Identity.TokenCredentialOptions",
5301
6059
  "declaringAssemblyName": "Azure.Identity"
5302
6060
  },
@@ -5315,6 +6073,7 @@
5315
6073
  "isAbstract": false,
5316
6074
  "isVirtual": false,
5317
6075
  "isOverride": false,
6076
+ "visibility": "Public",
5318
6077
  "declaringClrType": "Azure.Identity.TokenCredentialOptions",
5319
6078
  "declaringAssemblyName": "Azure.Identity"
5320
6079
  },
@@ -5333,6 +6092,7 @@
5333
6092
  "isAbstract": false,
5334
6093
  "isVirtual": false,
5335
6094
  "isOverride": false,
6095
+ "visibility": "Public",
5336
6096
  "declaringClrType": "Azure.Identity.TokenCredentialOptions",
5337
6097
  "declaringAssemblyName": "Azure.Identity"
5338
6098
  }
@@ -5347,6 +6107,7 @@
5347
6107
  "normalizedSignature": "constructor|():void|static=false",
5348
6108
  "isStatic": false,
5349
6109
  "parameterCount": 0,
6110
+ "visibility": "Public",
5350
6111
  "declaringClrType": "Azure.Identity.TokenCredentialOptions",
5351
6112
  "declaringAssemblyName": "Azure.Identity"
5352
6113
  }
@@ -5363,11 +6124,88 @@
5363
6124
  "isSealed": false,
5364
6125
  "isStatic": false,
5365
6126
  "arity": 0,
5366
- "methods": [],
6127
+ "baseType": {
6128
+ "stableId": "Azure.Identity:Azure.Identity.TokenCachePersistenceOptions",
6129
+ "clrName": "Azure.Identity.TokenCachePersistenceOptions"
6130
+ },
6131
+ "methods": [
6132
+ {
6133
+ "stableId": "Azure.Identity:Azure.Identity.UnsafeTokenCacheOptions::TokenCacheUpdatedAsync(Azure.Identity.TokenCacheUpdatedArgs):System.Threading.Tasks.Task",
6134
+ "clrName": "TokenCacheUpdatedAsync",
6135
+ "metadataToken": 100664467,
6136
+ "canonicalSignature": "(Azure.Identity.TokenCacheUpdatedArgs):System.Threading.Tasks.Task",
6137
+ "normalizedSignature": "TokenCacheUpdatedAsync|(Azure.Identity.TokenCacheUpdatedArgs):System.Threading.Tasks.Task|static=false",
6138
+ "emitScope": "ClassSurface",
6139
+ "provenance": "Original",
6140
+ "arity": 0,
6141
+ "parameterCount": 1,
6142
+ "isStatic": false,
6143
+ "isAbstract": true,
6144
+ "isVirtual": true,
6145
+ "isOverride": false,
6146
+ "isSealed": false,
6147
+ "visibility": "ProtectedInternal",
6148
+ "declaringClrType": "Azure.Identity.UnsafeTokenCacheOptions",
6149
+ "declaringAssemblyName": "Azure.Identity",
6150
+ "isExtensionMethod": false
6151
+ },
6152
+ {
6153
+ "stableId": "Azure.Identity:Azure.Identity.UnsafeTokenCacheOptions::RefreshCacheAsync():System.Threading.Tasks.Task_1[[System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
6154
+ "clrName": "RefreshCacheAsync",
6155
+ "metadataToken": 100664468,
6156
+ "canonicalSignature": "():System.Threading.Tasks.Task_1[[System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
6157
+ "normalizedSignature": "RefreshCacheAsync|():System.Threading.Tasks.Task_1[[System.ReadOnlyMemory_1[[System.Byte,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false",
6158
+ "emitScope": "ClassSurface",
6159
+ "provenance": "Original",
6160
+ "arity": 0,
6161
+ "parameterCount": 0,
6162
+ "isStatic": false,
6163
+ "isAbstract": true,
6164
+ "isVirtual": true,
6165
+ "isOverride": false,
6166
+ "isSealed": false,
6167
+ "visibility": "ProtectedInternal",
6168
+ "declaringClrType": "Azure.Identity.UnsafeTokenCacheOptions",
6169
+ "declaringAssemblyName": "Azure.Identity",
6170
+ "isExtensionMethod": false
6171
+ },
6172
+ {
6173
+ "stableId": "Azure.Identity:Azure.Identity.UnsafeTokenCacheOptions::RefreshCacheAsync(Azure.Identity.TokenCacheRefreshArgs,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Identity.TokenCacheData,Azure.Identity,Version=1.14.2.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
6174
+ "clrName": "RefreshCacheAsync",
6175
+ "metadataToken": 100664469,
6176
+ "canonicalSignature": "(Azure.Identity.TokenCacheRefreshArgs,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Identity.TokenCacheData,Azure.Identity,Version=1.14.2.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
6177
+ "normalizedSignature": "RefreshCacheAsync|(Azure.Identity.TokenCacheRefreshArgs,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Azure.Identity.TokenCacheData,Azure.Identity,Version=1.14.2.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]|static=false",
6178
+ "emitScope": "ClassSurface",
6179
+ "provenance": "Original",
6180
+ "arity": 0,
6181
+ "parameterCount": 2,
6182
+ "isStatic": false,
6183
+ "isAbstract": false,
6184
+ "isVirtual": true,
6185
+ "isOverride": false,
6186
+ "isSealed": false,
6187
+ "visibility": "ProtectedInternal",
6188
+ "declaringClrType": "Azure.Identity.UnsafeTokenCacheOptions",
6189
+ "declaringAssemblyName": "Azure.Identity",
6190
+ "isExtensionMethod": false
6191
+ }
6192
+ ],
5367
6193
  "properties": [],
5368
6194
  "fields": [],
5369
6195
  "events": [],
5370
- "constructors": []
6196
+ "constructors": [
6197
+ {
6198
+ "stableId": "Azure.Identity:Azure.Identity.UnsafeTokenCacheOptions::.ctor():void",
6199
+ "metadataToken": 100664470,
6200
+ "canonicalSignature": "():void",
6201
+ "normalizedSignature": "constructor|():void|static=false",
6202
+ "isStatic": false,
6203
+ "parameterCount": 0,
6204
+ "visibility": "Protected",
6205
+ "declaringClrType": "Azure.Identity.UnsafeTokenCacheOptions",
6206
+ "declaringAssemblyName": "Azure.Identity"
6207
+ }
6208
+ ]
5371
6209
  },
5372
6210
  {
5373
6211
  "stableId": "Azure.Identity:Azure.Identity.UsernamePasswordCredential",
@@ -5380,6 +6218,10 @@
5380
6218
  "isSealed": false,
5381
6219
  "isStatic": false,
5382
6220
  "arity": 0,
6221
+ "baseType": {
6222
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
6223
+ "clrName": "Azure.Core.TokenCredential"
6224
+ },
5383
6225
  "methods": [
5384
6226
  {
5385
6227
  "stableId": "Azure.Identity:Azure.Identity.UsernamePasswordCredential::Authenticate(System.Threading.CancellationToken):Azure.Identity.AuthenticationRecord",
@@ -5396,6 +6238,7 @@
5396
6238
  "isVirtual": true,
5397
6239
  "isOverride": false,
5398
6240
  "isSealed": false,
6241
+ "visibility": "Public",
5399
6242
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5400
6243
  "declaringAssemblyName": "Azure.Identity",
5401
6244
  "isExtensionMethod": false
@@ -5415,6 +6258,7 @@
5415
6258
  "isVirtual": true,
5416
6259
  "isOverride": false,
5417
6260
  "isSealed": false,
6261
+ "visibility": "Public",
5418
6262
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5419
6263
  "declaringAssemblyName": "Azure.Identity",
5420
6264
  "isExtensionMethod": false
@@ -5434,6 +6278,7 @@
5434
6278
  "isVirtual": true,
5435
6279
  "isOverride": false,
5436
6280
  "isSealed": false,
6281
+ "visibility": "Public",
5437
6282
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5438
6283
  "declaringAssemblyName": "Azure.Identity",
5439
6284
  "isExtensionMethod": false
@@ -5453,6 +6298,7 @@
5453
6298
  "isVirtual": true,
5454
6299
  "isOverride": false,
5455
6300
  "isSealed": false,
6301
+ "visibility": "Public",
5456
6302
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5457
6303
  "declaringAssemblyName": "Azure.Identity",
5458
6304
  "isExtensionMethod": false
@@ -5472,6 +6318,7 @@
5472
6318
  "isVirtual": true,
5473
6319
  "isOverride": true,
5474
6320
  "isSealed": false,
6321
+ "visibility": "Public",
5475
6322
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5476
6323
  "declaringAssemblyName": "Azure.Identity",
5477
6324
  "isExtensionMethod": false
@@ -5491,6 +6338,7 @@
5491
6338
  "isVirtual": true,
5492
6339
  "isOverride": true,
5493
6340
  "isSealed": false,
6341
+ "visibility": "Public",
5494
6342
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5495
6343
  "declaringAssemblyName": "Azure.Identity",
5496
6344
  "isExtensionMethod": false
@@ -5510,6 +6358,7 @@
5510
6358
  "isVirtual": true,
5511
6359
  "isOverride": false,
5512
6360
  "isSealed": false,
6361
+ "visibility": "Public",
5513
6362
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5514
6363
  "declaringAssemblyName": "Azure.Identity",
5515
6364
  "isExtensionMethod": false
@@ -5529,6 +6378,7 @@
5529
6378
  "isVirtual": true,
5530
6379
  "isOverride": false,
5531
6380
  "isSealed": false,
6381
+ "visibility": "Public",
5532
6382
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5533
6383
  "declaringAssemblyName": "Azure.Identity",
5534
6384
  "isExtensionMethod": false
@@ -5548,6 +6398,7 @@
5548
6398
  "isVirtual": true,
5549
6399
  "isOverride": false,
5550
6400
  "isSealed": false,
6401
+ "visibility": "Public",
5551
6402
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5552
6403
  "declaringAssemblyName": "Azure.Identity",
5553
6404
  "isExtensionMethod": false
@@ -5557,6 +6408,17 @@
5557
6408
  "fields": [],
5558
6409
  "events": [],
5559
6410
  "constructors": [
6411
+ {
6412
+ "stableId": "Azure.Identity:Azure.Identity.UsernamePasswordCredential::.ctor():void",
6413
+ "metadataToken": 100664019,
6414
+ "canonicalSignature": "():void",
6415
+ "normalizedSignature": "constructor|():void|static=false",
6416
+ "isStatic": false,
6417
+ "parameterCount": 0,
6418
+ "visibility": "Protected",
6419
+ "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
6420
+ "declaringAssemblyName": "Azure.Identity"
6421
+ },
5560
6422
  {
5561
6423
  "stableId": "Azure.Identity:Azure.Identity.UsernamePasswordCredential::.ctor(System.String,System.String,System.String,System.String):void",
5562
6424
  "metadataToken": 100664020,
@@ -5564,6 +6426,7 @@
5564
6426
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String):void|static=false",
5565
6427
  "isStatic": false,
5566
6428
  "parameterCount": 4,
6429
+ "visibility": "Public",
5567
6430
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5568
6431
  "declaringAssemblyName": "Azure.Identity"
5569
6432
  },
@@ -5574,6 +6437,7 @@
5574
6437
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String,Azure.Identity.TokenCredentialOptions):void|static=false",
5575
6438
  "isStatic": false,
5576
6439
  "parameterCount": 5,
6440
+ "visibility": "Public",
5577
6441
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5578
6442
  "declaringAssemblyName": "Azure.Identity"
5579
6443
  },
@@ -5584,6 +6448,7 @@
5584
6448
  "normalizedSignature": "constructor|(System.String,System.String,System.String,System.String,Azure.Identity.UsernamePasswordCredentialOptions):void|static=false",
5585
6449
  "isStatic": false,
5586
6450
  "parameterCount": 5,
6451
+ "visibility": "Public",
5587
6452
  "declaringClrType": "Azure.Identity.UsernamePasswordCredential",
5588
6453
  "declaringAssemblyName": "Azure.Identity"
5589
6454
  }
@@ -5600,6 +6465,24 @@
5600
6465
  "isSealed": false,
5601
6466
  "isStatic": false,
5602
6467
  "arity": 0,
6468
+ "baseType": {
6469
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
6470
+ "clrName": "Azure.Identity.TokenCredentialOptions"
6471
+ },
6472
+ "interfaces": [
6473
+ {
6474
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsTokenCachePersistenceOptions",
6475
+ "clrName": "Azure.Identity.ISupportsTokenCachePersistenceOptions"
6476
+ },
6477
+ {
6478
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
6479
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
6480
+ },
6481
+ {
6482
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
6483
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
6484
+ }
6485
+ ],
5603
6486
  "methods": [],
5604
6487
  "properties": [
5605
6488
  {
@@ -5617,6 +6500,7 @@
5617
6500
  "isAbstract": false,
5618
6501
  "isVirtual": true,
5619
6502
  "isOverride": false,
6503
+ "visibility": "Public",
5620
6504
  "declaringClrType": "Azure.Identity.UsernamePasswordCredentialOptions",
5621
6505
  "declaringAssemblyName": "Azure.Identity"
5622
6506
  },
@@ -5625,16 +6509,17 @@
5625
6509
  "clrName": "AdditionallyAllowedTenants",
5626
6510
  "metadataToken": 385876185,
5627
6511
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
5628
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
6512
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
5629
6513
  "emitScope": "ClassSurface",
5630
6514
  "provenance": "Original",
5631
6515
  "isIndexer": false,
5632
6516
  "hasGetter": true,
5633
- "hasSetter": false,
6517
+ "hasSetter": true,
5634
6518
  "isStatic": false,
5635
6519
  "isAbstract": false,
5636
6520
  "isVirtual": true,
5637
6521
  "isOverride": false,
6522
+ "visibility": "Public",
5638
6523
  "declaringClrType": "Azure.Identity.UsernamePasswordCredentialOptions",
5639
6524
  "declaringAssemblyName": "Azure.Identity"
5640
6525
  },
@@ -5653,6 +6538,7 @@
5653
6538
  "isAbstract": false,
5654
6539
  "isVirtual": true,
5655
6540
  "isOverride": false,
6541
+ "visibility": "Public",
5656
6542
  "declaringClrType": "Azure.Identity.UsernamePasswordCredentialOptions",
5657
6543
  "declaringAssemblyName": "Azure.Identity"
5658
6544
  }
@@ -5667,6 +6553,7 @@
5667
6553
  "normalizedSignature": "constructor|():void|static=false",
5668
6554
  "isStatic": false,
5669
6555
  "parameterCount": 0,
6556
+ "visibility": "Public",
5670
6557
  "declaringClrType": "Azure.Identity.UsernamePasswordCredentialOptions",
5671
6558
  "declaringAssemblyName": "Azure.Identity"
5672
6559
  }
@@ -5683,6 +6570,10 @@
5683
6570
  "isSealed": false,
5684
6571
  "isStatic": false,
5685
6572
  "arity": 0,
6573
+ "baseType": {
6574
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
6575
+ "clrName": "Azure.Core.TokenCredential"
6576
+ },
5686
6577
  "methods": [
5687
6578
  {
5688
6579
  "stableId": "Azure.Identity:Azure.Identity.VisualStudioCodeCredential::GetTokenAsync(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Core.AccessToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
@@ -5699,6 +6590,7 @@
5699
6590
  "isVirtual": true,
5700
6591
  "isOverride": true,
5701
6592
  "isSealed": false,
6593
+ "visibility": "Public",
5702
6594
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5703
6595
  "declaringAssemblyName": "Azure.Identity",
5704
6596
  "isExtensionMethod": false
@@ -5718,6 +6610,7 @@
5718
6610
  "isVirtual": true,
5719
6611
  "isOverride": true,
5720
6612
  "isSealed": false,
6613
+ "visibility": "Public",
5721
6614
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5722
6615
  "declaringAssemblyName": "Azure.Identity",
5723
6616
  "isExtensionMethod": false
@@ -5737,6 +6630,7 @@
5737
6630
  "isVirtual": true,
5738
6631
  "isOverride": false,
5739
6632
  "isSealed": false,
6633
+ "visibility": "Public",
5740
6634
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5741
6635
  "declaringAssemblyName": "Azure.Identity",
5742
6636
  "isExtensionMethod": false
@@ -5756,6 +6650,7 @@
5756
6650
  "isVirtual": true,
5757
6651
  "isOverride": false,
5758
6652
  "isSealed": false,
6653
+ "visibility": "Public",
5759
6654
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5760
6655
  "declaringAssemblyName": "Azure.Identity",
5761
6656
  "isExtensionMethod": false
@@ -5775,6 +6670,7 @@
5775
6670
  "isVirtual": true,
5776
6671
  "isOverride": false,
5777
6672
  "isSealed": false,
6673
+ "visibility": "Public",
5778
6674
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5779
6675
  "declaringAssemblyName": "Azure.Identity",
5780
6676
  "isExtensionMethod": false
@@ -5791,6 +6687,7 @@
5791
6687
  "normalizedSignature": "constructor|():void|static=false",
5792
6688
  "isStatic": false,
5793
6689
  "parameterCount": 0,
6690
+ "visibility": "Public",
5794
6691
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5795
6692
  "declaringAssemblyName": "Azure.Identity"
5796
6693
  },
@@ -5801,6 +6698,7 @@
5801
6698
  "normalizedSignature": "constructor|(Azure.Identity.VisualStudioCodeCredentialOptions):void|static=false",
5802
6699
  "isStatic": false,
5803
6700
  "parameterCount": 1,
6701
+ "visibility": "Public",
5804
6702
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredential",
5805
6703
  "declaringAssemblyName": "Azure.Identity"
5806
6704
  }
@@ -5817,6 +6715,16 @@
5817
6715
  "isSealed": false,
5818
6716
  "isStatic": false,
5819
6717
  "arity": 0,
6718
+ "baseType": {
6719
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
6720
+ "clrName": "Azure.Identity.TokenCredentialOptions"
6721
+ },
6722
+ "interfaces": [
6723
+ {
6724
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
6725
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
6726
+ }
6727
+ ],
5820
6728
  "methods": [],
5821
6729
  "properties": [
5822
6730
  {
@@ -5834,6 +6742,7 @@
5834
6742
  "isAbstract": false,
5835
6743
  "isVirtual": false,
5836
6744
  "isOverride": false,
6745
+ "visibility": "Public",
5837
6746
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredentialOptions",
5838
6747
  "declaringAssemblyName": "Azure.Identity"
5839
6748
  },
@@ -5842,16 +6751,17 @@
5842
6751
  "clrName": "AdditionallyAllowedTenants",
5843
6752
  "metadataToken": 385876193,
5844
6753
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
5845
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
6754
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
5846
6755
  "emitScope": "ClassSurface",
5847
6756
  "provenance": "Original",
5848
6757
  "isIndexer": false,
5849
6758
  "hasGetter": true,
5850
- "hasSetter": false,
6759
+ "hasSetter": true,
5851
6760
  "isStatic": false,
5852
6761
  "isAbstract": false,
5853
6762
  "isVirtual": true,
5854
6763
  "isOverride": false,
6764
+ "visibility": "Public",
5855
6765
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredentialOptions",
5856
6766
  "declaringAssemblyName": "Azure.Identity"
5857
6767
  }
@@ -5866,6 +6776,7 @@
5866
6776
  "normalizedSignature": "constructor|():void|static=false",
5867
6777
  "isStatic": false,
5868
6778
  "parameterCount": 0,
6779
+ "visibility": "Public",
5869
6780
  "declaringClrType": "Azure.Identity.VisualStudioCodeCredentialOptions",
5870
6781
  "declaringAssemblyName": "Azure.Identity"
5871
6782
  }
@@ -5882,6 +6793,10 @@
5882
6793
  "isSealed": false,
5883
6794
  "isStatic": false,
5884
6795
  "arity": 0,
6796
+ "baseType": {
6797
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
6798
+ "clrName": "Azure.Core.TokenCredential"
6799
+ },
5885
6800
  "methods": [
5886
6801
  {
5887
6802
  "stableId": "Azure.Identity:Azure.Identity.VisualStudioCredential::GetTokenAsync(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):System.Threading.Tasks.ValueTask_1[[Azure.Core.AccessToken,Azure.Core,Version=1.47.1.0,Culture=neutral,PublicKeyToken=92742159e12e44c8]]",
@@ -5898,6 +6813,7 @@
5898
6813
  "isVirtual": true,
5899
6814
  "isOverride": true,
5900
6815
  "isSealed": false,
6816
+ "visibility": "Public",
5901
6817
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
5902
6818
  "declaringAssemblyName": "Azure.Identity",
5903
6819
  "isExtensionMethod": false
@@ -5917,6 +6833,7 @@
5917
6833
  "isVirtual": true,
5918
6834
  "isOverride": true,
5919
6835
  "isSealed": false,
6836
+ "visibility": "Public",
5920
6837
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
5921
6838
  "declaringAssemblyName": "Azure.Identity",
5922
6839
  "isExtensionMethod": false
@@ -5936,6 +6853,7 @@
5936
6853
  "isVirtual": true,
5937
6854
  "isOverride": false,
5938
6855
  "isSealed": false,
6856
+ "visibility": "Public",
5939
6857
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
5940
6858
  "declaringAssemblyName": "Azure.Identity",
5941
6859
  "isExtensionMethod": false
@@ -5955,6 +6873,7 @@
5955
6873
  "isVirtual": true,
5956
6874
  "isOverride": false,
5957
6875
  "isSealed": false,
6876
+ "visibility": "Public",
5958
6877
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
5959
6878
  "declaringAssemblyName": "Azure.Identity",
5960
6879
  "isExtensionMethod": false
@@ -5974,6 +6893,7 @@
5974
6893
  "isVirtual": true,
5975
6894
  "isOverride": false,
5976
6895
  "isSealed": false,
6896
+ "visibility": "Public",
5977
6897
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
5978
6898
  "declaringAssemblyName": "Azure.Identity",
5979
6899
  "isExtensionMethod": false
@@ -5990,6 +6910,7 @@
5990
6910
  "normalizedSignature": "constructor|():void|static=false",
5991
6911
  "isStatic": false,
5992
6912
  "parameterCount": 0,
6913
+ "visibility": "Public",
5993
6914
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
5994
6915
  "declaringAssemblyName": "Azure.Identity"
5995
6916
  },
@@ -6000,6 +6921,7 @@
6000
6921
  "normalizedSignature": "constructor|(Azure.Identity.VisualStudioCredentialOptions):void|static=false",
6001
6922
  "isStatic": false,
6002
6923
  "parameterCount": 1,
6924
+ "visibility": "Public",
6003
6925
  "declaringClrType": "Azure.Identity.VisualStudioCredential",
6004
6926
  "declaringAssemblyName": "Azure.Identity"
6005
6927
  }
@@ -6016,6 +6938,16 @@
6016
6938
  "isSealed": false,
6017
6939
  "isStatic": false,
6018
6940
  "arity": 0,
6941
+ "baseType": {
6942
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
6943
+ "clrName": "Azure.Identity.TokenCredentialOptions"
6944
+ },
6945
+ "interfaces": [
6946
+ {
6947
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
6948
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
6949
+ }
6950
+ ],
6019
6951
  "methods": [],
6020
6952
  "properties": [
6021
6953
  {
@@ -6033,6 +6965,7 @@
6033
6965
  "isAbstract": false,
6034
6966
  "isVirtual": false,
6035
6967
  "isOverride": false,
6968
+ "visibility": "Public",
6036
6969
  "declaringClrType": "Azure.Identity.VisualStudioCredentialOptions",
6037
6970
  "declaringAssemblyName": "Azure.Identity"
6038
6971
  },
@@ -6041,16 +6974,17 @@
6041
6974
  "clrName": "AdditionallyAllowedTenants",
6042
6975
  "metadataToken": 385876200,
6043
6976
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
6044
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
6977
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
6045
6978
  "emitScope": "ClassSurface",
6046
6979
  "provenance": "Original",
6047
6980
  "isIndexer": false,
6048
6981
  "hasGetter": true,
6049
- "hasSetter": false,
6982
+ "hasSetter": true,
6050
6983
  "isStatic": false,
6051
6984
  "isAbstract": false,
6052
6985
  "isVirtual": true,
6053
6986
  "isOverride": false,
6987
+ "visibility": "Public",
6054
6988
  "declaringClrType": "Azure.Identity.VisualStudioCredentialOptions",
6055
6989
  "declaringAssemblyName": "Azure.Identity"
6056
6990
  },
@@ -6069,6 +7003,7 @@
6069
7003
  "isAbstract": false,
6070
7004
  "isVirtual": false,
6071
7005
  "isOverride": false,
7006
+ "visibility": "Public",
6072
7007
  "declaringClrType": "Azure.Identity.VisualStudioCredentialOptions",
6073
7008
  "declaringAssemblyName": "Azure.Identity"
6074
7009
  }
@@ -6083,6 +7018,7 @@
6083
7018
  "normalizedSignature": "constructor|():void|static=false",
6084
7019
  "isStatic": false,
6085
7020
  "parameterCount": 0,
7021
+ "visibility": "Public",
6086
7022
  "declaringClrType": "Azure.Identity.VisualStudioCredentialOptions",
6087
7023
  "declaringAssemblyName": "Azure.Identity"
6088
7024
  }
@@ -6099,6 +7035,10 @@
6099
7035
  "isSealed": false,
6100
7036
  "isStatic": false,
6101
7037
  "arity": 0,
7038
+ "baseType": {
7039
+ "stableId": "Azure.Core:Azure.Core.TokenCredential",
7040
+ "clrName": "Azure.Core.TokenCredential"
7041
+ },
6102
7042
  "methods": [
6103
7043
  {
6104
7044
  "stableId": "Azure.Identity:Azure.Identity.WorkloadIdentityCredential::GetToken(Azure.Core.TokenRequestContext,System.Threading.CancellationToken):Azure.Core.AccessToken",
@@ -6115,6 +7055,7 @@
6115
7055
  "isVirtual": true,
6116
7056
  "isOverride": true,
6117
7057
  "isSealed": false,
7058
+ "visibility": "Public",
6118
7059
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6119
7060
  "declaringAssemblyName": "Azure.Identity",
6120
7061
  "isExtensionMethod": false
@@ -6134,6 +7075,7 @@
6134
7075
  "isVirtual": true,
6135
7076
  "isOverride": true,
6136
7077
  "isSealed": false,
7078
+ "visibility": "Public",
6137
7079
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6138
7080
  "declaringAssemblyName": "Azure.Identity",
6139
7081
  "isExtensionMethod": false
@@ -6153,6 +7095,7 @@
6153
7095
  "isVirtual": true,
6154
7096
  "isOverride": false,
6155
7097
  "isSealed": false,
7098
+ "visibility": "Public",
6156
7099
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6157
7100
  "declaringAssemblyName": "Azure.Identity",
6158
7101
  "isExtensionMethod": false
@@ -6172,6 +7115,7 @@
6172
7115
  "isVirtual": true,
6173
7116
  "isOverride": false,
6174
7117
  "isSealed": false,
7118
+ "visibility": "Public",
6175
7119
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6176
7120
  "declaringAssemblyName": "Azure.Identity",
6177
7121
  "isExtensionMethod": false
@@ -6191,6 +7135,7 @@
6191
7135
  "isVirtual": true,
6192
7136
  "isOverride": false,
6193
7137
  "isSealed": false,
7138
+ "visibility": "Public",
6194
7139
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6195
7140
  "declaringAssemblyName": "Azure.Identity",
6196
7141
  "isExtensionMethod": false
@@ -6207,6 +7152,7 @@
6207
7152
  "normalizedSignature": "constructor|():void|static=false",
6208
7153
  "isStatic": false,
6209
7154
  "parameterCount": 0,
7155
+ "visibility": "Public",
6210
7156
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6211
7157
  "declaringAssemblyName": "Azure.Identity"
6212
7158
  },
@@ -6217,6 +7163,7 @@
6217
7163
  "normalizedSignature": "constructor|(Azure.Identity.WorkloadIdentityCredentialOptions):void|static=false",
6218
7164
  "isStatic": false,
6219
7165
  "parameterCount": 1,
7166
+ "visibility": "Public",
6220
7167
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredential",
6221
7168
  "declaringAssemblyName": "Azure.Identity"
6222
7169
  }
@@ -6233,6 +7180,20 @@
6233
7180
  "isSealed": false,
6234
7181
  "isStatic": false,
6235
7182
  "arity": 0,
7183
+ "baseType": {
7184
+ "stableId": "Azure.Identity:Azure.Identity.TokenCredentialOptions",
7185
+ "clrName": "Azure.Identity.TokenCredentialOptions"
7186
+ },
7187
+ "interfaces": [
7188
+ {
7189
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsDisableInstanceDiscovery",
7190
+ "clrName": "Azure.Identity.ISupportsDisableInstanceDiscovery"
7191
+ },
7192
+ {
7193
+ "stableId": "Azure.Identity:Azure.Identity.ISupportsAdditionallyAllowedTenants",
7194
+ "clrName": "Azure.Identity.ISupportsAdditionallyAllowedTenants"
7195
+ }
7196
+ ],
6236
7197
  "methods": [],
6237
7198
  "properties": [
6238
7199
  {
@@ -6250,6 +7211,7 @@
6250
7211
  "isAbstract": false,
6251
7212
  "isVirtual": false,
6252
7213
  "isOverride": false,
7214
+ "visibility": "Public",
6253
7215
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredentialOptions",
6254
7216
  "declaringAssemblyName": "Azure.Identity"
6255
7217
  },
@@ -6268,6 +7230,7 @@
6268
7230
  "isAbstract": false,
6269
7231
  "isVirtual": false,
6270
7232
  "isOverride": false,
7233
+ "visibility": "Public",
6271
7234
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredentialOptions",
6272
7235
  "declaringAssemblyName": "Azure.Identity"
6273
7236
  },
@@ -6286,6 +7249,7 @@
6286
7249
  "isAbstract": false,
6287
7250
  "isVirtual": false,
6288
7251
  "isOverride": false,
7252
+ "visibility": "Public",
6289
7253
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredentialOptions",
6290
7254
  "declaringAssemblyName": "Azure.Identity"
6291
7255
  },
@@ -6304,6 +7268,7 @@
6304
7268
  "isAbstract": false,
6305
7269
  "isVirtual": true,
6306
7270
  "isOverride": false,
7271
+ "visibility": "Public",
6307
7272
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredentialOptions",
6308
7273
  "declaringAssemblyName": "Azure.Identity"
6309
7274
  },
@@ -6312,16 +7277,17 @@
6312
7277
  "clrName": "AdditionallyAllowedTenants",
6313
7278
  "metadataToken": 385876208,
6314
7279
  "canonicalSignature": ":System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]",
6315
- "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=get",
7280
+ "normalizedSignature": "AdditionallyAllowedTenants|:System.Collections.Generic.IList_1[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]|static=false|accessor=getset",
6316
7281
  "emitScope": "ClassSurface",
6317
7282
  "provenance": "Original",
6318
7283
  "isIndexer": false,
6319
7284
  "hasGetter": true,
6320
- "hasSetter": false,
7285
+ "hasSetter": true,
6321
7286
  "isStatic": false,
6322
7287
  "isAbstract": false,
6323
7288
  "isVirtual": true,
6324
7289
  "isOverride": false,
7290
+ "visibility": "Public",
6325
7291
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredentialOptions",
6326
7292
  "declaringAssemblyName": "Azure.Identity"
6327
7293
  }
@@ -6336,6 +7302,7 @@
6336
7302
  "normalizedSignature": "constructor|():void|static=false",
6337
7303
  "isStatic": false,
6338
7304
  "parameterCount": 0,
7305
+ "visibility": "Public",
6339
7306
  "declaringClrType": "Azure.Identity.WorkloadIdentityCredentialOptions",
6340
7307
  "declaringAssemblyName": "Azure.Identity"
6341
7308
  }
@@ -6352,6 +7319,10 @@
6352
7319
  "isSealed": true,
6353
7320
  "isStatic": true,
6354
7321
  "arity": 0,
7322
+ "baseType": {
7323
+ "stableId": "System.Private.CoreLib:System.Object",
7324
+ "clrName": "System.Object"
7325
+ },
6355
7326
  "methods": [],
6356
7327
  "properties": [
6357
7328
  {
@@ -6369,6 +7340,7 @@
6369
7340
  "isAbstract": false,
6370
7341
  "isVirtual": false,
6371
7342
  "isOverride": false,
7343
+ "visibility": "Public",
6372
7344
  "declaringClrType": "Azure.Identity.AzureAuthorityHosts",
6373
7345
  "declaringAssemblyName": "Azure.Identity"
6374
7346
  },
@@ -6387,6 +7359,7 @@
6387
7359
  "isAbstract": false,
6388
7360
  "isVirtual": false,
6389
7361
  "isOverride": false,
7362
+ "visibility": "Public",
6390
7363
  "declaringClrType": "Azure.Identity.AzureAuthorityHosts",
6391
7364
  "declaringAssemblyName": "Azure.Identity"
6392
7365
  },
@@ -6405,6 +7378,7 @@
6405
7378
  "isAbstract": false,
6406
7379
  "isVirtual": false,
6407
7380
  "isOverride": false,
7381
+ "visibility": "Public",
6408
7382
  "declaringClrType": "Azure.Identity.AzureAuthorityHosts",
6409
7383
  "declaringAssemblyName": "Azure.Identity"
6410
7384
  },
@@ -6423,6 +7397,7 @@
6423
7397
  "isAbstract": false,
6424
7398
  "isVirtual": false,
6425
7399
  "isOverride": false,
7400
+ "visibility": "Public",
6426
7401
  "declaringClrType": "Azure.Identity.AzureAuthorityHosts",
6427
7402
  "declaringAssemblyName": "Azure.Identity"
6428
7403
  }
@@ -6442,6 +7417,10 @@
6442
7417
  "isSealed": true,
6443
7418
  "isStatic": true,
6444
7419
  "arity": 0,
7420
+ "baseType": {
7421
+ "stableId": "System.Private.CoreLib:System.Object",
7422
+ "clrName": "System.Object"
7423
+ },
6445
7424
  "methods": [
6446
7425
  {
6447
7426
  "stableId": "Azure.Identity:Azure.Identity.IdentityModelFactory::AuthenticationRecord(System.String,System.String,System.String,System.String,System.String):Azure.Identity.AuthenticationRecord",
@@ -6458,6 +7437,7 @@
6458
7437
  "isVirtual": false,
6459
7438
  "isOverride": false,
6460
7439
  "isSealed": false,
7440
+ "visibility": "Public",
6461
7441
  "declaringClrType": "Azure.Identity.IdentityModelFactory",
6462
7442
  "declaringAssemblyName": "Azure.Identity",
6463
7443
  "isExtensionMethod": false
@@ -6477,6 +7457,7 @@
6477
7457
  "isVirtual": false,
6478
7458
  "isOverride": false,
6479
7459
  "isSealed": false,
7460
+ "visibility": "Public",
6480
7461
  "declaringClrType": "Azure.Identity.IdentityModelFactory",
6481
7462
  "declaringAssemblyName": "Azure.Identity",
6482
7463
  "isExtensionMethod": false