@tsonic/efcore-sqlserver 10.0.1 → 10.0.2
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.
- package/Azure/bindings.json +686 -17
- package/Azure/internal/index.d.ts +37 -7
- package/Azure.Core/bindings.json +1048 -19
- package/Azure.Core/internal/index.d.ts +40 -9
- package/Azure.Core.Cryptography/bindings.json +5 -0
- package/Azure.Core.Diagnostics/bindings.json +56 -0
- package/Azure.Core.Diagnostics/internal/index.d.ts +9 -3
- package/Azure.Core.Diagnostics.d.ts +2 -2
- package/Azure.Core.Extensions/bindings.json +17 -0
- package/Azure.Core.GeoJson/bindings.json +362 -0
- package/Azure.Core.Pipeline/bindings.json +450 -3
- package/Azure.Core.Pipeline/internal/index.d.ts +27 -4
- package/Azure.Core.Pipeline.d.ts +2 -2
- package/Azure.Core.Serialization/bindings.json +89 -1
- package/Azure.Core.Serialization/internal/index.d.ts +1 -0
- package/Azure.Core.d.ts +1 -1
- package/Azure.Identity/bindings.json +1039 -58
- package/Azure.Identity/internal/index.d.ts +51 -30
- package/Azure.Identity.d.ts +1 -1
- package/Azure.Messaging/bindings.json +69 -0
- package/Azure.Messaging/internal/index.d.ts +6 -1
- package/Azure.d.ts +1 -1
- package/Microsoft.Data/bindings.json +16 -0
- package/Microsoft.Data.Sql/bindings.json +16 -0
- package/Microsoft.Data.SqlClient/bindings.json +2482 -38
- package/Microsoft.Data.SqlClient/internal/index.d.ts +114 -22
- package/Microsoft.Data.SqlClient.DataClassification/bindings.json +66 -0
- package/Microsoft.Data.SqlClient.Diagnostics/bindings.json +639 -0
- package/Microsoft.Data.SqlClient.Server/bindings.json +163 -0
- package/Microsoft.Data.SqlTypes/bindings.json +73 -0
- package/Microsoft.EntityFrameworkCore/bindings.json +700 -2
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +9 -2
- package/Microsoft.EntityFrameworkCore.Diagnostics/bindings.json +35 -0
- package/Microsoft.EntityFrameworkCore.Infrastructure/bindings.json +107 -1
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +1 -0
- package/Microsoft.EntityFrameworkCore.Metadata/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/bindings.json +78 -0
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/bindings.json +853 -10
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +85 -13
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/bindings.json +10 -0
- package/Microsoft.EntityFrameworkCore.Migrations/bindings.json +917 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +56 -6
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/bindings.json +41 -0
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +6 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/bindings.json +122 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +10 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/bindings.json +28 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/bindings.json +27 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/bindings.json +421 -8
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +34 -10
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal.d.ts +3 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/bindings.json +87 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/bindings.json +56 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/bindings.json +95 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +8 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal.d.ts +1 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/bindings.json +2415 -31
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +209 -30
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/bindings.json +39 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +8 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.d.ts +5 -5
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/bindings.json +32 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/bindings.json +1816 -67
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +197 -27
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/bindings.json +397 -4
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +38 -7
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/bindings.json +138 -1
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +16 -3
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal.d.ts +3 -1
- package/Microsoft.EntityFrameworkCore.d.ts +1 -1
- package/Microsoft.Extensions.DependencyInjection/bindings.json +10 -0
- package/Microsoft.Identity.Client/bindings.json +1941 -39
- package/Microsoft.Identity.Client/internal/index.d.ts +94 -28
- package/Microsoft.Identity.Client.Advanced/bindings.json +5 -0
- package/Microsoft.Identity.Client.AppConfig/bindings.json +21 -0
- package/Microsoft.Identity.Client.AuthScheme/bindings.json +6 -0
- package/Microsoft.Identity.Client.AuthScheme.PoP/bindings.json +3 -0
- package/Microsoft.Identity.Client.Cache/bindings.json +34 -0
- package/Microsoft.Identity.Client.Extensibility/bindings.json +80 -10
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Extensions.Msal/bindings.json +117 -0
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +2 -1
- package/Microsoft.Identity.Client.Extensions.Msal.d.ts +1 -1
- package/Microsoft.Identity.Client.Kerberos/bindings.json +77 -0
- package/Microsoft.Identity.Client.ManagedIdentity/bindings.json +31 -0
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/bindings.json +18 -1
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +1 -0
- package/Microsoft.Identity.Client.RP/bindings.json +10 -0
- package/Microsoft.Identity.Client.Region/bindings.json +29 -0
- package/Microsoft.Identity.Client.SSHCertificates/bindings.json +6 -0
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/bindings.json +6 -0
- package/Microsoft.Identity.Client.Utils/bindings.json +10 -0
- package/Microsoft.Identity.Client.Utils.Windows/bindings.json +6 -0
- package/Microsoft.IdentityModel.Abstractions/bindings.json +135 -1
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.JsonWebTokens/bindings.json +252 -6
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +12 -5
- package/Microsoft.IdentityModel.JsonWebTokens.d.ts +1 -1
- package/Microsoft.IdentityModel.Logging/bindings.json +122 -2
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +8 -3
- package/Microsoft.IdentityModel.Logging.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols/bindings.json +155 -1
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +1 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/bindings.json +30 -0
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +2 -1
- package/Microsoft.IdentityModel.Protocols.Configuration.d.ts +1 -1
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/bindings.json +645 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +17 -2
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/bindings.json +17 -0
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.d.ts +1 -1
- package/Microsoft.IdentityModel.Tokens/bindings.json +2486 -77
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +135 -35
- package/Microsoft.IdentityModel.Tokens.Configuration/bindings.json +10 -0
- package/Microsoft.IdentityModel.Tokens.d.ts +1 -1
- package/Microsoft.SqlServer.Server/bindings.json +144 -0
- package/System/bindings.json +63 -0
- package/System.ClientModel/bindings.json +256 -11
- package/System.ClientModel/internal/index.d.ts +22 -6
- package/System.ClientModel.Primitives/bindings.json +1673 -120
- package/System.ClientModel.Primitives/internal/index.d.ts +111 -17
- package/System.ClientModel.Primitives.d.ts +2 -2
- package/System.Configuration/bindings.json +5382 -321
- package/System.Configuration/internal/index.d.ts +323 -51
- package/System.Configuration.Internal/bindings.json +193 -1
- package/System.Configuration.Provider/bindings.json +69 -1
- package/System.Configuration.Provider/internal/index.d.ts +3 -1
- package/System.Configuration.Provider.d.ts +1 -1
- package/System.Configuration.d.ts +3 -3
- package/System.Diagnostics/bindings.json +5 -0
- package/System.Drawing.Configuration/bindings.json +25 -0
- package/System.Drawing.Configuration/internal/index.d.ts +11 -3
- package/System.Drawing.Configuration.d.ts +5 -2
- package/System.IdentityModel.Tokens.Jwt/bindings.json +646 -36
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +33 -19
- package/System.Security.Cryptography/bindings.json +31 -0
- package/System.Text.Json.Serialization/bindings.json +10 -0
- package/package.json +1 -1
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"isSealed": true,
|
|
16
16
|
"isStatic": false,
|
|
17
17
|
"arity": 0,
|
|
18
|
+
"baseType": {
|
|
19
|
+
"stableId": "System.Private.CoreLib:System.Enum",
|
|
20
|
+
"clrName": "System.Enum"
|
|
21
|
+
},
|
|
22
|
+
"interfaces": [
|
|
23
|
+
{
|
|
24
|
+
"stableId": "System.Private.CoreLib:System.IComparable",
|
|
25
|
+
"clrName": "System.IComparable"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"stableId": "System.Private.CoreLib:System.ISpanFormattable",
|
|
29
|
+
"clrName": "System.ISpanFormattable"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"stableId": "System.Private.CoreLib:System.IFormattable",
|
|
33
|
+
"clrName": "System.IFormattable"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"stableId": "System.Private.CoreLib:System.IConvertible",
|
|
37
|
+
"clrName": "System.IConvertible"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
18
40
|
"methods": [],
|
|
19
41
|
"properties": [],
|
|
20
42
|
"fields": [
|
|
@@ -26,6 +48,7 @@
|
|
|
26
48
|
"isStatic": false,
|
|
27
49
|
"isReadOnly": false,
|
|
28
50
|
"isLiteral": false,
|
|
51
|
+
"visibility": "Public",
|
|
29
52
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectRequestType",
|
|
30
53
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
31
54
|
},
|
|
@@ -37,6 +60,7 @@
|
|
|
37
60
|
"isStatic": true,
|
|
38
61
|
"isReadOnly": false,
|
|
39
62
|
"isLiteral": true,
|
|
63
|
+
"visibility": "Public",
|
|
40
64
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectRequestType",
|
|
41
65
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
42
66
|
},
|
|
@@ -48,6 +72,7 @@
|
|
|
48
72
|
"isStatic": true,
|
|
49
73
|
"isReadOnly": false,
|
|
50
74
|
"isLiteral": true,
|
|
75
|
+
"visibility": "Public",
|
|
51
76
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectRequestType",
|
|
52
77
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
53
78
|
},
|
|
@@ -59,6 +84,7 @@
|
|
|
59
84
|
"isStatic": true,
|
|
60
85
|
"isReadOnly": false,
|
|
61
86
|
"isLiteral": true,
|
|
87
|
+
"visibility": "Public",
|
|
62
88
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectRequestType",
|
|
63
89
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
64
90
|
}
|
|
@@ -77,6 +103,20 @@
|
|
|
77
103
|
"isSealed": true,
|
|
78
104
|
"isStatic": false,
|
|
79
105
|
"arity": 0,
|
|
106
|
+
"baseType": {
|
|
107
|
+
"stableId": "System.Private.CoreLib:System.MulticastDelegate",
|
|
108
|
+
"clrName": "System.MulticastDelegate"
|
|
109
|
+
},
|
|
110
|
+
"interfaces": [
|
|
111
|
+
{
|
|
112
|
+
"stableId": "System.Private.CoreLib:System.ICloneable",
|
|
113
|
+
"clrName": "System.ICloneable"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
117
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
118
|
+
}
|
|
119
|
+
],
|
|
80
120
|
"methods": [
|
|
81
121
|
{
|
|
82
122
|
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.IdTokenValidator::Invoke(System.IdentityModel.Tokens.Jwt.JwtSecurityToken,Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
@@ -93,6 +133,7 @@
|
|
|
93
133
|
"isVirtual": true,
|
|
94
134
|
"isOverride": false,
|
|
95
135
|
"isSealed": false,
|
|
136
|
+
"visibility": "Public",
|
|
96
137
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.IdTokenValidator",
|
|
97
138
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
98
139
|
"isExtensionMethod": false
|
|
@@ -112,6 +153,7 @@
|
|
|
112
153
|
"isVirtual": true,
|
|
113
154
|
"isOverride": false,
|
|
114
155
|
"isSealed": false,
|
|
156
|
+
"visibility": "Public",
|
|
115
157
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.IdTokenValidator",
|
|
116
158
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
117
159
|
"isExtensionMethod": false
|
|
@@ -131,6 +173,7 @@
|
|
|
131
173
|
"isVirtual": true,
|
|
132
174
|
"isOverride": false,
|
|
133
175
|
"isSealed": false,
|
|
176
|
+
"visibility": "Public",
|
|
134
177
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.IdTokenValidator",
|
|
135
178
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
136
179
|
"isExtensionMethod": false
|
|
@@ -147,6 +190,7 @@
|
|
|
147
190
|
"normalizedSignature": "constructor|(System.Object,System.IntPtr):void|static=false",
|
|
148
191
|
"isStatic": false,
|
|
149
192
|
"parameterCount": 2,
|
|
193
|
+
"visibility": "Public",
|
|
150
194
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.IdTokenValidator",
|
|
151
195
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
152
196
|
}
|
|
@@ -163,6 +207,10 @@
|
|
|
163
207
|
"isSealed": false,
|
|
164
208
|
"isStatic": false,
|
|
165
209
|
"arity": 0,
|
|
210
|
+
"baseType": {
|
|
211
|
+
"stableId": "Microsoft.IdentityModel.Tokens:Microsoft.IdentityModel.Tokens.BaseConfiguration",
|
|
212
|
+
"clrName": "Microsoft.IdentityModel.Tokens.BaseConfiguration"
|
|
213
|
+
},
|
|
166
214
|
"methods": [
|
|
167
215
|
{
|
|
168
216
|
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration::Create(System.String):Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
@@ -179,6 +227,7 @@
|
|
|
179
227
|
"isVirtual": false,
|
|
180
228
|
"isOverride": false,
|
|
181
229
|
"isSealed": false,
|
|
230
|
+
"visibility": "Public",
|
|
182
231
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
183
232
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
184
233
|
"isExtensionMethod": false
|
|
@@ -198,6 +247,7 @@
|
|
|
198
247
|
"isVirtual": false,
|
|
199
248
|
"isOverride": false,
|
|
200
249
|
"isSealed": false,
|
|
250
|
+
"visibility": "Public",
|
|
201
251
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
202
252
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
203
253
|
"isExtensionMethod": false
|
|
@@ -217,6 +267,7 @@
|
|
|
217
267
|
"isVirtual": false,
|
|
218
268
|
"isOverride": false,
|
|
219
269
|
"isSealed": false,
|
|
270
|
+
"visibility": "Public",
|
|
220
271
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
221
272
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
222
273
|
"isExtensionMethod": false
|
|
@@ -236,6 +287,7 @@
|
|
|
236
287
|
"isVirtual": false,
|
|
237
288
|
"isOverride": false,
|
|
238
289
|
"isSealed": false,
|
|
290
|
+
"visibility": "Public",
|
|
239
291
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
240
292
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
241
293
|
"isExtensionMethod": false
|
|
@@ -255,6 +307,7 @@
|
|
|
255
307
|
"isVirtual": false,
|
|
256
308
|
"isOverride": false,
|
|
257
309
|
"isSealed": false,
|
|
310
|
+
"visibility": "Public",
|
|
258
311
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
259
312
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
260
313
|
"isExtensionMethod": false
|
|
@@ -274,6 +327,7 @@
|
|
|
274
327
|
"isVirtual": false,
|
|
275
328
|
"isOverride": false,
|
|
276
329
|
"isSealed": false,
|
|
330
|
+
"visibility": "Public",
|
|
277
331
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
278
332
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
279
333
|
"isExtensionMethod": false
|
|
@@ -293,6 +347,7 @@
|
|
|
293
347
|
"isVirtual": false,
|
|
294
348
|
"isOverride": false,
|
|
295
349
|
"isSealed": false,
|
|
350
|
+
"visibility": "Public",
|
|
296
351
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
297
352
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
298
353
|
"isExtensionMethod": false
|
|
@@ -312,6 +367,7 @@
|
|
|
312
367
|
"isVirtual": false,
|
|
313
368
|
"isOverride": false,
|
|
314
369
|
"isSealed": false,
|
|
370
|
+
"visibility": "Public",
|
|
315
371
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
316
372
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
317
373
|
"isExtensionMethod": false
|
|
@@ -331,6 +387,7 @@
|
|
|
331
387
|
"isVirtual": false,
|
|
332
388
|
"isOverride": false,
|
|
333
389
|
"isSealed": false,
|
|
390
|
+
"visibility": "Public",
|
|
334
391
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
335
392
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
336
393
|
"isExtensionMethod": false
|
|
@@ -350,6 +407,7 @@
|
|
|
350
407
|
"isVirtual": false,
|
|
351
408
|
"isOverride": false,
|
|
352
409
|
"isSealed": false,
|
|
410
|
+
"visibility": "Public",
|
|
353
411
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
354
412
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
355
413
|
"isExtensionMethod": false
|
|
@@ -369,6 +427,7 @@
|
|
|
369
427
|
"isVirtual": false,
|
|
370
428
|
"isOverride": false,
|
|
371
429
|
"isSealed": false,
|
|
430
|
+
"visibility": "Public",
|
|
372
431
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
373
432
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
374
433
|
"isExtensionMethod": false
|
|
@@ -388,6 +447,7 @@
|
|
|
388
447
|
"isVirtual": false,
|
|
389
448
|
"isOverride": false,
|
|
390
449
|
"isSealed": false,
|
|
450
|
+
"visibility": "Public",
|
|
391
451
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
392
452
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
393
453
|
"isExtensionMethod": false
|
|
@@ -407,6 +467,7 @@
|
|
|
407
467
|
"isVirtual": false,
|
|
408
468
|
"isOverride": false,
|
|
409
469
|
"isSealed": false,
|
|
470
|
+
"visibility": "Public",
|
|
410
471
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
411
472
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
412
473
|
"isExtensionMethod": false
|
|
@@ -426,6 +487,7 @@
|
|
|
426
487
|
"isVirtual": false,
|
|
427
488
|
"isOverride": false,
|
|
428
489
|
"isSealed": false,
|
|
490
|
+
"visibility": "Public",
|
|
429
491
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
430
492
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
431
493
|
"isExtensionMethod": false
|
|
@@ -445,6 +507,7 @@
|
|
|
445
507
|
"isVirtual": false,
|
|
446
508
|
"isOverride": false,
|
|
447
509
|
"isSealed": false,
|
|
510
|
+
"visibility": "Public",
|
|
448
511
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
449
512
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
450
513
|
"isExtensionMethod": false
|
|
@@ -464,6 +527,7 @@
|
|
|
464
527
|
"isVirtual": false,
|
|
465
528
|
"isOverride": false,
|
|
466
529
|
"isSealed": false,
|
|
530
|
+
"visibility": "Public",
|
|
467
531
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
468
532
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
469
533
|
"isExtensionMethod": false
|
|
@@ -483,6 +547,7 @@
|
|
|
483
547
|
"isVirtual": false,
|
|
484
548
|
"isOverride": false,
|
|
485
549
|
"isSealed": false,
|
|
550
|
+
"visibility": "Public",
|
|
486
551
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
487
552
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
488
553
|
"isExtensionMethod": false
|
|
@@ -502,6 +567,7 @@
|
|
|
502
567
|
"isVirtual": false,
|
|
503
568
|
"isOverride": false,
|
|
504
569
|
"isSealed": false,
|
|
570
|
+
"visibility": "Public",
|
|
505
571
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
506
572
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
507
573
|
"isExtensionMethod": false
|
|
@@ -521,6 +587,7 @@
|
|
|
521
587
|
"isVirtual": false,
|
|
522
588
|
"isOverride": false,
|
|
523
589
|
"isSealed": false,
|
|
590
|
+
"visibility": "Public",
|
|
524
591
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
525
592
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
526
593
|
"isExtensionMethod": false
|
|
@@ -540,6 +607,7 @@
|
|
|
540
607
|
"isVirtual": false,
|
|
541
608
|
"isOverride": false,
|
|
542
609
|
"isSealed": false,
|
|
610
|
+
"visibility": "Public",
|
|
543
611
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
544
612
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
545
613
|
"isExtensionMethod": false
|
|
@@ -559,6 +627,7 @@
|
|
|
559
627
|
"isVirtual": false,
|
|
560
628
|
"isOverride": false,
|
|
561
629
|
"isSealed": false,
|
|
630
|
+
"visibility": "Public",
|
|
562
631
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
563
632
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
564
633
|
"isExtensionMethod": false
|
|
@@ -578,6 +647,7 @@
|
|
|
578
647
|
"isVirtual": false,
|
|
579
648
|
"isOverride": false,
|
|
580
649
|
"isSealed": false,
|
|
650
|
+
"visibility": "Public",
|
|
581
651
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
582
652
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
583
653
|
"isExtensionMethod": false
|
|
@@ -597,6 +667,7 @@
|
|
|
597
667
|
"isVirtual": false,
|
|
598
668
|
"isOverride": false,
|
|
599
669
|
"isSealed": false,
|
|
670
|
+
"visibility": "Public",
|
|
600
671
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
601
672
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
602
673
|
"isExtensionMethod": false
|
|
@@ -616,6 +687,7 @@
|
|
|
616
687
|
"isVirtual": false,
|
|
617
688
|
"isOverride": false,
|
|
618
689
|
"isSealed": false,
|
|
690
|
+
"visibility": "Public",
|
|
619
691
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
620
692
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
621
693
|
"isExtensionMethod": false
|
|
@@ -635,6 +707,7 @@
|
|
|
635
707
|
"isVirtual": false,
|
|
636
708
|
"isOverride": false,
|
|
637
709
|
"isSealed": false,
|
|
710
|
+
"visibility": "Public",
|
|
638
711
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
639
712
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
640
713
|
"isExtensionMethod": false
|
|
@@ -654,6 +727,7 @@
|
|
|
654
727
|
"isVirtual": false,
|
|
655
728
|
"isOverride": false,
|
|
656
729
|
"isSealed": false,
|
|
730
|
+
"visibility": "Public",
|
|
657
731
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
658
732
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
659
733
|
"isExtensionMethod": false
|
|
@@ -673,6 +747,7 @@
|
|
|
673
747
|
"isVirtual": false,
|
|
674
748
|
"isOverride": false,
|
|
675
749
|
"isSealed": false,
|
|
750
|
+
"visibility": "Public",
|
|
676
751
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
677
752
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
678
753
|
"isExtensionMethod": false
|
|
@@ -692,6 +767,7 @@
|
|
|
692
767
|
"isVirtual": false,
|
|
693
768
|
"isOverride": false,
|
|
694
769
|
"isSealed": false,
|
|
770
|
+
"visibility": "Public",
|
|
695
771
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
696
772
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
697
773
|
"isExtensionMethod": false
|
|
@@ -711,6 +787,7 @@
|
|
|
711
787
|
"isVirtual": false,
|
|
712
788
|
"isOverride": false,
|
|
713
789
|
"isSealed": false,
|
|
790
|
+
"visibility": "Public",
|
|
714
791
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
715
792
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
716
793
|
"isExtensionMethod": false
|
|
@@ -730,6 +807,7 @@
|
|
|
730
807
|
"isVirtual": false,
|
|
731
808
|
"isOverride": false,
|
|
732
809
|
"isSealed": false,
|
|
810
|
+
"visibility": "Public",
|
|
733
811
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
734
812
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
735
813
|
"isExtensionMethod": false
|
|
@@ -749,6 +827,7 @@
|
|
|
749
827
|
"isVirtual": false,
|
|
750
828
|
"isOverride": false,
|
|
751
829
|
"isSealed": false,
|
|
830
|
+
"visibility": "Public",
|
|
752
831
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
753
832
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
754
833
|
"isExtensionMethod": false
|
|
@@ -770,6 +849,7 @@
|
|
|
770
849
|
"isAbstract": false,
|
|
771
850
|
"isVirtual": false,
|
|
772
851
|
"isOverride": false,
|
|
852
|
+
"visibility": "Public",
|
|
773
853
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
774
854
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
775
855
|
},
|
|
@@ -788,6 +868,7 @@
|
|
|
788
868
|
"isAbstract": false,
|
|
789
869
|
"isVirtual": false,
|
|
790
870
|
"isOverride": false,
|
|
871
|
+
"visibility": "Public",
|
|
791
872
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
792
873
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
793
874
|
},
|
|
@@ -806,6 +887,7 @@
|
|
|
806
887
|
"isAbstract": false,
|
|
807
888
|
"isVirtual": false,
|
|
808
889
|
"isOverride": false,
|
|
890
|
+
"visibility": "Public",
|
|
809
891
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
810
892
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
811
893
|
},
|
|
@@ -824,6 +906,7 @@
|
|
|
824
906
|
"isAbstract": false,
|
|
825
907
|
"isVirtual": false,
|
|
826
908
|
"isOverride": false,
|
|
909
|
+
"visibility": "Public",
|
|
827
910
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
828
911
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
829
912
|
},
|
|
@@ -842,6 +925,7 @@
|
|
|
842
925
|
"isAbstract": false,
|
|
843
926
|
"isVirtual": false,
|
|
844
927
|
"isOverride": false,
|
|
928
|
+
"visibility": "Public",
|
|
845
929
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
846
930
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
847
931
|
},
|
|
@@ -860,6 +944,7 @@
|
|
|
860
944
|
"isAbstract": false,
|
|
861
945
|
"isVirtual": false,
|
|
862
946
|
"isOverride": false,
|
|
947
|
+
"visibility": "Public",
|
|
863
948
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
864
949
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
865
950
|
},
|
|
@@ -878,6 +963,7 @@
|
|
|
878
963
|
"isAbstract": false,
|
|
879
964
|
"isVirtual": false,
|
|
880
965
|
"isOverride": false,
|
|
966
|
+
"visibility": "Public",
|
|
881
967
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
882
968
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
883
969
|
},
|
|
@@ -896,6 +982,7 @@
|
|
|
896
982
|
"isAbstract": false,
|
|
897
983
|
"isVirtual": false,
|
|
898
984
|
"isOverride": false,
|
|
985
|
+
"visibility": "Public",
|
|
899
986
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
900
987
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
901
988
|
},
|
|
@@ -914,6 +1001,7 @@
|
|
|
914
1001
|
"isAbstract": false,
|
|
915
1002
|
"isVirtual": false,
|
|
916
1003
|
"isOverride": false,
|
|
1004
|
+
"visibility": "Public",
|
|
917
1005
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
918
1006
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
919
1007
|
},
|
|
@@ -932,6 +1020,7 @@
|
|
|
932
1020
|
"isAbstract": false,
|
|
933
1021
|
"isVirtual": false,
|
|
934
1022
|
"isOverride": false,
|
|
1023
|
+
"visibility": "Public",
|
|
935
1024
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
936
1025
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
937
1026
|
},
|
|
@@ -950,6 +1039,7 @@
|
|
|
950
1039
|
"isAbstract": false,
|
|
951
1040
|
"isVirtual": false,
|
|
952
1041
|
"isOverride": false,
|
|
1042
|
+
"visibility": "Public",
|
|
953
1043
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
954
1044
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
955
1045
|
},
|
|
@@ -968,6 +1058,7 @@
|
|
|
968
1058
|
"isAbstract": false,
|
|
969
1059
|
"isVirtual": false,
|
|
970
1060
|
"isOverride": false,
|
|
1061
|
+
"visibility": "Public",
|
|
971
1062
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
972
1063
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
973
1064
|
},
|
|
@@ -986,6 +1077,7 @@
|
|
|
986
1077
|
"isAbstract": false,
|
|
987
1078
|
"isVirtual": false,
|
|
988
1079
|
"isOverride": false,
|
|
1080
|
+
"visibility": "Public",
|
|
989
1081
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
990
1082
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
991
1083
|
},
|
|
@@ -1004,6 +1096,7 @@
|
|
|
1004
1096
|
"isAbstract": false,
|
|
1005
1097
|
"isVirtual": false,
|
|
1006
1098
|
"isOverride": false,
|
|
1099
|
+
"visibility": "Public",
|
|
1007
1100
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1008
1101
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1009
1102
|
},
|
|
@@ -1022,6 +1115,7 @@
|
|
|
1022
1115
|
"isAbstract": false,
|
|
1023
1116
|
"isVirtual": false,
|
|
1024
1117
|
"isOverride": false,
|
|
1118
|
+
"visibility": "Public",
|
|
1025
1119
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1026
1120
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1027
1121
|
},
|
|
@@ -1040,6 +1134,7 @@
|
|
|
1040
1134
|
"isAbstract": false,
|
|
1041
1135
|
"isVirtual": false,
|
|
1042
1136
|
"isOverride": false,
|
|
1137
|
+
"visibility": "Public",
|
|
1043
1138
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1044
1139
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1045
1140
|
},
|
|
@@ -1058,6 +1153,7 @@
|
|
|
1058
1153
|
"isAbstract": false,
|
|
1059
1154
|
"isVirtual": false,
|
|
1060
1155
|
"isOverride": false,
|
|
1156
|
+
"visibility": "Public",
|
|
1061
1157
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1062
1158
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1063
1159
|
},
|
|
@@ -1076,6 +1172,7 @@
|
|
|
1076
1172
|
"isAbstract": false,
|
|
1077
1173
|
"isVirtual": false,
|
|
1078
1174
|
"isOverride": false,
|
|
1175
|
+
"visibility": "Public",
|
|
1079
1176
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1080
1177
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1081
1178
|
},
|
|
@@ -1094,6 +1191,7 @@
|
|
|
1094
1191
|
"isAbstract": false,
|
|
1095
1192
|
"isVirtual": false,
|
|
1096
1193
|
"isOverride": false,
|
|
1194
|
+
"visibility": "Public",
|
|
1097
1195
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1098
1196
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1099
1197
|
},
|
|
@@ -1112,6 +1210,7 @@
|
|
|
1112
1210
|
"isAbstract": false,
|
|
1113
1211
|
"isVirtual": false,
|
|
1114
1212
|
"isOverride": false,
|
|
1213
|
+
"visibility": "Public",
|
|
1115
1214
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1116
1215
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1117
1216
|
},
|
|
@@ -1130,6 +1229,7 @@
|
|
|
1130
1229
|
"isAbstract": false,
|
|
1131
1230
|
"isVirtual": false,
|
|
1132
1231
|
"isOverride": false,
|
|
1232
|
+
"visibility": "Public",
|
|
1133
1233
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1134
1234
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1135
1235
|
},
|
|
@@ -1148,6 +1248,7 @@
|
|
|
1148
1248
|
"isAbstract": false,
|
|
1149
1249
|
"isVirtual": false,
|
|
1150
1250
|
"isOverride": false,
|
|
1251
|
+
"visibility": "Public",
|
|
1151
1252
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1152
1253
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1153
1254
|
},
|
|
@@ -1166,6 +1267,7 @@
|
|
|
1166
1267
|
"isAbstract": false,
|
|
1167
1268
|
"isVirtual": false,
|
|
1168
1269
|
"isOverride": false,
|
|
1270
|
+
"visibility": "Public",
|
|
1169
1271
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1170
1272
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1171
1273
|
},
|
|
@@ -1184,6 +1286,7 @@
|
|
|
1184
1286
|
"isAbstract": false,
|
|
1185
1287
|
"isVirtual": false,
|
|
1186
1288
|
"isOverride": false,
|
|
1289
|
+
"visibility": "Public",
|
|
1187
1290
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1188
1291
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1189
1292
|
},
|
|
@@ -1202,6 +1305,7 @@
|
|
|
1202
1305
|
"isAbstract": false,
|
|
1203
1306
|
"isVirtual": false,
|
|
1204
1307
|
"isOverride": false,
|
|
1308
|
+
"visibility": "Public",
|
|
1205
1309
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1206
1310
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1207
1311
|
},
|
|
@@ -1220,6 +1324,7 @@
|
|
|
1220
1324
|
"isAbstract": false,
|
|
1221
1325
|
"isVirtual": false,
|
|
1222
1326
|
"isOverride": false,
|
|
1327
|
+
"visibility": "Public",
|
|
1223
1328
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1224
1329
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1225
1330
|
},
|
|
@@ -1238,6 +1343,7 @@
|
|
|
1238
1343
|
"isAbstract": false,
|
|
1239
1344
|
"isVirtual": true,
|
|
1240
1345
|
"isOverride": true,
|
|
1346
|
+
"visibility": "Public",
|
|
1241
1347
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1242
1348
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1243
1349
|
},
|
|
@@ -1256,6 +1362,7 @@
|
|
|
1256
1362
|
"isAbstract": false,
|
|
1257
1363
|
"isVirtual": false,
|
|
1258
1364
|
"isOverride": false,
|
|
1365
|
+
"visibility": "Public",
|
|
1259
1366
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1260
1367
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1261
1368
|
},
|
|
@@ -1274,6 +1381,7 @@
|
|
|
1274
1381
|
"isAbstract": false,
|
|
1275
1382
|
"isVirtual": false,
|
|
1276
1383
|
"isOverride": false,
|
|
1384
|
+
"visibility": "Public",
|
|
1277
1385
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1278
1386
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1279
1387
|
},
|
|
@@ -1292,6 +1400,7 @@
|
|
|
1292
1400
|
"isAbstract": false,
|
|
1293
1401
|
"isVirtual": false,
|
|
1294
1402
|
"isOverride": false,
|
|
1403
|
+
"visibility": "Public",
|
|
1295
1404
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1296
1405
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1297
1406
|
},
|
|
@@ -1310,6 +1419,7 @@
|
|
|
1310
1419
|
"isAbstract": false,
|
|
1311
1420
|
"isVirtual": false,
|
|
1312
1421
|
"isOverride": false,
|
|
1422
|
+
"visibility": "Public",
|
|
1313
1423
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1314
1424
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1315
1425
|
},
|
|
@@ -1328,6 +1438,7 @@
|
|
|
1328
1438
|
"isAbstract": false,
|
|
1329
1439
|
"isVirtual": false,
|
|
1330
1440
|
"isOverride": false,
|
|
1441
|
+
"visibility": "Public",
|
|
1331
1442
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1332
1443
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1333
1444
|
},
|
|
@@ -1346,6 +1457,7 @@
|
|
|
1346
1457
|
"isAbstract": false,
|
|
1347
1458
|
"isVirtual": false,
|
|
1348
1459
|
"isOverride": false,
|
|
1460
|
+
"visibility": "Public",
|
|
1349
1461
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1350
1462
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1351
1463
|
},
|
|
@@ -1364,6 +1476,7 @@
|
|
|
1364
1476
|
"isAbstract": false,
|
|
1365
1477
|
"isVirtual": false,
|
|
1366
1478
|
"isOverride": false,
|
|
1479
|
+
"visibility": "Public",
|
|
1367
1480
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1368
1481
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1369
1482
|
},
|
|
@@ -1382,6 +1495,7 @@
|
|
|
1382
1495
|
"isAbstract": false,
|
|
1383
1496
|
"isVirtual": false,
|
|
1384
1497
|
"isOverride": false,
|
|
1498
|
+
"visibility": "Public",
|
|
1385
1499
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1386
1500
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1387
1501
|
},
|
|
@@ -1400,6 +1514,7 @@
|
|
|
1400
1514
|
"isAbstract": false,
|
|
1401
1515
|
"isVirtual": false,
|
|
1402
1516
|
"isOverride": false,
|
|
1517
|
+
"visibility": "Public",
|
|
1403
1518
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1404
1519
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1405
1520
|
},
|
|
@@ -1418,6 +1533,7 @@
|
|
|
1418
1533
|
"isAbstract": false,
|
|
1419
1534
|
"isVirtual": false,
|
|
1420
1535
|
"isOverride": false,
|
|
1536
|
+
"visibility": "Public",
|
|
1421
1537
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1422
1538
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1423
1539
|
},
|
|
@@ -1436,6 +1552,7 @@
|
|
|
1436
1552
|
"isAbstract": false,
|
|
1437
1553
|
"isVirtual": false,
|
|
1438
1554
|
"isOverride": false,
|
|
1555
|
+
"visibility": "Public",
|
|
1439
1556
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1440
1557
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1441
1558
|
},
|
|
@@ -1454,6 +1571,7 @@
|
|
|
1454
1571
|
"isAbstract": false,
|
|
1455
1572
|
"isVirtual": false,
|
|
1456
1573
|
"isOverride": false,
|
|
1574
|
+
"visibility": "Public",
|
|
1457
1575
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1458
1576
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1459
1577
|
},
|
|
@@ -1472,6 +1590,7 @@
|
|
|
1472
1590
|
"isAbstract": false,
|
|
1473
1591
|
"isVirtual": false,
|
|
1474
1592
|
"isOverride": false,
|
|
1593
|
+
"visibility": "Public",
|
|
1475
1594
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1476
1595
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1477
1596
|
},
|
|
@@ -1490,6 +1609,7 @@
|
|
|
1490
1609
|
"isAbstract": false,
|
|
1491
1610
|
"isVirtual": false,
|
|
1492
1611
|
"isOverride": false,
|
|
1612
|
+
"visibility": "Public",
|
|
1493
1613
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1494
1614
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1495
1615
|
},
|
|
@@ -1508,6 +1628,7 @@
|
|
|
1508
1628
|
"isAbstract": false,
|
|
1509
1629
|
"isVirtual": false,
|
|
1510
1630
|
"isOverride": false,
|
|
1631
|
+
"visibility": "Public",
|
|
1511
1632
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1512
1633
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1513
1634
|
},
|
|
@@ -1526,6 +1647,7 @@
|
|
|
1526
1647
|
"isAbstract": false,
|
|
1527
1648
|
"isVirtual": false,
|
|
1528
1649
|
"isOverride": false,
|
|
1650
|
+
"visibility": "Public",
|
|
1529
1651
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1530
1652
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1531
1653
|
},
|
|
@@ -1544,6 +1666,7 @@
|
|
|
1544
1666
|
"isAbstract": false,
|
|
1545
1667
|
"isVirtual": false,
|
|
1546
1668
|
"isOverride": false,
|
|
1669
|
+
"visibility": "Public",
|
|
1547
1670
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1548
1671
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1549
1672
|
},
|
|
@@ -1562,6 +1685,7 @@
|
|
|
1562
1685
|
"isAbstract": false,
|
|
1563
1686
|
"isVirtual": false,
|
|
1564
1687
|
"isOverride": false,
|
|
1688
|
+
"visibility": "Public",
|
|
1565
1689
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1566
1690
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1567
1691
|
},
|
|
@@ -1580,6 +1704,7 @@
|
|
|
1580
1704
|
"isAbstract": false,
|
|
1581
1705
|
"isVirtual": false,
|
|
1582
1706
|
"isOverride": false,
|
|
1707
|
+
"visibility": "Public",
|
|
1583
1708
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1584
1709
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1585
1710
|
},
|
|
@@ -1598,6 +1723,7 @@
|
|
|
1598
1723
|
"isAbstract": false,
|
|
1599
1724
|
"isVirtual": true,
|
|
1600
1725
|
"isOverride": true,
|
|
1726
|
+
"visibility": "Public",
|
|
1601
1727
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1602
1728
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1603
1729
|
},
|
|
@@ -1616,6 +1742,7 @@
|
|
|
1616
1742
|
"isAbstract": false,
|
|
1617
1743
|
"isVirtual": false,
|
|
1618
1744
|
"isOverride": false,
|
|
1745
|
+
"visibility": "Public",
|
|
1619
1746
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1620
1747
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1621
1748
|
},
|
|
@@ -1634,6 +1761,7 @@
|
|
|
1634
1761
|
"isAbstract": false,
|
|
1635
1762
|
"isVirtual": true,
|
|
1636
1763
|
"isOverride": true,
|
|
1764
|
+
"visibility": "Public",
|
|
1637
1765
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1638
1766
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1639
1767
|
},
|
|
@@ -1652,6 +1780,7 @@
|
|
|
1652
1780
|
"isAbstract": false,
|
|
1653
1781
|
"isVirtual": true,
|
|
1654
1782
|
"isOverride": true,
|
|
1783
|
+
"visibility": "Public",
|
|
1655
1784
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1656
1785
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1657
1786
|
},
|
|
@@ -1670,6 +1799,7 @@
|
|
|
1670
1799
|
"isAbstract": false,
|
|
1671
1800
|
"isVirtual": false,
|
|
1672
1801
|
"isOverride": false,
|
|
1802
|
+
"visibility": "Public",
|
|
1673
1803
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1674
1804
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1675
1805
|
},
|
|
@@ -1688,6 +1818,7 @@
|
|
|
1688
1818
|
"isAbstract": false,
|
|
1689
1819
|
"isVirtual": false,
|
|
1690
1820
|
"isOverride": false,
|
|
1821
|
+
"visibility": "Public",
|
|
1691
1822
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1692
1823
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1693
1824
|
},
|
|
@@ -1706,6 +1837,7 @@
|
|
|
1706
1837
|
"isAbstract": false,
|
|
1707
1838
|
"isVirtual": false,
|
|
1708
1839
|
"isOverride": false,
|
|
1840
|
+
"visibility": "Public",
|
|
1709
1841
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1710
1842
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1711
1843
|
},
|
|
@@ -1724,6 +1856,7 @@
|
|
|
1724
1856
|
"isAbstract": false,
|
|
1725
1857
|
"isVirtual": false,
|
|
1726
1858
|
"isOverride": false,
|
|
1859
|
+
"visibility": "Public",
|
|
1727
1860
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1728
1861
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1729
1862
|
},
|
|
@@ -1742,6 +1875,7 @@
|
|
|
1742
1875
|
"isAbstract": false,
|
|
1743
1876
|
"isVirtual": false,
|
|
1744
1877
|
"isOverride": false,
|
|
1878
|
+
"visibility": "Public",
|
|
1745
1879
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1746
1880
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1747
1881
|
},
|
|
@@ -1760,6 +1894,7 @@
|
|
|
1760
1894
|
"isAbstract": false,
|
|
1761
1895
|
"isVirtual": false,
|
|
1762
1896
|
"isOverride": false,
|
|
1897
|
+
"visibility": "Public",
|
|
1763
1898
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1764
1899
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1765
1900
|
},
|
|
@@ -1778,6 +1913,7 @@
|
|
|
1778
1913
|
"isAbstract": false,
|
|
1779
1914
|
"isVirtual": false,
|
|
1780
1915
|
"isOverride": false,
|
|
1916
|
+
"visibility": "Public",
|
|
1781
1917
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1782
1918
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1783
1919
|
}
|
|
@@ -1792,6 +1928,7 @@
|
|
|
1792
1928
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1793
1929
|
"isStatic": false,
|
|
1794
1930
|
"parameterCount": 0,
|
|
1931
|
+
"visibility": "Public",
|
|
1795
1932
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1796
1933
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1797
1934
|
},
|
|
@@ -1802,6 +1939,7 @@
|
|
|
1802
1939
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
1803
1940
|
"isStatic": false,
|
|
1804
1941
|
"parameterCount": 1,
|
|
1942
|
+
"visibility": "Public",
|
|
1805
1943
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration",
|
|
1806
1944
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1807
1945
|
}
|
|
@@ -1818,6 +1956,19 @@
|
|
|
1818
1956
|
"isSealed": false,
|
|
1819
1957
|
"isStatic": false,
|
|
1820
1958
|
"arity": 0,
|
|
1959
|
+
"baseType": {
|
|
1960
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
1961
|
+
"clrName": "System.Object"
|
|
1962
|
+
},
|
|
1963
|
+
"interfaces": [
|
|
1964
|
+
{
|
|
1965
|
+
"stableId": "Microsoft.IdentityModel.Protocols:Microsoft.IdentityModel.Protocols.IConfigurationRetriever\u00601",
|
|
1966
|
+
"clrName": "Microsoft.IdentityModel.Protocols.IConfigurationRetriever\u00601",
|
|
1967
|
+
"typeArguments": [
|
|
1968
|
+
"OpenIdConnectConfiguration"
|
|
1969
|
+
]
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1821
1972
|
"methods": [
|
|
1822
1973
|
{
|
|
1823
1974
|
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever::GetAsync(System.String,System.Threading.CancellationToken):System.Threading.Tasks.Task_1[[Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration,Microsoft.IdentityModel.Protocols.OpenIdConnect,Version=7.7.1.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35]]",
|
|
@@ -1834,6 +1985,7 @@
|
|
|
1834
1985
|
"isVirtual": false,
|
|
1835
1986
|
"isOverride": false,
|
|
1836
1987
|
"isSealed": false,
|
|
1988
|
+
"visibility": "Public",
|
|
1837
1989
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever",
|
|
1838
1990
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
1839
1991
|
"isExtensionMethod": false
|
|
@@ -1853,6 +2005,7 @@
|
|
|
1853
2005
|
"isVirtual": false,
|
|
1854
2006
|
"isOverride": false,
|
|
1855
2007
|
"isSealed": false,
|
|
2008
|
+
"visibility": "Public",
|
|
1856
2009
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever",
|
|
1857
2010
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
1858
2011
|
"isExtensionMethod": false
|
|
@@ -1872,6 +2025,7 @@
|
|
|
1872
2025
|
"isVirtual": false,
|
|
1873
2026
|
"isOverride": false,
|
|
1874
2027
|
"isSealed": false,
|
|
2028
|
+
"visibility": "Public",
|
|
1875
2029
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever",
|
|
1876
2030
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
1877
2031
|
"isExtensionMethod": false
|
|
@@ -1891,6 +2045,7 @@
|
|
|
1891
2045
|
"isVirtual": true,
|
|
1892
2046
|
"isOverride": false,
|
|
1893
2047
|
"isSealed": false,
|
|
2048
|
+
"visibility": "Public",
|
|
1894
2049
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.IConfigurationRetriever\u00601",
|
|
1895
2050
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols",
|
|
1896
2051
|
"isExtensionMethod": false,
|
|
@@ -1908,6 +2063,7 @@
|
|
|
1908
2063
|
"normalizedSignature": "constructor|():void|static=false",
|
|
1909
2064
|
"isStatic": false,
|
|
1910
2065
|
"parameterCount": 0,
|
|
2066
|
+
"visibility": "Public",
|
|
1911
2067
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfigurationRetriever",
|
|
1912
2068
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
1913
2069
|
}
|
|
@@ -1924,6 +2080,10 @@
|
|
|
1924
2080
|
"isSealed": false,
|
|
1925
2081
|
"isStatic": false,
|
|
1926
2082
|
"arity": 0,
|
|
2083
|
+
"baseType": {
|
|
2084
|
+
"stableId": "Microsoft.IdentityModel.Protocols:Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage",
|
|
2085
|
+
"clrName": "Microsoft.IdentityModel.Protocols.AuthenticationProtocolMessage"
|
|
2086
|
+
},
|
|
1927
2087
|
"methods": [
|
|
1928
2088
|
{
|
|
1929
2089
|
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage::Clone():Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
@@ -1940,6 +2100,7 @@
|
|
|
1940
2100
|
"isVirtual": true,
|
|
1941
2101
|
"isOverride": false,
|
|
1942
2102
|
"isSealed": false,
|
|
2103
|
+
"visibility": "Public",
|
|
1943
2104
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
1944
2105
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
1945
2106
|
"isExtensionMethod": false
|
|
@@ -1959,6 +2120,7 @@
|
|
|
1959
2120
|
"isVirtual": true,
|
|
1960
2121
|
"isOverride": false,
|
|
1961
2122
|
"isSealed": false,
|
|
2123
|
+
"visibility": "Public",
|
|
1962
2124
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
1963
2125
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
1964
2126
|
"isExtensionMethod": false
|
|
@@ -1978,6 +2140,7 @@
|
|
|
1978
2140
|
"isVirtual": true,
|
|
1979
2141
|
"isOverride": false,
|
|
1980
2142
|
"isSealed": false,
|
|
2143
|
+
"visibility": "Public",
|
|
1981
2144
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
1982
2145
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
1983
2146
|
"isExtensionMethod": false
|
|
@@ -1999,6 +2162,7 @@
|
|
|
1999
2162
|
"isAbstract": false,
|
|
2000
2163
|
"isVirtual": false,
|
|
2001
2164
|
"isOverride": false,
|
|
2165
|
+
"visibility": "Public",
|
|
2002
2166
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2003
2167
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2004
2168
|
},
|
|
@@ -2017,6 +2181,7 @@
|
|
|
2017
2181
|
"isAbstract": false,
|
|
2018
2182
|
"isVirtual": false,
|
|
2019
2183
|
"isOverride": false,
|
|
2184
|
+
"visibility": "Public",
|
|
2020
2185
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2021
2186
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2022
2187
|
},
|
|
@@ -2035,6 +2200,7 @@
|
|
|
2035
2200
|
"isAbstract": false,
|
|
2036
2201
|
"isVirtual": false,
|
|
2037
2202
|
"isOverride": false,
|
|
2203
|
+
"visibility": "Public",
|
|
2038
2204
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2039
2205
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2040
2206
|
},
|
|
@@ -2053,6 +2219,7 @@
|
|
|
2053
2219
|
"isAbstract": false,
|
|
2054
2220
|
"isVirtual": false,
|
|
2055
2221
|
"isOverride": false,
|
|
2222
|
+
"visibility": "Public",
|
|
2056
2223
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2057
2224
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2058
2225
|
},
|
|
@@ -2071,6 +2238,7 @@
|
|
|
2071
2238
|
"isAbstract": false,
|
|
2072
2239
|
"isVirtual": false,
|
|
2073
2240
|
"isOverride": false,
|
|
2241
|
+
"visibility": "Public",
|
|
2074
2242
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2075
2243
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2076
2244
|
},
|
|
@@ -2089,6 +2257,7 @@
|
|
|
2089
2257
|
"isAbstract": false,
|
|
2090
2258
|
"isVirtual": false,
|
|
2091
2259
|
"isOverride": false,
|
|
2260
|
+
"visibility": "Public",
|
|
2092
2261
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2093
2262
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2094
2263
|
},
|
|
@@ -2107,6 +2276,7 @@
|
|
|
2107
2276
|
"isAbstract": false,
|
|
2108
2277
|
"isVirtual": false,
|
|
2109
2278
|
"isOverride": false,
|
|
2279
|
+
"visibility": "Public",
|
|
2110
2280
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2111
2281
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2112
2282
|
},
|
|
@@ -2125,6 +2295,7 @@
|
|
|
2125
2295
|
"isAbstract": false,
|
|
2126
2296
|
"isVirtual": false,
|
|
2127
2297
|
"isOverride": false,
|
|
2298
|
+
"visibility": "Public",
|
|
2128
2299
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2129
2300
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2130
2301
|
},
|
|
@@ -2143,6 +2314,7 @@
|
|
|
2143
2314
|
"isAbstract": false,
|
|
2144
2315
|
"isVirtual": false,
|
|
2145
2316
|
"isOverride": false,
|
|
2317
|
+
"visibility": "Public",
|
|
2146
2318
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2147
2319
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2148
2320
|
},
|
|
@@ -2161,6 +2333,7 @@
|
|
|
2161
2333
|
"isAbstract": false,
|
|
2162
2334
|
"isVirtual": false,
|
|
2163
2335
|
"isOverride": false,
|
|
2336
|
+
"visibility": "Public",
|
|
2164
2337
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2165
2338
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2166
2339
|
},
|
|
@@ -2179,6 +2352,7 @@
|
|
|
2179
2352
|
"isAbstract": false,
|
|
2180
2353
|
"isVirtual": false,
|
|
2181
2354
|
"isOverride": false,
|
|
2355
|
+
"visibility": "Public",
|
|
2182
2356
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2183
2357
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2184
2358
|
},
|
|
@@ -2197,6 +2371,7 @@
|
|
|
2197
2371
|
"isAbstract": false,
|
|
2198
2372
|
"isVirtual": false,
|
|
2199
2373
|
"isOverride": false,
|
|
2374
|
+
"visibility": "Public",
|
|
2200
2375
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2201
2376
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2202
2377
|
},
|
|
@@ -2215,6 +2390,7 @@
|
|
|
2215
2390
|
"isAbstract": false,
|
|
2216
2391
|
"isVirtual": false,
|
|
2217
2392
|
"isOverride": false,
|
|
2393
|
+
"visibility": "Public",
|
|
2218
2394
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2219
2395
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2220
2396
|
},
|
|
@@ -2233,6 +2409,7 @@
|
|
|
2233
2409
|
"isAbstract": false,
|
|
2234
2410
|
"isVirtual": false,
|
|
2235
2411
|
"isOverride": false,
|
|
2412
|
+
"visibility": "Public",
|
|
2236
2413
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2237
2414
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2238
2415
|
},
|
|
@@ -2251,6 +2428,7 @@
|
|
|
2251
2428
|
"isAbstract": false,
|
|
2252
2429
|
"isVirtual": false,
|
|
2253
2430
|
"isOverride": false,
|
|
2431
|
+
"visibility": "Public",
|
|
2254
2432
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2255
2433
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2256
2434
|
},
|
|
@@ -2269,6 +2447,7 @@
|
|
|
2269
2447
|
"isAbstract": false,
|
|
2270
2448
|
"isVirtual": false,
|
|
2271
2449
|
"isOverride": false,
|
|
2450
|
+
"visibility": "Public",
|
|
2272
2451
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2273
2452
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2274
2453
|
},
|
|
@@ -2287,6 +2466,7 @@
|
|
|
2287
2466
|
"isAbstract": false,
|
|
2288
2467
|
"isVirtual": false,
|
|
2289
2468
|
"isOverride": false,
|
|
2469
|
+
"visibility": "Public",
|
|
2290
2470
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2291
2471
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2292
2472
|
},
|
|
@@ -2305,6 +2485,7 @@
|
|
|
2305
2485
|
"isAbstract": false,
|
|
2306
2486
|
"isVirtual": false,
|
|
2307
2487
|
"isOverride": false,
|
|
2488
|
+
"visibility": "Public",
|
|
2308
2489
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2309
2490
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2310
2491
|
},
|
|
@@ -2323,6 +2504,7 @@
|
|
|
2323
2504
|
"isAbstract": false,
|
|
2324
2505
|
"isVirtual": false,
|
|
2325
2506
|
"isOverride": false,
|
|
2507
|
+
"visibility": "Public",
|
|
2326
2508
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2327
2509
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2328
2510
|
},
|
|
@@ -2341,6 +2523,7 @@
|
|
|
2341
2523
|
"isAbstract": false,
|
|
2342
2524
|
"isVirtual": false,
|
|
2343
2525
|
"isOverride": false,
|
|
2526
|
+
"visibility": "Public",
|
|
2344
2527
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2345
2528
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2346
2529
|
},
|
|
@@ -2359,6 +2542,7 @@
|
|
|
2359
2542
|
"isAbstract": false,
|
|
2360
2543
|
"isVirtual": false,
|
|
2361
2544
|
"isOverride": false,
|
|
2545
|
+
"visibility": "Public",
|
|
2362
2546
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2363
2547
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2364
2548
|
},
|
|
@@ -2377,6 +2561,7 @@
|
|
|
2377
2561
|
"isAbstract": false,
|
|
2378
2562
|
"isVirtual": false,
|
|
2379
2563
|
"isOverride": false,
|
|
2564
|
+
"visibility": "Public",
|
|
2380
2565
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2381
2566
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2382
2567
|
},
|
|
@@ -2395,6 +2580,7 @@
|
|
|
2395
2580
|
"isAbstract": false,
|
|
2396
2581
|
"isVirtual": false,
|
|
2397
2582
|
"isOverride": false,
|
|
2583
|
+
"visibility": "Public",
|
|
2398
2584
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2399
2585
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2400
2586
|
},
|
|
@@ -2413,6 +2599,7 @@
|
|
|
2413
2599
|
"isAbstract": false,
|
|
2414
2600
|
"isVirtual": false,
|
|
2415
2601
|
"isOverride": false,
|
|
2602
|
+
"visibility": "Public",
|
|
2416
2603
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2417
2604
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2418
2605
|
},
|
|
@@ -2431,6 +2618,7 @@
|
|
|
2431
2618
|
"isAbstract": false,
|
|
2432
2619
|
"isVirtual": false,
|
|
2433
2620
|
"isOverride": false,
|
|
2621
|
+
"visibility": "Public",
|
|
2434
2622
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2435
2623
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2436
2624
|
},
|
|
@@ -2449,6 +2637,7 @@
|
|
|
2449
2637
|
"isAbstract": false,
|
|
2450
2638
|
"isVirtual": false,
|
|
2451
2639
|
"isOverride": false,
|
|
2640
|
+
"visibility": "Public",
|
|
2452
2641
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2453
2642
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2454
2643
|
},
|
|
@@ -2467,6 +2656,7 @@
|
|
|
2467
2656
|
"isAbstract": false,
|
|
2468
2657
|
"isVirtual": false,
|
|
2469
2658
|
"isOverride": false,
|
|
2659
|
+
"visibility": "Public",
|
|
2470
2660
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2471
2661
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2472
2662
|
},
|
|
@@ -2485,6 +2675,7 @@
|
|
|
2485
2675
|
"isAbstract": false,
|
|
2486
2676
|
"isVirtual": false,
|
|
2487
2677
|
"isOverride": false,
|
|
2678
|
+
"visibility": "Public",
|
|
2488
2679
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2489
2680
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2490
2681
|
},
|
|
@@ -2503,6 +2694,7 @@
|
|
|
2503
2694
|
"isAbstract": false,
|
|
2504
2695
|
"isVirtual": false,
|
|
2505
2696
|
"isOverride": false,
|
|
2697
|
+
"visibility": "Public",
|
|
2506
2698
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2507
2699
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2508
2700
|
},
|
|
@@ -2521,6 +2713,7 @@
|
|
|
2521
2713
|
"isAbstract": false,
|
|
2522
2714
|
"isVirtual": false,
|
|
2523
2715
|
"isOverride": false,
|
|
2716
|
+
"visibility": "Public",
|
|
2524
2717
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2525
2718
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2526
2719
|
},
|
|
@@ -2539,6 +2732,7 @@
|
|
|
2539
2732
|
"isAbstract": false,
|
|
2540
2733
|
"isVirtual": false,
|
|
2541
2734
|
"isOverride": false,
|
|
2735
|
+
"visibility": "Public",
|
|
2542
2736
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2543
2737
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2544
2738
|
},
|
|
@@ -2557,6 +2751,7 @@
|
|
|
2557
2751
|
"isAbstract": false,
|
|
2558
2752
|
"isVirtual": false,
|
|
2559
2753
|
"isOverride": false,
|
|
2754
|
+
"visibility": "Public",
|
|
2560
2755
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2561
2756
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2562
2757
|
},
|
|
@@ -2575,6 +2770,7 @@
|
|
|
2575
2770
|
"isAbstract": false,
|
|
2576
2771
|
"isVirtual": false,
|
|
2577
2772
|
"isOverride": false,
|
|
2773
|
+
"visibility": "Public",
|
|
2578
2774
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2579
2775
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2580
2776
|
},
|
|
@@ -2593,6 +2789,7 @@
|
|
|
2593
2789
|
"isAbstract": false,
|
|
2594
2790
|
"isVirtual": false,
|
|
2595
2791
|
"isOverride": false,
|
|
2792
|
+
"visibility": "Public",
|
|
2596
2793
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2597
2794
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2598
2795
|
},
|
|
@@ -2611,6 +2808,7 @@
|
|
|
2611
2808
|
"isAbstract": false,
|
|
2612
2809
|
"isVirtual": false,
|
|
2613
2810
|
"isOverride": false,
|
|
2811
|
+
"visibility": "Public",
|
|
2614
2812
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2615
2813
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2616
2814
|
},
|
|
@@ -2629,6 +2827,7 @@
|
|
|
2629
2827
|
"isAbstract": false,
|
|
2630
2828
|
"isVirtual": false,
|
|
2631
2829
|
"isOverride": false,
|
|
2830
|
+
"visibility": "Public",
|
|
2632
2831
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2633
2832
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2634
2833
|
},
|
|
@@ -2647,6 +2846,7 @@
|
|
|
2647
2846
|
"isAbstract": false,
|
|
2648
2847
|
"isVirtual": false,
|
|
2649
2848
|
"isOverride": false,
|
|
2849
|
+
"visibility": "Public",
|
|
2650
2850
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2651
2851
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2652
2852
|
},
|
|
@@ -2665,6 +2865,7 @@
|
|
|
2665
2865
|
"isAbstract": false,
|
|
2666
2866
|
"isVirtual": false,
|
|
2667
2867
|
"isOverride": false,
|
|
2868
|
+
"visibility": "Public",
|
|
2668
2869
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2669
2870
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2670
2871
|
},
|
|
@@ -2683,6 +2884,7 @@
|
|
|
2683
2884
|
"isAbstract": false,
|
|
2684
2885
|
"isVirtual": false,
|
|
2685
2886
|
"isOverride": false,
|
|
2887
|
+
"visibility": "Public",
|
|
2686
2888
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2687
2889
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2688
2890
|
},
|
|
@@ -2701,6 +2903,7 @@
|
|
|
2701
2903
|
"isAbstract": false,
|
|
2702
2904
|
"isVirtual": false,
|
|
2703
2905
|
"isOverride": false,
|
|
2906
|
+
"visibility": "Public",
|
|
2704
2907
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2705
2908
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2706
2909
|
},
|
|
@@ -2719,6 +2922,7 @@
|
|
|
2719
2922
|
"isAbstract": false,
|
|
2720
2923
|
"isVirtual": false,
|
|
2721
2924
|
"isOverride": false,
|
|
2925
|
+
"visibility": "Public",
|
|
2722
2926
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2723
2927
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2724
2928
|
},
|
|
@@ -2737,6 +2941,7 @@
|
|
|
2737
2941
|
"isAbstract": false,
|
|
2738
2942
|
"isVirtual": false,
|
|
2739
2943
|
"isOverride": false,
|
|
2944
|
+
"visibility": "Public",
|
|
2740
2945
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2741
2946
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2742
2947
|
},
|
|
@@ -2755,6 +2960,7 @@
|
|
|
2755
2960
|
"isAbstract": false,
|
|
2756
2961
|
"isVirtual": false,
|
|
2757
2962
|
"isOverride": false,
|
|
2963
|
+
"visibility": "Public",
|
|
2758
2964
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2759
2965
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2760
2966
|
},
|
|
@@ -2773,6 +2979,7 @@
|
|
|
2773
2979
|
"isAbstract": false,
|
|
2774
2980
|
"isVirtual": false,
|
|
2775
2981
|
"isOverride": false,
|
|
2982
|
+
"visibility": "Public",
|
|
2776
2983
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2777
2984
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2778
2985
|
},
|
|
@@ -2791,6 +2998,7 @@
|
|
|
2791
2998
|
"isAbstract": false,
|
|
2792
2999
|
"isVirtual": false,
|
|
2793
3000
|
"isOverride": false,
|
|
3001
|
+
"visibility": "Public",
|
|
2794
3002
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2795
3003
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2796
3004
|
},
|
|
@@ -2809,6 +3017,7 @@
|
|
|
2809
3017
|
"isAbstract": false,
|
|
2810
3018
|
"isVirtual": false,
|
|
2811
3019
|
"isOverride": false,
|
|
3020
|
+
"visibility": "Public",
|
|
2812
3021
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2813
3022
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2814
3023
|
}
|
|
@@ -2823,6 +3032,7 @@
|
|
|
2823
3032
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2824
3033
|
"isStatic": false,
|
|
2825
3034
|
"parameterCount": 0,
|
|
3035
|
+
"visibility": "Public",
|
|
2826
3036
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2827
3037
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2828
3038
|
},
|
|
@@ -2833,6 +3043,18 @@
|
|
|
2833
3043
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2834
3044
|
"isStatic": false,
|
|
2835
3045
|
"parameterCount": 1,
|
|
3046
|
+
"visibility": "Public",
|
|
3047
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
3048
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage::.ctor(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage):void",
|
|
3052
|
+
"metadataToken": 100663447,
|
|
3053
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage):void",
|
|
3054
|
+
"normalizedSignature": "constructor|(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage):void|static=false",
|
|
3055
|
+
"isStatic": false,
|
|
3056
|
+
"parameterCount": 1,
|
|
3057
|
+
"visibility": "Protected",
|
|
2836
3058
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2837
3059
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2838
3060
|
},
|
|
@@ -2843,6 +3065,7 @@
|
|
|
2843
3065
|
"normalizedSignature": "constructor|(System.Collections.Specialized.NameValueCollection):void|static=false",
|
|
2844
3066
|
"isStatic": false,
|
|
2845
3067
|
"parameterCount": 1,
|
|
3068
|
+
"visibility": "Public",
|
|
2846
3069
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2847
3070
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2848
3071
|
},
|
|
@@ -2853,6 +3076,7 @@
|
|
|
2853
3076
|
"normalizedSignature": "constructor|(System.Collections.Generic.IEnumerable_1[[System.Collections.Generic.KeyValuePair_2[[System.String,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e],[System.String[],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]]):void|static=false",
|
|
2854
3077
|
"isStatic": false,
|
|
2855
3078
|
"parameterCount": 1,
|
|
3079
|
+
"visibility": "Public",
|
|
2856
3080
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectMessage",
|
|
2857
3081
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2858
3082
|
}
|
|
@@ -2869,6 +3093,16 @@
|
|
|
2869
3093
|
"isSealed": false,
|
|
2870
3094
|
"isStatic": false,
|
|
2871
3095
|
"arity": 0,
|
|
3096
|
+
"baseType": {
|
|
3097
|
+
"stableId": "System.Private.CoreLib:System.Exception",
|
|
3098
|
+
"clrName": "System.Exception"
|
|
3099
|
+
},
|
|
3100
|
+
"interfaces": [
|
|
3101
|
+
{
|
|
3102
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3103
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
3104
|
+
}
|
|
3105
|
+
],
|
|
2872
3106
|
"methods": [],
|
|
2873
3107
|
"properties": [],
|
|
2874
3108
|
"fields": [],
|
|
@@ -2881,6 +3115,7 @@
|
|
|
2881
3115
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2882
3116
|
"isStatic": false,
|
|
2883
3117
|
"parameterCount": 0,
|
|
3118
|
+
"visibility": "Public",
|
|
2884
3119
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
2885
3120
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2886
3121
|
},
|
|
@@ -2891,6 +3126,7 @@
|
|
|
2891
3126
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2892
3127
|
"isStatic": false,
|
|
2893
3128
|
"parameterCount": 1,
|
|
3129
|
+
"visibility": "Public",
|
|
2894
3130
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
2895
3131
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2896
3132
|
},
|
|
@@ -2901,6 +3137,18 @@
|
|
|
2901
3137
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
2902
3138
|
"isStatic": false,
|
|
2903
3139
|
"parameterCount": 2,
|
|
3140
|
+
"visibility": "Public",
|
|
3141
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
3142
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3143
|
+
},
|
|
3144
|
+
{
|
|
3145
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3146
|
+
"metadataToken": 100663422,
|
|
3147
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3148
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3149
|
+
"isStatic": false,
|
|
3150
|
+
"parameterCount": 2,
|
|
3151
|
+
"visibility": "Protected",
|
|
2904
3152
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
2905
3153
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2906
3154
|
}
|
|
@@ -2917,6 +3165,16 @@
|
|
|
2917
3165
|
"isSealed": false,
|
|
2918
3166
|
"isStatic": false,
|
|
2919
3167
|
"arity": 0,
|
|
3168
|
+
"baseType": {
|
|
3169
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
3170
|
+
"clrName": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException"
|
|
3171
|
+
},
|
|
3172
|
+
"interfaces": [
|
|
3173
|
+
{
|
|
3174
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3175
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
3176
|
+
}
|
|
3177
|
+
],
|
|
2920
3178
|
"methods": [],
|
|
2921
3179
|
"properties": [],
|
|
2922
3180
|
"fields": [],
|
|
@@ -2929,6 +3187,7 @@
|
|
|
2929
3187
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2930
3188
|
"isStatic": false,
|
|
2931
3189
|
"parameterCount": 0,
|
|
3190
|
+
"visibility": "Public",
|
|
2932
3191
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidAtHashException",
|
|
2933
3192
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2934
3193
|
},
|
|
@@ -2939,6 +3198,7 @@
|
|
|
2939
3198
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2940
3199
|
"isStatic": false,
|
|
2941
3200
|
"parameterCount": 1,
|
|
3201
|
+
"visibility": "Public",
|
|
2942
3202
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidAtHashException",
|
|
2943
3203
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2944
3204
|
},
|
|
@@ -2949,6 +3209,18 @@
|
|
|
2949
3209
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
2950
3210
|
"isStatic": false,
|
|
2951
3211
|
"parameterCount": 2,
|
|
3212
|
+
"visibility": "Public",
|
|
3213
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidAtHashException",
|
|
3214
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3215
|
+
},
|
|
3216
|
+
{
|
|
3217
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidAtHashException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3218
|
+
"metadataToken": 100663426,
|
|
3219
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3220
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3221
|
+
"isStatic": false,
|
|
3222
|
+
"parameterCount": 2,
|
|
3223
|
+
"visibility": "Protected",
|
|
2952
3224
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidAtHashException",
|
|
2953
3225
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2954
3226
|
}
|
|
@@ -2965,6 +3237,16 @@
|
|
|
2965
3237
|
"isSealed": false,
|
|
2966
3238
|
"isStatic": false,
|
|
2967
3239
|
"arity": 0,
|
|
3240
|
+
"baseType": {
|
|
3241
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
3242
|
+
"clrName": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException"
|
|
3243
|
+
},
|
|
3244
|
+
"interfaces": [
|
|
3245
|
+
{
|
|
3246
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3247
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
3248
|
+
}
|
|
3249
|
+
],
|
|
2968
3250
|
"methods": [],
|
|
2969
3251
|
"properties": [],
|
|
2970
3252
|
"fields": [],
|
|
@@ -2977,6 +3259,7 @@
|
|
|
2977
3259
|
"normalizedSignature": "constructor|():void|static=false",
|
|
2978
3260
|
"isStatic": false,
|
|
2979
3261
|
"parameterCount": 0,
|
|
3262
|
+
"visibility": "Public",
|
|
2980
3263
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidCHashException",
|
|
2981
3264
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2982
3265
|
},
|
|
@@ -2987,6 +3270,7 @@
|
|
|
2987
3270
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
2988
3271
|
"isStatic": false,
|
|
2989
3272
|
"parameterCount": 1,
|
|
3273
|
+
"visibility": "Public",
|
|
2990
3274
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidCHashException",
|
|
2991
3275
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
2992
3276
|
},
|
|
@@ -2997,6 +3281,18 @@
|
|
|
2997
3281
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
2998
3282
|
"isStatic": false,
|
|
2999
3283
|
"parameterCount": 2,
|
|
3284
|
+
"visibility": "Public",
|
|
3285
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidCHashException",
|
|
3286
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidCHashException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3290
|
+
"metadataToken": 100663430,
|
|
3291
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3292
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3293
|
+
"isStatic": false,
|
|
3294
|
+
"parameterCount": 2,
|
|
3295
|
+
"visibility": "Protected",
|
|
3000
3296
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidCHashException",
|
|
3001
3297
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3002
3298
|
}
|
|
@@ -3013,6 +3309,16 @@
|
|
|
3013
3309
|
"isSealed": false,
|
|
3014
3310
|
"isStatic": false,
|
|
3015
3311
|
"arity": 0,
|
|
3312
|
+
"baseType": {
|
|
3313
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
3314
|
+
"clrName": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException"
|
|
3315
|
+
},
|
|
3316
|
+
"interfaces": [
|
|
3317
|
+
{
|
|
3318
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3319
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
3320
|
+
}
|
|
3321
|
+
],
|
|
3016
3322
|
"methods": [],
|
|
3017
3323
|
"properties": [],
|
|
3018
3324
|
"fields": [],
|
|
@@ -3025,6 +3331,7 @@
|
|
|
3025
3331
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3026
3332
|
"isStatic": false,
|
|
3027
3333
|
"parameterCount": 0,
|
|
3334
|
+
"visibility": "Public",
|
|
3028
3335
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidNonceException",
|
|
3029
3336
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3030
3337
|
},
|
|
@@ -3035,6 +3342,7 @@
|
|
|
3035
3342
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3036
3343
|
"isStatic": false,
|
|
3037
3344
|
"parameterCount": 1,
|
|
3345
|
+
"visibility": "Public",
|
|
3038
3346
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidNonceException",
|
|
3039
3347
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3040
3348
|
},
|
|
@@ -3045,6 +3353,18 @@
|
|
|
3045
3353
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
3046
3354
|
"isStatic": false,
|
|
3047
3355
|
"parameterCount": 2,
|
|
3356
|
+
"visibility": "Public",
|
|
3357
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidNonceException",
|
|
3358
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidNonceException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3362
|
+
"metadataToken": 100663434,
|
|
3363
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3364
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3365
|
+
"isStatic": false,
|
|
3366
|
+
"parameterCount": 2,
|
|
3367
|
+
"visibility": "Protected",
|
|
3048
3368
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidNonceException",
|
|
3049
3369
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3050
3370
|
}
|
|
@@ -3061,6 +3381,16 @@
|
|
|
3061
3381
|
"isSealed": false,
|
|
3062
3382
|
"isStatic": false,
|
|
3063
3383
|
"arity": 0,
|
|
3384
|
+
"baseType": {
|
|
3385
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException",
|
|
3386
|
+
"clrName": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolException"
|
|
3387
|
+
},
|
|
3388
|
+
"interfaces": [
|
|
3389
|
+
{
|
|
3390
|
+
"stableId": "System.Private.CoreLib:System.Runtime.Serialization.ISerializable",
|
|
3391
|
+
"clrName": "System.Runtime.Serialization.ISerializable"
|
|
3392
|
+
}
|
|
3393
|
+
],
|
|
3064
3394
|
"methods": [],
|
|
3065
3395
|
"properties": [],
|
|
3066
3396
|
"fields": [],
|
|
@@ -3073,6 +3403,7 @@
|
|
|
3073
3403
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3074
3404
|
"isStatic": false,
|
|
3075
3405
|
"parameterCount": 0,
|
|
3406
|
+
"visibility": "Public",
|
|
3076
3407
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidStateException",
|
|
3077
3408
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3078
3409
|
},
|
|
@@ -3083,6 +3414,7 @@
|
|
|
3083
3414
|
"normalizedSignature": "constructor|(System.String):void|static=false",
|
|
3084
3415
|
"isStatic": false,
|
|
3085
3416
|
"parameterCount": 1,
|
|
3417
|
+
"visibility": "Public",
|
|
3086
3418
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidStateException",
|
|
3087
3419
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3088
3420
|
},
|
|
@@ -3093,6 +3425,18 @@
|
|
|
3093
3425
|
"normalizedSignature": "constructor|(System.String,System.Exception):void|static=false",
|
|
3094
3426
|
"isStatic": false,
|
|
3095
3427
|
"parameterCount": 2,
|
|
3428
|
+
"visibility": "Public",
|
|
3429
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidStateException",
|
|
3430
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3431
|
+
},
|
|
3432
|
+
{
|
|
3433
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidStateException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3434
|
+
"metadataToken": 100663438,
|
|
3435
|
+
"canonicalSignature": "(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void",
|
|
3436
|
+
"normalizedSignature": "constructor|(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext):void|static=false",
|
|
3437
|
+
"isStatic": false,
|
|
3438
|
+
"parameterCount": 2,
|
|
3439
|
+
"visibility": "Protected",
|
|
3096
3440
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolInvalidStateException",
|
|
3097
3441
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3098
3442
|
}
|
|
@@ -3109,6 +3453,10 @@
|
|
|
3109
3453
|
"isSealed": false,
|
|
3110
3454
|
"isStatic": false,
|
|
3111
3455
|
"arity": 0,
|
|
3456
|
+
"baseType": {
|
|
3457
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3458
|
+
"clrName": "System.Object"
|
|
3459
|
+
},
|
|
3112
3460
|
"methods": [],
|
|
3113
3461
|
"properties": [
|
|
3114
3462
|
{
|
|
@@ -3126,6 +3474,7 @@
|
|
|
3126
3474
|
"isAbstract": false,
|
|
3127
3475
|
"isVirtual": false,
|
|
3128
3476
|
"isOverride": false,
|
|
3477
|
+
"visibility": "Public",
|
|
3129
3478
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3130
3479
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3131
3480
|
},
|
|
@@ -3144,6 +3493,7 @@
|
|
|
3144
3493
|
"isAbstract": false,
|
|
3145
3494
|
"isVirtual": false,
|
|
3146
3495
|
"isOverride": false,
|
|
3496
|
+
"visibility": "Public",
|
|
3147
3497
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3148
3498
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3149
3499
|
},
|
|
@@ -3162,6 +3512,7 @@
|
|
|
3162
3512
|
"isAbstract": false,
|
|
3163
3513
|
"isVirtual": false,
|
|
3164
3514
|
"isOverride": false,
|
|
3515
|
+
"visibility": "Public",
|
|
3165
3516
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3166
3517
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3167
3518
|
},
|
|
@@ -3180,6 +3531,7 @@
|
|
|
3180
3531
|
"isAbstract": false,
|
|
3181
3532
|
"isVirtual": false,
|
|
3182
3533
|
"isOverride": false,
|
|
3534
|
+
"visibility": "Public",
|
|
3183
3535
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3184
3536
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3185
3537
|
},
|
|
@@ -3198,6 +3550,7 @@
|
|
|
3198
3550
|
"isAbstract": false,
|
|
3199
3551
|
"isVirtual": false,
|
|
3200
3552
|
"isOverride": false,
|
|
3553
|
+
"visibility": "Public",
|
|
3201
3554
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3202
3555
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3203
3556
|
},
|
|
@@ -3216,6 +3569,7 @@
|
|
|
3216
3569
|
"isAbstract": false,
|
|
3217
3570
|
"isVirtual": false,
|
|
3218
3571
|
"isOverride": false,
|
|
3572
|
+
"visibility": "Public",
|
|
3219
3573
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3220
3574
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3221
3575
|
}
|
|
@@ -3230,6 +3584,7 @@
|
|
|
3230
3584
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3231
3585
|
"isStatic": false,
|
|
3232
3586
|
"parameterCount": 0,
|
|
3587
|
+
"visibility": "Public",
|
|
3233
3588
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext",
|
|
3234
3589
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3235
3590
|
}
|
|
@@ -3246,6 +3601,10 @@
|
|
|
3246
3601
|
"isSealed": false,
|
|
3247
3602
|
"isStatic": false,
|
|
3248
3603
|
"arity": 0,
|
|
3604
|
+
"baseType": {
|
|
3605
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
3606
|
+
"clrName": "System.Object"
|
|
3607
|
+
},
|
|
3249
3608
|
"methods": [
|
|
3250
3609
|
{
|
|
3251
3610
|
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator::GenerateNonce():System.String",
|
|
@@ -3262,6 +3621,7 @@
|
|
|
3262
3621
|
"isVirtual": true,
|
|
3263
3622
|
"isOverride": false,
|
|
3264
3623
|
"isSealed": false,
|
|
3624
|
+
"visibility": "Public",
|
|
3265
3625
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3266
3626
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3267
3627
|
"isExtensionMethod": false
|
|
@@ -3281,6 +3641,7 @@
|
|
|
3281
3641
|
"isVirtual": true,
|
|
3282
3642
|
"isOverride": false,
|
|
3283
3643
|
"isSealed": false,
|
|
3644
|
+
"visibility": "Public",
|
|
3284
3645
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3285
3646
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3286
3647
|
"isExtensionMethod": false
|
|
@@ -3300,6 +3661,7 @@
|
|
|
3300
3661
|
"isVirtual": true,
|
|
3301
3662
|
"isOverride": false,
|
|
3302
3663
|
"isSealed": false,
|
|
3664
|
+
"visibility": "Public",
|
|
3303
3665
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3304
3666
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3305
3667
|
"isExtensionMethod": false
|
|
@@ -3319,6 +3681,27 @@
|
|
|
3319
3681
|
"isVirtual": true,
|
|
3320
3682
|
"isOverride": false,
|
|
3321
3683
|
"isSealed": false,
|
|
3684
|
+
"visibility": "Public",
|
|
3685
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3686
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3687
|
+
"isExtensionMethod": false
|
|
3688
|
+
},
|
|
3689
|
+
{
|
|
3690
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator::ValidateIdToken(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3691
|
+
"clrName": "ValidateIdToken",
|
|
3692
|
+
"metadataToken": 100663637,
|
|
3693
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3694
|
+
"normalizedSignature": "ValidateIdToken|(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void|static=false",
|
|
3695
|
+
"emitScope": "ClassSurface",
|
|
3696
|
+
"provenance": "Original",
|
|
3697
|
+
"arity": 0,
|
|
3698
|
+
"parameterCount": 1,
|
|
3699
|
+
"isStatic": false,
|
|
3700
|
+
"isAbstract": false,
|
|
3701
|
+
"isVirtual": true,
|
|
3702
|
+
"isOverride": false,
|
|
3703
|
+
"isSealed": false,
|
|
3704
|
+
"visibility": "Protected",
|
|
3322
3705
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3323
3706
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3324
3707
|
"isExtensionMethod": false
|
|
@@ -3338,6 +3721,87 @@
|
|
|
3338
3721
|
"isVirtual": true,
|
|
3339
3722
|
"isOverride": false,
|
|
3340
3723
|
"isSealed": false,
|
|
3724
|
+
"visibility": "Public",
|
|
3725
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3726
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3727
|
+
"isExtensionMethod": false
|
|
3728
|
+
},
|
|
3729
|
+
{
|
|
3730
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator::ValidateCHash(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3731
|
+
"clrName": "ValidateCHash",
|
|
3732
|
+
"metadataToken": 100663643,
|
|
3733
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3734
|
+
"normalizedSignature": "ValidateCHash|(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void|static=false",
|
|
3735
|
+
"emitScope": "ClassSurface",
|
|
3736
|
+
"provenance": "Original",
|
|
3737
|
+
"arity": 0,
|
|
3738
|
+
"parameterCount": 1,
|
|
3739
|
+
"isStatic": false,
|
|
3740
|
+
"isAbstract": false,
|
|
3741
|
+
"isVirtual": true,
|
|
3742
|
+
"isOverride": false,
|
|
3743
|
+
"isSealed": false,
|
|
3744
|
+
"visibility": "Protected",
|
|
3745
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3746
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3747
|
+
"isExtensionMethod": false
|
|
3748
|
+
},
|
|
3749
|
+
{
|
|
3750
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator::ValidateAtHash(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3751
|
+
"clrName": "ValidateAtHash",
|
|
3752
|
+
"metadataToken": 100663644,
|
|
3753
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3754
|
+
"normalizedSignature": "ValidateAtHash|(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void|static=false",
|
|
3755
|
+
"emitScope": "ClassSurface",
|
|
3756
|
+
"provenance": "Original",
|
|
3757
|
+
"arity": 0,
|
|
3758
|
+
"parameterCount": 1,
|
|
3759
|
+
"isStatic": false,
|
|
3760
|
+
"isAbstract": false,
|
|
3761
|
+
"isVirtual": true,
|
|
3762
|
+
"isOverride": false,
|
|
3763
|
+
"isSealed": false,
|
|
3764
|
+
"visibility": "Protected",
|
|
3765
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3766
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3767
|
+
"isExtensionMethod": false
|
|
3768
|
+
},
|
|
3769
|
+
{
|
|
3770
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator::ValidateNonce(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3771
|
+
"clrName": "ValidateNonce",
|
|
3772
|
+
"metadataToken": 100663645,
|
|
3773
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3774
|
+
"normalizedSignature": "ValidateNonce|(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void|static=false",
|
|
3775
|
+
"emitScope": "ClassSurface",
|
|
3776
|
+
"provenance": "Original",
|
|
3777
|
+
"arity": 0,
|
|
3778
|
+
"parameterCount": 1,
|
|
3779
|
+
"isStatic": false,
|
|
3780
|
+
"isAbstract": false,
|
|
3781
|
+
"isVirtual": true,
|
|
3782
|
+
"isOverride": false,
|
|
3783
|
+
"isSealed": false,
|
|
3784
|
+
"visibility": "Protected",
|
|
3785
|
+
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3786
|
+
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3787
|
+
"isExtensionMethod": false
|
|
3788
|
+
},
|
|
3789
|
+
{
|
|
3790
|
+
"stableId": "Microsoft.IdentityModel.Protocols.OpenIdConnect:Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator::ValidateState(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3791
|
+
"clrName": "ValidateState",
|
|
3792
|
+
"metadataToken": 100663646,
|
|
3793
|
+
"canonicalSignature": "(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void",
|
|
3794
|
+
"normalizedSignature": "ValidateState|(Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidationContext):System.Void|static=false",
|
|
3795
|
+
"emitScope": "ClassSurface",
|
|
3796
|
+
"provenance": "Original",
|
|
3797
|
+
"arity": 0,
|
|
3798
|
+
"parameterCount": 1,
|
|
3799
|
+
"isStatic": false,
|
|
3800
|
+
"isAbstract": false,
|
|
3801
|
+
"isVirtual": true,
|
|
3802
|
+
"isOverride": false,
|
|
3803
|
+
"isSealed": false,
|
|
3804
|
+
"visibility": "Protected",
|
|
3341
3805
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3342
3806
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect",
|
|
3343
3807
|
"isExtensionMethod": false
|
|
@@ -3359,6 +3823,7 @@
|
|
|
3359
3823
|
"isAbstract": false,
|
|
3360
3824
|
"isVirtual": false,
|
|
3361
3825
|
"isOverride": false,
|
|
3826
|
+
"visibility": "Public",
|
|
3362
3827
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3363
3828
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3364
3829
|
},
|
|
@@ -3377,6 +3842,7 @@
|
|
|
3377
3842
|
"isAbstract": false,
|
|
3378
3843
|
"isVirtual": false,
|
|
3379
3844
|
"isOverride": false,
|
|
3845
|
+
"visibility": "Public",
|
|
3380
3846
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3381
3847
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3382
3848
|
},
|
|
@@ -3395,6 +3861,7 @@
|
|
|
3395
3861
|
"isAbstract": false,
|
|
3396
3862
|
"isVirtual": false,
|
|
3397
3863
|
"isOverride": false,
|
|
3864
|
+
"visibility": "Public",
|
|
3398
3865
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3399
3866
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3400
3867
|
},
|
|
@@ -3413,6 +3880,7 @@
|
|
|
3413
3880
|
"isAbstract": false,
|
|
3414
3881
|
"isVirtual": false,
|
|
3415
3882
|
"isOverride": false,
|
|
3883
|
+
"visibility": "Public",
|
|
3416
3884
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3417
3885
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3418
3886
|
},
|
|
@@ -3431,6 +3899,7 @@
|
|
|
3431
3899
|
"isAbstract": false,
|
|
3432
3900
|
"isVirtual": false,
|
|
3433
3901
|
"isOverride": false,
|
|
3902
|
+
"visibility": "Public",
|
|
3434
3903
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3435
3904
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3436
3905
|
},
|
|
@@ -3449,6 +3918,7 @@
|
|
|
3449
3918
|
"isAbstract": false,
|
|
3450
3919
|
"isVirtual": false,
|
|
3451
3920
|
"isOverride": false,
|
|
3921
|
+
"visibility": "Public",
|
|
3452
3922
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3453
3923
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3454
3924
|
},
|
|
@@ -3467,6 +3937,7 @@
|
|
|
3467
3937
|
"isAbstract": false,
|
|
3468
3938
|
"isVirtual": false,
|
|
3469
3939
|
"isOverride": false,
|
|
3940
|
+
"visibility": "Public",
|
|
3470
3941
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3471
3942
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3472
3943
|
},
|
|
@@ -3485,6 +3956,7 @@
|
|
|
3485
3956
|
"isAbstract": false,
|
|
3486
3957
|
"isVirtual": false,
|
|
3487
3958
|
"isOverride": false,
|
|
3959
|
+
"visibility": "Public",
|
|
3488
3960
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3489
3961
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3490
3962
|
},
|
|
@@ -3503,6 +3975,7 @@
|
|
|
3503
3975
|
"isAbstract": false,
|
|
3504
3976
|
"isVirtual": false,
|
|
3505
3977
|
"isOverride": false,
|
|
3978
|
+
"visibility": "Public",
|
|
3506
3979
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3507
3980
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3508
3981
|
},
|
|
@@ -3521,6 +3994,7 @@
|
|
|
3521
3994
|
"isAbstract": false,
|
|
3522
3995
|
"isVirtual": false,
|
|
3523
3996
|
"isOverride": false,
|
|
3997
|
+
"visibility": "Public",
|
|
3524
3998
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3525
3999
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3526
4000
|
},
|
|
@@ -3539,6 +4013,7 @@
|
|
|
3539
4013
|
"isAbstract": false,
|
|
3540
4014
|
"isVirtual": false,
|
|
3541
4015
|
"isOverride": false,
|
|
4016
|
+
"visibility": "Public",
|
|
3542
4017
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3543
4018
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3544
4019
|
},
|
|
@@ -3557,6 +4032,7 @@
|
|
|
3557
4032
|
"isAbstract": false,
|
|
3558
4033
|
"isVirtual": false,
|
|
3559
4034
|
"isOverride": false,
|
|
4035
|
+
"visibility": "Public",
|
|
3560
4036
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3561
4037
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3562
4038
|
},
|
|
@@ -3575,6 +4051,7 @@
|
|
|
3575
4051
|
"isAbstract": false,
|
|
3576
4052
|
"isVirtual": false,
|
|
3577
4053
|
"isOverride": false,
|
|
4054
|
+
"visibility": "Public",
|
|
3578
4055
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3579
4056
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3580
4057
|
},
|
|
@@ -3593,6 +4070,7 @@
|
|
|
3593
4070
|
"isAbstract": false,
|
|
3594
4071
|
"isVirtual": false,
|
|
3595
4072
|
"isOverride": false,
|
|
4073
|
+
"visibility": "Public",
|
|
3596
4074
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3597
4075
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3598
4076
|
}
|
|
@@ -3606,6 +4084,7 @@
|
|
|
3606
4084
|
"isStatic": true,
|
|
3607
4085
|
"isReadOnly": true,
|
|
3608
4086
|
"isLiteral": false,
|
|
4087
|
+
"visibility": "Public",
|
|
3609
4088
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3610
4089
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3611
4090
|
}
|
|
@@ -3619,6 +4098,7 @@
|
|
|
3619
4098
|
"normalizedSignature": "constructor|():void|static=false",
|
|
3620
4099
|
"isStatic": false,
|
|
3621
4100
|
"parameterCount": 0,
|
|
4101
|
+
"visibility": "Public",
|
|
3622
4102
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectProtocolValidator",
|
|
3623
4103
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3624
4104
|
}
|
|
@@ -3635,6 +4115,10 @@
|
|
|
3635
4115
|
"isSealed": true,
|
|
3636
4116
|
"isStatic": true,
|
|
3637
4117
|
"arity": 0,
|
|
4118
|
+
"baseType": {
|
|
4119
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4120
|
+
"clrName": "System.Object"
|
|
4121
|
+
},
|
|
3638
4122
|
"methods": [],
|
|
3639
4123
|
"properties": [],
|
|
3640
4124
|
"fields": [
|
|
@@ -3646,6 +4130,7 @@
|
|
|
3646
4130
|
"isStatic": true,
|
|
3647
4131
|
"isReadOnly": false,
|
|
3648
4132
|
"isLiteral": true,
|
|
4133
|
+
"visibility": "Public",
|
|
3649
4134
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.ActiveDirectoryOpenIdConnectEndpoints",
|
|
3650
4135
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3651
4136
|
},
|
|
@@ -3657,6 +4142,7 @@
|
|
|
3657
4142
|
"isStatic": true,
|
|
3658
4143
|
"isReadOnly": false,
|
|
3659
4144
|
"isLiteral": true,
|
|
4145
|
+
"visibility": "Public",
|
|
3660
4146
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.ActiveDirectoryOpenIdConnectEndpoints",
|
|
3661
4147
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3662
4148
|
},
|
|
@@ -3668,6 +4154,7 @@
|
|
|
3668
4154
|
"isStatic": true,
|
|
3669
4155
|
"isReadOnly": false,
|
|
3670
4156
|
"isLiteral": true,
|
|
4157
|
+
"visibility": "Public",
|
|
3671
4158
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.ActiveDirectoryOpenIdConnectEndpoints",
|
|
3672
4159
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3673
4160
|
}
|
|
@@ -3686,6 +4173,10 @@
|
|
|
3686
4173
|
"isSealed": true,
|
|
3687
4174
|
"isStatic": true,
|
|
3688
4175
|
"arity": 0,
|
|
4176
|
+
"baseType": {
|
|
4177
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4178
|
+
"clrName": "System.Object"
|
|
4179
|
+
},
|
|
3689
4180
|
"methods": [],
|
|
3690
4181
|
"properties": [],
|
|
3691
4182
|
"fields": [
|
|
@@ -3697,6 +4188,7 @@
|
|
|
3697
4188
|
"isStatic": true,
|
|
3698
4189
|
"isReadOnly": false,
|
|
3699
4190
|
"isLiteral": true,
|
|
4191
|
+
"visibility": "Public",
|
|
3700
4192
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectGrantTypes",
|
|
3701
4193
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3702
4194
|
},
|
|
@@ -3708,6 +4200,7 @@
|
|
|
3708
4200
|
"isStatic": true,
|
|
3709
4201
|
"isReadOnly": false,
|
|
3710
4202
|
"isLiteral": true,
|
|
4203
|
+
"visibility": "Public",
|
|
3711
4204
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectGrantTypes",
|
|
3712
4205
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3713
4206
|
},
|
|
@@ -3719,6 +4212,7 @@
|
|
|
3719
4212
|
"isStatic": true,
|
|
3720
4213
|
"isReadOnly": false,
|
|
3721
4214
|
"isLiteral": true,
|
|
4215
|
+
"visibility": "Public",
|
|
3722
4216
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectGrantTypes",
|
|
3723
4217
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3724
4218
|
},
|
|
@@ -3730,6 +4224,7 @@
|
|
|
3730
4224
|
"isStatic": true,
|
|
3731
4225
|
"isReadOnly": false,
|
|
3732
4226
|
"isLiteral": true,
|
|
4227
|
+
"visibility": "Public",
|
|
3733
4228
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectGrantTypes",
|
|
3734
4229
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3735
4230
|
}
|
|
@@ -3748,6 +4243,10 @@
|
|
|
3748
4243
|
"isSealed": true,
|
|
3749
4244
|
"isStatic": true,
|
|
3750
4245
|
"arity": 0,
|
|
4246
|
+
"baseType": {
|
|
4247
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4248
|
+
"clrName": "System.Object"
|
|
4249
|
+
},
|
|
3751
4250
|
"methods": [],
|
|
3752
4251
|
"properties": [],
|
|
3753
4252
|
"fields": [
|
|
@@ -3759,6 +4258,7 @@
|
|
|
3759
4258
|
"isStatic": true,
|
|
3760
4259
|
"isReadOnly": false,
|
|
3761
4260
|
"isLiteral": true,
|
|
4261
|
+
"visibility": "Public",
|
|
3762
4262
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3763
4263
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3764
4264
|
},
|
|
@@ -3770,6 +4270,7 @@
|
|
|
3770
4270
|
"isStatic": true,
|
|
3771
4271
|
"isReadOnly": false,
|
|
3772
4272
|
"isLiteral": true,
|
|
4273
|
+
"visibility": "Public",
|
|
3773
4274
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3774
4275
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3775
4276
|
},
|
|
@@ -3781,6 +4282,7 @@
|
|
|
3781
4282
|
"isStatic": true,
|
|
3782
4283
|
"isReadOnly": false,
|
|
3783
4284
|
"isLiteral": true,
|
|
4285
|
+
"visibility": "Public",
|
|
3784
4286
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3785
4287
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3786
4288
|
},
|
|
@@ -3792,6 +4294,7 @@
|
|
|
3792
4294
|
"isStatic": true,
|
|
3793
4295
|
"isReadOnly": false,
|
|
3794
4296
|
"isLiteral": true,
|
|
4297
|
+
"visibility": "Public",
|
|
3795
4298
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3796
4299
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3797
4300
|
},
|
|
@@ -3803,6 +4306,7 @@
|
|
|
3803
4306
|
"isStatic": true,
|
|
3804
4307
|
"isReadOnly": false,
|
|
3805
4308
|
"isLiteral": true,
|
|
4309
|
+
"visibility": "Public",
|
|
3806
4310
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3807
4311
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3808
4312
|
},
|
|
@@ -3814,6 +4318,7 @@
|
|
|
3814
4318
|
"isStatic": true,
|
|
3815
4319
|
"isReadOnly": false,
|
|
3816
4320
|
"isLiteral": true,
|
|
4321
|
+
"visibility": "Public",
|
|
3817
4322
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3818
4323
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3819
4324
|
},
|
|
@@ -3825,6 +4330,7 @@
|
|
|
3825
4330
|
"isStatic": true,
|
|
3826
4331
|
"isReadOnly": false,
|
|
3827
4332
|
"isLiteral": true,
|
|
4333
|
+
"visibility": "Public",
|
|
3828
4334
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3829
4335
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3830
4336
|
},
|
|
@@ -3836,6 +4342,7 @@
|
|
|
3836
4342
|
"isStatic": true,
|
|
3837
4343
|
"isReadOnly": false,
|
|
3838
4344
|
"isLiteral": true,
|
|
4345
|
+
"visibility": "Public",
|
|
3839
4346
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3840
4347
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3841
4348
|
},
|
|
@@ -3847,6 +4354,7 @@
|
|
|
3847
4354
|
"isStatic": true,
|
|
3848
4355
|
"isReadOnly": false,
|
|
3849
4356
|
"isLiteral": true,
|
|
4357
|
+
"visibility": "Public",
|
|
3850
4358
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3851
4359
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3852
4360
|
},
|
|
@@ -3858,6 +4366,7 @@
|
|
|
3858
4366
|
"isStatic": true,
|
|
3859
4367
|
"isReadOnly": false,
|
|
3860
4368
|
"isLiteral": true,
|
|
4369
|
+
"visibility": "Public",
|
|
3861
4370
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3862
4371
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3863
4372
|
},
|
|
@@ -3869,6 +4378,7 @@
|
|
|
3869
4378
|
"isStatic": true,
|
|
3870
4379
|
"isReadOnly": false,
|
|
3871
4380
|
"isLiteral": true,
|
|
4381
|
+
"visibility": "Public",
|
|
3872
4382
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3873
4383
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3874
4384
|
},
|
|
@@ -3880,6 +4390,7 @@
|
|
|
3880
4390
|
"isStatic": true,
|
|
3881
4391
|
"isReadOnly": false,
|
|
3882
4392
|
"isLiteral": true,
|
|
4393
|
+
"visibility": "Public",
|
|
3883
4394
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3884
4395
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3885
4396
|
},
|
|
@@ -3891,6 +4402,7 @@
|
|
|
3891
4402
|
"isStatic": true,
|
|
3892
4403
|
"isReadOnly": false,
|
|
3893
4404
|
"isLiteral": true,
|
|
4405
|
+
"visibility": "Public",
|
|
3894
4406
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3895
4407
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3896
4408
|
},
|
|
@@ -3902,6 +4414,7 @@
|
|
|
3902
4414
|
"isStatic": true,
|
|
3903
4415
|
"isReadOnly": false,
|
|
3904
4416
|
"isLiteral": true,
|
|
4417
|
+
"visibility": "Public",
|
|
3905
4418
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3906
4419
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3907
4420
|
},
|
|
@@ -3913,6 +4426,7 @@
|
|
|
3913
4426
|
"isStatic": true,
|
|
3914
4427
|
"isReadOnly": false,
|
|
3915
4428
|
"isLiteral": true,
|
|
4429
|
+
"visibility": "Public",
|
|
3916
4430
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3917
4431
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3918
4432
|
},
|
|
@@ -3924,6 +4438,7 @@
|
|
|
3924
4438
|
"isStatic": true,
|
|
3925
4439
|
"isReadOnly": false,
|
|
3926
4440
|
"isLiteral": true,
|
|
4441
|
+
"visibility": "Public",
|
|
3927
4442
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3928
4443
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3929
4444
|
},
|
|
@@ -3935,6 +4450,7 @@
|
|
|
3935
4450
|
"isStatic": true,
|
|
3936
4451
|
"isReadOnly": false,
|
|
3937
4452
|
"isLiteral": true,
|
|
4453
|
+
"visibility": "Public",
|
|
3938
4454
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3939
4455
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3940
4456
|
},
|
|
@@ -3946,6 +4462,7 @@
|
|
|
3946
4462
|
"isStatic": true,
|
|
3947
4463
|
"isReadOnly": false,
|
|
3948
4464
|
"isLiteral": true,
|
|
4465
|
+
"visibility": "Public",
|
|
3949
4466
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3950
4467
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3951
4468
|
},
|
|
@@ -3957,6 +4474,7 @@
|
|
|
3957
4474
|
"isStatic": true,
|
|
3958
4475
|
"isReadOnly": false,
|
|
3959
4476
|
"isLiteral": true,
|
|
4477
|
+
"visibility": "Public",
|
|
3960
4478
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3961
4479
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3962
4480
|
},
|
|
@@ -3968,6 +4486,7 @@
|
|
|
3968
4486
|
"isStatic": true,
|
|
3969
4487
|
"isReadOnly": false,
|
|
3970
4488
|
"isLiteral": true,
|
|
4489
|
+
"visibility": "Public",
|
|
3971
4490
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3972
4491
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3973
4492
|
},
|
|
@@ -3979,6 +4498,7 @@
|
|
|
3979
4498
|
"isStatic": true,
|
|
3980
4499
|
"isReadOnly": false,
|
|
3981
4500
|
"isLiteral": true,
|
|
4501
|
+
"visibility": "Public",
|
|
3982
4502
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3983
4503
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3984
4504
|
},
|
|
@@ -3990,6 +4510,7 @@
|
|
|
3990
4510
|
"isStatic": true,
|
|
3991
4511
|
"isReadOnly": false,
|
|
3992
4512
|
"isLiteral": true,
|
|
4513
|
+
"visibility": "Public",
|
|
3993
4514
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
3994
4515
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
3995
4516
|
},
|
|
@@ -4001,6 +4522,7 @@
|
|
|
4001
4522
|
"isStatic": true,
|
|
4002
4523
|
"isReadOnly": false,
|
|
4003
4524
|
"isLiteral": true,
|
|
4525
|
+
"visibility": "Public",
|
|
4004
4526
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4005
4527
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4006
4528
|
},
|
|
@@ -4012,6 +4534,7 @@
|
|
|
4012
4534
|
"isStatic": true,
|
|
4013
4535
|
"isReadOnly": false,
|
|
4014
4536
|
"isLiteral": true,
|
|
4537
|
+
"visibility": "Public",
|
|
4015
4538
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4016
4539
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4017
4540
|
},
|
|
@@ -4023,6 +4546,7 @@
|
|
|
4023
4546
|
"isStatic": true,
|
|
4024
4547
|
"isReadOnly": false,
|
|
4025
4548
|
"isLiteral": true,
|
|
4549
|
+
"visibility": "Public",
|
|
4026
4550
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4027
4551
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4028
4552
|
},
|
|
@@ -4034,6 +4558,7 @@
|
|
|
4034
4558
|
"isStatic": true,
|
|
4035
4559
|
"isReadOnly": false,
|
|
4036
4560
|
"isLiteral": true,
|
|
4561
|
+
"visibility": "Public",
|
|
4037
4562
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4038
4563
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4039
4564
|
},
|
|
@@ -4045,6 +4570,7 @@
|
|
|
4045
4570
|
"isStatic": true,
|
|
4046
4571
|
"isReadOnly": false,
|
|
4047
4572
|
"isLiteral": true,
|
|
4573
|
+
"visibility": "Public",
|
|
4048
4574
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4049
4575
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4050
4576
|
},
|
|
@@ -4056,6 +4582,7 @@
|
|
|
4056
4582
|
"isStatic": true,
|
|
4057
4583
|
"isReadOnly": false,
|
|
4058
4584
|
"isLiteral": true,
|
|
4585
|
+
"visibility": "Public",
|
|
4059
4586
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4060
4587
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4061
4588
|
},
|
|
@@ -4067,6 +4594,7 @@
|
|
|
4067
4594
|
"isStatic": true,
|
|
4068
4595
|
"isReadOnly": false,
|
|
4069
4596
|
"isLiteral": true,
|
|
4597
|
+
"visibility": "Public",
|
|
4070
4598
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4071
4599
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4072
4600
|
},
|
|
@@ -4078,6 +4606,7 @@
|
|
|
4078
4606
|
"isStatic": true,
|
|
4079
4607
|
"isReadOnly": false,
|
|
4080
4608
|
"isLiteral": true,
|
|
4609
|
+
"visibility": "Public",
|
|
4081
4610
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4082
4611
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4083
4612
|
},
|
|
@@ -4089,6 +4618,7 @@
|
|
|
4089
4618
|
"isStatic": true,
|
|
4090
4619
|
"isReadOnly": false,
|
|
4091
4620
|
"isLiteral": true,
|
|
4621
|
+
"visibility": "Public",
|
|
4092
4622
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4093
4623
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4094
4624
|
},
|
|
@@ -4100,6 +4630,7 @@
|
|
|
4100
4630
|
"isStatic": true,
|
|
4101
4631
|
"isReadOnly": false,
|
|
4102
4632
|
"isLiteral": true,
|
|
4633
|
+
"visibility": "Public",
|
|
4103
4634
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4104
4635
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4105
4636
|
},
|
|
@@ -4111,6 +4642,7 @@
|
|
|
4111
4642
|
"isStatic": true,
|
|
4112
4643
|
"isReadOnly": false,
|
|
4113
4644
|
"isLiteral": true,
|
|
4645
|
+
"visibility": "Public",
|
|
4114
4646
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4115
4647
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4116
4648
|
},
|
|
@@ -4122,6 +4654,7 @@
|
|
|
4122
4654
|
"isStatic": true,
|
|
4123
4655
|
"isReadOnly": false,
|
|
4124
4656
|
"isLiteral": true,
|
|
4657
|
+
"visibility": "Public",
|
|
4125
4658
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4126
4659
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4127
4660
|
},
|
|
@@ -4133,6 +4666,7 @@
|
|
|
4133
4666
|
"isStatic": true,
|
|
4134
4667
|
"isReadOnly": false,
|
|
4135
4668
|
"isLiteral": true,
|
|
4669
|
+
"visibility": "Public",
|
|
4136
4670
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4137
4671
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4138
4672
|
},
|
|
@@ -4144,6 +4678,7 @@
|
|
|
4144
4678
|
"isStatic": true,
|
|
4145
4679
|
"isReadOnly": false,
|
|
4146
4680
|
"isLiteral": true,
|
|
4681
|
+
"visibility": "Public",
|
|
4147
4682
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4148
4683
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4149
4684
|
},
|
|
@@ -4155,6 +4690,7 @@
|
|
|
4155
4690
|
"isStatic": true,
|
|
4156
4691
|
"isReadOnly": false,
|
|
4157
4692
|
"isLiteral": true,
|
|
4693
|
+
"visibility": "Public",
|
|
4158
4694
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4159
4695
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4160
4696
|
},
|
|
@@ -4166,6 +4702,7 @@
|
|
|
4166
4702
|
"isStatic": true,
|
|
4167
4703
|
"isReadOnly": false,
|
|
4168
4704
|
"isLiteral": true,
|
|
4705
|
+
"visibility": "Public",
|
|
4169
4706
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4170
4707
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4171
4708
|
},
|
|
@@ -4177,6 +4714,7 @@
|
|
|
4177
4714
|
"isStatic": true,
|
|
4178
4715
|
"isReadOnly": false,
|
|
4179
4716
|
"isLiteral": true,
|
|
4717
|
+
"visibility": "Public",
|
|
4180
4718
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4181
4719
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4182
4720
|
},
|
|
@@ -4188,6 +4726,7 @@
|
|
|
4188
4726
|
"isStatic": true,
|
|
4189
4727
|
"isReadOnly": false,
|
|
4190
4728
|
"isLiteral": true,
|
|
4729
|
+
"visibility": "Public",
|
|
4191
4730
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4192
4731
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4193
4732
|
},
|
|
@@ -4199,6 +4738,7 @@
|
|
|
4199
4738
|
"isStatic": true,
|
|
4200
4739
|
"isReadOnly": false,
|
|
4201
4740
|
"isLiteral": true,
|
|
4741
|
+
"visibility": "Public",
|
|
4202
4742
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4203
4743
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4204
4744
|
},
|
|
@@ -4210,6 +4750,7 @@
|
|
|
4210
4750
|
"isStatic": true,
|
|
4211
4751
|
"isReadOnly": false,
|
|
4212
4752
|
"isLiteral": true,
|
|
4753
|
+
"visibility": "Public",
|
|
4213
4754
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectParameterNames",
|
|
4214
4755
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4215
4756
|
}
|
|
@@ -4228,6 +4769,10 @@
|
|
|
4228
4769
|
"isSealed": true,
|
|
4229
4770
|
"isStatic": true,
|
|
4230
4771
|
"arity": 0,
|
|
4772
|
+
"baseType": {
|
|
4773
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4774
|
+
"clrName": "System.Object"
|
|
4775
|
+
},
|
|
4231
4776
|
"methods": [],
|
|
4232
4777
|
"properties": [],
|
|
4233
4778
|
"fields": [
|
|
@@ -4239,6 +4784,7 @@
|
|
|
4239
4784
|
"isStatic": true,
|
|
4240
4785
|
"isReadOnly": false,
|
|
4241
4786
|
"isLiteral": true,
|
|
4787
|
+
"visibility": "Public",
|
|
4242
4788
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectPrompt",
|
|
4243
4789
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4244
4790
|
},
|
|
@@ -4250,6 +4796,7 @@
|
|
|
4250
4796
|
"isStatic": true,
|
|
4251
4797
|
"isReadOnly": false,
|
|
4252
4798
|
"isLiteral": true,
|
|
4799
|
+
"visibility": "Public",
|
|
4253
4800
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectPrompt",
|
|
4254
4801
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4255
4802
|
},
|
|
@@ -4261,6 +4808,7 @@
|
|
|
4261
4808
|
"isStatic": true,
|
|
4262
4809
|
"isReadOnly": false,
|
|
4263
4810
|
"isLiteral": true,
|
|
4811
|
+
"visibility": "Public",
|
|
4264
4812
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectPrompt",
|
|
4265
4813
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4266
4814
|
},
|
|
@@ -4272,6 +4820,7 @@
|
|
|
4272
4820
|
"isStatic": true,
|
|
4273
4821
|
"isReadOnly": false,
|
|
4274
4822
|
"isLiteral": true,
|
|
4823
|
+
"visibility": "Public",
|
|
4275
4824
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectPrompt",
|
|
4276
4825
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4277
4826
|
}
|
|
@@ -4290,6 +4839,10 @@
|
|
|
4290
4839
|
"isSealed": true,
|
|
4291
4840
|
"isStatic": true,
|
|
4292
4841
|
"arity": 0,
|
|
4842
|
+
"baseType": {
|
|
4843
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4844
|
+
"clrName": "System.Object"
|
|
4845
|
+
},
|
|
4293
4846
|
"methods": [],
|
|
4294
4847
|
"properties": [],
|
|
4295
4848
|
"fields": [
|
|
@@ -4301,6 +4854,7 @@
|
|
|
4301
4854
|
"isStatic": true,
|
|
4302
4855
|
"isReadOnly": false,
|
|
4303
4856
|
"isLiteral": true,
|
|
4857
|
+
"visibility": "Public",
|
|
4304
4858
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseMode",
|
|
4305
4859
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4306
4860
|
},
|
|
@@ -4312,6 +4866,7 @@
|
|
|
4312
4866
|
"isStatic": true,
|
|
4313
4867
|
"isReadOnly": false,
|
|
4314
4868
|
"isLiteral": true,
|
|
4869
|
+
"visibility": "Public",
|
|
4315
4870
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseMode",
|
|
4316
4871
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4317
4872
|
},
|
|
@@ -4323,6 +4878,7 @@
|
|
|
4323
4878
|
"isStatic": true,
|
|
4324
4879
|
"isReadOnly": false,
|
|
4325
4880
|
"isLiteral": true,
|
|
4881
|
+
"visibility": "Public",
|
|
4326
4882
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseMode",
|
|
4327
4883
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4328
4884
|
}
|
|
@@ -4341,6 +4897,10 @@
|
|
|
4341
4897
|
"isSealed": true,
|
|
4342
4898
|
"isStatic": true,
|
|
4343
4899
|
"arity": 0,
|
|
4900
|
+
"baseType": {
|
|
4901
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
4902
|
+
"clrName": "System.Object"
|
|
4903
|
+
},
|
|
4344
4904
|
"methods": [],
|
|
4345
4905
|
"properties": [],
|
|
4346
4906
|
"fields": [
|
|
@@ -4352,6 +4912,7 @@
|
|
|
4352
4912
|
"isStatic": true,
|
|
4353
4913
|
"isReadOnly": false,
|
|
4354
4914
|
"isLiteral": true,
|
|
4915
|
+
"visibility": "Public",
|
|
4355
4916
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4356
4917
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4357
4918
|
},
|
|
@@ -4363,6 +4924,7 @@
|
|
|
4363
4924
|
"isStatic": true,
|
|
4364
4925
|
"isReadOnly": false,
|
|
4365
4926
|
"isLiteral": true,
|
|
4927
|
+
"visibility": "Public",
|
|
4366
4928
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4367
4929
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4368
4930
|
},
|
|
@@ -4374,6 +4936,7 @@
|
|
|
4374
4936
|
"isStatic": true,
|
|
4375
4937
|
"isReadOnly": false,
|
|
4376
4938
|
"isLiteral": true,
|
|
4939
|
+
"visibility": "Public",
|
|
4377
4940
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4378
4941
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4379
4942
|
},
|
|
@@ -4385,6 +4948,7 @@
|
|
|
4385
4948
|
"isStatic": true,
|
|
4386
4949
|
"isReadOnly": false,
|
|
4387
4950
|
"isLiteral": true,
|
|
4951
|
+
"visibility": "Public",
|
|
4388
4952
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4389
4953
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4390
4954
|
},
|
|
@@ -4396,6 +4960,7 @@
|
|
|
4396
4960
|
"isStatic": true,
|
|
4397
4961
|
"isReadOnly": false,
|
|
4398
4962
|
"isLiteral": true,
|
|
4963
|
+
"visibility": "Public",
|
|
4399
4964
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4400
4965
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4401
4966
|
},
|
|
@@ -4407,6 +4972,7 @@
|
|
|
4407
4972
|
"isStatic": true,
|
|
4408
4973
|
"isReadOnly": false,
|
|
4409
4974
|
"isLiteral": true,
|
|
4975
|
+
"visibility": "Public",
|
|
4410
4976
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4411
4977
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4412
4978
|
},
|
|
@@ -4418,6 +4984,7 @@
|
|
|
4418
4984
|
"isStatic": true,
|
|
4419
4985
|
"isReadOnly": false,
|
|
4420
4986
|
"isLiteral": true,
|
|
4987
|
+
"visibility": "Public",
|
|
4421
4988
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4422
4989
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4423
4990
|
},
|
|
@@ -4429,6 +4996,7 @@
|
|
|
4429
4996
|
"isStatic": true,
|
|
4430
4997
|
"isReadOnly": false,
|
|
4431
4998
|
"isLiteral": true,
|
|
4999
|
+
"visibility": "Public",
|
|
4432
5000
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectResponseType",
|
|
4433
5001
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4434
5002
|
}
|
|
@@ -4447,6 +5015,10 @@
|
|
|
4447
5015
|
"isSealed": true,
|
|
4448
5016
|
"isStatic": true,
|
|
4449
5017
|
"arity": 0,
|
|
5018
|
+
"baseType": {
|
|
5019
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5020
|
+
"clrName": "System.Object"
|
|
5021
|
+
},
|
|
4450
5022
|
"methods": [],
|
|
4451
5023
|
"properties": [],
|
|
4452
5024
|
"fields": [
|
|
@@ -4458,6 +5030,7 @@
|
|
|
4458
5030
|
"isStatic": true,
|
|
4459
5031
|
"isReadOnly": false,
|
|
4460
5032
|
"isLiteral": true,
|
|
5033
|
+
"visibility": "Public",
|
|
4461
5034
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4462
5035
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4463
5036
|
},
|
|
@@ -4469,6 +5042,7 @@
|
|
|
4469
5042
|
"isStatic": true,
|
|
4470
5043
|
"isReadOnly": false,
|
|
4471
5044
|
"isLiteral": true,
|
|
5045
|
+
"visibility": "Public",
|
|
4472
5046
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4473
5047
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4474
5048
|
},
|
|
@@ -4480,6 +5054,7 @@
|
|
|
4480
5054
|
"isStatic": true,
|
|
4481
5055
|
"isReadOnly": false,
|
|
4482
5056
|
"isLiteral": true,
|
|
5057
|
+
"visibility": "Public",
|
|
4483
5058
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4484
5059
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4485
5060
|
},
|
|
@@ -4491,6 +5066,7 @@
|
|
|
4491
5066
|
"isStatic": true,
|
|
4492
5067
|
"isReadOnly": false,
|
|
4493
5068
|
"isLiteral": true,
|
|
5069
|
+
"visibility": "Public",
|
|
4494
5070
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4495
5071
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4496
5072
|
},
|
|
@@ -4502,6 +5078,7 @@
|
|
|
4502
5078
|
"isStatic": true,
|
|
4503
5079
|
"isReadOnly": false,
|
|
4504
5080
|
"isLiteral": true,
|
|
5081
|
+
"visibility": "Public",
|
|
4505
5082
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4506
5083
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4507
5084
|
},
|
|
@@ -4513,6 +5090,7 @@
|
|
|
4513
5090
|
"isStatic": true,
|
|
4514
5091
|
"isReadOnly": false,
|
|
4515
5092
|
"isLiteral": true,
|
|
5093
|
+
"visibility": "Public",
|
|
4516
5094
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4517
5095
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4518
5096
|
},
|
|
@@ -4524,6 +5102,7 @@
|
|
|
4524
5102
|
"isStatic": true,
|
|
4525
5103
|
"isReadOnly": false,
|
|
4526
5104
|
"isLiteral": true,
|
|
5105
|
+
"visibility": "Public",
|
|
4527
5106
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectScope",
|
|
4528
5107
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4529
5108
|
}
|
|
@@ -4542,6 +5121,10 @@
|
|
|
4542
5121
|
"isSealed": true,
|
|
4543
5122
|
"isStatic": true,
|
|
4544
5123
|
"arity": 0,
|
|
5124
|
+
"baseType": {
|
|
5125
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5126
|
+
"clrName": "System.Object"
|
|
5127
|
+
},
|
|
4545
5128
|
"methods": [],
|
|
4546
5129
|
"properties": [],
|
|
4547
5130
|
"fields": [
|
|
@@ -4553,6 +5136,7 @@
|
|
|
4553
5136
|
"isStatic": true,
|
|
4554
5137
|
"isReadOnly": false,
|
|
4555
5138
|
"isLiteral": true,
|
|
5139
|
+
"visibility": "Public",
|
|
4556
5140
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectSessionProperties",
|
|
4557
5141
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4558
5142
|
},
|
|
@@ -4564,6 +5148,7 @@
|
|
|
4564
5148
|
"isStatic": true,
|
|
4565
5149
|
"isReadOnly": false,
|
|
4566
5150
|
"isLiteral": true,
|
|
5151
|
+
"visibility": "Public",
|
|
4567
5152
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectSessionProperties",
|
|
4568
5153
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4569
5154
|
},
|
|
@@ -4575,6 +5160,7 @@
|
|
|
4575
5160
|
"isStatic": true,
|
|
4576
5161
|
"isReadOnly": false,
|
|
4577
5162
|
"isLiteral": true,
|
|
5163
|
+
"visibility": "Public",
|
|
4578
5164
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectSessionProperties",
|
|
4579
5165
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4580
5166
|
}
|
|
@@ -4593,6 +5179,10 @@
|
|
|
4593
5179
|
"isSealed": true,
|
|
4594
5180
|
"isStatic": true,
|
|
4595
5181
|
"arity": 0,
|
|
5182
|
+
"baseType": {
|
|
5183
|
+
"stableId": "System.Private.CoreLib:System.Object",
|
|
5184
|
+
"clrName": "System.Object"
|
|
5185
|
+
},
|
|
4596
5186
|
"methods": [],
|
|
4597
5187
|
"properties": [],
|
|
4598
5188
|
"fields": [
|
|
@@ -4604,6 +5194,7 @@
|
|
|
4604
5194
|
"isStatic": true,
|
|
4605
5195
|
"isReadOnly": false,
|
|
4606
5196
|
"isLiteral": true,
|
|
5197
|
+
"visibility": "Public",
|
|
4607
5198
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4608
5199
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4609
5200
|
},
|
|
@@ -4615,6 +5206,7 @@
|
|
|
4615
5206
|
"isStatic": true,
|
|
4616
5207
|
"isReadOnly": false,
|
|
4617
5208
|
"isLiteral": true,
|
|
5209
|
+
"visibility": "Public",
|
|
4618
5210
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4619
5211
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4620
5212
|
},
|
|
@@ -4626,6 +5218,7 @@
|
|
|
4626
5218
|
"isStatic": true,
|
|
4627
5219
|
"isReadOnly": false,
|
|
4628
5220
|
"isLiteral": true,
|
|
5221
|
+
"visibility": "Public",
|
|
4629
5222
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4630
5223
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4631
5224
|
},
|
|
@@ -4637,6 +5230,7 @@
|
|
|
4637
5230
|
"isStatic": true,
|
|
4638
5231
|
"isReadOnly": false,
|
|
4639
5232
|
"isLiteral": true,
|
|
5233
|
+
"visibility": "Public",
|
|
4640
5234
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4641
5235
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4642
5236
|
},
|
|
@@ -4648,6 +5242,7 @@
|
|
|
4648
5242
|
"isStatic": true,
|
|
4649
5243
|
"isReadOnly": false,
|
|
4650
5244
|
"isLiteral": true,
|
|
5245
|
+
"visibility": "Public",
|
|
4651
5246
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4652
5247
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4653
5248
|
},
|
|
@@ -4659,6 +5254,7 @@
|
|
|
4659
5254
|
"isStatic": true,
|
|
4660
5255
|
"isReadOnly": false,
|
|
4661
5256
|
"isLiteral": true,
|
|
5257
|
+
"visibility": "Public",
|
|
4662
5258
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4663
5259
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4664
5260
|
},
|
|
@@ -4670,6 +5266,7 @@
|
|
|
4670
5266
|
"isStatic": true,
|
|
4671
5267
|
"isReadOnly": false,
|
|
4672
5268
|
"isLiteral": true,
|
|
5269
|
+
"visibility": "Public",
|
|
4673
5270
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4674
5271
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4675
5272
|
},
|
|
@@ -4681,6 +5278,7 @@
|
|
|
4681
5278
|
"isStatic": true,
|
|
4682
5279
|
"isReadOnly": false,
|
|
4683
5280
|
"isLiteral": true,
|
|
5281
|
+
"visibility": "Public",
|
|
4684
5282
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4685
5283
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4686
5284
|
},
|
|
@@ -4692,6 +5290,7 @@
|
|
|
4692
5290
|
"isStatic": true,
|
|
4693
5291
|
"isReadOnly": false,
|
|
4694
5292
|
"isLiteral": true,
|
|
5293
|
+
"visibility": "Public",
|
|
4695
5294
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4696
5295
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4697
5296
|
},
|
|
@@ -4703,6 +5302,7 @@
|
|
|
4703
5302
|
"isStatic": true,
|
|
4704
5303
|
"isReadOnly": false,
|
|
4705
5304
|
"isLiteral": true,
|
|
5305
|
+
"visibility": "Public",
|
|
4706
5306
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4707
5307
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4708
5308
|
},
|
|
@@ -4714,6 +5314,7 @@
|
|
|
4714
5314
|
"isStatic": true,
|
|
4715
5315
|
"isReadOnly": false,
|
|
4716
5316
|
"isLiteral": true,
|
|
5317
|
+
"visibility": "Public",
|
|
4717
5318
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4718
5319
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4719
5320
|
},
|
|
@@ -4725,6 +5326,7 @@
|
|
|
4725
5326
|
"isStatic": true,
|
|
4726
5327
|
"isReadOnly": false,
|
|
4727
5328
|
"isLiteral": true,
|
|
5329
|
+
"visibility": "Public",
|
|
4728
5330
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4729
5331
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4730
5332
|
},
|
|
@@ -4736,6 +5338,7 @@
|
|
|
4736
5338
|
"isStatic": true,
|
|
4737
5339
|
"isReadOnly": false,
|
|
4738
5340
|
"isLiteral": true,
|
|
5341
|
+
"visibility": "Public",
|
|
4739
5342
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4740
5343
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4741
5344
|
},
|
|
@@ -4747,6 +5350,7 @@
|
|
|
4747
5350
|
"isStatic": true,
|
|
4748
5351
|
"isReadOnly": false,
|
|
4749
5352
|
"isLiteral": true,
|
|
5353
|
+
"visibility": "Public",
|
|
4750
5354
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4751
5355
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4752
5356
|
},
|
|
@@ -4758,6 +5362,7 @@
|
|
|
4758
5362
|
"isStatic": true,
|
|
4759
5363
|
"isReadOnly": false,
|
|
4760
5364
|
"isLiteral": true,
|
|
5365
|
+
"visibility": "Public",
|
|
4761
5366
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4762
5367
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4763
5368
|
},
|
|
@@ -4769,6 +5374,7 @@
|
|
|
4769
5374
|
"isStatic": true,
|
|
4770
5375
|
"isReadOnly": false,
|
|
4771
5376
|
"isLiteral": true,
|
|
5377
|
+
"visibility": "Public",
|
|
4772
5378
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4773
5379
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4774
5380
|
},
|
|
@@ -4780,6 +5386,7 @@
|
|
|
4780
5386
|
"isStatic": true,
|
|
4781
5387
|
"isReadOnly": false,
|
|
4782
5388
|
"isLiteral": true,
|
|
5389
|
+
"visibility": "Public",
|
|
4783
5390
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4784
5391
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4785
5392
|
},
|
|
@@ -4791,6 +5398,7 @@
|
|
|
4791
5398
|
"isStatic": true,
|
|
4792
5399
|
"isReadOnly": false,
|
|
4793
5400
|
"isLiteral": true,
|
|
5401
|
+
"visibility": "Public",
|
|
4794
5402
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4795
5403
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4796
5404
|
},
|
|
@@ -4802,6 +5410,7 @@
|
|
|
4802
5410
|
"isStatic": true,
|
|
4803
5411
|
"isReadOnly": false,
|
|
4804
5412
|
"isLiteral": true,
|
|
5413
|
+
"visibility": "Public",
|
|
4805
5414
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4806
5415
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4807
5416
|
},
|
|
@@ -4813,6 +5422,7 @@
|
|
|
4813
5422
|
"isStatic": true,
|
|
4814
5423
|
"isReadOnly": false,
|
|
4815
5424
|
"isLiteral": true,
|
|
5425
|
+
"visibility": "Public",
|
|
4816
5426
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4817
5427
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4818
5428
|
},
|
|
@@ -4824,6 +5434,7 @@
|
|
|
4824
5434
|
"isStatic": true,
|
|
4825
5435
|
"isReadOnly": false,
|
|
4826
5436
|
"isLiteral": true,
|
|
5437
|
+
"visibility": "Public",
|
|
4827
5438
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4828
5439
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4829
5440
|
},
|
|
@@ -4835,6 +5446,7 @@
|
|
|
4835
5446
|
"isStatic": true,
|
|
4836
5447
|
"isReadOnly": false,
|
|
4837
5448
|
"isLiteral": true,
|
|
5449
|
+
"visibility": "Public",
|
|
4838
5450
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4839
5451
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4840
5452
|
},
|
|
@@ -4846,6 +5458,7 @@
|
|
|
4846
5458
|
"isStatic": true,
|
|
4847
5459
|
"isReadOnly": false,
|
|
4848
5460
|
"isLiteral": true,
|
|
5461
|
+
"visibility": "Public",
|
|
4849
5462
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4850
5463
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4851
5464
|
},
|
|
@@ -4857,6 +5470,7 @@
|
|
|
4857
5470
|
"isStatic": true,
|
|
4858
5471
|
"isReadOnly": false,
|
|
4859
5472
|
"isLiteral": true,
|
|
5473
|
+
"visibility": "Public",
|
|
4860
5474
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4861
5475
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4862
5476
|
},
|
|
@@ -4868,6 +5482,7 @@
|
|
|
4868
5482
|
"isStatic": true,
|
|
4869
5483
|
"isReadOnly": false,
|
|
4870
5484
|
"isLiteral": true,
|
|
5485
|
+
"visibility": "Public",
|
|
4871
5486
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4872
5487
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4873
5488
|
},
|
|
@@ -4879,6 +5494,7 @@
|
|
|
4879
5494
|
"isStatic": true,
|
|
4880
5495
|
"isReadOnly": false,
|
|
4881
5496
|
"isLiteral": true,
|
|
5497
|
+
"visibility": "Public",
|
|
4882
5498
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4883
5499
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4884
5500
|
},
|
|
@@ -4890,6 +5506,7 @@
|
|
|
4890
5506
|
"isStatic": true,
|
|
4891
5507
|
"isReadOnly": false,
|
|
4892
5508
|
"isLiteral": true,
|
|
5509
|
+
"visibility": "Public",
|
|
4893
5510
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4894
5511
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4895
5512
|
},
|
|
@@ -4901,6 +5518,7 @@
|
|
|
4901
5518
|
"isStatic": true,
|
|
4902
5519
|
"isReadOnly": false,
|
|
4903
5520
|
"isLiteral": true,
|
|
5521
|
+
"visibility": "Public",
|
|
4904
5522
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4905
5523
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4906
5524
|
},
|
|
@@ -4912,6 +5530,7 @@
|
|
|
4912
5530
|
"isStatic": true,
|
|
4913
5531
|
"isReadOnly": false,
|
|
4914
5532
|
"isLiteral": true,
|
|
5533
|
+
"visibility": "Public",
|
|
4915
5534
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4916
5535
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4917
5536
|
},
|
|
@@ -4923,6 +5542,7 @@
|
|
|
4923
5542
|
"isStatic": true,
|
|
4924
5543
|
"isReadOnly": false,
|
|
4925
5544
|
"isLiteral": true,
|
|
5545
|
+
"visibility": "Public",
|
|
4926
5546
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4927
5547
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4928
5548
|
},
|
|
@@ -4934,6 +5554,7 @@
|
|
|
4934
5554
|
"isStatic": true,
|
|
4935
5555
|
"isReadOnly": false,
|
|
4936
5556
|
"isLiteral": true,
|
|
5557
|
+
"visibility": "Public",
|
|
4937
5558
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4938
5559
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4939
5560
|
},
|
|
@@ -4945,6 +5566,7 @@
|
|
|
4945
5566
|
"isStatic": true,
|
|
4946
5567
|
"isReadOnly": false,
|
|
4947
5568
|
"isLiteral": true,
|
|
5569
|
+
"visibility": "Public",
|
|
4948
5570
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4949
5571
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4950
5572
|
},
|
|
@@ -4956,6 +5578,7 @@
|
|
|
4956
5578
|
"isStatic": true,
|
|
4957
5579
|
"isReadOnly": false,
|
|
4958
5580
|
"isLiteral": true,
|
|
5581
|
+
"visibility": "Public",
|
|
4959
5582
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4960
5583
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4961
5584
|
},
|
|
@@ -4967,6 +5590,7 @@
|
|
|
4967
5590
|
"isStatic": true,
|
|
4968
5591
|
"isReadOnly": false,
|
|
4969
5592
|
"isLiteral": true,
|
|
5593
|
+
"visibility": "Public",
|
|
4970
5594
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4971
5595
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4972
5596
|
},
|
|
@@ -4978,6 +5602,7 @@
|
|
|
4978
5602
|
"isStatic": true,
|
|
4979
5603
|
"isReadOnly": false,
|
|
4980
5604
|
"isLiteral": true,
|
|
5605
|
+
"visibility": "Public",
|
|
4981
5606
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4982
5607
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4983
5608
|
},
|
|
@@ -4989,6 +5614,7 @@
|
|
|
4989
5614
|
"isStatic": true,
|
|
4990
5615
|
"isReadOnly": false,
|
|
4991
5616
|
"isLiteral": true,
|
|
5617
|
+
"visibility": "Public",
|
|
4992
5618
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
4993
5619
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
4994
5620
|
},
|
|
@@ -5000,6 +5626,7 @@
|
|
|
5000
5626
|
"isStatic": true,
|
|
5001
5627
|
"isReadOnly": false,
|
|
5002
5628
|
"isLiteral": true,
|
|
5629
|
+
"visibility": "Public",
|
|
5003
5630
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5004
5631
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5005
5632
|
},
|
|
@@ -5011,6 +5638,7 @@
|
|
|
5011
5638
|
"isStatic": true,
|
|
5012
5639
|
"isReadOnly": false,
|
|
5013
5640
|
"isLiteral": true,
|
|
5641
|
+
"visibility": "Public",
|
|
5014
5642
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5015
5643
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5016
5644
|
},
|
|
@@ -5022,6 +5650,7 @@
|
|
|
5022
5650
|
"isStatic": true,
|
|
5023
5651
|
"isReadOnly": false,
|
|
5024
5652
|
"isLiteral": true,
|
|
5653
|
+
"visibility": "Public",
|
|
5025
5654
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5026
5655
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5027
5656
|
},
|
|
@@ -5033,6 +5662,7 @@
|
|
|
5033
5662
|
"isStatic": true,
|
|
5034
5663
|
"isReadOnly": false,
|
|
5035
5664
|
"isLiteral": true,
|
|
5665
|
+
"visibility": "Public",
|
|
5036
5666
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5037
5667
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5038
5668
|
},
|
|
@@ -5044,6 +5674,7 @@
|
|
|
5044
5674
|
"isStatic": true,
|
|
5045
5675
|
"isReadOnly": false,
|
|
5046
5676
|
"isLiteral": true,
|
|
5677
|
+
"visibility": "Public",
|
|
5047
5678
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5048
5679
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5049
5680
|
},
|
|
@@ -5055,6 +5686,7 @@
|
|
|
5055
5686
|
"isStatic": true,
|
|
5056
5687
|
"isReadOnly": false,
|
|
5057
5688
|
"isLiteral": true,
|
|
5689
|
+
"visibility": "Public",
|
|
5058
5690
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5059
5691
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5060
5692
|
},
|
|
@@ -5066,6 +5698,7 @@
|
|
|
5066
5698
|
"isStatic": true,
|
|
5067
5699
|
"isReadOnly": false,
|
|
5068
5700
|
"isLiteral": true,
|
|
5701
|
+
"visibility": "Public",
|
|
5069
5702
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5070
5703
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5071
5704
|
},
|
|
@@ -5077,6 +5710,7 @@
|
|
|
5077
5710
|
"isStatic": true,
|
|
5078
5711
|
"isReadOnly": false,
|
|
5079
5712
|
"isLiteral": true,
|
|
5713
|
+
"visibility": "Public",
|
|
5080
5714
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5081
5715
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5082
5716
|
},
|
|
@@ -5088,6 +5722,7 @@
|
|
|
5088
5722
|
"isStatic": true,
|
|
5089
5723
|
"isReadOnly": false,
|
|
5090
5724
|
"isLiteral": true,
|
|
5725
|
+
"visibility": "Public",
|
|
5091
5726
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5092
5727
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5093
5728
|
},
|
|
@@ -5099,6 +5734,7 @@
|
|
|
5099
5734
|
"isStatic": true,
|
|
5100
5735
|
"isReadOnly": false,
|
|
5101
5736
|
"isLiteral": true,
|
|
5737
|
+
"visibility": "Public",
|
|
5102
5738
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5103
5739
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5104
5740
|
},
|
|
@@ -5110,6 +5746,7 @@
|
|
|
5110
5746
|
"isStatic": true,
|
|
5111
5747
|
"isReadOnly": false,
|
|
5112
5748
|
"isLiteral": true,
|
|
5749
|
+
"visibility": "Public",
|
|
5113
5750
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5114
5751
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5115
5752
|
},
|
|
@@ -5121,6 +5758,7 @@
|
|
|
5121
5758
|
"isStatic": true,
|
|
5122
5759
|
"isReadOnly": false,
|
|
5123
5760
|
"isLiteral": true,
|
|
5761
|
+
"visibility": "Public",
|
|
5124
5762
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5125
5763
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5126
5764
|
},
|
|
@@ -5132,6 +5770,7 @@
|
|
|
5132
5770
|
"isStatic": true,
|
|
5133
5771
|
"isReadOnly": false,
|
|
5134
5772
|
"isLiteral": true,
|
|
5773
|
+
"visibility": "Public",
|
|
5135
5774
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5136
5775
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5137
5776
|
},
|
|
@@ -5143,6 +5782,7 @@
|
|
|
5143
5782
|
"isStatic": true,
|
|
5144
5783
|
"isReadOnly": false,
|
|
5145
5784
|
"isLiteral": true,
|
|
5785
|
+
"visibility": "Public",
|
|
5146
5786
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5147
5787
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5148
5788
|
},
|
|
@@ -5154,6 +5794,7 @@
|
|
|
5154
5794
|
"isStatic": true,
|
|
5155
5795
|
"isReadOnly": false,
|
|
5156
5796
|
"isLiteral": true,
|
|
5797
|
+
"visibility": "Public",
|
|
5157
5798
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5158
5799
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5159
5800
|
},
|
|
@@ -5165,6 +5806,7 @@
|
|
|
5165
5806
|
"isStatic": true,
|
|
5166
5807
|
"isReadOnly": false,
|
|
5167
5808
|
"isLiteral": true,
|
|
5809
|
+
"visibility": "Public",
|
|
5168
5810
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5169
5811
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5170
5812
|
},
|
|
@@ -5176,6 +5818,7 @@
|
|
|
5176
5818
|
"isStatic": true,
|
|
5177
5819
|
"isReadOnly": false,
|
|
5178
5820
|
"isLiteral": true,
|
|
5821
|
+
"visibility": "Public",
|
|
5179
5822
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5180
5823
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5181
5824
|
},
|
|
@@ -5187,6 +5830,7 @@
|
|
|
5187
5830
|
"isStatic": true,
|
|
5188
5831
|
"isReadOnly": false,
|
|
5189
5832
|
"isLiteral": true,
|
|
5833
|
+
"visibility": "Public",
|
|
5190
5834
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5191
5835
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5192
5836
|
},
|
|
@@ -5198,6 +5842,7 @@
|
|
|
5198
5842
|
"isStatic": true,
|
|
5199
5843
|
"isReadOnly": false,
|
|
5200
5844
|
"isLiteral": true,
|
|
5845
|
+
"visibility": "Public",
|
|
5201
5846
|
"declaringClrType": "Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdProviderMetadataNames",
|
|
5202
5847
|
"declaringAssemblyName": "Microsoft.IdentityModel.Protocols.OpenIdConnect"
|
|
5203
5848
|
}
|