@tsonic/efcore-sqlserver 10.0.2 → 10.0.7
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/internal/index.d.ts +119 -85
- package/Azure.Core/internal/index.d.ts +151 -92
- package/Azure.Core.Cryptography/internal/index.d.ts +10 -6
- package/Azure.Core.Diagnostics/internal/index.d.ts +12 -12
- package/Azure.Core.Extensions/internal/index.d.ts +12 -4
- package/Azure.Core.GeoJson/internal/index.d.ts +102 -42
- package/Azure.Core.Pipeline/internal/index.d.ts +75 -59
- package/Azure.Core.Serialization/internal/index.d.ts +29 -20
- package/Azure.Identity/internal/index.d.ts +265 -118
- package/Azure.Messaging/internal/index.d.ts +16 -16
- package/Microsoft.Data/internal/index.d.ts +9 -6
- package/Microsoft.Data.Sql/internal/index.d.ts +9 -5
- package/Microsoft.Data.SqlClient/internal/index.d.ts +272 -172
- package/Microsoft.Data.SqlClient.DataClassification/internal/index.d.ts +20 -10
- package/Microsoft.Data.SqlClient.Diagnostics/internal/index.d.ts +157 -52
- package/Microsoft.Data.SqlClient.Server/internal/index.d.ts +11 -5
- package/Microsoft.Data.SqlTypes/internal/index.d.ts +23 -10
- package/Microsoft.EntityFrameworkCore/internal/index.d.ts +333 -333
- package/Microsoft.EntityFrameworkCore.Diagnostics/internal/index.d.ts +9 -7
- package/Microsoft.EntityFrameworkCore.Infrastructure/internal/index.d.ts +35 -16
- package/Microsoft.EntityFrameworkCore.Metadata/internal/index.d.ts +2 -2
- package/Microsoft.EntityFrameworkCore.Metadata.Builders/internal/index.d.ts +20 -6
- package/Microsoft.EntityFrameworkCore.Metadata.Conventions/internal/index.d.ts +135 -98
- package/Microsoft.EntityFrameworkCore.Metadata.Internal/internal/index.d.ts +3 -3
- package/Microsoft.EntityFrameworkCore.Metadata.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.Migrations/internal/index.d.ts +57 -57
- package/Microsoft.EntityFrameworkCore.Migrations.Operations/internal/index.d.ts +20 -8
- package/Microsoft.EntityFrameworkCore.Migrations.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Design.Internal/internal/index.d.ts +29 -23
- package/Microsoft.EntityFrameworkCore.SqlServer.Diagnostics.Internal/internal/index.d.ts +4 -2
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal/internal/index.d.ts +28 -28
- package/Microsoft.EntityFrameworkCore.SqlServer.Extensions.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Infrastructure.Internal/internal/index.d.ts +43 -35
- package/Microsoft.EntityFrameworkCore.SqlServer.Internal/internal/index.d.ts +22 -22
- package/Microsoft.EntityFrameworkCore.SqlServer.Metadata.Internal/internal/index.d.ts +15 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Migrations.Internal/internal/index.d.ts +34 -24
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal/internal/index.d.ts +343 -226
- package/Microsoft.EntityFrameworkCore.SqlServer.Query.Internal.SqlExpressions/internal/index.d.ts +18 -17
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal/internal/index.d.ts +19 -11
- package/Microsoft.EntityFrameworkCore.SqlServer.Scaffolding.Internal.d.ts +3 -0
- package/Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal/internal/index.d.ts +187 -211
- package/Microsoft.EntityFrameworkCore.SqlServer.Update.Internal/internal/index.d.ts +50 -41
- package/Microsoft.EntityFrameworkCore.SqlServer.ValueGeneration.Internal/internal/index.d.ts +38 -25
- package/Microsoft.EntityFrameworkCore.d.ts +3 -0
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +7 -7
- package/Microsoft.Extensions.DependencyInjection.d.ts +3 -0
- package/Microsoft.Identity.Client/internal/index.d.ts +377 -263
- package/Microsoft.Identity.Client.Advanced/internal/index.d.ts +4 -4
- package/Microsoft.Identity.Client.AppConfig/internal/index.d.ts +7 -4
- package/Microsoft.Identity.Client.AuthScheme/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.AuthScheme.PoP/internal/index.d.ts +3 -1
- package/Microsoft.Identity.Client.Cache/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Extensibility/internal/index.d.ts +28 -19
- package/Microsoft.Identity.Client.Extensions.Msal/internal/index.d.ts +34 -18
- package/Microsoft.Identity.Client.Kerberos/internal/index.d.ts +5 -3
- package/Microsoft.Identity.Client.ManagedIdentity/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.Platforms.Features.DesktopOs.Kerberos/internal/index.d.ts +5 -4
- package/Microsoft.Identity.Client.RP/internal/index.d.ts +3 -3
- package/Microsoft.Identity.Client.Region/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.SSHCertificates/internal/index.d.ts +2 -2
- package/Microsoft.Identity.Client.TelemetryCore.TelemetryClient/internal/index.d.ts +4 -2
- package/Microsoft.Identity.Client.Utils/internal/index.d.ts +6 -5
- package/Microsoft.Identity.Client.Utils.Windows/internal/index.d.ts +2 -2
- package/Microsoft.IdentityModel.Abstractions/internal/index.d.ts +29 -19
- package/Microsoft.IdentityModel.JsonWebTokens/internal/index.d.ts +41 -33
- package/Microsoft.IdentityModel.Logging/internal/index.d.ts +25 -16
- package/Microsoft.IdentityModel.Protocols/internal/index.d.ts +59 -32
- package/Microsoft.IdentityModel.Protocols.Configuration/internal/index.d.ts +12 -7
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect/internal/index.d.ts +83 -64
- package/Microsoft.IdentityModel.Protocols.OpenIdConnect.Configuration/internal/index.d.ts +6 -4
- package/Microsoft.IdentityModel.Tokens/internal/index.d.ts +316 -191
- package/Microsoft.IdentityModel.Tokens.Configuration/internal/index.d.ts +7 -5
- package/Microsoft.IdentityModel.Tokens.d.ts +3 -0
- package/Microsoft.SqlServer.Server/internal/index.d.ts +21 -6
- package/System/internal/index.d.ts +19 -17
- package/System.ClientModel/internal/index.d.ts +54 -43
- package/System.ClientModel.Primitives/internal/index.d.ts +220 -177
- package/System.ClientModel.Primitives.d.ts +3 -0
- package/System.Configuration/internal/index.d.ts +529 -340
- package/System.Configuration.Internal/internal/index.d.ts +33 -8
- package/System.Configuration.Provider/internal/index.d.ts +20 -11
- package/System.Diagnostics/internal/index.d.ts +2 -2
- package/System.Drawing.Configuration/internal/index.d.ts +7 -9
- package/System.IdentityModel.Tokens.Jwt/internal/index.d.ts +102 -68
- package/System.Security.Cryptography/internal/index.d.ts +2 -2
- package/System.Text.Json.Serialization/internal/index.d.ts +7 -5
- package/__internal/extensions/index.d.ts +1004 -53
- package/package.json +5 -5
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
|
-
import type {
|
|
10
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
11
|
-
import type { Boolean as ClrBoolean, DateTime, Double, Enum, Guid, IComparable, IConvertible, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System.js";
|
|
9
|
+
import type { IDictionary_2, IReadOnlyDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
10
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
11
|
+
import type { Boolean as ClrBoolean, DateTime, Double, Enum, Guid, IComparable, IConvertible, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
12
12
|
|
|
13
13
|
export enum EventLogLevel {
|
|
14
14
|
LogAlways = 0,
|
|
@@ -21,6 +21,8 @@ export enum EventLogLevel {
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
export interface IIdentityLogger$instance {
|
|
24
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Abstractions_IIdentityLogger: never;
|
|
25
|
+
|
|
24
26
|
IsEnabled(eventLogLevel: EventLogLevel): boolean;
|
|
25
27
|
Log(entry: LogEntry): void;
|
|
26
28
|
}
|
|
@@ -29,23 +31,27 @@ export interface IIdentityLogger$instance {
|
|
|
29
31
|
export type IIdentityLogger = IIdentityLogger$instance;
|
|
30
32
|
|
|
31
33
|
export interface ITelemetryClient$instance {
|
|
34
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Abstractions_ITelemetryClient: never;
|
|
35
|
+
|
|
32
36
|
ClientId: string;
|
|
33
37
|
Initialize(): void;
|
|
34
38
|
IsEnabled(): boolean;
|
|
35
39
|
IsEnabled(eventName: string): boolean;
|
|
36
40
|
TrackEvent(eventDetails: TelemetryEventDetails): void;
|
|
37
|
-
TrackEvent(eventName: string, stringProperties?:
|
|
41
|
+
TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String>, longProperties?: IDictionary_2<System_Internal.String, System_Internal.Int64>, boolProperties?: IDictionary_2<System_Internal.String, System_Internal.Boolean>, dateTimeProperties?: IDictionary_2<System_Internal.String, DateTime>, doubleProperties?: IDictionary_2<System_Internal.String, System_Internal.Double>, guidProperties?: IDictionary_2<System_Internal.String, Guid>): void;
|
|
38
42
|
}
|
|
39
43
|
|
|
40
44
|
|
|
41
45
|
export type ITelemetryClient = ITelemetryClient$instance;
|
|
42
46
|
|
|
43
47
|
export interface LogEntry$instance {
|
|
48
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_LogEntry: never;
|
|
49
|
+
|
|
44
50
|
get CorrelationId(): string | undefined;
|
|
45
|
-
set CorrelationId(value: string);
|
|
51
|
+
set CorrelationId(value: string | undefined);
|
|
46
52
|
EventLogLevel: EventLogLevel;
|
|
47
53
|
get Message(): string | undefined;
|
|
48
|
-
set Message(value: string);
|
|
54
|
+
set Message(value: string | undefined);
|
|
49
55
|
}
|
|
50
56
|
|
|
51
57
|
|
|
@@ -56,14 +62,17 @@ export const LogEntry: {
|
|
|
56
62
|
|
|
57
63
|
export type LogEntry = LogEntry$instance;
|
|
58
64
|
|
|
59
|
-
export interface NullIdentityModelLogger$instance {
|
|
65
|
+
export interface NullIdentityModelLogger$instance extends IIdentityLogger$instance {
|
|
66
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_NullIdentityModelLogger: never;
|
|
67
|
+
|
|
68
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Abstractions_IIdentityLogger: never;
|
|
69
|
+
|
|
60
70
|
IsEnabled(eventLogLevel: EventLogLevel): boolean;
|
|
61
71
|
Log(entry: LogEntry): void;
|
|
62
72
|
}
|
|
63
73
|
|
|
64
74
|
|
|
65
75
|
export const NullIdentityModelLogger: {
|
|
66
|
-
new(): NullIdentityModelLogger;
|
|
67
76
|
readonly Instance: NullIdentityModelLogger;
|
|
68
77
|
};
|
|
69
78
|
|
|
@@ -72,23 +81,24 @@ export interface __NullIdentityModelLogger$views {
|
|
|
72
81
|
As_IIdentityLogger(): IIdentityLogger$instance;
|
|
73
82
|
}
|
|
74
83
|
|
|
75
|
-
export interface NullIdentityModelLogger$instance extends IIdentityLogger$instance {}
|
|
76
|
-
|
|
77
84
|
export type NullIdentityModelLogger = NullIdentityModelLogger$instance & __NullIdentityModelLogger$views;
|
|
78
85
|
|
|
79
86
|
|
|
80
|
-
export interface NullTelemetryClient$instance {
|
|
87
|
+
export interface NullTelemetryClient$instance extends ITelemetryClient$instance {
|
|
88
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_NullTelemetryClient: never;
|
|
89
|
+
|
|
90
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Abstractions_ITelemetryClient: never;
|
|
91
|
+
|
|
81
92
|
ClientId: string;
|
|
82
93
|
Initialize(): void;
|
|
83
94
|
IsEnabled(): boolean;
|
|
84
95
|
IsEnabled(eventName: string): boolean;
|
|
85
96
|
TrackEvent(eventDetails: TelemetryEventDetails): void;
|
|
86
|
-
TrackEvent(eventName: string, stringProperties?:
|
|
97
|
+
TrackEvent(eventName: string, stringProperties?: IDictionary_2<System_Internal.String, System_Internal.String>, longProperties?: IDictionary_2<System_Internal.String, System_Internal.Int64>, boolProperties?: IDictionary_2<System_Internal.String, System_Internal.Boolean>, dateTimeProperties?: IDictionary_2<System_Internal.String, DateTime>, doubleProperties?: IDictionary_2<System_Internal.String, System_Internal.Double>, guidProperties?: IDictionary_2<System_Internal.String, Guid>): void;
|
|
87
98
|
}
|
|
88
99
|
|
|
89
100
|
|
|
90
101
|
export const NullTelemetryClient: {
|
|
91
|
-
new(): NullTelemetryClient;
|
|
92
102
|
readonly Instance: NullTelemetryClient;
|
|
93
103
|
};
|
|
94
104
|
|
|
@@ -97,14 +107,15 @@ export interface __NullTelemetryClient$views {
|
|
|
97
107
|
As_ITelemetryClient(): ITelemetryClient$instance;
|
|
98
108
|
}
|
|
99
109
|
|
|
100
|
-
export interface NullTelemetryClient$instance extends ITelemetryClient$instance {}
|
|
101
|
-
|
|
102
110
|
export type NullTelemetryClient = NullTelemetryClient$instance & __NullTelemetryClient$views;
|
|
103
111
|
|
|
104
112
|
|
|
105
113
|
export interface TelemetryEventDetails$instance {
|
|
106
|
-
|
|
107
|
-
|
|
114
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Abstractions_TelemetryEventDetails: never;
|
|
115
|
+
|
|
116
|
+
get Name(): string | undefined;
|
|
117
|
+
set Name(value: string | undefined);
|
|
118
|
+
readonly Properties: IReadOnlyDictionary_2<System_Internal.String, unknown>;
|
|
108
119
|
SetProperty(key: string, value: string): void;
|
|
109
120
|
SetProperty(key: string, value: long): void;
|
|
110
121
|
SetProperty(key: string, value: boolean): void;
|
|
@@ -114,8 +125,7 @@ export interface TelemetryEventDetails$instance {
|
|
|
114
125
|
}
|
|
115
126
|
|
|
116
127
|
|
|
117
|
-
export const TelemetryEventDetails: {
|
|
118
|
-
new(): TelemetryEventDetails;
|
|
128
|
+
export const TelemetryEventDetails: (abstract new() => TelemetryEventDetails) & {
|
|
119
129
|
};
|
|
120
130
|
|
|
121
131
|
|
|
@@ -13,14 +13,16 @@ import * as Microsoft_IdentityModel_Logging_Internal from "../../Microsoft.Ident
|
|
|
13
13
|
import type { ISafeLogSecurityArtifact } from "../../Microsoft.IdentityModel.Logging/internal/index.js";
|
|
14
14
|
import * as Microsoft_IdentityModel_Tokens_Internal from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
15
15
|
import type { EncryptingCredentials, SecurityKey, SecurityToken, SecurityTokenDescriptor, SigningCredentials, TokenHandler, TokenValidationParameters, TokenValidationResult } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import
|
|
21
|
-
import type {
|
|
16
|
+
import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
17
|
+
import type { Claim, ClaimsIdentity } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
18
|
+
import type { Regex } from "@tsonic/dotnet/System.Text.RegularExpressions/internal/index.js";
|
|
19
|
+
import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
20
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
21
|
+
import type { Boolean as ClrBoolean, Byte, Char, DateTime, Int32, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, Type, ValueType } from "@tsonic/dotnet/System/internal/index.js";
|
|
22
22
|
|
|
23
23
|
export interface JwtHeaderParameterNames$instance {
|
|
24
|
+
readonly __tsonic_type_Microsoft_IdentityModel_JsonWebTokens_JwtHeaderParameterNames: never;
|
|
25
|
+
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
|
|
@@ -47,6 +49,8 @@ export const JwtHeaderParameterNames: {
|
|
|
47
49
|
export type JwtHeaderParameterNames = JwtHeaderParameterNames$instance;
|
|
48
50
|
|
|
49
51
|
export interface JwtRegisteredClaimNames$instance {
|
|
52
|
+
readonly __tsonic_type_Microsoft_IdentityModel_JsonWebTokens_JwtRegisteredClaimNames: never;
|
|
53
|
+
|
|
50
54
|
}
|
|
51
55
|
|
|
52
56
|
|
|
@@ -97,13 +101,17 @@ export const JwtRegisteredClaimNames: {
|
|
|
97
101
|
export type JwtRegisteredClaimNames = JwtRegisteredClaimNames$instance;
|
|
98
102
|
|
|
99
103
|
export interface JsonWebToken$instance extends SecurityToken {
|
|
104
|
+
readonly __tsonic_type_Microsoft_IdentityModel_JsonWebTokens_JsonWebToken: never;
|
|
105
|
+
|
|
106
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
|
|
107
|
+
|
|
100
108
|
readonly Actor: string;
|
|
101
109
|
readonly Alg: string;
|
|
102
|
-
readonly Audiences:
|
|
110
|
+
readonly Audiences: IEnumerable_1<System_Internal.String>;
|
|
103
111
|
readonly AuthenticationTag: string;
|
|
104
112
|
readonly Azp: string;
|
|
105
113
|
readonly Ciphertext: string;
|
|
106
|
-
readonly Claims:
|
|
114
|
+
readonly Claims: IEnumerable_1<Claim>;
|
|
107
115
|
readonly Cty: string;
|
|
108
116
|
readonly Enc: string;
|
|
109
117
|
readonly EncodedHeader: string;
|
|
@@ -121,7 +129,7 @@ export interface JsonWebToken$instance extends SecurityToken {
|
|
|
121
129
|
readonly Kid: string;
|
|
122
130
|
readonly SecurityKey: SecurityKey;
|
|
123
131
|
SigningKey: SecurityKey;
|
|
124
|
-
readonly Subject: string
|
|
132
|
+
readonly Subject: string;
|
|
125
133
|
Typ: string;
|
|
126
134
|
readonly ValidFrom: DateTime;
|
|
127
135
|
readonly ValidTo: DateTime;
|
|
@@ -130,7 +138,7 @@ export interface JsonWebToken$instance extends SecurityToken {
|
|
|
130
138
|
GetClaim(key: string): Claim;
|
|
131
139
|
GetHeaderValue<T>(key: string): T;
|
|
132
140
|
GetPayloadValue<T>(key: string): T;
|
|
133
|
-
ToString(): string
|
|
141
|
+
ToString(): string;
|
|
134
142
|
TryGetClaim(key: string, value: Claim): boolean;
|
|
135
143
|
TryGetHeaderValue<T>(key: string, value: T): boolean;
|
|
136
144
|
TryGetPayloadValue<T>(key: string, value: T): boolean;
|
|
@@ -141,7 +149,7 @@ export interface JsonWebToken$instance extends SecurityToken {
|
|
|
141
149
|
|
|
142
150
|
export const JsonWebToken: {
|
|
143
151
|
new(jwtEncodedString: string): JsonWebToken;
|
|
144
|
-
new(encodedTokenMemory:
|
|
152
|
+
new(encodedTokenMemory: ReadOnlyMemory_1<System_Internal.Char>): JsonWebToken;
|
|
145
153
|
new(header: string, payload: string): JsonWebToken;
|
|
146
154
|
};
|
|
147
155
|
|
|
@@ -153,50 +161,48 @@ export interface __JsonWebToken$views {
|
|
|
153
161
|
export type JsonWebToken = JsonWebToken$instance & __JsonWebToken$views;
|
|
154
162
|
|
|
155
163
|
|
|
156
|
-
export
|
|
157
|
-
|
|
158
|
-
protected CreateClaimsIdentity(jwtToken: JsonWebToken, validationParameters: TokenValidationParameters, issuer: string): ClaimsIdentity;
|
|
159
|
-
protected ResolveTokenDecryptionKey(token: string, jwtToken: JsonWebToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
160
|
-
}
|
|
161
|
-
|
|
164
|
+
export interface JsonWebTokenHandler$instance extends TokenHandler {
|
|
165
|
+
readonly __tsonic_type_Microsoft_IdentityModel_JsonWebTokens_JsonWebTokenHandler: never;
|
|
162
166
|
|
|
163
|
-
export interface JsonWebTokenHandler$instance extends JsonWebTokenHandler$protected, TokenHandler {
|
|
164
167
|
readonly CanValidateToken: boolean;
|
|
165
|
-
InboundClaimTypeMap:
|
|
168
|
+
InboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
166
169
|
MapInboundClaims: boolean;
|
|
167
170
|
readonly TokenType: Type;
|
|
168
171
|
CanReadToken(token: string): boolean;
|
|
172
|
+
CreateClaimsIdentity(jwtToken: JsonWebToken, validationParameters: TokenValidationParameters): ClaimsIdentity;
|
|
173
|
+
CreateClaimsIdentity(jwtToken: JsonWebToken, validationParameters: TokenValidationParameters, issuer: string): ClaimsIdentity;
|
|
169
174
|
CreateToken(payload: string): string;
|
|
170
|
-
CreateToken(payload: string, additionalHeaderClaims:
|
|
175
|
+
CreateToken(payload: string, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
171
176
|
CreateToken(payload: string, signingCredentials: SigningCredentials): string;
|
|
172
|
-
CreateToken(payload: string, signingCredentials: SigningCredentials, additionalHeaderClaims:
|
|
177
|
+
CreateToken(payload: string, signingCredentials: SigningCredentials, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
173
178
|
CreateToken(tokenDescriptor: SecurityTokenDescriptor): string;
|
|
174
179
|
CreateToken(payload: string, encryptingCredentials: EncryptingCredentials): string;
|
|
175
|
-
CreateToken(payload: string, encryptingCredentials: EncryptingCredentials, additionalHeaderClaims:
|
|
180
|
+
CreateToken(payload: string, encryptingCredentials: EncryptingCredentials, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
176
181
|
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials): string;
|
|
177
|
-
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, additionalHeaderClaims:
|
|
182
|
+
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
178
183
|
CreateToken(payload: string, encryptingCredentials: EncryptingCredentials, compressionAlgorithm: string): string;
|
|
179
184
|
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, compressionAlgorithm: string): string;
|
|
180
|
-
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, compressionAlgorithm: string, additionalHeaderClaims:
|
|
181
|
-
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, compressionAlgorithm: string, additionalHeaderClaims:
|
|
185
|
+
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, compressionAlgorithm: string, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>, additionalInnerHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
186
|
+
CreateToken(payload: string, signingCredentials: SigningCredentials, encryptingCredentials: EncryptingCredentials, compressionAlgorithm: string, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
182
187
|
DecryptToken(jwtToken: JsonWebToken, validationParameters: TokenValidationParameters): string;
|
|
183
188
|
EncryptToken(innerJwt: string, encryptingCredentials: EncryptingCredentials): string;
|
|
184
|
-
EncryptToken(innerJwt: string, encryptingCredentials: EncryptingCredentials, additionalHeaderClaims:
|
|
189
|
+
EncryptToken(innerJwt: string, encryptingCredentials: EncryptingCredentials, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
185
190
|
EncryptToken(innerJwt: string, encryptingCredentials: EncryptingCredentials, algorithm: string): string;
|
|
186
|
-
EncryptToken(innerJwt: string, encryptingCredentials: EncryptingCredentials, algorithm: string, additionalHeaderClaims:
|
|
191
|
+
EncryptToken(innerJwt: string, encryptingCredentials: EncryptingCredentials, algorithm: string, additionalHeaderClaims: IDictionary_2<System_Internal.String, unknown>): string;
|
|
187
192
|
ReadJsonWebToken(token: string): JsonWebToken;
|
|
188
193
|
ReadToken(token: string): SecurityToken;
|
|
194
|
+
ResolveTokenDecryptionKey(token: string, jwtToken: JsonWebToken, validationParameters: TokenValidationParameters): SecurityKey;
|
|
189
195
|
ValidateToken(token: string, validationParameters: TokenValidationParameters): TokenValidationResult;
|
|
190
|
-
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters):
|
|
191
|
-
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters):
|
|
192
|
-
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters):
|
|
193
|
-
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters):
|
|
196
|
+
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
197
|
+
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
198
|
+
ValidateTokenAsync(token: string, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
199
|
+
ValidateTokenAsync(token: SecurityToken, validationParameters: TokenValidationParameters): Task_1<TokenValidationResult>;
|
|
194
200
|
}
|
|
195
201
|
|
|
196
202
|
|
|
197
203
|
export const JsonWebTokenHandler: {
|
|
198
204
|
new(): JsonWebTokenHandler;
|
|
199
|
-
DefaultInboundClaimTypeMap:
|
|
205
|
+
DefaultInboundClaimTypeMap: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
200
206
|
DefaultMapInboundClaims: boolean;
|
|
201
207
|
readonly Base64UrlEncodedUnsignedJWSHeader: string;
|
|
202
208
|
ShortClaimTypeProperty: string;
|
|
@@ -206,6 +212,8 @@ export const JsonWebTokenHandler: {
|
|
|
206
212
|
export type JsonWebTokenHandler = JsonWebTokenHandler$instance;
|
|
207
213
|
|
|
208
214
|
export interface JwtTokenUtilities$instance {
|
|
215
|
+
readonly __tsonic_type_Microsoft_IdentityModel_JsonWebTokens_JwtTokenUtilities: never;
|
|
216
|
+
|
|
209
217
|
}
|
|
210
218
|
|
|
211
219
|
|
|
@@ -216,7 +224,7 @@ export const JwtTokenUtilities: {
|
|
|
216
224
|
CreateEncodedSignature(input: string, signingCredentials: SigningCredentials, cacheProvider: boolean): string;
|
|
217
225
|
CreateEncodedSignature(input: string, signingCredentials: SigningCredentials): string;
|
|
218
226
|
GenerateKeyBytes(sizeInBits: int): byte[];
|
|
219
|
-
GetAllDecryptionKeys(validationParameters: TokenValidationParameters):
|
|
227
|
+
GetAllDecryptionKeys(validationParameters: TokenValidationParameters): IEnumerable_1<SecurityKey>;
|
|
220
228
|
};
|
|
221
229
|
|
|
222
230
|
|
|
@@ -7,14 +7,16 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
7
7
|
|
|
8
8
|
// Import types from other namespaces
|
|
9
9
|
import type { EventLogLevel, IIdentityLogger } from "../../Microsoft.IdentityModel.Abstractions/internal/index.js";
|
|
10
|
-
import type {
|
|
11
|
-
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
12
|
-
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing.js";
|
|
13
|
-
import type { StreamWriter } from "@tsonic/dotnet/System.IO.js";
|
|
14
|
-
import * as System_Internal from "@tsonic/dotnet/System.js";
|
|
15
|
-
import type { ArgumentException, ArgumentNullException, Boolean as ClrBoolean, Exception,
|
|
10
|
+
import type { ICollection_1, IDictionary_2 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
11
|
+
import * as System_Diagnostics_Tracing_Internal from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
12
|
+
import type { EventLevel, EventListener, EventSource, EventWrittenEventArgs } from "@tsonic/dotnet/System.Diagnostics.Tracing/internal/index.js";
|
|
13
|
+
import type { StreamWriter } from "@tsonic/dotnet/System.IO/internal/index.js";
|
|
14
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
15
|
+
import type { ArgumentException, ArgumentNullException, Boolean as ClrBoolean, Exception, Func_2, Guid, IDisposable, Object as ClrObject, String as ClrString, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
16
16
|
|
|
17
17
|
export interface ISafeLogSecurityArtifact$instance {
|
|
18
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Logging_ISafeLogSecurityArtifact: never;
|
|
19
|
+
|
|
18
20
|
UnsafeToString(): string;
|
|
19
21
|
}
|
|
20
22
|
|
|
@@ -22,6 +24,10 @@ export interface ISafeLogSecurityArtifact$instance {
|
|
|
22
24
|
export type ISafeLogSecurityArtifact = ISafeLogSecurityArtifact$instance;
|
|
23
25
|
|
|
24
26
|
export interface IdentityModelEventSource$instance extends EventSource {
|
|
27
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Logging_IdentityModelEventSource: never;
|
|
28
|
+
|
|
29
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
30
|
+
|
|
25
31
|
LogLevel: EventLevel;
|
|
26
32
|
Write(level: EventLevel, innerException: Exception, message: string): void;
|
|
27
33
|
Write(level: EventLevel, innerException: Exception, message: string, ...args: unknown[]): void;
|
|
@@ -41,7 +47,6 @@ export interface IdentityModelEventSource$instance extends EventSource {
|
|
|
41
47
|
|
|
42
48
|
|
|
43
49
|
export const IdentityModelEventSource: {
|
|
44
|
-
new(): IdentityModelEventSource;
|
|
45
50
|
readonly Logger: IdentityModelEventSource;
|
|
46
51
|
ShowPII: boolean;
|
|
47
52
|
LogCompleteSecurityArtifact: boolean;
|
|
@@ -54,11 +59,13 @@ export const IdentityModelEventSource: {
|
|
|
54
59
|
export type IdentityModelEventSource = IdentityModelEventSource$instance;
|
|
55
60
|
|
|
56
61
|
export interface LoggerContext$instance {
|
|
62
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Logging_LoggerContext: never;
|
|
63
|
+
|
|
57
64
|
ActivityId: Guid;
|
|
58
65
|
CaptureLogs: boolean;
|
|
59
66
|
DebugId: string;
|
|
60
|
-
Logs:
|
|
61
|
-
PropertyBag:
|
|
67
|
+
Logs: ICollection_1<System_Internal.String>;
|
|
68
|
+
PropertyBag: IDictionary_2<System_Internal.String, unknown>;
|
|
62
69
|
}
|
|
63
70
|
|
|
64
71
|
|
|
@@ -71,6 +78,8 @@ export const LoggerContext: {
|
|
|
71
78
|
export type LoggerContext = LoggerContext$instance;
|
|
72
79
|
|
|
73
80
|
export interface LogHelper$instance {
|
|
81
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Logging_LogHelper: never;
|
|
82
|
+
|
|
74
83
|
}
|
|
75
84
|
|
|
76
85
|
|
|
@@ -102,21 +111,21 @@ export const LogHelper: {
|
|
|
102
111
|
LogVerbose(message: string, ...args: unknown[]): void;
|
|
103
112
|
LogWarning(message: string, ...args: unknown[]): void;
|
|
104
113
|
MarkAsNonPII(arg: unknown): unknown;
|
|
105
|
-
MarkAsSecurityArtifact(arg: unknown, callback:
|
|
106
|
-
MarkAsSecurityArtifact(arg: unknown, callback:
|
|
107
|
-
MarkAsUnsafeSecurityArtifact(arg: unknown, callbackUnsafe:
|
|
114
|
+
MarkAsSecurityArtifact(arg: unknown, callback: Func_2<unknown, System_Internal.String>, callbackUnsafe: Func_2<unknown, System_Internal.String>): unknown;
|
|
115
|
+
MarkAsSecurityArtifact(arg: unknown, callback: Func_2<unknown, System_Internal.String>): unknown;
|
|
116
|
+
MarkAsUnsafeSecurityArtifact(arg: unknown, callbackUnsafe: Func_2<unknown, System_Internal.String>): unknown;
|
|
108
117
|
};
|
|
109
118
|
|
|
110
119
|
|
|
111
120
|
export type LogHelper = LogHelper$instance;
|
|
112
121
|
|
|
113
|
-
export
|
|
114
|
-
|
|
115
|
-
}
|
|
122
|
+
export interface TextWriterEventListener$instance extends EventListener {
|
|
123
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Logging_TextWriterEventListener: never;
|
|
116
124
|
|
|
125
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
117
126
|
|
|
118
|
-
export interface TextWriterEventListener$instance extends TextWriterEventListener$protected, EventListener {
|
|
119
127
|
Dispose(): void;
|
|
128
|
+
OnEventWritten(eventData: EventWrittenEventArgs): void;
|
|
120
129
|
}
|
|
121
130
|
|
|
122
131
|
|
|
@@ -9,18 +9,20 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import type { LastKnownGoodConfigurationCacheOptions } from "../../Microsoft.IdentityModel.Protocols.Configuration/internal/index.js";
|
|
10
10
|
import * as Microsoft_IdentityModel_Tokens_Internal from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
11
11
|
import type { BaseConfiguration, BaseConfigurationManager } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized.js";
|
|
14
|
-
import
|
|
15
|
-
import type {
|
|
16
|
-
import type {
|
|
17
|
-
import type {
|
|
18
|
-
import type {
|
|
19
|
-
import
|
|
20
|
-
import type {
|
|
12
|
+
import type { IDictionary_2, IEnumerable_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import type { NameValueCollection } from "@tsonic/dotnet/System.Collections.Specialized/internal/index.js";
|
|
14
|
+
import type { HttpHeaders } from "@tsonic/dotnet/System.Net.Http.Headers/internal/index.js";
|
|
15
|
+
import type { HttpClient } from "@tsonic/dotnet/System.Net.Http/internal/index.js";
|
|
16
|
+
import type { X509Certificate2Collection } from "@tsonic/dotnet/System.Security.Cryptography.X509Certificates/internal/index.js";
|
|
17
|
+
import type { Task_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
18
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
19
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
20
|
+
import type { Boolean as ClrBoolean, Byte, Object as ClrObject, String as ClrString, TimeSpan, Uri, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
21
21
|
|
|
22
22
|
export interface IConfigurationManager_1$instance<T> {
|
|
23
|
-
|
|
23
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationManager_1: never;
|
|
24
|
+
|
|
25
|
+
GetConfigurationAsync(cancel: CancellationToken): Task_1<T>;
|
|
24
26
|
RequestRefresh(): void;
|
|
25
27
|
}
|
|
26
28
|
|
|
@@ -28,13 +30,17 @@ export interface IConfigurationManager_1$instance<T> {
|
|
|
28
30
|
export type IConfigurationManager_1<T> = IConfigurationManager_1$instance<T>;
|
|
29
31
|
|
|
30
32
|
export interface IConfigurationRetriever_1$instance<T> {
|
|
31
|
-
|
|
33
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationRetriever_1: never;
|
|
34
|
+
|
|
35
|
+
GetConfigurationAsync(address: string, retriever: IDocumentRetriever, cancel: CancellationToken): Task_1<T>;
|
|
32
36
|
}
|
|
33
37
|
|
|
34
38
|
|
|
35
39
|
export type IConfigurationRetriever_1<T> = IConfigurationRetriever_1$instance<T>;
|
|
36
40
|
|
|
37
41
|
export interface IConfigurationValidator_1$instance<T> {
|
|
42
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationValidator_1: never;
|
|
43
|
+
|
|
38
44
|
Validate(configuration: T): ConfigurationValidationResult;
|
|
39
45
|
}
|
|
40
46
|
|
|
@@ -42,15 +48,19 @@ export interface IConfigurationValidator_1$instance<T> {
|
|
|
42
48
|
export type IConfigurationValidator_1<T> = IConfigurationValidator_1$instance<T>;
|
|
43
49
|
|
|
44
50
|
export interface IDocumentRetriever$instance {
|
|
45
|
-
|
|
51
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IDocumentRetriever: never;
|
|
52
|
+
|
|
53
|
+
GetDocumentAsync(address: string, cancel: CancellationToken): Task_1<System_Internal.String>;
|
|
46
54
|
}
|
|
47
55
|
|
|
48
56
|
|
|
49
57
|
export type IDocumentRetriever = IDocumentRetriever$instance;
|
|
50
58
|
|
|
51
59
|
export interface AuthenticationProtocolMessage$instance {
|
|
60
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_AuthenticationProtocolMessage: never;
|
|
61
|
+
|
|
52
62
|
IssuerAddress: string;
|
|
53
|
-
readonly Parameters:
|
|
63
|
+
readonly Parameters: IDictionary_2<System_Internal.String, System_Internal.String>;
|
|
54
64
|
PostTitle: string;
|
|
55
65
|
Script: string;
|
|
56
66
|
ScriptButtonText: string;
|
|
@@ -64,18 +74,21 @@ export interface AuthenticationProtocolMessage$instance {
|
|
|
64
74
|
}
|
|
65
75
|
|
|
66
76
|
|
|
67
|
-
export const AuthenticationProtocolMessage: {
|
|
68
|
-
new(): AuthenticationProtocolMessage;
|
|
77
|
+
export const AuthenticationProtocolMessage: (abstract new() => AuthenticationProtocolMessage) & {
|
|
69
78
|
};
|
|
70
79
|
|
|
71
80
|
|
|
72
81
|
export type AuthenticationProtocolMessage = AuthenticationProtocolMessage$instance;
|
|
73
82
|
|
|
74
83
|
export interface ConfigurationManager_1$instance<T> extends BaseConfigurationManager {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
84
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_ConfigurationManager_1: never;
|
|
85
|
+
|
|
86
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationManager_1: never;
|
|
87
|
+
|
|
88
|
+
GetBaseConfigurationAsync(cancel: CancellationToken): Task_1<BaseConfiguration>;
|
|
89
|
+
GetBaseConfigurationAsync(cancel: CancellationToken): Task_1<BaseConfiguration>;
|
|
90
|
+
GetConfigurationAsync(): Task_1<T>;
|
|
91
|
+
GetConfigurationAsync(cancel: CancellationToken): Task_1<T>;
|
|
79
92
|
RequestRefresh(): void;
|
|
80
93
|
}
|
|
81
94
|
|
|
@@ -102,6 +115,8 @@ export type ConfigurationManager_1<T> = ConfigurationManager_1$instance<T> & __C
|
|
|
102
115
|
|
|
103
116
|
|
|
104
117
|
export interface ConfigurationValidationResult$instance {
|
|
118
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_ConfigurationValidationResult: never;
|
|
119
|
+
|
|
105
120
|
ErrorMessage: string;
|
|
106
121
|
Succeeded: boolean;
|
|
107
122
|
}
|
|
@@ -114,8 +129,12 @@ export const ConfigurationValidationResult: {
|
|
|
114
129
|
|
|
115
130
|
export type ConfigurationValidationResult = ConfigurationValidationResult$instance;
|
|
116
131
|
|
|
117
|
-
export interface FileDocumentRetriever$instance {
|
|
118
|
-
|
|
132
|
+
export interface FileDocumentRetriever$instance extends IDocumentRetriever$instance {
|
|
133
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_FileDocumentRetriever: never;
|
|
134
|
+
|
|
135
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IDocumentRetriever: never;
|
|
136
|
+
|
|
137
|
+
GetDocumentAsync(address: string, cancel: CancellationToken): Task_1<System_Internal.String>;
|
|
119
138
|
}
|
|
120
139
|
|
|
121
140
|
|
|
@@ -128,15 +147,17 @@ export interface __FileDocumentRetriever$views {
|
|
|
128
147
|
As_IDocumentRetriever(): IDocumentRetriever$instance;
|
|
129
148
|
}
|
|
130
149
|
|
|
131
|
-
export interface FileDocumentRetriever$instance extends IDocumentRetriever$instance {}
|
|
132
|
-
|
|
133
150
|
export type FileDocumentRetriever = FileDocumentRetriever$instance & __FileDocumentRetriever$views;
|
|
134
151
|
|
|
135
152
|
|
|
136
|
-
export interface HttpDocumentRetriever$instance {
|
|
153
|
+
export interface HttpDocumentRetriever$instance extends IDocumentRetriever$instance {
|
|
154
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_HttpDocumentRetriever: never;
|
|
155
|
+
|
|
156
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IDocumentRetriever: never;
|
|
157
|
+
|
|
137
158
|
RequireHttps: boolean;
|
|
138
159
|
SendAdditionalHeaderData: boolean;
|
|
139
|
-
GetDocumentAsync(address: string, cancel: CancellationToken):
|
|
160
|
+
GetDocumentAsync(address: string, cancel: CancellationToken): Task_1<System_Internal.String>;
|
|
140
161
|
}
|
|
141
162
|
|
|
142
163
|
|
|
@@ -153,17 +174,17 @@ export interface __HttpDocumentRetriever$views {
|
|
|
153
174
|
As_IDocumentRetriever(): IDocumentRetriever$instance;
|
|
154
175
|
}
|
|
155
176
|
|
|
156
|
-
export interface HttpDocumentRetriever$instance extends IDocumentRetriever$instance {}
|
|
157
|
-
|
|
158
177
|
export type HttpDocumentRetriever = HttpDocumentRetriever$instance & __HttpDocumentRetriever$views;
|
|
159
178
|
|
|
160
179
|
|
|
161
180
|
export interface HttpRequestData$instance {
|
|
181
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_HttpRequestData: never;
|
|
182
|
+
|
|
162
183
|
Body: byte[];
|
|
163
184
|
readonly ClientCertificates: X509Certificate2Collection;
|
|
164
|
-
Headers:
|
|
185
|
+
Headers: IDictionary_2<System_Internal.String, IEnumerable_1<System_Internal.String>>;
|
|
165
186
|
Method: string;
|
|
166
|
-
PropertyBag:
|
|
187
|
+
PropertyBag: IDictionary_2<System_Internal.String, unknown>;
|
|
167
188
|
Uri: Uri;
|
|
168
189
|
AppendHeaders(headers: HttpHeaders): void;
|
|
169
190
|
}
|
|
@@ -177,9 +198,13 @@ export const HttpRequestData: {
|
|
|
177
198
|
export type HttpRequestData = HttpRequestData$instance;
|
|
178
199
|
|
|
179
200
|
export interface StaticConfigurationManager_1$instance<T> extends BaseConfigurationManager {
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
201
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_StaticConfigurationManager_1: never;
|
|
202
|
+
|
|
203
|
+
readonly __tsonic_iface_Microsoft_IdentityModel_Protocols_IConfigurationManager_1: never;
|
|
204
|
+
|
|
205
|
+
GetBaseConfigurationAsync(cancel: CancellationToken): Task_1<BaseConfiguration>;
|
|
206
|
+
GetBaseConfigurationAsync(cancel: CancellationToken): Task_1<BaseConfiguration>;
|
|
207
|
+
GetConfigurationAsync(cancel: CancellationToken): Task_1<T>;
|
|
183
208
|
RequestRefresh(): void;
|
|
184
209
|
}
|
|
185
210
|
|
|
@@ -197,6 +222,8 @@ export type StaticConfigurationManager_1<T> = StaticConfigurationManager_1$insta
|
|
|
197
222
|
|
|
198
223
|
|
|
199
224
|
export interface X509CertificateValidationMode$instance {
|
|
225
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_X509CertificateValidationMode: never;
|
|
226
|
+
|
|
200
227
|
}
|
|
201
228
|
|
|
202
229
|
|
|
@@ -9,14 +9,18 @@ import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint12
|
|
|
9
9
|
import * as Microsoft_IdentityModel_Tokens_Configuration_Internal from "../../Microsoft.IdentityModel.Tokens.Configuration/internal/index.js";
|
|
10
10
|
import type { LKGConfigurationCacheOptions } from "../../Microsoft.IdentityModel.Tokens.Configuration/internal/index.js";
|
|
11
11
|
import type { BaseConfiguration } from "../../Microsoft.IdentityModel.Tokens/internal/index.js";
|
|
12
|
-
import type {
|
|
13
|
-
import * as
|
|
14
|
-
import type {
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import type {
|
|
12
|
+
import type { IEqualityComparer_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
13
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
14
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
15
|
+
import type { TaskCreationOptions } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
16
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
17
|
+
import type { Boolean as ClrBoolean, Exception, Int32, String as ClrString } from "@tsonic/dotnet/System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface InvalidConfigurationException$instance extends Exception {
|
|
20
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_Configuration_InvalidConfigurationException: never;
|
|
21
|
+
|
|
22
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
23
|
+
|
|
20
24
|
}
|
|
21
25
|
|
|
22
26
|
|
|
@@ -24,13 +28,14 @@ export const InvalidConfigurationException: {
|
|
|
24
28
|
new(): InvalidConfigurationException;
|
|
25
29
|
new(message: string): InvalidConfigurationException;
|
|
26
30
|
new(message: string, innerException: Exception): InvalidConfigurationException;
|
|
27
|
-
new(info: SerializationInfo, context: StreamingContext): InvalidConfigurationException;
|
|
28
31
|
};
|
|
29
32
|
|
|
30
33
|
|
|
31
34
|
export type InvalidConfigurationException = InvalidConfigurationException$instance;
|
|
32
35
|
|
|
33
36
|
export interface LastKnownGoodConfigurationCacheOptions$instance extends LKGConfigurationCacheOptions {
|
|
37
|
+
readonly __tsonic_type_Microsoft_IdentityModel_Protocols_Configuration_LastKnownGoodConfigurationCacheOptions: never;
|
|
38
|
+
|
|
34
39
|
}
|
|
35
40
|
|
|
36
41
|
|