@tsonic/aspnetcore 10.0.12 → 10.0.16
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/Microsoft.AspNetCore.Authentication/bindings.json +0 -520
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +6 -31
- package/Microsoft.AspNetCore.Authentication.Cookies/bindings.json +0 -140
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +1 -7
- package/Microsoft.AspNetCore.Authentication.OAuth/bindings.json +0 -120
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +1 -6
- package/Microsoft.AspNetCore.Authorization.Infrastructure/bindings.json +0 -160
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +3 -22
- package/Microsoft.AspNetCore.Components.Authorization/bindings.json +0 -340
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +4 -21
- package/Microsoft.AspNetCore.Components.Forms/bindings.json +223 -1903
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +19 -93
- package/Microsoft.AspNetCore.Components.RenderTree/bindings.json +1 -1
- package/Microsoft.AspNetCore.Components.Routing/bindings.json +0 -180
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +2 -11
- package/Microsoft.AspNetCore.Components.Server/bindings.json +0 -40
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Components.Web/bindings.json +0 -380
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +4 -23
- package/Microsoft.AspNetCore.Components.Web.Virtualization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Hosting/bindings.json +0 -100
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +0 -5
- package/Microsoft.AspNetCore.Http.HttpResults/bindings.json +0 -20
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +1 -2
- package/Microsoft.AspNetCore.Identity/bindings.json +0 -960
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +3 -49
- package/Microsoft.AspNetCore.Localization/bindings.json +0 -80
- package/Microsoft.AspNetCore.Localization.Routing/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc/bindings.json +0 -660
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +8 -41
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/bindings.json +0 -80
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Formatters/bindings.json +15 -595
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +11 -35
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/bindings.json +0 -20
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Infrastructure/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.ModelBinding/bindings.json +0 -280
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +5 -18
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/bindings.json +0 -100
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +1 -5
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/bindings.json +0 -40
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +0 -1
- package/Microsoft.AspNetCore.Mvc.Razor/bindings.json +3 -63
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/bindings.json +0 -120
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +3 -9
- package/Microsoft.AspNetCore.Mvc.RazorPages/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/bindings.json +6 -6
- package/Microsoft.AspNetCore.Mvc.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +1 -3
- package/Microsoft.AspNetCore.Mvc.TagHelpers/bindings.json +0 -600
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +18 -48
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/bindings.json +12 -612
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +3 -29
- package/Microsoft.AspNetCore.Razor.TagHelpers/bindings.json +0 -60
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing/bindings.json +0 -60
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +0 -3
- package/Microsoft.AspNetCore.Routing.Constraints/bindings.json +0 -80
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +2 -6
- package/Microsoft.AspNetCore.SignalR/bindings.json +3 -103
- package/Microsoft.JSInterop/bindings.json +0 -120
- package/Microsoft.JSInterop/internal/index.d.ts +0 -6
- package/Microsoft.JSInterop.Implementation/bindings.json +0 -240
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +1 -13
- package/README.md +58 -2
- package/System.Threading.RateLimiting/bindings.json +16 -16
- package/package.json +4 -4
|
@@ -648,23 +648,18 @@ export interface __NoopClaimsTransformation$views {
|
|
|
648
648
|
export type NoopClaimsTransformation = NoopClaimsTransformation$instance & __NoopClaimsTransformation$views;
|
|
649
649
|
|
|
650
650
|
|
|
651
|
-
export interface PolicySchemeHandler$instance extends SignInAuthenticationHandler_1$instance<PolicySchemeOptions
|
|
651
|
+
export interface PolicySchemeHandler$instance extends SignInAuthenticationHandler_1$instance<PolicySchemeOptions> {
|
|
652
652
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PolicySchemeHandler: never;
|
|
653
653
|
|
|
654
654
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
655
655
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
|
|
656
656
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
|
|
657
657
|
|
|
658
|
-
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
659
|
-
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
660
658
|
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
661
659
|
HandleChallengeAsync(properties: AuthenticationProperties): Task;
|
|
662
660
|
HandleForbiddenAsync(properties: AuthenticationProperties): Task;
|
|
663
661
|
HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
|
|
664
662
|
HandleSignOutAsync(properties: AuthenticationProperties): Task;
|
|
665
|
-
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
666
|
-
SignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
|
|
667
|
-
SignOutAsync(properties: AuthenticationProperties): Task;
|
|
668
663
|
}
|
|
669
664
|
|
|
670
665
|
|
|
@@ -722,15 +717,11 @@ export const PropertiesContext_1: (abstract new<TOptions extends AuthenticationS
|
|
|
722
717
|
|
|
723
718
|
export type PropertiesContext_1<TOptions extends AuthenticationSchemeOptions> = PropertiesContext_1$instance<TOptions>;
|
|
724
719
|
|
|
725
|
-
export interface PropertiesDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationProperties> {
|
|
720
|
+
export interface PropertiesDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationProperties>, ISecureDataFormat_1$instance<AuthenticationProperties> {
|
|
726
721
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_PropertiesDataFormat: never;
|
|
727
722
|
|
|
728
723
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
|
|
729
724
|
|
|
730
|
-
Protect(data: AuthenticationProperties): string;
|
|
731
|
-
Protect(data: AuthenticationProperties, purpose: string): string;
|
|
732
|
-
Unprotect(protectedText: string): AuthenticationProperties;
|
|
733
|
-
Unprotect(protectedText: string, purpose: string): AuthenticationProperties;
|
|
734
725
|
}
|
|
735
726
|
|
|
736
727
|
|
|
@@ -823,24 +814,19 @@ export const RemoteAuthenticationEvents: {
|
|
|
823
814
|
|
|
824
815
|
export type RemoteAuthenticationEvents = RemoteAuthenticationEvents$instance;
|
|
825
816
|
|
|
826
|
-
export interface RemoteAuthenticationHandler_1$instance<TOptions extends RemoteAuthenticationOptions> extends AuthenticationHandler_1$instance<TOptions
|
|
817
|
+
export interface RemoteAuthenticationHandler_1$instance<TOptions extends RemoteAuthenticationOptions> extends AuthenticationHandler_1$instance<TOptions> {
|
|
827
818
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_RemoteAuthenticationHandler_1: never;
|
|
828
819
|
|
|
829
820
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
830
821
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationRequestHandler: never;
|
|
831
822
|
|
|
832
|
-
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
833
|
-
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
834
|
-
CreateEventsAsync(): Task_1<unknown>;
|
|
835
823
|
CreateEventsAsync(): Task_1<unknown>;
|
|
836
824
|
GenerateCorrelationId(properties: AuthenticationProperties): void;
|
|
837
825
|
HandleAccessDeniedErrorAsync(properties: AuthenticationProperties): Task_1<HandleRequestResult>;
|
|
838
826
|
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
839
|
-
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
840
827
|
HandleForbiddenAsync(properties: AuthenticationProperties): Task;
|
|
841
828
|
HandleRemoteAuthenticateAsync(): Task_1<HandleRequestResult>;
|
|
842
829
|
HandleRequestAsync(): Task_1<System_Internal.Boolean>;
|
|
843
|
-
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
844
830
|
ShouldHandleRequestAsync(): Task_1<System_Internal.Boolean>;
|
|
845
831
|
ValidateCorrelationId(properties: AuthenticationProperties): boolean;
|
|
846
832
|
}
|
|
@@ -965,19 +951,15 @@ export interface __SecureDataFormat_1$views<TData> {
|
|
|
965
951
|
export type SecureDataFormat_1<TData> = SecureDataFormat_1$instance<TData> & __SecureDataFormat_1$views<TData>;
|
|
966
952
|
|
|
967
953
|
|
|
968
|
-
export interface SignInAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends SignOutAuthenticationHandler_1$instance<TOptions
|
|
954
|
+
export interface SignInAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends SignOutAuthenticationHandler_1$instance<TOptions> {
|
|
969
955
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SignInAuthenticationHandler_1: never;
|
|
970
956
|
|
|
971
957
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
972
958
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
|
|
973
959
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
|
|
974
960
|
|
|
975
|
-
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
976
|
-
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
977
961
|
HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
|
|
978
|
-
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
979
962
|
SignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
|
|
980
|
-
SignOutAsync(properties: AuthenticationProperties): Task;
|
|
981
963
|
}
|
|
982
964
|
|
|
983
965
|
|
|
@@ -993,16 +975,13 @@ export interface __SignInAuthenticationHandler_1$views<TOptions extends Authenti
|
|
|
993
975
|
export type SignInAuthenticationHandler_1<TOptions extends AuthenticationSchemeOptions> = SignInAuthenticationHandler_1$instance<TOptions> & __SignInAuthenticationHandler_1$views<TOptions>;
|
|
994
976
|
|
|
995
977
|
|
|
996
|
-
export interface SignOutAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends AuthenticationHandler_1$instance<TOptions
|
|
978
|
+
export interface SignOutAuthenticationHandler_1$instance<TOptions extends AuthenticationSchemeOptions> extends AuthenticationHandler_1$instance<TOptions> {
|
|
997
979
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_SignOutAuthenticationHandler_1: never;
|
|
998
980
|
|
|
999
981
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
1000
982
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
|
|
1001
983
|
|
|
1002
|
-
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
1003
|
-
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
1004
984
|
HandleSignOutAsync(properties: AuthenticationProperties): Task;
|
|
1005
|
-
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
1006
985
|
SignOutAsync(properties: AuthenticationProperties): Task;
|
|
1007
986
|
}
|
|
1008
987
|
|
|
@@ -1039,15 +1018,11 @@ export interface __SystemClock$views {
|
|
|
1039
1018
|
export type SystemClock = SystemClock$instance & __SystemClock$views;
|
|
1040
1019
|
|
|
1041
1020
|
|
|
1042
|
-
export interface TicketDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationTicket> {
|
|
1021
|
+
export interface TicketDataFormat$instance extends SecureDataFormat_1$instance<AuthenticationTicket>, ISecureDataFormat_1$instance<AuthenticationTicket> {
|
|
1043
1022
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_TicketDataFormat: never;
|
|
1044
1023
|
|
|
1045
1024
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_ISecureDataFormat_1: never;
|
|
1046
1025
|
|
|
1047
|
-
Protect(data: AuthenticationTicket): string;
|
|
1048
|
-
Protect(data: AuthenticationTicket, purpose: string): string;
|
|
1049
|
-
Unprotect(protectedText: string): AuthenticationTicket;
|
|
1050
|
-
Unprotect(protectedText: string, purpose: string): AuthenticationTicket;
|
|
1051
1026
|
}
|
|
1052
1027
|
|
|
1053
1028
|
|
|
@@ -1238,146 +1238,6 @@
|
|
|
1238
1238
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
|
|
1239
1239
|
"isExtensionMethod": false,
|
|
1240
1240
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
|
|
1241
|
-
},
|
|
1242
|
-
{
|
|
1243
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::AuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
1244
|
-
"clrName": "AuthenticateAsync",
|
|
1245
|
-
"metadataToken": 0,
|
|
1246
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
1247
|
-
"normalizedSignature": "AuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
1248
|
-
"emitScope": "ClassSurface",
|
|
1249
|
-
"provenance": "BaseOverload",
|
|
1250
|
-
"arity": 0,
|
|
1251
|
-
"parameterCount": 0,
|
|
1252
|
-
"isStatic": false,
|
|
1253
|
-
"isAbstract": false,
|
|
1254
|
-
"isVirtual": true,
|
|
1255
|
-
"isOverride": false,
|
|
1256
|
-
"isSealed": false,
|
|
1257
|
-
"visibility": "Public",
|
|
1258
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1259
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1260
|
-
"isExtensionMethod": false
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::ChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
1264
|
-
"clrName": "ChallengeAsync",
|
|
1265
|
-
"metadataToken": 0,
|
|
1266
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
1267
|
-
"normalizedSignature": "ChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
1268
|
-
"emitScope": "ClassSurface",
|
|
1269
|
-
"provenance": "BaseOverload",
|
|
1270
|
-
"arity": 0,
|
|
1271
|
-
"parameterCount": 1,
|
|
1272
|
-
"isStatic": false,
|
|
1273
|
-
"isAbstract": false,
|
|
1274
|
-
"isVirtual": true,
|
|
1275
|
-
"isOverride": false,
|
|
1276
|
-
"isSealed": false,
|
|
1277
|
-
"visibility": "Public",
|
|
1278
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1279
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1280
|
-
"isExtensionMethod": false
|
|
1281
|
-
},
|
|
1282
|
-
{
|
|
1283
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::CreateEventsAsync():System.Threading.Tasks.Task_1",
|
|
1284
|
-
"clrName": "CreateEventsAsync",
|
|
1285
|
-
"metadataToken": 0,
|
|
1286
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
1287
|
-
"normalizedSignature": "CreateEventsAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
1288
|
-
"emitScope": "ClassSurface",
|
|
1289
|
-
"provenance": "BaseOverload",
|
|
1290
|
-
"arity": 0,
|
|
1291
|
-
"parameterCount": 0,
|
|
1292
|
-
"isStatic": false,
|
|
1293
|
-
"isAbstract": false,
|
|
1294
|
-
"isVirtual": true,
|
|
1295
|
-
"isOverride": false,
|
|
1296
|
-
"isSealed": false,
|
|
1297
|
-
"visibility": "Protected",
|
|
1298
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1299
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1300
|
-
"isExtensionMethod": false
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::HandleAuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
1304
|
-
"clrName": "HandleAuthenticateAsync",
|
|
1305
|
-
"metadataToken": 0,
|
|
1306
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
1307
|
-
"normalizedSignature": "HandleAuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
1308
|
-
"emitScope": "ClassSurface",
|
|
1309
|
-
"provenance": "BaseOverload",
|
|
1310
|
-
"arity": 0,
|
|
1311
|
-
"parameterCount": 0,
|
|
1312
|
-
"isStatic": false,
|
|
1313
|
-
"isAbstract": true,
|
|
1314
|
-
"isVirtual": true,
|
|
1315
|
-
"isOverride": false,
|
|
1316
|
-
"isSealed": false,
|
|
1317
|
-
"visibility": "Protected",
|
|
1318
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1319
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1320
|
-
"isExtensionMethod": false
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
1324
|
-
"clrName": "InitializeAsync",
|
|
1325
|
-
"metadataToken": 0,
|
|
1326
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
1327
|
-
"normalizedSignature": "InitializeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task|static=false",
|
|
1328
|
-
"emitScope": "ClassSurface",
|
|
1329
|
-
"provenance": "BaseOverload",
|
|
1330
|
-
"arity": 0,
|
|
1331
|
-
"parameterCount": 2,
|
|
1332
|
-
"isStatic": false,
|
|
1333
|
-
"isAbstract": false,
|
|
1334
|
-
"isVirtual": true,
|
|
1335
|
-
"isOverride": false,
|
|
1336
|
-
"isSealed": false,
|
|
1337
|
-
"visibility": "Public",
|
|
1338
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1339
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1340
|
-
"isExtensionMethod": false
|
|
1341
|
-
},
|
|
1342
|
-
{
|
|
1343
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::SignInAsync(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
1344
|
-
"clrName": "SignInAsync",
|
|
1345
|
-
"metadataToken": 0,
|
|
1346
|
-
"canonicalSignature": "(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
1347
|
-
"normalizedSignature": "SignInAsync|(System.Security.Claims.ClaimsPrincipal,Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
1348
|
-
"emitScope": "ClassSurface",
|
|
1349
|
-
"provenance": "BaseOverload",
|
|
1350
|
-
"arity": 0,
|
|
1351
|
-
"parameterCount": 2,
|
|
1352
|
-
"isStatic": false,
|
|
1353
|
-
"isAbstract": false,
|
|
1354
|
-
"isVirtual": true,
|
|
1355
|
-
"isOverride": false,
|
|
1356
|
-
"isSealed": false,
|
|
1357
|
-
"visibility": "Public",
|
|
1358
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1359
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1360
|
-
"isExtensionMethod": false
|
|
1361
|
-
},
|
|
1362
|
-
{
|
|
1363
|
-
"stableId": "Microsoft.AspNetCore.Authentication.Cookies:Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler::SignOutAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
1364
|
-
"clrName": "SignOutAsync",
|
|
1365
|
-
"metadataToken": 0,
|
|
1366
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
1367
|
-
"normalizedSignature": "SignOutAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
1368
|
-
"emitScope": "ClassSurface",
|
|
1369
|
-
"provenance": "BaseOverload",
|
|
1370
|
-
"arity": 0,
|
|
1371
|
-
"parameterCount": 1,
|
|
1372
|
-
"isStatic": false,
|
|
1373
|
-
"isAbstract": false,
|
|
1374
|
-
"isVirtual": true,
|
|
1375
|
-
"isOverride": false,
|
|
1376
|
-
"isSealed": false,
|
|
1377
|
-
"visibility": "Public",
|
|
1378
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.Cookies.CookieAuthenticationHandler",
|
|
1379
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Cookies",
|
|
1380
|
-
"isExtensionMethod": false
|
|
1381
1241
|
}
|
|
1382
1242
|
],
|
|
1383
1243
|
"properties": [
|
|
@@ -108,16 +108,13 @@ export const CookieAuthenticationEvents: {
|
|
|
108
108
|
|
|
109
109
|
export type CookieAuthenticationEvents = CookieAuthenticationEvents$instance;
|
|
110
110
|
|
|
111
|
-
export interface CookieAuthenticationHandler$instance extends SignInAuthenticationHandler_1<CookieAuthenticationOptions
|
|
111
|
+
export interface CookieAuthenticationHandler$instance extends SignInAuthenticationHandler_1<CookieAuthenticationOptions> {
|
|
112
112
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_Cookies_CookieAuthenticationHandler: never;
|
|
113
113
|
|
|
114
114
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
115
115
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignInHandler: never;
|
|
116
116
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationSignOutHandler: never;
|
|
117
117
|
|
|
118
|
-
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
119
|
-
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
120
|
-
CreateEventsAsync(): Task_1<unknown>;
|
|
121
118
|
CreateEventsAsync(): Task_1<unknown>;
|
|
122
119
|
FinishResponseAsync(): Task;
|
|
123
120
|
HandleAuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
@@ -125,10 +122,7 @@ export interface CookieAuthenticationHandler$instance extends SignInAuthenticati
|
|
|
125
122
|
HandleForbiddenAsync(properties: AuthenticationProperties): Task;
|
|
126
123
|
HandleSignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
|
|
127
124
|
HandleSignOutAsync(properties: AuthenticationProperties): Task;
|
|
128
|
-
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
129
125
|
InitializeHandlerAsync(): Task;
|
|
130
|
-
SignInAsync(user: ClaimsPrincipal, properties: AuthenticationProperties): Task;
|
|
131
|
-
SignOutAsync(properties: AuthenticationProperties): Task;
|
|
132
126
|
}
|
|
133
127
|
|
|
134
128
|
|
|
@@ -822,126 +822,6 @@
|
|
|
822
822
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.Abstractions",
|
|
823
823
|
"isExtensionMethod": false,
|
|
824
824
|
"sourceInterface": "Microsoft.AspNetCore.Authentication.IAuthenticationHandler"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601::AuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
828
|
-
"clrName": "AuthenticateAsync",
|
|
829
|
-
"metadataToken": 0,
|
|
830
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
831
|
-
"normalizedSignature": "AuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
832
|
-
"emitScope": "ClassSurface",
|
|
833
|
-
"provenance": "BaseOverload",
|
|
834
|
-
"arity": 0,
|
|
835
|
-
"parameterCount": 0,
|
|
836
|
-
"isStatic": false,
|
|
837
|
-
"isAbstract": false,
|
|
838
|
-
"isVirtual": true,
|
|
839
|
-
"isOverride": false,
|
|
840
|
-
"isSealed": false,
|
|
841
|
-
"visibility": "Public",
|
|
842
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601",
|
|
843
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
844
|
-
"isExtensionMethod": false
|
|
845
|
-
},
|
|
846
|
-
{
|
|
847
|
-
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601::ChallengeAsync(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
848
|
-
"clrName": "ChallengeAsync",
|
|
849
|
-
"metadataToken": 0,
|
|
850
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task",
|
|
851
|
-
"normalizedSignature": "ChallengeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationProperties):System.Threading.Tasks.Task|static=false",
|
|
852
|
-
"emitScope": "ClassSurface",
|
|
853
|
-
"provenance": "BaseOverload",
|
|
854
|
-
"arity": 0,
|
|
855
|
-
"parameterCount": 1,
|
|
856
|
-
"isStatic": false,
|
|
857
|
-
"isAbstract": false,
|
|
858
|
-
"isVirtual": true,
|
|
859
|
-
"isOverride": false,
|
|
860
|
-
"isSealed": false,
|
|
861
|
-
"visibility": "Public",
|
|
862
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601",
|
|
863
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
864
|
-
"isExtensionMethod": false
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601::CreateEventsAsync():System.Threading.Tasks.Task_1",
|
|
868
|
-
"clrName": "CreateEventsAsync",
|
|
869
|
-
"metadataToken": 0,
|
|
870
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
871
|
-
"normalizedSignature": "CreateEventsAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
872
|
-
"emitScope": "ClassSurface",
|
|
873
|
-
"provenance": "BaseOverload",
|
|
874
|
-
"arity": 0,
|
|
875
|
-
"parameterCount": 0,
|
|
876
|
-
"isStatic": false,
|
|
877
|
-
"isAbstract": false,
|
|
878
|
-
"isVirtual": true,
|
|
879
|
-
"isOverride": false,
|
|
880
|
-
"isSealed": false,
|
|
881
|
-
"visibility": "Protected",
|
|
882
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601",
|
|
883
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
884
|
-
"isExtensionMethod": false
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601::HandleRemoteAuthenticateAsync():System.Threading.Tasks.Task_1",
|
|
888
|
-
"clrName": "HandleRemoteAuthenticateAsync",
|
|
889
|
-
"metadataToken": 0,
|
|
890
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
891
|
-
"normalizedSignature": "HandleRemoteAuthenticateAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
892
|
-
"emitScope": "ClassSurface",
|
|
893
|
-
"provenance": "BaseOverload",
|
|
894
|
-
"arity": 0,
|
|
895
|
-
"parameterCount": 0,
|
|
896
|
-
"isStatic": false,
|
|
897
|
-
"isAbstract": true,
|
|
898
|
-
"isVirtual": true,
|
|
899
|
-
"isOverride": false,
|
|
900
|
-
"isSealed": false,
|
|
901
|
-
"visibility": "Protected",
|
|
902
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601",
|
|
903
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
904
|
-
"isExtensionMethod": false
|
|
905
|
-
},
|
|
906
|
-
{
|
|
907
|
-
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601::HandleRequestAsync():System.Threading.Tasks.Task_1",
|
|
908
|
-
"clrName": "HandleRequestAsync",
|
|
909
|
-
"metadataToken": 0,
|
|
910
|
-
"canonicalSignature": "():System.Threading.Tasks.Task_1",
|
|
911
|
-
"normalizedSignature": "HandleRequestAsync|():System.Threading.Tasks.Task_1|static=false",
|
|
912
|
-
"emitScope": "ClassSurface",
|
|
913
|
-
"provenance": "BaseOverload",
|
|
914
|
-
"arity": 0,
|
|
915
|
-
"parameterCount": 0,
|
|
916
|
-
"isStatic": false,
|
|
917
|
-
"isAbstract": false,
|
|
918
|
-
"isVirtual": true,
|
|
919
|
-
"isOverride": false,
|
|
920
|
-
"isSealed": false,
|
|
921
|
-
"visibility": "Public",
|
|
922
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601",
|
|
923
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
924
|
-
"isExtensionMethod": false
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"stableId": "Microsoft.AspNetCore.Authentication.OAuth:Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601::InitializeAsync(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
928
|
-
"clrName": "InitializeAsync",
|
|
929
|
-
"metadataToken": 0,
|
|
930
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task",
|
|
931
|
-
"normalizedSignature": "InitializeAsync|(Microsoft.AspNetCore.Authentication.AuthenticationScheme,Microsoft.AspNetCore.Http.HttpContext):System.Threading.Tasks.Task|static=false",
|
|
932
|
-
"emitScope": "ClassSurface",
|
|
933
|
-
"provenance": "BaseOverload",
|
|
934
|
-
"arity": 0,
|
|
935
|
-
"parameterCount": 2,
|
|
936
|
-
"isStatic": false,
|
|
937
|
-
"isAbstract": false,
|
|
938
|
-
"isVirtual": true,
|
|
939
|
-
"isOverride": false,
|
|
940
|
-
"isSealed": false,
|
|
941
|
-
"visibility": "Public",
|
|
942
|
-
"declaringClrType": "Microsoft.AspNetCore.Authentication.OAuth.OAuthHandler\u00601",
|
|
943
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authentication.OAuth",
|
|
944
|
-
"isExtensionMethod": false
|
|
945
825
|
}
|
|
946
826
|
],
|
|
947
827
|
"properties": [
|
|
@@ -96,16 +96,13 @@ export const OAuthEvents: {
|
|
|
96
96
|
|
|
97
97
|
export type OAuthEvents = OAuthEvents$instance;
|
|
98
98
|
|
|
99
|
-
export interface OAuthHandler_1$instance<TOptions extends OAuthOptions> extends RemoteAuthenticationHandler_1<TOptions
|
|
99
|
+
export interface OAuthHandler_1$instance<TOptions extends OAuthOptions> extends RemoteAuthenticationHandler_1<TOptions> {
|
|
100
100
|
readonly __tsonic_type_Microsoft_AspNetCore_Authentication_OAuth_OAuthHandler_1: never;
|
|
101
101
|
|
|
102
102
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationHandler: never;
|
|
103
103
|
readonly __tsonic_iface_Microsoft_AspNetCore_Authentication_IAuthenticationRequestHandler: never;
|
|
104
104
|
|
|
105
|
-
AuthenticateAsync(): Task_1<AuthenticateResult>;
|
|
106
105
|
BuildChallengeUrl(properties: AuthenticationProperties, redirectUri: string): string;
|
|
107
|
-
ChallengeAsync(properties: AuthenticationProperties): Task;
|
|
108
|
-
CreateEventsAsync(): Task_1<unknown>;
|
|
109
106
|
CreateEventsAsync(): Task_1<unknown>;
|
|
110
107
|
CreateTicketAsync(identity: ClaimsIdentity, properties: AuthenticationProperties, tokens: OAuthTokenResponse): Task_1<AuthenticationTicket>;
|
|
111
108
|
ExchangeCodeAsync(context: OAuthCodeExchangeContext): Task_1<OAuthTokenResponse>;
|
|
@@ -113,8 +110,6 @@ export interface OAuthHandler_1$instance<TOptions extends OAuthOptions> extends
|
|
|
113
110
|
FormatScope(): string;
|
|
114
111
|
HandleChallengeAsync(properties: AuthenticationProperties): Task;
|
|
115
112
|
HandleRemoteAuthenticateAsync(): Task_1<HandleRequestResult>;
|
|
116
|
-
HandleRequestAsync(): Task_1<System_Internal.Boolean>;
|
|
117
|
-
InitializeAsync(scheme: AuthenticationScheme, context: HttpContext): Task;
|
|
118
113
|
}
|
|
119
114
|
|
|
120
115
|
|
|
@@ -229,46 +229,6 @@
|
|
|
229
229
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
230
230
|
"isExtensionMethod": false,
|
|
231
231
|
"sourceInterface": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement::HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
235
|
-
"clrName": "HandleAsync",
|
|
236
|
-
"metadataToken": 0,
|
|
237
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
238
|
-
"normalizedSignature": "HandleAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task|static=false",
|
|
239
|
-
"emitScope": "ClassSurface",
|
|
240
|
-
"provenance": "BaseOverload",
|
|
241
|
-
"arity": 0,
|
|
242
|
-
"parameterCount": 1,
|
|
243
|
-
"isStatic": false,
|
|
244
|
-
"isAbstract": false,
|
|
245
|
-
"isVirtual": true,
|
|
246
|
-
"isOverride": false,
|
|
247
|
-
"isSealed": false,
|
|
248
|
-
"visibility": "Public",
|
|
249
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
250
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
251
|
-
"isExtensionMethod": false
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
255
|
-
"clrName": "HandleRequirementAsync",
|
|
256
|
-
"metadataToken": 0,
|
|
257
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
258
|
-
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
259
|
-
"emitScope": "ClassSurface",
|
|
260
|
-
"provenance": "BaseOverload",
|
|
261
|
-
"arity": 0,
|
|
262
|
-
"parameterCount": 2,
|
|
263
|
-
"isStatic": false,
|
|
264
|
-
"isAbstract": true,
|
|
265
|
-
"isVirtual": true,
|
|
266
|
-
"isOverride": false,
|
|
267
|
-
"isSealed": false,
|
|
268
|
-
"visibility": "Protected",
|
|
269
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.ClaimsAuthorizationRequirement",
|
|
270
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
271
|
-
"isExtensionMethod": false
|
|
272
232
|
}
|
|
273
233
|
],
|
|
274
234
|
"properties": [
|
|
@@ -416,46 +376,6 @@
|
|
|
416
376
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
417
377
|
"isExtensionMethod": false,
|
|
418
378
|
"sourceInterface": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement::HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
422
|
-
"clrName": "HandleAsync",
|
|
423
|
-
"metadataToken": 0,
|
|
424
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
425
|
-
"normalizedSignature": "HandleAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task|static=false",
|
|
426
|
-
"emitScope": "ClassSurface",
|
|
427
|
-
"provenance": "BaseOverload",
|
|
428
|
-
"arity": 0,
|
|
429
|
-
"parameterCount": 1,
|
|
430
|
-
"isStatic": false,
|
|
431
|
-
"isAbstract": false,
|
|
432
|
-
"isVirtual": true,
|
|
433
|
-
"isOverride": false,
|
|
434
|
-
"isSealed": false,
|
|
435
|
-
"visibility": "Public",
|
|
436
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
437
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
438
|
-
"isExtensionMethod": false
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
442
|
-
"clrName": "HandleRequirementAsync",
|
|
443
|
-
"metadataToken": 0,
|
|
444
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
445
|
-
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
446
|
-
"emitScope": "ClassSurface",
|
|
447
|
-
"provenance": "BaseOverload",
|
|
448
|
-
"arity": 0,
|
|
449
|
-
"parameterCount": 2,
|
|
450
|
-
"isStatic": false,
|
|
451
|
-
"isAbstract": true,
|
|
452
|
-
"isVirtual": true,
|
|
453
|
-
"isOverride": false,
|
|
454
|
-
"isSealed": false,
|
|
455
|
-
"visibility": "Protected",
|
|
456
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.DenyAnonymousAuthorizationRequirement",
|
|
457
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
458
|
-
"isExtensionMethod": false
|
|
459
379
|
}
|
|
460
380
|
],
|
|
461
381
|
"properties": [],
|
|
@@ -564,46 +484,6 @@
|
|
|
564
484
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
565
485
|
"isExtensionMethod": false,
|
|
566
486
|
"sourceInterface": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
567
|
-
},
|
|
568
|
-
{
|
|
569
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement::HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
570
|
-
"clrName": "HandleAsync",
|
|
571
|
-
"metadataToken": 0,
|
|
572
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
573
|
-
"normalizedSignature": "HandleAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task|static=false",
|
|
574
|
-
"emitScope": "ClassSurface",
|
|
575
|
-
"provenance": "BaseOverload",
|
|
576
|
-
"arity": 0,
|
|
577
|
-
"parameterCount": 1,
|
|
578
|
-
"isStatic": false,
|
|
579
|
-
"isAbstract": false,
|
|
580
|
-
"isVirtual": true,
|
|
581
|
-
"isOverride": false,
|
|
582
|
-
"isSealed": false,
|
|
583
|
-
"visibility": "Public",
|
|
584
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
585
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
586
|
-
"isExtensionMethod": false
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
590
|
-
"clrName": "HandleRequirementAsync",
|
|
591
|
-
"metadataToken": 0,
|
|
592
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
593
|
-
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
594
|
-
"emitScope": "ClassSurface",
|
|
595
|
-
"provenance": "BaseOverload",
|
|
596
|
-
"arity": 0,
|
|
597
|
-
"parameterCount": 2,
|
|
598
|
-
"isStatic": false,
|
|
599
|
-
"isAbstract": true,
|
|
600
|
-
"isVirtual": true,
|
|
601
|
-
"isOverride": false,
|
|
602
|
-
"isSealed": false,
|
|
603
|
-
"visibility": "Protected",
|
|
604
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement",
|
|
605
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
606
|
-
"isExtensionMethod": false
|
|
607
487
|
}
|
|
608
488
|
],
|
|
609
489
|
"properties": [
|
|
@@ -904,46 +784,6 @@
|
|
|
904
784
|
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
905
785
|
"isExtensionMethod": false,
|
|
906
786
|
"sourceInterface": "Microsoft.AspNetCore.Authorization.IAuthorizationHandler"
|
|
907
|
-
},
|
|
908
|
-
{
|
|
909
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement::HandleAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
910
|
-
"clrName": "HandleAsync",
|
|
911
|
-
"metadataToken": 0,
|
|
912
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task",
|
|
913
|
-
"normalizedSignature": "HandleAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext):System.Threading.Tasks.Task|static=false",
|
|
914
|
-
"emitScope": "ClassSurface",
|
|
915
|
-
"provenance": "BaseOverload",
|
|
916
|
-
"arity": 0,
|
|
917
|
-
"parameterCount": 1,
|
|
918
|
-
"isStatic": false,
|
|
919
|
-
"isAbstract": false,
|
|
920
|
-
"isVirtual": true,
|
|
921
|
-
"isOverride": false,
|
|
922
|
-
"isSealed": false,
|
|
923
|
-
"visibility": "Public",
|
|
924
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
925
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
926
|
-
"isExtensionMethod": false
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
"stableId": "Microsoft.AspNetCore.Authorization:Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement::HandleRequirementAsync(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
930
|
-
"clrName": "HandleRequirementAsync",
|
|
931
|
-
"metadataToken": 0,
|
|
932
|
-
"canonicalSignature": "(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task",
|
|
933
|
-
"normalizedSignature": "HandleRequirementAsync|(Microsoft.AspNetCore.Authorization.AuthorizationHandlerContext,TRequirement):System.Threading.Tasks.Task|static=false",
|
|
934
|
-
"emitScope": "ClassSurface",
|
|
935
|
-
"provenance": "BaseOverload",
|
|
936
|
-
"arity": 0,
|
|
937
|
-
"parameterCount": 2,
|
|
938
|
-
"isStatic": false,
|
|
939
|
-
"isAbstract": true,
|
|
940
|
-
"isVirtual": true,
|
|
941
|
-
"isOverride": false,
|
|
942
|
-
"isSealed": false,
|
|
943
|
-
"visibility": "Protected",
|
|
944
|
-
"declaringClrType": "Microsoft.AspNetCore.Authorization.Infrastructure.RolesAuthorizationRequirement",
|
|
945
|
-
"declaringAssemblyName": "Microsoft.AspNetCore.Authorization",
|
|
946
|
-
"isExtensionMethod": false
|
|
947
787
|
}
|
|
948
788
|
],
|
|
949
789
|
"properties": [
|