@tsonic/aspnetcore 10.0.5 → 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/Microsoft.AspNetCore/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Antiforgery/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Authentication/internal/index.d.ts +182 -112
- package/Microsoft.AspNetCore.Authentication.BearerToken/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Authentication.Cookies/internal/index.d.ts +52 -34
- package/Microsoft.AspNetCore.Authentication.OAuth/internal/index.d.ts +42 -28
- package/Microsoft.AspNetCore.Authentication.OAuth.Claims/internal/index.d.ts +25 -11
- package/Microsoft.AspNetCore.Authorization/internal/index.d.ts +97 -75
- package/Microsoft.AspNetCore.Authorization.Infrastructure/internal/index.d.ts +33 -31
- package/Microsoft.AspNetCore.Authorization.Policy/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Builder/internal/index.d.ts +183 -139
- package/Microsoft.AspNetCore.Builder.Extensions/internal/index.d.ts +15 -5
- package/Microsoft.AspNetCore.Components/internal/index.d.ts +288 -191
- package/Microsoft.AspNetCore.Components.Authorization/internal/index.d.ts +29 -17
- package/Microsoft.AspNetCore.Components.CompilerServices/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Components.Endpoints/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Endpoints.Infrastructure/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Forms/internal/index.d.ts +131 -105
- package/Microsoft.AspNetCore.Components.Forms.Mapping/internal/index.d.ts +13 -9
- package/Microsoft.AspNetCore.Components.HtmlRendering.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.Components.Infrastructure/internal/index.d.ts +9 -7
- package/Microsoft.AspNetCore.Components.RenderTree/internal/index.d.ts +36 -15
- package/Microsoft.AspNetCore.Components.Rendering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Components.Routing/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.Components.Sections/internal/index.d.ts +9 -9
- package/Microsoft.AspNetCore.Components.Server/internal/index.d.ts +26 -22
- package/Microsoft.AspNetCore.Components.Server.Circuits/internal/index.d.ts +11 -5
- package/Microsoft.AspNetCore.Components.Server.ProtectedBrowserStorage/internal/index.d.ts +13 -5
- package/Microsoft.AspNetCore.Components.Web/internal/index.d.ts +75 -37
- package/Microsoft.AspNetCore.Components.Web.HtmlRendering/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Components.Web.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Components.Web.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Components.Web.Virtualization/internal/index.d.ts +21 -15
- package/Microsoft.AspNetCore.Connections/internal/index.d.ts +77 -49
- package/Microsoft.AspNetCore.Connections.Abstractions/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.Connections.Features/internal/index.d.ts +20 -20
- package/Microsoft.AspNetCore.CookiePolicy/internal/index.d.ts +13 -7
- package/Microsoft.AspNetCore.Cors/internal/index.d.ts +10 -8
- package/Microsoft.AspNetCore.Cors.Infrastructure/internal/index.d.ts +39 -29
- package/Microsoft.AspNetCore.Cryptography.KeyDerivation/internal/index.d.ts +2 -2
- package/Microsoft.AspNetCore.DataProtection/internal/index.d.ts +24 -20
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption/internal/index.d.ts +16 -16
- package/Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel/internal/index.d.ts +39 -27
- package/Microsoft.AspNetCore.DataProtection.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.Internal/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.DataProtection.KeyManagement/internal/index.d.ts +21 -19
- package/Microsoft.AspNetCore.DataProtection.KeyManagement.Internal/internal/index.d.ts +9 -5
- package/Microsoft.AspNetCore.DataProtection.Repositories/internal/index.d.ts +19 -15
- package/Microsoft.AspNetCore.DataProtection.XmlEncryption/internal/index.d.ts +34 -32
- package/Microsoft.AspNetCore.Diagnostics/internal/index.d.ts +43 -21
- package/Microsoft.AspNetCore.Diagnostics.HealthChecks/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.HostFiltering/internal/index.d.ts +12 -8
- package/Microsoft.AspNetCore.Hosting/internal/index.d.ts +57 -47
- package/Microsoft.AspNetCore.Hosting.Builder/internal/index.d.ts +5 -5
- package/Microsoft.AspNetCore.Hosting.Infrastructure/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Hosting.Server/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Hosting.Server.Features/internal/index.d.ts +8 -8
- package/Microsoft.AspNetCore.Hosting.StaticWebAssets/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Html/internal/index.d.ts +15 -13
- package/Microsoft.AspNetCore.Http/internal/index.d.ts +287 -223
- package/Microsoft.AspNetCore.Http.Connections/internal/index.d.ts +32 -16
- package/Microsoft.AspNetCore.Http.Extensions/internal/index.d.ts +18 -16
- package/Microsoft.AspNetCore.Http.Features/internal/index.d.ts +98 -91
- package/Microsoft.AspNetCore.Http.Features.Authentication/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Http.Headers/internal/index.d.ts +31 -27
- package/Microsoft.AspNetCore.Http.HttpResults/internal/index.d.ts +175 -173
- package/Microsoft.AspNetCore.Http.Json/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Http.Metadata/internal/index.d.ts +28 -26
- package/Microsoft.AspNetCore.Http.Timeouts/internal/index.d.ts +16 -8
- package/Microsoft.AspNetCore.HttpLogging/internal/index.d.ts +21 -11
- package/Microsoft.AspNetCore.HttpOverrides/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.HttpsPolicy/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Identity/internal/index.d.ts +573 -458
- package/Microsoft.AspNetCore.Identity.Data/internal/index.d.ts +23 -3
- package/Microsoft.AspNetCore.Identity.UI.Services/internal/index.d.ts +6 -6
- package/Microsoft.AspNetCore.Localization/internal/index.d.ts +41 -27
- package/Microsoft.AspNetCore.Localization.Routing/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc/internal/index.d.ts +377 -205
- package/Microsoft.AspNetCore.Mvc.Abstractions/internal/index.d.ts +21 -13
- package/Microsoft.AspNetCore.Mvc.ActionConstraints/internal/index.d.ts +23 -13
- package/Microsoft.AspNetCore.Mvc.ApiExplorer/internal/index.d.ts +54 -30
- package/Microsoft.AspNetCore.Mvc.ApplicationModels/internal/index.d.ts +147 -125
- package/Microsoft.AspNetCore.Mvc.ApplicationParts/internal/index.d.ts +45 -25
- package/Microsoft.AspNetCore.Mvc.Authorization/internal/index.d.ts +12 -10
- package/Microsoft.AspNetCore.Mvc.Controllers/internal/index.d.ts +33 -25
- package/Microsoft.AspNetCore.Mvc.Core.Infrastructure/internal/index.d.ts +1 -1
- package/Microsoft.AspNetCore.Mvc.Cors/internal/index.d.ts +7 -7
- package/Microsoft.AspNetCore.Mvc.DataAnnotations/internal/index.d.ts +26 -18
- package/Microsoft.AspNetCore.Mvc.Diagnostics/internal/index.d.ts +172 -119
- package/Microsoft.AspNetCore.Mvc.Filters/internal/index.d.ts +76 -44
- package/Microsoft.AspNetCore.Mvc.Formatters/internal/index.d.ts +121 -89
- package/Microsoft.AspNetCore.Mvc.Formatters.Xml/internal/index.d.ts +44 -36
- package/Microsoft.AspNetCore.Mvc.Infrastructure/internal/index.d.ts +103 -77
- package/Microsoft.AspNetCore.Mvc.Localization/internal/index.d.ts +27 -25
- package/Microsoft.AspNetCore.Mvc.ModelBinding/internal/index.d.ts +214 -140
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Binders/internal/index.d.ts +136 -128
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Metadata/internal/index.d.ts +127 -105
- package/Microsoft.AspNetCore.Mvc.ModelBinding.Validation/internal/index.d.ts +71 -43
- package/Microsoft.AspNetCore.Mvc.Razor/internal/index.d.ts +70 -56
- package/Microsoft.AspNetCore.Mvc.Razor.Compilation/internal/index.d.ts +15 -9
- package/Microsoft.AspNetCore.Mvc.Razor.Infrastructure/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.Razor.Internal/internal/index.d.ts +4 -2
- package/Microsoft.AspNetCore.Mvc.Razor.TagHelpers/internal/index.d.ts +25 -19
- package/Microsoft.AspNetCore.Mvc.RazorPages/internal/index.d.ts +60 -42
- package/Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure/internal/index.d.ts +49 -37
- package/Microsoft.AspNetCore.Mvc.Rendering/internal/index.d.ts +107 -95
- package/Microsoft.AspNetCore.Mvc.Routing/internal/index.d.ts +35 -25
- package/Microsoft.AspNetCore.Mvc.TagHelpers/internal/index.d.ts +88 -72
- package/Microsoft.AspNetCore.Mvc.TagHelpers.Cache/internal/index.d.ts +27 -23
- package/Microsoft.AspNetCore.Mvc.ViewComponents/internal/index.d.ts +59 -49
- package/Microsoft.AspNetCore.Mvc.ViewEngines/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Mvc.ViewFeatures/internal/index.d.ts +193 -152
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Mvc.ViewFeatures.Infrastructure/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.OutputCaching/internal/index.d.ts +36 -26
- package/Microsoft.AspNetCore.RateLimiting/internal/index.d.ts +20 -12
- package/Microsoft.AspNetCore.Razor.Hosting/internal/index.d.ts +24 -10
- package/Microsoft.AspNetCore.Razor.Runtime.TagHelpers/internal/index.d.ts +17 -11
- package/Microsoft.AspNetCore.Razor.TagHelpers/internal/index.d.ts +61 -35
- package/Microsoft.AspNetCore.RequestDecompression/internal/index.d.ts +7 -5
- package/Microsoft.AspNetCore.ResponseCaching/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.ResponseCompression/internal/index.d.ts +41 -29
- package/Microsoft.AspNetCore.Rewrite/internal/index.d.ts +18 -12
- package/Microsoft.AspNetCore.Routing/internal/index.d.ts +189 -135
- package/Microsoft.AspNetCore.Routing.Constraints/internal/index.d.ts +79 -79
- package/Microsoft.AspNetCore.Routing.Internal/internal/index.d.ts +5 -3
- package/Microsoft.AspNetCore.Routing.Matching/internal/index.d.ts +42 -27
- package/Microsoft.AspNetCore.Routing.Patterns/internal/index.d.ts +38 -20
- package/Microsoft.AspNetCore.Routing.Template/internal/index.d.ts +25 -9
- package/Microsoft.AspNetCore.Routing.Tree/internal/index.d.ts +27 -13
- package/Microsoft.AspNetCore.Server.HttpSys/internal/index.d.ts +32 -18
- package/Microsoft.AspNetCore.Server.IIS/internal/index.d.ts +8 -4
- package/Microsoft.AspNetCore.Server.IISIntegration/internal/index.d.ts +15 -11
- package/Microsoft.AspNetCore.Server.Kestrel/internal/index.d.ts +16 -12
- package/Microsoft.AspNetCore.Server.Kestrel.Core/internal/index.d.ts +48 -36
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Features/internal/index.d.ts +3 -3
- package/Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http/internal/index.d.ts +14 -8
- package/Microsoft.AspNetCore.Server.Kestrel.Https/internal/index.d.ts +23 -17
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes/internal/index.d.ts +10 -6
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Quic/internal/index.d.ts +6 -4
- package/Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets/internal/index.d.ts +24 -18
- package/Microsoft.AspNetCore.Session/internal/index.d.ts +24 -22
- package/Microsoft.AspNetCore.SignalR/internal/index.d.ts +140 -93
- package/Microsoft.AspNetCore.SignalR.Protocol/internal/index.d.ts +59 -25
- package/Microsoft.AspNetCore.StaticAssets/internal/index.d.ts +19 -11
- package/Microsoft.AspNetCore.StaticAssets.Infrastructure/internal/index.d.ts +4 -4
- package/Microsoft.AspNetCore.StaticFiles/internal/index.d.ts +30 -22
- package/Microsoft.AspNetCore.StaticFiles.Infrastructure/internal/index.d.ts +7 -3
- package/Microsoft.AspNetCore.WebSockets/internal/index.d.ts +14 -10
- package/Microsoft.AspNetCore.WebUtilities/internal/index.d.ts +103 -73
- package/Microsoft.Extensions.DependencyInjection/internal/index.d.ts +125 -123
- package/Microsoft.Extensions.Hosting/internal/index.d.ts +10 -8
- package/Microsoft.JSInterop/internal/index.d.ts +65 -53
- package/Microsoft.JSInterop.Implementation/internal/index.d.ts +28 -26
- package/Microsoft.JSInterop.Infrastructure/internal/index.d.ts +8 -2
- package/Microsoft.Net.Http.Headers/internal/index.d.ts +88 -60
- package/System.Formats.Cbor/internal/index.d.ts +27 -21
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Threading.RateLimiting/internal/index.d.ts +59 -29
- package/__internal/extensions/index.d.ts +1648 -1351
- package/package.json +4 -4
|
@@ -10,18 +10,18 @@ import type { CookieAuthenticationOptions, CookieValidatePrincipalContext } from
|
|
|
10
10
|
import type { AuthenticationBuilder, AuthenticationProperties, AuthenticationScheme, AuthenticationToken, IAuthenticationSchemeProvider, ISystemClock } from "../../Microsoft.AspNetCore.Authentication/internal/index.js";
|
|
11
11
|
import type { IDataProtectionProvider, IDataProtector } from "../../Microsoft.AspNetCore.DataProtection/internal/index.js";
|
|
12
12
|
import type { HttpContext, IHttpContextAccessor } from "../../Microsoft.AspNetCore.Http/internal/index.js";
|
|
13
|
-
import type {
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import type {
|
|
17
|
-
import
|
|
18
|
-
import type {
|
|
19
|
-
import type {
|
|
20
|
-
import
|
|
21
|
-
import type {
|
|
22
|
-
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection.js";
|
|
23
|
-
import type { ILogger, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging.js";
|
|
24
|
-
import type {
|
|
13
|
+
import type { Dictionary_2, IEnumerable_1, IList_1 } from "@tsonic/dotnet/System.Collections.Generic/internal/index.js";
|
|
14
|
+
import type { IQueryable_1 } from "@tsonic/dotnet/System.Linq/internal/index.js";
|
|
15
|
+
import * as System_Runtime_Serialization_Internal from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
16
|
+
import type { ISerializable } from "@tsonic/dotnet/System.Runtime.Serialization/internal/index.js";
|
|
17
|
+
import type { Claim, ClaimsIdentity, ClaimsPrincipal } from "@tsonic/dotnet/System.Security.Claims/internal/index.js";
|
|
18
|
+
import type { Task, Task_1, ValueTask_1 } from "@tsonic/dotnet/System.Threading.Tasks/internal/index.js";
|
|
19
|
+
import type { CancellationToken } from "@tsonic/dotnet/System.Threading/internal/index.js";
|
|
20
|
+
import * as System_Internal from "@tsonic/dotnet/System/internal/index.js";
|
|
21
|
+
import type { Action_1, Attribute, Boolean as ClrBoolean, Byte, Char, DateTimeOffset, Enum, Exception, Func_2, IComparable, IConvertible, IDisposable, IEquatable_1, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, String as ClrString, TimeProvider, TimeSpan, Type, UInt32, Version, Void } from "@tsonic/dotnet/System/internal/index.js";
|
|
22
|
+
import type { IServiceCollection } from "@tsonic/microsoft-extensions/Microsoft.Extensions.DependencyInjection/internal/index.js";
|
|
23
|
+
import type { ILogger, ILogger_1, ILoggerFactory } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Logging/internal/index.js";
|
|
24
|
+
import type { IOptions_1, OptionsBuilder_1 } from "@tsonic/microsoft-extensions/Microsoft.Extensions.Options/internal/index.js";
|
|
25
25
|
|
|
26
26
|
export enum PasswordHasherCompatibilityMode {
|
|
27
27
|
IdentityV2 = 0,
|
|
@@ -67,20 +67,19 @@ export interface ILookupProtectorKeyRing$instance {
|
|
|
67
67
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ILookupProtectorKeyRing: never;
|
|
68
68
|
|
|
69
69
|
readonly CurrentKeyId: string;
|
|
70
|
-
|
|
71
|
-
GetAllKeyIds(): IEnumerable<System_Internal.String>;
|
|
70
|
+
GetAllKeyIds(): IEnumerable_1<System_Internal.String>;
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
|
|
75
|
-
export type ILookupProtectorKeyRing = ILookupProtectorKeyRing$instance;
|
|
74
|
+
export type ILookupProtectorKeyRing = ILookupProtectorKeyRing$instance & { readonly [keyId: string]: string; };
|
|
76
75
|
|
|
77
76
|
export interface IPasskeyHandler_1$instance<TUser> {
|
|
78
77
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasskeyHandler_1: never;
|
|
79
78
|
|
|
80
|
-
MakeCreationOptionsAsync(userEntity: PasskeyUserEntity, httpContext: HttpContext):
|
|
81
|
-
MakeRequestOptionsAsync(user: TUser, httpContext: HttpContext):
|
|
82
|
-
PerformAssertionAsync(context: PasskeyAssertionContext):
|
|
83
|
-
PerformAttestationAsync(context: PasskeyAttestationContext):
|
|
79
|
+
MakeCreationOptionsAsync(userEntity: PasskeyUserEntity, httpContext: HttpContext): Task_1<PasskeyCreationOptionsResult>;
|
|
80
|
+
MakeRequestOptionsAsync(user: TUser, httpContext: HttpContext): Task_1<PasskeyRequestOptionsResult>;
|
|
81
|
+
PerformAssertionAsync(context: PasskeyAssertionContext): Task_1<PasskeyAssertionResult_1<TUser>>;
|
|
82
|
+
PerformAttestationAsync(context: PasskeyAttestationContext): Task_1<PasskeyAttestationResult>;
|
|
84
83
|
}
|
|
85
84
|
|
|
86
85
|
|
|
@@ -99,7 +98,7 @@ export type IPasswordHasher_1<TUser> = IPasswordHasher_1$instance<TUser>;
|
|
|
99
98
|
export interface IPasswordValidator_1$instance<TUser> {
|
|
100
99
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordValidator_1: never;
|
|
101
100
|
|
|
102
|
-
ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string):
|
|
101
|
+
ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string): Task_1<IdentityResult>;
|
|
103
102
|
}
|
|
104
103
|
|
|
105
104
|
|
|
@@ -117,8 +116,8 @@ export type IPersonalDataProtector = IPersonalDataProtector$instance;
|
|
|
117
116
|
export interface IProtectedUserStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
118
117
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IProtectedUserStore_1: never;
|
|
119
118
|
|
|
120
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
121
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
119
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
120
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
122
121
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
123
122
|
}
|
|
124
123
|
|
|
@@ -130,9 +129,9 @@ export type IProtectedUserStore_1<TUser> = IProtectedUserStore_1$instance<TUser>
|
|
|
130
129
|
export interface IQueryableRoleStore_1$instance<TRole> extends IRoleStore_1<TRole>, IDisposable {
|
|
131
130
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableRoleStore_1: never;
|
|
132
131
|
|
|
133
|
-
readonly Roles:
|
|
134
|
-
CreateAsync(role: TRole, cancellationToken: CancellationToken):
|
|
135
|
-
FindByIdAsync(roleId: string, cancellationToken: CancellationToken):
|
|
132
|
+
readonly Roles: IQueryable_1<TRole>;
|
|
133
|
+
CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
|
|
134
|
+
FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole>;
|
|
136
135
|
SetRoleNameAsync(role: TRole, roleName: string, cancellationToken: CancellationToken): Task;
|
|
137
136
|
}
|
|
138
137
|
|
|
@@ -144,9 +143,9 @@ export type IQueryableRoleStore_1<TRole> = IQueryableRoleStore_1$instance<TRole>
|
|
|
144
143
|
export interface IQueryableUserStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
145
144
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableUserStore_1: never;
|
|
146
145
|
|
|
147
|
-
readonly Users:
|
|
148
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
149
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
146
|
+
readonly Users: IQueryable_1<TUser>;
|
|
147
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
148
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
150
149
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
151
150
|
}
|
|
152
151
|
|
|
@@ -159,10 +158,10 @@ export interface IRoleClaimStore_1$instance<TRole> extends IRoleStore_1<TRole>,
|
|
|
159
158
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleClaimStore_1: never;
|
|
160
159
|
|
|
161
160
|
AddClaimAsync(role: TRole, claim: Claim, cancellationToken?: CancellationToken): Task;
|
|
162
|
-
FindByIdAsync(roleId: string, cancellationToken: CancellationToken):
|
|
163
|
-
GetClaimsAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
161
|
+
FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole>;
|
|
162
|
+
GetClaimsAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
|
|
164
163
|
SetRoleNameAsync(role: TRole, roleName: string, cancellationToken: CancellationToken): Task;
|
|
165
|
-
CreateAsync(role: TRole, cancellationToken: CancellationToken):
|
|
164
|
+
CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
|
|
166
165
|
}
|
|
167
166
|
|
|
168
167
|
|
|
@@ -173,8 +172,8 @@ export type IRoleClaimStore_1<TRole> = IRoleClaimStore_1$instance<TRole>;
|
|
|
173
172
|
export interface IRoleStore_1$instance<TRole> extends IDisposable {
|
|
174
173
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleStore_1: never;
|
|
175
174
|
|
|
176
|
-
CreateAsync(role: TRole, cancellationToken: CancellationToken):
|
|
177
|
-
FindByIdAsync(roleId: string, cancellationToken: CancellationToken):
|
|
175
|
+
CreateAsync(role: TRole, cancellationToken: CancellationToken): Task_1<IdentityResult>;
|
|
176
|
+
FindByIdAsync(roleId: string, cancellationToken: CancellationToken): Task_1<TRole | undefined>;
|
|
178
177
|
SetRoleNameAsync(role: TRole, roleName: string, cancellationToken: CancellationToken): Task;
|
|
179
178
|
}
|
|
180
179
|
|
|
@@ -186,7 +185,7 @@ export type IRoleStore_1<TRole> = IRoleStore_1$instance<TRole>;
|
|
|
186
185
|
export interface IRoleValidator_1$instance<TRole> {
|
|
187
186
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleValidator_1: never;
|
|
188
187
|
|
|
189
|
-
ValidateAsync(manager: RoleManager_1<TRole>, role: TRole):
|
|
188
|
+
ValidateAsync(manager: RoleManager_1<TRole>, role: TRole): Task_1<IdentityResult>;
|
|
190
189
|
}
|
|
191
190
|
|
|
192
191
|
|
|
@@ -215,9 +214,9 @@ export type ITwoFactorSecurityStampValidator = ITwoFactorSecurityStampValidator$
|
|
|
215
214
|
export interface IUserAuthenticationTokenStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
216
215
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticationTokenStore_1: never;
|
|
217
216
|
|
|
218
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
219
|
-
GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken):
|
|
220
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
217
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
218
|
+
GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
219
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
221
220
|
RemoveTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task;
|
|
222
221
|
SetTokenAsync(user: TUser, loginProvider: string, name: string, value: string, cancellationToken: CancellationToken): Task;
|
|
223
222
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
@@ -231,10 +230,10 @@ export type IUserAuthenticationTokenStore_1<TUser> = IUserAuthenticationTokenSto
|
|
|
231
230
|
export interface IUserAuthenticatorKeyStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
232
231
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticatorKeyStore_1: never;
|
|
233
232
|
|
|
234
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
235
|
-
GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken):
|
|
233
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
234
|
+
GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
236
235
|
SetAuthenticatorKeyAsync(user: TUser, key: string, cancellationToken: CancellationToken): Task;
|
|
237
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
236
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
238
237
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
239
238
|
}
|
|
240
239
|
|
|
@@ -246,7 +245,7 @@ export type IUserAuthenticatorKeyStore_1<TUser> = IUserAuthenticatorKeyStore_1$i
|
|
|
246
245
|
export interface IUserClaimsPrincipalFactory_1$instance<TUser> {
|
|
247
246
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimsPrincipalFactory_1: never;
|
|
248
247
|
|
|
249
|
-
CreateAsync(user: TUser):
|
|
248
|
+
CreateAsync(user: TUser): Task_1<ClaimsPrincipal>;
|
|
250
249
|
}
|
|
251
250
|
|
|
252
251
|
|
|
@@ -255,13 +254,13 @@ export type IUserClaimsPrincipalFactory_1<TUser> = IUserClaimsPrincipalFactory_1
|
|
|
255
254
|
export interface IUserClaimStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
256
255
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimStore_1: never;
|
|
257
256
|
|
|
258
|
-
AddClaimsAsync(user: TUser, claims:
|
|
259
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
260
|
-
GetClaimsAsync(user: TUser, cancellationToken: CancellationToken):
|
|
261
|
-
GetUsersForClaimAsync(claim: Claim, cancellationToken: CancellationToken):
|
|
257
|
+
AddClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>, cancellationToken: CancellationToken): Task;
|
|
258
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
259
|
+
GetClaimsAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<Claim>>;
|
|
260
|
+
GetUsersForClaimAsync(claim: Claim, cancellationToken: CancellationToken): Task_1<IList_1<TUser>>;
|
|
262
261
|
ReplaceClaimAsync(user: TUser, claim: Claim, newClaim: Claim, cancellationToken: CancellationToken): Task;
|
|
263
262
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
264
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
263
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
265
264
|
}
|
|
266
265
|
|
|
267
266
|
|
|
@@ -272,7 +271,7 @@ export type IUserClaimStore_1<TUser> = IUserClaimStore_1$instance<TUser>;
|
|
|
272
271
|
export interface IUserConfirmation_1$instance<TUser> {
|
|
273
272
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserConfirmation_1: never;
|
|
274
273
|
|
|
275
|
-
IsConfirmedAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
274
|
+
IsConfirmedAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
276
275
|
}
|
|
277
276
|
|
|
278
277
|
|
|
@@ -281,12 +280,12 @@ export type IUserConfirmation_1<TUser> = IUserConfirmation_1$instance<TUser>;
|
|
|
281
280
|
export interface IUserEmailStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
282
281
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserEmailStore_1: never;
|
|
283
282
|
|
|
284
|
-
FindByEmailAsync(normalizedEmail: string, cancellationToken: CancellationToken):
|
|
285
|
-
GetEmailAsync(user: TUser, cancellationToken: CancellationToken):
|
|
283
|
+
FindByEmailAsync(normalizedEmail: string, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
|
|
284
|
+
GetEmailAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
286
285
|
SetEmailAsync(user: TUser, email: string, cancellationToken: CancellationToken): Task;
|
|
287
286
|
SetEmailConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken: CancellationToken): Task;
|
|
288
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
289
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
287
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
288
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
290
289
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
291
290
|
}
|
|
292
291
|
|
|
@@ -298,13 +297,13 @@ export type IUserEmailStore_1<TUser> = IUserEmailStore_1$instance<TUser>;
|
|
|
298
297
|
export interface IUserLockoutStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
299
298
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserLockoutStore_1: never;
|
|
300
299
|
|
|
301
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
302
|
-
GetLockoutEndDateAsync(user: TUser, cancellationToken: CancellationToken):
|
|
300
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
301
|
+
GetLockoutEndDateAsync(user: TUser, cancellationToken: CancellationToken): Task_1<Nullable_1<DateTimeOffset>>;
|
|
303
302
|
ResetAccessFailedCountAsync(user: TUser, cancellationToken: CancellationToken): Task;
|
|
304
303
|
SetLockoutEnabledAsync(user: TUser, enabled: boolean, cancellationToken: CancellationToken): Task;
|
|
305
|
-
SetLockoutEndDateAsync(user: TUser, lockoutEnd:
|
|
304
|
+
SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>, cancellationToken: CancellationToken): Task;
|
|
306
305
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
307
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
306
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
308
307
|
}
|
|
309
308
|
|
|
310
309
|
|
|
@@ -316,12 +315,12 @@ export interface IUserLoginStore_1$instance<TUser> extends IUserStore_1<TUser>,
|
|
|
316
315
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserLoginStore_1: never;
|
|
317
316
|
|
|
318
317
|
AddLoginAsync(user: TUser, login: UserLoginInfo, cancellationToken: CancellationToken): Task;
|
|
319
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
320
|
-
FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken):
|
|
321
|
-
GetLoginsAsync(user: TUser, cancellationToken: CancellationToken):
|
|
318
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
319
|
+
FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
|
|
320
|
+
GetLoginsAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<UserLoginInfo>>;
|
|
322
321
|
RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task;
|
|
323
322
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
324
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
323
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
325
324
|
}
|
|
326
325
|
|
|
327
326
|
|
|
@@ -333,13 +332,13 @@ export interface IUserPasskeyStore_1$instance<TUser> extends IUserStore_1<TUser>
|
|
|
333
332
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserPasskeyStore_1: never;
|
|
334
333
|
|
|
335
334
|
AddOrUpdatePasskeyAsync(user: TUser, passkey: UserPasskeyInfo, cancellationToken: CancellationToken): Task;
|
|
336
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
337
|
-
FindByPasskeyIdAsync(credentialId: byte[], cancellationToken: CancellationToken):
|
|
338
|
-
FindPasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken):
|
|
339
|
-
GetPasskeysAsync(user: TUser, cancellationToken: CancellationToken):
|
|
335
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
336
|
+
FindByPasskeyIdAsync(credentialId: byte[], cancellationToken: CancellationToken): Task_1<TUser | undefined>;
|
|
337
|
+
FindPasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken): Task_1<UserPasskeyInfo | undefined>;
|
|
338
|
+
GetPasskeysAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<UserPasskeyInfo>>;
|
|
340
339
|
RemovePasskeyAsync(user: TUser, credentialId: byte[], cancellationToken: CancellationToken): Task;
|
|
341
340
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
342
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
341
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
343
342
|
}
|
|
344
343
|
|
|
345
344
|
|
|
@@ -350,10 +349,10 @@ export type IUserPasskeyStore_1<TUser> = IUserPasskeyStore_1$instance<TUser>;
|
|
|
350
349
|
export interface IUserPasswordStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
351
350
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserPasswordStore_1: never;
|
|
352
351
|
|
|
353
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
354
|
-
GetPasswordHashAsync(user: TUser, cancellationToken: CancellationToken):
|
|
352
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
353
|
+
GetPasswordHashAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
355
354
|
SetPasswordHashAsync(user: TUser, passwordHash: string, cancellationToken: CancellationToken): Task;
|
|
356
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
355
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
357
356
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
358
357
|
}
|
|
359
358
|
|
|
@@ -365,11 +364,11 @@ export type IUserPasswordStore_1<TUser> = IUserPasswordStore_1$instance<TUser>;
|
|
|
365
364
|
export interface IUserPhoneNumberStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
366
365
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserPhoneNumberStore_1: never;
|
|
367
366
|
|
|
368
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
369
|
-
GetPhoneNumberAsync(user: TUser, cancellationToken: CancellationToken):
|
|
367
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
368
|
+
GetPhoneNumberAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
370
369
|
SetPhoneNumberAsync(user: TUser, phoneNumber: string, cancellationToken: CancellationToken): Task;
|
|
371
370
|
SetPhoneNumberConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken: CancellationToken): Task;
|
|
372
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
371
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
373
372
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
374
373
|
}
|
|
375
374
|
|
|
@@ -382,11 +381,11 @@ export interface IUserRoleStore_1$instance<TUser> extends IUserStore_1<TUser>, I
|
|
|
382
381
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserRoleStore_1: never;
|
|
383
382
|
|
|
384
383
|
AddToRoleAsync(user: TUser, roleName: string, cancellationToken: CancellationToken): Task;
|
|
385
|
-
GetRolesAsync(user: TUser, cancellationToken: CancellationToken):
|
|
386
|
-
GetUsersInRoleAsync(roleName: string, cancellationToken: CancellationToken):
|
|
387
|
-
IsInRoleAsync(user: TUser, roleName: string, cancellationToken: CancellationToken):
|
|
388
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
389
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
384
|
+
GetRolesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<IList_1<System_Internal.String>>;
|
|
385
|
+
GetUsersInRoleAsync(roleName: string, cancellationToken: CancellationToken): Task_1<IList_1<TUser>>;
|
|
386
|
+
IsInRoleAsync(user: TUser, roleName: string, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
387
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
388
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
390
389
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
391
390
|
}
|
|
392
391
|
|
|
@@ -398,10 +397,10 @@ export type IUserRoleStore_1<TUser> = IUserRoleStore_1$instance<TUser>;
|
|
|
398
397
|
export interface IUserSecurityStampStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
399
398
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserSecurityStampStore_1: never;
|
|
400
399
|
|
|
401
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
402
|
-
GetSecurityStampAsync(user: TUser, cancellationToken: CancellationToken):
|
|
400
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
401
|
+
GetSecurityStampAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
403
402
|
SetSecurityStampAsync(user: TUser, stamp: string, cancellationToken: CancellationToken): Task;
|
|
404
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
403
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
405
404
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
406
405
|
}
|
|
407
406
|
|
|
@@ -413,8 +412,8 @@ export type IUserSecurityStampStore_1<TUser> = IUserSecurityStampStore_1$instanc
|
|
|
413
412
|
export interface IUserStore_1$instance<TUser> extends IDisposable {
|
|
414
413
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserStore_1: never;
|
|
415
414
|
|
|
416
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
417
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
415
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
|
|
416
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
418
417
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
419
418
|
}
|
|
420
419
|
|
|
@@ -426,12 +425,12 @@ export type IUserStore_1<TUser> = IUserStore_1$instance<TUser>;
|
|
|
426
425
|
export interface IUserTwoFactorRecoveryCodeStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
427
426
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorRecoveryCodeStore_1: never;
|
|
428
427
|
|
|
429
|
-
CountCodesAsync(user: TUser, cancellationToken: CancellationToken):
|
|
430
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
431
|
-
RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken):
|
|
432
|
-
ReplaceCodesAsync(user: TUser, recoveryCodes:
|
|
428
|
+
CountCodesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
429
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
430
|
+
RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
431
|
+
ReplaceCodesAsync(user: TUser, recoveryCodes: IEnumerable_1<System_Internal.String>, cancellationToken: CancellationToken): Task;
|
|
433
432
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
434
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
433
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
435
434
|
}
|
|
436
435
|
|
|
437
436
|
|
|
@@ -442,11 +441,11 @@ export type IUserTwoFactorRecoveryCodeStore_1<TUser> = IUserTwoFactorRecoveryCod
|
|
|
442
441
|
export interface IUserTwoFactorStore_1$instance<TUser> extends IUserStore_1<TUser>, IDisposable {
|
|
443
442
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorStore_1: never;
|
|
444
443
|
|
|
445
|
-
FindByIdAsync(userId: string, cancellationToken: CancellationToken):
|
|
446
|
-
GetTwoFactorEnabledAsync(user: TUser, cancellationToken: CancellationToken):
|
|
444
|
+
FindByIdAsync(userId: string, cancellationToken: CancellationToken): Task_1<TUser>;
|
|
445
|
+
GetTwoFactorEnabledAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
447
446
|
SetTwoFactorEnabledAsync(user: TUser, enabled: boolean, cancellationToken: CancellationToken): Task;
|
|
448
447
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken: CancellationToken): Task;
|
|
449
|
-
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken):
|
|
448
|
+
GetUserIdAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.String>;
|
|
450
449
|
}
|
|
451
450
|
|
|
452
451
|
|
|
@@ -457,9 +456,9 @@ export type IUserTwoFactorStore_1<TUser> = IUserTwoFactorStore_1$instance<TUser>
|
|
|
457
456
|
export interface IUserTwoFactorTokenProvider_1$instance<TUser> {
|
|
458
457
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
|
|
459
458
|
|
|
460
|
-
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
461
|
-
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
462
|
-
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser):
|
|
459
|
+
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
460
|
+
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
461
|
+
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
463
462
|
}
|
|
464
463
|
|
|
465
464
|
|
|
@@ -468,13 +467,15 @@ export type IUserTwoFactorTokenProvider_1<TUser> = IUserTwoFactorTokenProvider_1
|
|
|
468
467
|
export interface IUserValidator_1$instance<TUser> {
|
|
469
468
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserValidator_1: never;
|
|
470
469
|
|
|
471
|
-
ValidateAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
470
|
+
ValidateAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<IdentityResult>;
|
|
472
471
|
}
|
|
473
472
|
|
|
474
473
|
|
|
475
474
|
export type IUserValidator_1<TUser> = IUserValidator_1$instance<TUser>;
|
|
476
475
|
|
|
477
476
|
export interface AspNetRoleManager_1$instance<TRole> extends RoleManager_1<TRole> {
|
|
477
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_AspNetRoleManager_1: never;
|
|
478
|
+
|
|
478
479
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
479
480
|
|
|
480
481
|
readonly CancellationToken: CancellationToken;
|
|
@@ -482,13 +483,15 @@ export interface AspNetRoleManager_1$instance<TRole> extends RoleManager_1<TRole
|
|
|
482
483
|
|
|
483
484
|
|
|
484
485
|
export const AspNetRoleManager_1: {
|
|
485
|
-
new<TRole>(store: IRoleStore_1<TRole>, roleValidators:
|
|
486
|
+
new<TRole>(store: IRoleStore_1<TRole>, roleValidators: IEnumerable_1<IRoleValidator_1<TRole>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, logger: ILogger_1<RoleManager_1<TRole>>, contextAccessor: IHttpContextAccessor): AspNetRoleManager_1<TRole>;
|
|
486
487
|
};
|
|
487
488
|
|
|
488
489
|
|
|
489
490
|
export type AspNetRoleManager_1<TRole> = AspNetRoleManager_1$instance<TRole>;
|
|
490
491
|
|
|
491
492
|
export interface AspNetUserManager_1$instance<TUser> extends UserManager_1<TUser> {
|
|
493
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_AspNetUserManager_1: never;
|
|
494
|
+
|
|
492
495
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
493
496
|
|
|
494
497
|
readonly CancellationToken: CancellationToken;
|
|
@@ -496,18 +499,20 @@ export interface AspNetUserManager_1$instance<TUser> extends UserManager_1<TUser
|
|
|
496
499
|
|
|
497
500
|
|
|
498
501
|
export const AspNetUserManager_1: {
|
|
499
|
-
new<TUser>(store: IUserStore_1<TUser>, optionsAccessor:
|
|
502
|
+
new<TUser>(store: IUserStore_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, passwordHasher: IPasswordHasher_1<TUser>, userValidators: IEnumerable_1<IUserValidator_1<TUser>>, passwordValidators: IEnumerable_1<IPasswordValidator_1<TUser>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, services: IServiceProvider, logger: ILogger_1<UserManager_1<TUser>>): AspNetUserManager_1<TUser>;
|
|
500
503
|
};
|
|
501
504
|
|
|
502
505
|
|
|
503
506
|
export type AspNetUserManager_1<TUser> = AspNetUserManager_1$instance<TUser>;
|
|
504
507
|
|
|
505
|
-
export interface AuthenticatorTokenProvider_1$instance<TUser> {
|
|
508
|
+
export interface AuthenticatorTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
|
|
509
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_AuthenticatorTokenProvider_1: never;
|
|
510
|
+
|
|
506
511
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
|
|
507
512
|
|
|
508
|
-
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
509
|
-
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
510
|
-
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser):
|
|
513
|
+
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
514
|
+
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
515
|
+
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
511
516
|
}
|
|
512
517
|
|
|
513
518
|
|
|
@@ -520,12 +525,12 @@ export interface __AuthenticatorTokenProvider_1$views<TUser> {
|
|
|
520
525
|
As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
|
|
521
526
|
}
|
|
522
527
|
|
|
523
|
-
export interface AuthenticatorTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {}
|
|
524
|
-
|
|
525
528
|
export type AuthenticatorTokenProvider_1<TUser> = AuthenticatorTokenProvider_1$instance<TUser> & __AuthenticatorTokenProvider_1$views<TUser>;
|
|
526
529
|
|
|
527
530
|
|
|
528
531
|
export interface ClaimsIdentityOptions$instance {
|
|
532
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_ClaimsIdentityOptions: never;
|
|
533
|
+
|
|
529
534
|
EmailClaimType: string;
|
|
530
535
|
RoleClaimType: string;
|
|
531
536
|
SecurityStampClaimType: string;
|
|
@@ -542,6 +547,8 @@ export const ClaimsIdentityOptions: {
|
|
|
542
547
|
export type ClaimsIdentityOptions = ClaimsIdentityOptions$instance;
|
|
543
548
|
|
|
544
549
|
export interface DataProtectionTokenProviderOptions$instance {
|
|
550
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_DataProtectionTokenProviderOptions: never;
|
|
551
|
+
|
|
545
552
|
Name: string;
|
|
546
553
|
TokenLifespan: TimeSpan;
|
|
547
554
|
}
|
|
@@ -554,19 +561,21 @@ export const DataProtectionTokenProviderOptions: {
|
|
|
554
561
|
|
|
555
562
|
export type DataProtectionTokenProviderOptions = DataProtectionTokenProviderOptions$instance;
|
|
556
563
|
|
|
557
|
-
export interface DataProtectorTokenProvider_1$instance<TUser> {
|
|
564
|
+
export interface DataProtectorTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
|
|
565
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_DataProtectorTokenProvider_1: never;
|
|
566
|
+
|
|
558
567
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
|
|
559
568
|
|
|
560
|
-
readonly Logger:
|
|
569
|
+
readonly Logger: ILogger_1<DataProtectorTokenProvider_1<TUser>>;
|
|
561
570
|
readonly Name: string;
|
|
562
|
-
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
563
|
-
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
564
|
-
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser):
|
|
571
|
+
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
572
|
+
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
573
|
+
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
565
574
|
}
|
|
566
575
|
|
|
567
576
|
|
|
568
577
|
export const DataProtectorTokenProvider_1: {
|
|
569
|
-
new<TUser>(dataProtectionProvider: IDataProtectionProvider, options:
|
|
578
|
+
new<TUser>(dataProtectionProvider: IDataProtectionProvider, options: IOptions_1<DataProtectionTokenProviderOptions>, logger: ILogger_1<DataProtectorTokenProvider_1<TUser>>): DataProtectorTokenProvider_1<TUser>;
|
|
570
579
|
};
|
|
571
580
|
|
|
572
581
|
|
|
@@ -574,12 +583,12 @@ export interface __DataProtectorTokenProvider_1$views<TUser> {
|
|
|
574
583
|
As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
|
|
575
584
|
}
|
|
576
585
|
|
|
577
|
-
export interface DataProtectorTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {}
|
|
578
|
-
|
|
579
586
|
export type DataProtectorTokenProvider_1<TUser> = DataProtectorTokenProvider_1$instance<TUser> & __DataProtectorTokenProvider_1$views<TUser>;
|
|
580
587
|
|
|
581
588
|
|
|
582
|
-
export interface DefaultPersonalDataProtector$instance {
|
|
589
|
+
export interface DefaultPersonalDataProtector$instance extends IPersonalDataProtector$instance {
|
|
590
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_DefaultPersonalDataProtector: never;
|
|
591
|
+
|
|
583
592
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPersonalDataProtector: never;
|
|
584
593
|
|
|
585
594
|
Protect(data: string): string | undefined;
|
|
@@ -596,15 +605,15 @@ export interface __DefaultPersonalDataProtector$views {
|
|
|
596
605
|
As_IPersonalDataProtector(): IPersonalDataProtector$instance;
|
|
597
606
|
}
|
|
598
607
|
|
|
599
|
-
export interface DefaultPersonalDataProtector$instance extends IPersonalDataProtector$instance {}
|
|
600
|
-
|
|
601
608
|
export type DefaultPersonalDataProtector = DefaultPersonalDataProtector$instance & __DefaultPersonalDataProtector$views;
|
|
602
609
|
|
|
603
610
|
|
|
604
|
-
export interface DefaultUserConfirmation_1$instance<TUser> {
|
|
611
|
+
export interface DefaultUserConfirmation_1$instance<TUser> extends IUserConfirmation_1$instance<TUser> {
|
|
612
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_DefaultUserConfirmation_1: never;
|
|
613
|
+
|
|
605
614
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserConfirmation_1: never;
|
|
606
615
|
|
|
607
|
-
IsConfirmedAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
616
|
+
IsConfirmedAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
608
617
|
}
|
|
609
618
|
|
|
610
619
|
|
|
@@ -617,19 +626,19 @@ export interface __DefaultUserConfirmation_1$views<TUser> {
|
|
|
617
626
|
As_IUserConfirmation_1(): IUserConfirmation_1$instance<TUser>;
|
|
618
627
|
}
|
|
619
628
|
|
|
620
|
-
export interface DefaultUserConfirmation_1$instance<TUser> extends IUserConfirmation_1$instance<TUser> {}
|
|
621
|
-
|
|
622
629
|
export type DefaultUserConfirmation_1<TUser> = DefaultUserConfirmation_1$instance<TUser> & __DefaultUserConfirmation_1$views<TUser>;
|
|
623
630
|
|
|
624
631
|
|
|
625
632
|
export interface EmailTokenProvider_1$instance<TUser> extends TotpSecurityStampBasedTokenProvider_1$instance<TUser> {
|
|
633
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_EmailTokenProvider_1: never;
|
|
634
|
+
|
|
626
635
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
|
|
627
636
|
|
|
628
|
-
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
629
|
-
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
630
|
-
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
631
|
-
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
632
|
-
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser):
|
|
637
|
+
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
638
|
+
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
639
|
+
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
640
|
+
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
641
|
+
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
633
642
|
}
|
|
634
643
|
|
|
635
644
|
|
|
@@ -646,10 +655,12 @@ export type EmailTokenProvider_1<TUser> = EmailTokenProvider_1$instance<TUser> &
|
|
|
646
655
|
|
|
647
656
|
|
|
648
657
|
export interface ExternalLoginInfo$instance extends UserLoginInfo {
|
|
658
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_ExternalLoginInfo: never;
|
|
659
|
+
|
|
649
660
|
get AuthenticationProperties(): AuthenticationProperties | undefined;
|
|
650
661
|
set AuthenticationProperties(value: AuthenticationProperties | undefined);
|
|
651
|
-
get AuthenticationTokens():
|
|
652
|
-
set AuthenticationTokens(value:
|
|
662
|
+
get AuthenticationTokens(): IEnumerable_1<AuthenticationToken> | undefined;
|
|
663
|
+
set AuthenticationTokens(value: IEnumerable_1<AuthenticationToken> | undefined);
|
|
653
664
|
Principal: ClaimsPrincipal;
|
|
654
665
|
}
|
|
655
666
|
|
|
@@ -662,6 +673,8 @@ export const ExternalLoginInfo: {
|
|
|
662
673
|
export type ExternalLoginInfo = ExternalLoginInfo$instance;
|
|
663
674
|
|
|
664
675
|
export interface IdentityBuilder$instance {
|
|
676
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityBuilder: never;
|
|
677
|
+
|
|
665
678
|
get RoleType(): Type | undefined;
|
|
666
679
|
set RoleType(value: Type | undefined);
|
|
667
680
|
readonly Services: IServiceCollection;
|
|
@@ -692,6 +705,8 @@ export const IdentityBuilder: {
|
|
|
692
705
|
export type IdentityBuilder = IdentityBuilder$instance;
|
|
693
706
|
|
|
694
707
|
export interface IdentityConstants$instance {
|
|
708
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityConstants: never;
|
|
709
|
+
|
|
695
710
|
}
|
|
696
711
|
|
|
697
712
|
|
|
@@ -708,14 +723,16 @@ export const IdentityConstants: {
|
|
|
708
723
|
export type IdentityConstants = IdentityConstants$instance;
|
|
709
724
|
|
|
710
725
|
export interface IdentityCookiesBuilder$instance {
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
get
|
|
714
|
-
set
|
|
715
|
-
get
|
|
716
|
-
set
|
|
717
|
-
get
|
|
718
|
-
set
|
|
726
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityCookiesBuilder: never;
|
|
727
|
+
|
|
728
|
+
get ApplicationCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
|
|
729
|
+
set ApplicationCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
|
|
730
|
+
get ExternalCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
|
|
731
|
+
set ExternalCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
|
|
732
|
+
get TwoFactorRememberMeCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
|
|
733
|
+
set TwoFactorRememberMeCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
|
|
734
|
+
get TwoFactorUserIdCookie(): OptionsBuilder_1<CookieAuthenticationOptions> | undefined;
|
|
735
|
+
set TwoFactorUserIdCookie(value: OptionsBuilder_1<CookieAuthenticationOptions> | undefined);
|
|
719
736
|
}
|
|
720
737
|
|
|
721
738
|
|
|
@@ -727,6 +744,8 @@ export const IdentityCookiesBuilder: {
|
|
|
727
744
|
export type IdentityCookiesBuilder = IdentityCookiesBuilder$instance;
|
|
728
745
|
|
|
729
746
|
export interface IdentityError$instance {
|
|
747
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityError: never;
|
|
748
|
+
|
|
730
749
|
Code: string;
|
|
731
750
|
Description: string;
|
|
732
751
|
}
|
|
@@ -740,6 +759,8 @@ export const IdentityError: {
|
|
|
740
759
|
export type IdentityError = IdentityError$instance;
|
|
741
760
|
|
|
742
761
|
export interface IdentityErrorDescriber$instance {
|
|
762
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityErrorDescriber: never;
|
|
763
|
+
|
|
743
764
|
ConcurrencyFailure(): IdentityError;
|
|
744
765
|
DefaultError(): IdentityError;
|
|
745
766
|
DuplicateEmail(email: string): IdentityError;
|
|
@@ -773,6 +794,8 @@ export const IdentityErrorDescriber: {
|
|
|
773
794
|
export type IdentityErrorDescriber = IdentityErrorDescriber$instance;
|
|
774
795
|
|
|
775
796
|
export interface IdentityOptions$instance {
|
|
797
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityOptions: never;
|
|
798
|
+
|
|
776
799
|
ClaimsIdentity: ClaimsIdentityOptions;
|
|
777
800
|
Lockout: LockoutOptions;
|
|
778
801
|
Password: PasswordOptions;
|
|
@@ -791,6 +814,8 @@ export const IdentityOptions: {
|
|
|
791
814
|
export type IdentityOptions = IdentityOptions$instance;
|
|
792
815
|
|
|
793
816
|
export interface IdentityPasskeyData$instance {
|
|
817
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityPasskeyData: never;
|
|
818
|
+
|
|
794
819
|
AttestationObject: byte[];
|
|
795
820
|
ClientDataJson: byte[];
|
|
796
821
|
CreatedAt: DateTimeOffset;
|
|
@@ -814,24 +839,26 @@ export const IdentityPasskeyData: {
|
|
|
814
839
|
export type IdentityPasskeyData = IdentityPasskeyData$instance;
|
|
815
840
|
|
|
816
841
|
export interface IdentityPasskeyOptions$instance {
|
|
842
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityPasskeyOptions: never;
|
|
843
|
+
|
|
817
844
|
get AttestationConveyancePreference(): string | undefined;
|
|
818
845
|
set AttestationConveyancePreference(value: string | undefined);
|
|
819
846
|
get AuthenticatorAttachment(): string | undefined;
|
|
820
847
|
set AuthenticatorAttachment(value: string | undefined);
|
|
821
848
|
AuthenticatorTimeout: TimeSpan;
|
|
822
849
|
ChallengeSize: int;
|
|
823
|
-
get IsAllowedAlgorithm():
|
|
824
|
-
set IsAllowedAlgorithm(value:
|
|
850
|
+
get IsAllowedAlgorithm(): Func_2<System_Internal.Int32, System_Internal.Boolean> | undefined;
|
|
851
|
+
set IsAllowedAlgorithm(value: Func_2<System_Internal.Int32, System_Internal.Boolean> | undefined);
|
|
825
852
|
get ResidentKeyRequirement(): string | undefined;
|
|
826
853
|
set ResidentKeyRequirement(value: string | undefined);
|
|
827
854
|
get ServerDomain(): string | undefined;
|
|
828
855
|
set ServerDomain(value: string | undefined);
|
|
829
856
|
get UserVerificationRequirement(): string | undefined;
|
|
830
857
|
set UserVerificationRequirement(value: string | undefined);
|
|
831
|
-
get ValidateOrigin():
|
|
832
|
-
set ValidateOrigin(value:
|
|
833
|
-
get VerifyAttestationStatement():
|
|
834
|
-
set VerifyAttestationStatement(value:
|
|
858
|
+
get ValidateOrigin(): Func_2<PasskeyOriginValidationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined;
|
|
859
|
+
set ValidateOrigin(value: Func_2<PasskeyOriginValidationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined);
|
|
860
|
+
get VerifyAttestationStatement(): Func_2<PasskeyAttestationStatementVerificationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined;
|
|
861
|
+
set VerifyAttestationStatement(value: Func_2<PasskeyAttestationStatementVerificationContext | undefined, ValueTask_1<System_Internal.Boolean>> | undefined);
|
|
835
862
|
}
|
|
836
863
|
|
|
837
864
|
|
|
@@ -843,7 +870,9 @@ export const IdentityPasskeyOptions: {
|
|
|
843
870
|
export type IdentityPasskeyOptions = IdentityPasskeyOptions$instance;
|
|
844
871
|
|
|
845
872
|
export interface IdentityResult$instance {
|
|
846
|
-
readonly
|
|
873
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityResult: never;
|
|
874
|
+
|
|
875
|
+
readonly Errors: IEnumerable_1<IdentityError>;
|
|
847
876
|
Succeeded: boolean;
|
|
848
877
|
ToString(): string;
|
|
849
878
|
}
|
|
@@ -859,6 +888,8 @@ export const IdentityResult: {
|
|
|
859
888
|
export type IdentityResult = IdentityResult$instance;
|
|
860
889
|
|
|
861
890
|
export interface IdentityRole$instance extends IdentityRole_1<System_Internal.String> {
|
|
891
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityRole: never;
|
|
892
|
+
|
|
862
893
|
}
|
|
863
894
|
|
|
864
895
|
|
|
@@ -870,7 +901,9 @@ export const IdentityRole: {
|
|
|
870
901
|
|
|
871
902
|
export type IdentityRole = IdentityRole$instance;
|
|
872
903
|
|
|
873
|
-
export interface IdentityRole_1$instance<TKey extends (
|
|
904
|
+
export interface IdentityRole_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
905
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityRole_1: never;
|
|
906
|
+
|
|
874
907
|
get ConcurrencyStamp(): string | undefined;
|
|
875
908
|
set ConcurrencyStamp(value: string | undefined);
|
|
876
909
|
Id: TKey;
|
|
@@ -883,14 +916,16 @@ export interface IdentityRole_1$instance<TKey extends (IEquatable<TKey> | number
|
|
|
883
916
|
|
|
884
917
|
|
|
885
918
|
export const IdentityRole_1: {
|
|
886
|
-
new<TKey extends (
|
|
887
|
-
new<TKey extends (
|
|
919
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityRole_1<TKey>;
|
|
920
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(roleName: string): IdentityRole_1<TKey>;
|
|
888
921
|
};
|
|
889
922
|
|
|
890
923
|
|
|
891
|
-
export type IdentityRole_1<TKey extends (
|
|
924
|
+
export type IdentityRole_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityRole_1$instance<TKey>;
|
|
925
|
+
|
|
926
|
+
export interface IdentityRoleClaim_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
927
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityRoleClaim_1: never;
|
|
892
928
|
|
|
893
|
-
export interface IdentityRoleClaim_1$instance<TKey extends (IEquatable<TKey> | number | string | boolean)> {
|
|
894
929
|
get ClaimType(): string | undefined;
|
|
895
930
|
set ClaimType(value: string | undefined);
|
|
896
931
|
get ClaimValue(): string | undefined;
|
|
@@ -903,13 +938,15 @@ export interface IdentityRoleClaim_1$instance<TKey extends (IEquatable<TKey> | n
|
|
|
903
938
|
|
|
904
939
|
|
|
905
940
|
export const IdentityRoleClaim_1: {
|
|
906
|
-
new<TKey extends (
|
|
941
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityRoleClaim_1<TKey>;
|
|
907
942
|
};
|
|
908
943
|
|
|
909
944
|
|
|
910
|
-
export type IdentityRoleClaim_1<TKey extends (
|
|
945
|
+
export type IdentityRoleClaim_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityRoleClaim_1$instance<TKey>;
|
|
911
946
|
|
|
912
947
|
export interface IdentityUser$instance extends IdentityUser_1<System_Internal.String> {
|
|
948
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUser: never;
|
|
949
|
+
|
|
913
950
|
}
|
|
914
951
|
|
|
915
952
|
|
|
@@ -921,7 +958,9 @@ export const IdentityUser: {
|
|
|
921
958
|
|
|
922
959
|
export type IdentityUser = IdentityUser$instance;
|
|
923
960
|
|
|
924
|
-
export interface IdentityUser_1$instance<TKey extends (
|
|
961
|
+
export interface IdentityUser_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
962
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUser_1: never;
|
|
963
|
+
|
|
925
964
|
AccessFailedCount: int;
|
|
926
965
|
get ConcurrencyStamp(): string | undefined;
|
|
927
966
|
set ConcurrencyStamp(value: string | undefined);
|
|
@@ -930,7 +969,7 @@ export interface IdentityUser_1$instance<TKey extends (IEquatable<TKey> | number
|
|
|
930
969
|
EmailConfirmed: boolean;
|
|
931
970
|
Id: TKey;
|
|
932
971
|
LockoutEnabled: boolean;
|
|
933
|
-
LockoutEnd:
|
|
972
|
+
LockoutEnd: Nullable_1<DateTimeOffset>;
|
|
934
973
|
get NormalizedEmail(): string | undefined;
|
|
935
974
|
set NormalizedEmail(value: string | undefined);
|
|
936
975
|
get NormalizedUserName(): string | undefined;
|
|
@@ -950,14 +989,16 @@ export interface IdentityUser_1$instance<TKey extends (IEquatable<TKey> | number
|
|
|
950
989
|
|
|
951
990
|
|
|
952
991
|
export const IdentityUser_1: {
|
|
953
|
-
new<TKey extends (
|
|
954
|
-
new<TKey extends (
|
|
992
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUser_1<TKey>;
|
|
993
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(userName: string): IdentityUser_1<TKey>;
|
|
955
994
|
};
|
|
956
995
|
|
|
957
996
|
|
|
958
|
-
export type IdentityUser_1<TKey extends (
|
|
997
|
+
export type IdentityUser_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUser_1$instance<TKey>;
|
|
998
|
+
|
|
999
|
+
export interface IdentityUserClaim_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
1000
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserClaim_1: never;
|
|
959
1001
|
|
|
960
|
-
export interface IdentityUserClaim_1$instance<TKey extends (IEquatable<TKey> | number | string | boolean)> {
|
|
961
1002
|
get ClaimType(): string | undefined;
|
|
962
1003
|
set ClaimType(value: string | undefined);
|
|
963
1004
|
get ClaimValue(): string | undefined;
|
|
@@ -970,13 +1011,15 @@ export interface IdentityUserClaim_1$instance<TKey extends (IEquatable<TKey> | n
|
|
|
970
1011
|
|
|
971
1012
|
|
|
972
1013
|
export const IdentityUserClaim_1: {
|
|
973
|
-
new<TKey extends (
|
|
1014
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserClaim_1<TKey>;
|
|
974
1015
|
};
|
|
975
1016
|
|
|
976
1017
|
|
|
977
|
-
export type IdentityUserClaim_1<TKey extends (
|
|
1018
|
+
export type IdentityUserClaim_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserClaim_1$instance<TKey>;
|
|
1019
|
+
|
|
1020
|
+
export interface IdentityUserLogin_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
1021
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserLogin_1: never;
|
|
978
1022
|
|
|
979
|
-
export interface IdentityUserLogin_1$instance<TKey extends (IEquatable<TKey> | number | string | boolean)> {
|
|
980
1023
|
LoginProvider: string;
|
|
981
1024
|
get ProviderDisplayName(): string | undefined;
|
|
982
1025
|
set ProviderDisplayName(value: string | undefined);
|
|
@@ -986,13 +1029,15 @@ export interface IdentityUserLogin_1$instance<TKey extends (IEquatable<TKey> | n
|
|
|
986
1029
|
|
|
987
1030
|
|
|
988
1031
|
export const IdentityUserLogin_1: {
|
|
989
|
-
new<TKey extends (
|
|
1032
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserLogin_1<TKey>;
|
|
990
1033
|
};
|
|
991
1034
|
|
|
992
1035
|
|
|
993
|
-
export type IdentityUserLogin_1<TKey extends (
|
|
1036
|
+
export type IdentityUserLogin_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserLogin_1$instance<TKey>;
|
|
1037
|
+
|
|
1038
|
+
export interface IdentityUserPasskey_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
1039
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserPasskey_1: never;
|
|
994
1040
|
|
|
995
|
-
export interface IdentityUserPasskey_1$instance<TKey extends (IEquatable<TKey> | number | string | boolean)> {
|
|
996
1041
|
CredentialId: byte[];
|
|
997
1042
|
Data: IdentityPasskeyData;
|
|
998
1043
|
UserId: TKey;
|
|
@@ -1000,26 +1045,30 @@ export interface IdentityUserPasskey_1$instance<TKey extends (IEquatable<TKey> |
|
|
|
1000
1045
|
|
|
1001
1046
|
|
|
1002
1047
|
export const IdentityUserPasskey_1: {
|
|
1003
|
-
new<TKey extends (
|
|
1048
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserPasskey_1<TKey>;
|
|
1004
1049
|
};
|
|
1005
1050
|
|
|
1006
1051
|
|
|
1007
|
-
export type IdentityUserPasskey_1<TKey extends (
|
|
1052
|
+
export type IdentityUserPasskey_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserPasskey_1$instance<TKey>;
|
|
1053
|
+
|
|
1054
|
+
export interface IdentityUserRole_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
1055
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserRole_1: never;
|
|
1008
1056
|
|
|
1009
|
-
export interface IdentityUserRole_1$instance<TKey extends (IEquatable<TKey> | number | string | boolean)> {
|
|
1010
1057
|
RoleId: TKey;
|
|
1011
1058
|
UserId: TKey;
|
|
1012
1059
|
}
|
|
1013
1060
|
|
|
1014
1061
|
|
|
1015
1062
|
export const IdentityUserRole_1: {
|
|
1016
|
-
new<TKey extends (
|
|
1063
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserRole_1<TKey>;
|
|
1017
1064
|
};
|
|
1018
1065
|
|
|
1019
1066
|
|
|
1020
|
-
export type IdentityUserRole_1<TKey extends (
|
|
1067
|
+
export type IdentityUserRole_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserRole_1$instance<TKey>;
|
|
1068
|
+
|
|
1069
|
+
export interface IdentityUserToken_1$instance<TKey extends (IEquatable_1<TKey> | number | string | boolean)> {
|
|
1070
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_IdentityUserToken_1: never;
|
|
1021
1071
|
|
|
1022
|
-
export interface IdentityUserToken_1$instance<TKey extends (IEquatable<TKey> | number | string | boolean)> {
|
|
1023
1072
|
LoginProvider: string;
|
|
1024
1073
|
Name: string;
|
|
1025
1074
|
UserId: TKey;
|
|
@@ -1029,13 +1078,15 @@ export interface IdentityUserToken_1$instance<TKey extends (IEquatable<TKey> | n
|
|
|
1029
1078
|
|
|
1030
1079
|
|
|
1031
1080
|
export const IdentityUserToken_1: {
|
|
1032
|
-
new<TKey extends (
|
|
1081
|
+
new<TKey extends (IEquatable_1<TKey> | number | string | boolean)>(): IdentityUserToken_1<TKey>;
|
|
1033
1082
|
};
|
|
1034
1083
|
|
|
1035
1084
|
|
|
1036
|
-
export type IdentityUserToken_1<TKey extends (
|
|
1085
|
+
export type IdentityUserToken_1<TKey extends (IEquatable_1<TKey> | number | string | boolean)> = IdentityUserToken_1$instance<TKey>;
|
|
1037
1086
|
|
|
1038
1087
|
export interface LockoutOptions$instance {
|
|
1088
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_LockoutOptions: never;
|
|
1089
|
+
|
|
1039
1090
|
AllowedForNewUsers: boolean;
|
|
1040
1091
|
DefaultLockoutTimeSpan: TimeSpan;
|
|
1041
1092
|
MaxFailedAccessAttempts: int;
|
|
@@ -1050,6 +1101,8 @@ export const LockoutOptions: {
|
|
|
1050
1101
|
export type LockoutOptions = LockoutOptions$instance;
|
|
1051
1102
|
|
|
1052
1103
|
export interface PasskeyAssertionContext$instance {
|
|
1104
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAssertionContext: never;
|
|
1105
|
+
|
|
1053
1106
|
get AssertionState(): string | undefined;
|
|
1054
1107
|
set AssertionState(value: string | undefined);
|
|
1055
1108
|
CredentialJson: string;
|
|
@@ -1065,6 +1118,8 @@ export const PasskeyAssertionContext: {
|
|
|
1065
1118
|
export type PasskeyAssertionContext = PasskeyAssertionContext$instance;
|
|
1066
1119
|
|
|
1067
1120
|
export interface PasskeyAssertionResult_1$instance<TUser> {
|
|
1121
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAssertionResult_1: never;
|
|
1122
|
+
|
|
1068
1123
|
readonly Failure: PasskeyException | undefined;
|
|
1069
1124
|
readonly Passkey: UserPasskeyInfo | undefined;
|
|
1070
1125
|
readonly Succeeded: boolean;
|
|
@@ -1079,6 +1134,8 @@ export const PasskeyAssertionResult_1: {
|
|
|
1079
1134
|
export type PasskeyAssertionResult_1<TUser> = PasskeyAssertionResult_1$instance<TUser>;
|
|
1080
1135
|
|
|
1081
1136
|
export interface PasskeyAttestationContext$instance {
|
|
1137
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAttestationContext: never;
|
|
1138
|
+
|
|
1082
1139
|
get AttestationState(): string | undefined;
|
|
1083
1140
|
set AttestationState(value: string | undefined);
|
|
1084
1141
|
CredentialJson: string;
|
|
@@ -1094,6 +1151,8 @@ export const PasskeyAttestationContext: {
|
|
|
1094
1151
|
export type PasskeyAttestationContext = PasskeyAttestationContext$instance;
|
|
1095
1152
|
|
|
1096
1153
|
export interface PasskeyAttestationResult$instance {
|
|
1154
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAttestationResult: never;
|
|
1155
|
+
|
|
1097
1156
|
readonly Failure: PasskeyException | undefined;
|
|
1098
1157
|
readonly Passkey: UserPasskeyInfo | undefined;
|
|
1099
1158
|
readonly Succeeded: boolean;
|
|
@@ -1110,8 +1169,10 @@ export const PasskeyAttestationResult: {
|
|
|
1110
1169
|
export type PasskeyAttestationResult = PasskeyAttestationResult$instance;
|
|
1111
1170
|
|
|
1112
1171
|
export interface PasskeyAttestationStatementVerificationContext$instance {
|
|
1113
|
-
|
|
1114
|
-
|
|
1172
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyAttestationStatementVerificationContext: never;
|
|
1173
|
+
|
|
1174
|
+
AttestationObject: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
1175
|
+
ClientDataHash: ReadOnlyMemory_1<System_Internal.Byte>;
|
|
1115
1176
|
HttpContext: HttpContext;
|
|
1116
1177
|
}
|
|
1117
1178
|
|
|
@@ -1124,6 +1185,8 @@ export const PasskeyAttestationStatementVerificationContext: {
|
|
|
1124
1185
|
export type PasskeyAttestationStatementVerificationContext = PasskeyAttestationStatementVerificationContext$instance;
|
|
1125
1186
|
|
|
1126
1187
|
export interface PasskeyCreationOptionsResult$instance {
|
|
1188
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyCreationOptionsResult: never;
|
|
1189
|
+
|
|
1127
1190
|
get AttestationState(): string | undefined;
|
|
1128
1191
|
set AttestationState(value: string | undefined);
|
|
1129
1192
|
CreationOptionsJson: string;
|
|
@@ -1138,6 +1201,8 @@ export const PasskeyCreationOptionsResult: {
|
|
|
1138
1201
|
export type PasskeyCreationOptionsResult = PasskeyCreationOptionsResult$instance;
|
|
1139
1202
|
|
|
1140
1203
|
export interface PasskeyException$instance extends Exception {
|
|
1204
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyException: never;
|
|
1205
|
+
|
|
1141
1206
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1142
1207
|
|
|
1143
1208
|
}
|
|
@@ -1151,18 +1216,20 @@ export const PasskeyException: {
|
|
|
1151
1216
|
|
|
1152
1217
|
export type PasskeyException = PasskeyException$instance;
|
|
1153
1218
|
|
|
1154
|
-
export interface PasskeyHandler_1$instance<TUser> {
|
|
1219
|
+
export interface PasskeyHandler_1$instance<TUser> extends IPasskeyHandler_1$instance<TUser> {
|
|
1220
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyHandler_1: never;
|
|
1221
|
+
|
|
1155
1222
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasskeyHandler_1: never;
|
|
1156
1223
|
|
|
1157
|
-
MakeCreationOptionsAsync(userEntity: PasskeyUserEntity, httpContext: HttpContext):
|
|
1158
|
-
MakeRequestOptionsAsync(user: TUser, httpContext: HttpContext):
|
|
1159
|
-
PerformAssertionAsync(context: PasskeyAssertionContext):
|
|
1160
|
-
PerformAttestationAsync(context: PasskeyAttestationContext):
|
|
1224
|
+
MakeCreationOptionsAsync(userEntity: PasskeyUserEntity, httpContext: HttpContext): Task_1<PasskeyCreationOptionsResult>;
|
|
1225
|
+
MakeRequestOptionsAsync(user: TUser, httpContext: HttpContext): Task_1<PasskeyRequestOptionsResult>;
|
|
1226
|
+
PerformAssertionAsync(context: PasskeyAssertionContext): Task_1<PasskeyAssertionResult_1<TUser>>;
|
|
1227
|
+
PerformAttestationAsync(context: PasskeyAttestationContext): Task_1<PasskeyAttestationResult>;
|
|
1161
1228
|
}
|
|
1162
1229
|
|
|
1163
1230
|
|
|
1164
1231
|
export const PasskeyHandler_1: {
|
|
1165
|
-
new<TUser>(userManager: UserManager_1<TUser>, options:
|
|
1232
|
+
new<TUser>(userManager: UserManager_1<TUser>, options: IOptions_1<IdentityPasskeyOptions>): PasskeyHandler_1<TUser>;
|
|
1166
1233
|
};
|
|
1167
1234
|
|
|
1168
1235
|
|
|
@@ -1170,12 +1237,12 @@ export interface __PasskeyHandler_1$views<TUser> {
|
|
|
1170
1237
|
As_IPasskeyHandler_1(): IPasskeyHandler_1$instance<TUser>;
|
|
1171
1238
|
}
|
|
1172
1239
|
|
|
1173
|
-
export interface PasskeyHandler_1$instance<TUser> extends IPasskeyHandler_1$instance<TUser> {}
|
|
1174
|
-
|
|
1175
1240
|
export type PasskeyHandler_1<TUser> = PasskeyHandler_1$instance<TUser> & __PasskeyHandler_1$views<TUser>;
|
|
1176
1241
|
|
|
1177
1242
|
|
|
1178
1243
|
export interface PasskeyOriginValidationContext$instance {
|
|
1244
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyOriginValidationContext: never;
|
|
1245
|
+
|
|
1179
1246
|
CrossOrigin: boolean;
|
|
1180
1247
|
HttpContext: HttpContext;
|
|
1181
1248
|
Origin: string;
|
|
@@ -1192,6 +1259,8 @@ export const PasskeyOriginValidationContext: {
|
|
|
1192
1259
|
export type PasskeyOriginValidationContext = PasskeyOriginValidationContext$instance;
|
|
1193
1260
|
|
|
1194
1261
|
export interface PasskeyRequestOptionsResult$instance {
|
|
1262
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyRequestOptionsResult: never;
|
|
1263
|
+
|
|
1195
1264
|
get AssertionState(): string | undefined;
|
|
1196
1265
|
set AssertionState(value: string | undefined);
|
|
1197
1266
|
RequestOptionsJson: string;
|
|
@@ -1206,6 +1275,8 @@ export const PasskeyRequestOptionsResult: {
|
|
|
1206
1275
|
export type PasskeyRequestOptionsResult = PasskeyRequestOptionsResult$instance;
|
|
1207
1276
|
|
|
1208
1277
|
export interface PasskeyUserEntity$instance {
|
|
1278
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasskeyUserEntity: never;
|
|
1279
|
+
|
|
1209
1280
|
DisplayName: string;
|
|
1210
1281
|
Id: string;
|
|
1211
1282
|
Name: string;
|
|
@@ -1219,7 +1290,9 @@ export const PasskeyUserEntity: {
|
|
|
1219
1290
|
|
|
1220
1291
|
export type PasskeyUserEntity = PasskeyUserEntity$instance;
|
|
1221
1292
|
|
|
1222
|
-
export interface PasswordHasher_1$instance<TUser> {
|
|
1293
|
+
export interface PasswordHasher_1$instance<TUser> extends IPasswordHasher_1$instance<TUser> {
|
|
1294
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasswordHasher_1: never;
|
|
1295
|
+
|
|
1223
1296
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordHasher_1: never;
|
|
1224
1297
|
|
|
1225
1298
|
HashPassword(user: TUser, password: string): string;
|
|
@@ -1228,7 +1301,7 @@ export interface PasswordHasher_1$instance<TUser> {
|
|
|
1228
1301
|
|
|
1229
1302
|
|
|
1230
1303
|
export const PasswordHasher_1: {
|
|
1231
|
-
new<TUser>(optionsAccessor:
|
|
1304
|
+
new<TUser>(optionsAccessor: IOptions_1<PasswordHasherOptions>): PasswordHasher_1<TUser>;
|
|
1232
1305
|
};
|
|
1233
1306
|
|
|
1234
1307
|
|
|
@@ -1236,12 +1309,12 @@ export interface __PasswordHasher_1$views<TUser> {
|
|
|
1236
1309
|
As_IPasswordHasher_1(): IPasswordHasher_1$instance<TUser>;
|
|
1237
1310
|
}
|
|
1238
1311
|
|
|
1239
|
-
export interface PasswordHasher_1$instance<TUser> extends IPasswordHasher_1$instance<TUser> {}
|
|
1240
|
-
|
|
1241
1312
|
export type PasswordHasher_1<TUser> = PasswordHasher_1$instance<TUser> & __PasswordHasher_1$views<TUser>;
|
|
1242
1313
|
|
|
1243
1314
|
|
|
1244
1315
|
export interface PasswordHasherOptions$instance {
|
|
1316
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasswordHasherOptions: never;
|
|
1317
|
+
|
|
1245
1318
|
CompatibilityMode: PasswordHasherCompatibilityMode;
|
|
1246
1319
|
IterationCount: int;
|
|
1247
1320
|
}
|
|
@@ -1255,6 +1328,8 @@ export const PasswordHasherOptions: {
|
|
|
1255
1328
|
export type PasswordHasherOptions = PasswordHasherOptions$instance;
|
|
1256
1329
|
|
|
1257
1330
|
export interface PasswordOptions$instance {
|
|
1331
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasswordOptions: never;
|
|
1332
|
+
|
|
1258
1333
|
RequireDigit: boolean;
|
|
1259
1334
|
RequiredLength: int;
|
|
1260
1335
|
RequiredUniqueChars: int;
|
|
@@ -1271,7 +1346,9 @@ export const PasswordOptions: {
|
|
|
1271
1346
|
|
|
1272
1347
|
export type PasswordOptions = PasswordOptions$instance;
|
|
1273
1348
|
|
|
1274
|
-
export interface PasswordValidator_1$instance<TUser> {
|
|
1349
|
+
export interface PasswordValidator_1$instance<TUser> extends IPasswordValidator_1$instance<TUser> {
|
|
1350
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PasswordValidator_1: never;
|
|
1351
|
+
|
|
1275
1352
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IPasswordValidator_1: never;
|
|
1276
1353
|
|
|
1277
1354
|
Describer: IdentityErrorDescriber;
|
|
@@ -1279,7 +1356,7 @@ export interface PasswordValidator_1$instance<TUser> {
|
|
|
1279
1356
|
IsLetterOrDigit(c: char): boolean;
|
|
1280
1357
|
IsLower(c: char): boolean;
|
|
1281
1358
|
IsUpper(c: char): boolean;
|
|
1282
|
-
ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string):
|
|
1359
|
+
ValidateAsync(manager: UserManager_1<TUser>, user: TUser, password: string): Task_1<IdentityResult>;
|
|
1283
1360
|
}
|
|
1284
1361
|
|
|
1285
1362
|
|
|
@@ -1292,12 +1369,12 @@ export interface __PasswordValidator_1$views<TUser> {
|
|
|
1292
1369
|
As_IPasswordValidator_1(): IPasswordValidator_1$instance<TUser>;
|
|
1293
1370
|
}
|
|
1294
1371
|
|
|
1295
|
-
export interface PasswordValidator_1$instance<TUser> extends IPasswordValidator_1$instance<TUser> {}
|
|
1296
|
-
|
|
1297
1372
|
export type PasswordValidator_1<TUser> = PasswordValidator_1$instance<TUser> & __PasswordValidator_1$views<TUser>;
|
|
1298
1373
|
|
|
1299
1374
|
|
|
1300
1375
|
export interface PersonalDataAttribute$instance extends Attribute {
|
|
1376
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PersonalDataAttribute: never;
|
|
1377
|
+
|
|
1301
1378
|
}
|
|
1302
1379
|
|
|
1303
1380
|
|
|
@@ -1309,13 +1386,15 @@ export const PersonalDataAttribute: {
|
|
|
1309
1386
|
export type PersonalDataAttribute = PersonalDataAttribute$instance;
|
|
1310
1387
|
|
|
1311
1388
|
export interface PhoneNumberTokenProvider_1$instance<TUser> extends TotpSecurityStampBasedTokenProvider_1$instance<TUser> {
|
|
1389
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_PhoneNumberTokenProvider_1: never;
|
|
1390
|
+
|
|
1312
1391
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
|
|
1313
1392
|
|
|
1314
|
-
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
1315
|
-
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1316
|
-
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1317
|
-
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1318
|
-
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1393
|
+
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
1394
|
+
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
1395
|
+
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
1396
|
+
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
1397
|
+
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
1319
1398
|
}
|
|
1320
1399
|
|
|
1321
1400
|
|
|
@@ -1332,6 +1411,8 @@ export type PhoneNumberTokenProvider_1<TUser> = PhoneNumberTokenProvider_1$insta
|
|
|
1332
1411
|
|
|
1333
1412
|
|
|
1334
1413
|
export interface ProtectedPersonalDataAttribute$instance extends PersonalDataAttribute {
|
|
1414
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_ProtectedPersonalDataAttribute: never;
|
|
1415
|
+
|
|
1335
1416
|
}
|
|
1336
1417
|
|
|
1337
1418
|
|
|
@@ -1343,89 +1424,95 @@ export const ProtectedPersonalDataAttribute: {
|
|
|
1343
1424
|
export type ProtectedPersonalDataAttribute = ProtectedPersonalDataAttribute$instance;
|
|
1344
1425
|
|
|
1345
1426
|
export interface RoleManager_1$instance<TRole> {
|
|
1427
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_RoleManager_1: never;
|
|
1428
|
+
|
|
1346
1429
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1347
1430
|
|
|
1348
1431
|
readonly CancellationToken: CancellationToken;
|
|
1349
1432
|
ErrorDescriber: IdentityErrorDescriber;
|
|
1350
1433
|
KeyNormalizer: ILookupNormalizer;
|
|
1351
1434
|
Logger: ILogger;
|
|
1352
|
-
readonly Roles:
|
|
1353
|
-
readonly RoleValidators:
|
|
1435
|
+
readonly Roles: IQueryable_1<TRole>;
|
|
1436
|
+
readonly RoleValidators: IList_1<IRoleValidator_1<TRole>>;
|
|
1354
1437
|
readonly SupportsQueryableRoles: boolean;
|
|
1355
1438
|
readonly SupportsRoleClaims: boolean;
|
|
1356
|
-
AddClaimAsync(role: TRole, claim: Claim):
|
|
1357
|
-
CreateAsync(role: TRole):
|
|
1358
|
-
DeleteAsync(role: TRole):
|
|
1439
|
+
AddClaimAsync(role: TRole, claim: Claim): Task_1<IdentityResult>;
|
|
1440
|
+
CreateAsync(role: TRole): Task_1<IdentityResult>;
|
|
1441
|
+
DeleteAsync(role: TRole): Task_1<IdentityResult>;
|
|
1359
1442
|
Dispose(): void;
|
|
1360
1443
|
Dispose(disposing: boolean): void;
|
|
1361
|
-
FindByIdAsync(roleId: string):
|
|
1362
|
-
FindByNameAsync(roleName: string):
|
|
1363
|
-
GetClaimsAsync(role: TRole):
|
|
1364
|
-
GetRoleIdAsync(role: TRole):
|
|
1365
|
-
GetRoleNameAsync(role: TRole):
|
|
1444
|
+
FindByIdAsync(roleId: string): Task_1<TRole | undefined>;
|
|
1445
|
+
FindByNameAsync(roleName: string): Task_1<TRole | undefined>;
|
|
1446
|
+
GetClaimsAsync(role: TRole): Task_1<IList_1<Claim>>;
|
|
1447
|
+
GetRoleIdAsync(role: TRole): Task_1<System_Internal.String>;
|
|
1448
|
+
GetRoleNameAsync(role: TRole): Task_1<string | undefined>;
|
|
1366
1449
|
NormalizeKey(key: string): string | undefined;
|
|
1367
|
-
RemoveClaimAsync(role: TRole, claim: Claim):
|
|
1368
|
-
RoleExistsAsync(roleName: string):
|
|
1369
|
-
SetRoleNameAsync(role: TRole, name: string):
|
|
1370
|
-
UpdateAsync(role: TRole):
|
|
1450
|
+
RemoveClaimAsync(role: TRole, claim: Claim): Task_1<IdentityResult>;
|
|
1451
|
+
RoleExistsAsync(roleName: string): Task_1<System_Internal.Boolean>;
|
|
1452
|
+
SetRoleNameAsync(role: TRole, name: string): Task_1<IdentityResult>;
|
|
1453
|
+
UpdateAsync(role: TRole): Task_1<IdentityResult>;
|
|
1371
1454
|
UpdateNormalizedRoleNameAsync(role: TRole): Task;
|
|
1372
|
-
UpdateRoleAsync(role: TRole):
|
|
1373
|
-
ValidateRoleAsync(role: TRole):
|
|
1455
|
+
UpdateRoleAsync(role: TRole): Task_1<IdentityResult>;
|
|
1456
|
+
ValidateRoleAsync(role: TRole): Task_1<IdentityResult>;
|
|
1374
1457
|
}
|
|
1375
1458
|
|
|
1376
1459
|
|
|
1377
1460
|
export const RoleManager_1: {
|
|
1378
|
-
new<TRole>(store: IRoleStore_1<TRole>, roleValidators:
|
|
1461
|
+
new<TRole>(store: IRoleStore_1<TRole>, roleValidators: IEnumerable_1<IRoleValidator_1<TRole>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, logger: ILogger_1<RoleManager_1<TRole>>): RoleManager_1<TRole>;
|
|
1379
1462
|
};
|
|
1380
1463
|
|
|
1381
1464
|
|
|
1382
1465
|
export type RoleManager_1<TRole> = RoleManager_1$instance<TRole>;
|
|
1383
1466
|
|
|
1384
|
-
export interface RoleStoreBase_4$instance<TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
1467
|
+
export interface RoleStoreBase_4$instance<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> {
|
|
1468
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_RoleStoreBase_4: never;
|
|
1469
|
+
|
|
1385
1470
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableRoleStore_1: never;
|
|
1386
1471
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleClaimStore_1: never;
|
|
1387
1472
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleStore_1: never;
|
|
1388
1473
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1389
1474
|
|
|
1390
1475
|
ErrorDescriber: IdentityErrorDescriber;
|
|
1391
|
-
readonly Roles:
|
|
1476
|
+
readonly Roles: IQueryable_1<TRole>;
|
|
1392
1477
|
AddClaimAsync(role: TRole, claim: Claim, cancellationToken?: CancellationToken): Task;
|
|
1393
1478
|
ConvertIdFromString(id: string): TKey | undefined;
|
|
1394
1479
|
ConvertIdToString(id: TKey): string | undefined;
|
|
1395
|
-
CreateAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1480
|
+
CreateAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
|
|
1396
1481
|
CreateRoleClaim(role: TRole, claim: Claim): TRoleClaim;
|
|
1397
|
-
DeleteAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1482
|
+
DeleteAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
|
|
1398
1483
|
Dispose(): void;
|
|
1399
|
-
FindByIdAsync(id: string, cancellationToken?: CancellationToken):
|
|
1400
|
-
FindByNameAsync(normalizedName: string, cancellationToken?: CancellationToken):
|
|
1401
|
-
GetClaimsAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1402
|
-
GetNormalizedRoleNameAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1403
|
-
GetRoleIdAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1404
|
-
GetRoleNameAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1484
|
+
FindByIdAsync(id: string, cancellationToken?: CancellationToken): Task_1<TRole | undefined>;
|
|
1485
|
+
FindByNameAsync(normalizedName: string, cancellationToken?: CancellationToken): Task_1<TRole | undefined>;
|
|
1486
|
+
GetClaimsAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
|
|
1487
|
+
GetNormalizedRoleNameAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
1488
|
+
GetRoleIdAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<System_Internal.String>;
|
|
1489
|
+
GetRoleNameAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
1405
1490
|
RemoveClaimAsync(role: TRole, claim: Claim, cancellationToken?: CancellationToken): Task;
|
|
1406
1491
|
SetNormalizedRoleNameAsync(role: TRole, normalizedName: string, cancellationToken?: CancellationToken): Task;
|
|
1407
1492
|
SetRoleNameAsync(role: TRole, roleName: string, cancellationToken?: CancellationToken): Task;
|
|
1408
|
-
UpdateAsync(role: TRole, cancellationToken?: CancellationToken):
|
|
1493
|
+
UpdateAsync(role: TRole, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
|
|
1409
1494
|
}
|
|
1410
1495
|
|
|
1411
1496
|
|
|
1412
|
-
export const RoleStoreBase_4: (abstract new<TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
1497
|
+
export const RoleStoreBase_4: (abstract new<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>>(describer: IdentityErrorDescriber) => RoleStoreBase_4<TRole, TKey, TUserRole, TRoleClaim>) & {
|
|
1413
1498
|
};
|
|
1414
1499
|
|
|
1415
1500
|
|
|
1416
|
-
export interface __RoleStoreBase_4$views<TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
1501
|
+
export interface __RoleStoreBase_4$views<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> {
|
|
1417
1502
|
As_IQueryableRoleStore_1(): IQueryableRoleStore_1$instance<TRole>;
|
|
1418
1503
|
As_IRoleClaimStore_1(): IRoleClaimStore_1$instance<TRole>;
|
|
1419
1504
|
As_IRoleStore_1(): IRoleStore_1$instance<TRole>;
|
|
1420
1505
|
}
|
|
1421
1506
|
|
|
1422
|
-
export type RoleStoreBase_4<TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
1507
|
+
export type RoleStoreBase_4<TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserRole extends IdentityUserRole_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> = RoleStoreBase_4$instance<TRole, TKey, TUserRole, TRoleClaim> & __RoleStoreBase_4$views<TRole, TKey, TUserRole, TRoleClaim>;
|
|
1423
1508
|
|
|
1424
1509
|
|
|
1425
|
-
export interface RoleValidator_1$instance<TRole> {
|
|
1510
|
+
export interface RoleValidator_1$instance<TRole> extends IRoleValidator_1$instance<TRole> {
|
|
1511
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_RoleValidator_1: never;
|
|
1512
|
+
|
|
1426
1513
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IRoleValidator_1: never;
|
|
1427
1514
|
|
|
1428
|
-
ValidateAsync(manager: RoleManager_1<TRole>, role: TRole):
|
|
1515
|
+
ValidateAsync(manager: RoleManager_1<TRole>, role: TRole): Task_1<IdentityResult>;
|
|
1429
1516
|
}
|
|
1430
1517
|
|
|
1431
1518
|
|
|
@@ -1438,12 +1525,12 @@ export interface __RoleValidator_1$views<TRole> {
|
|
|
1438
1525
|
As_IRoleValidator_1(): IRoleValidator_1$instance<TRole>;
|
|
1439
1526
|
}
|
|
1440
1527
|
|
|
1441
|
-
export interface RoleValidator_1$instance<TRole> extends IRoleValidator_1$instance<TRole> {}
|
|
1442
|
-
|
|
1443
1528
|
export type RoleValidator_1<TRole> = RoleValidator_1$instance<TRole> & __RoleValidator_1$views<TRole>;
|
|
1444
1529
|
|
|
1445
1530
|
|
|
1446
1531
|
export interface SecurityStampRefreshingPrincipalContext$instance {
|
|
1532
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_SecurityStampRefreshingPrincipalContext: never;
|
|
1533
|
+
|
|
1447
1534
|
get CurrentPrincipal(): ClaimsPrincipal | undefined;
|
|
1448
1535
|
set CurrentPrincipal(value: ClaimsPrincipal | undefined);
|
|
1449
1536
|
get NewPrincipal(): ClaimsPrincipal | undefined;
|
|
@@ -1458,7 +1545,9 @@ export const SecurityStampRefreshingPrincipalContext: {
|
|
|
1458
1545
|
|
|
1459
1546
|
export type SecurityStampRefreshingPrincipalContext = SecurityStampRefreshingPrincipalContext$instance;
|
|
1460
1547
|
|
|
1461
|
-
export interface SecurityStampValidator_1$instance<TUser> {
|
|
1548
|
+
export interface SecurityStampValidator_1$instance<TUser> extends ISecurityStampValidator$instance {
|
|
1549
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_SecurityStampValidator_1: never;
|
|
1550
|
+
|
|
1462
1551
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ISecurityStampValidator: never;
|
|
1463
1552
|
|
|
1464
1553
|
readonly Clock: ISystemClock;
|
|
@@ -1468,13 +1557,13 @@ export interface SecurityStampValidator_1$instance<TUser> {
|
|
|
1468
1557
|
readonly TimeProvider: TimeProvider;
|
|
1469
1558
|
SecurityStampVerified(user: TUser, context: CookieValidatePrincipalContext): Task;
|
|
1470
1559
|
ValidateAsync(context: CookieValidatePrincipalContext): Task;
|
|
1471
|
-
VerifySecurityStamp(principal: ClaimsPrincipal):
|
|
1560
|
+
VerifySecurityStamp(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
|
|
1472
1561
|
}
|
|
1473
1562
|
|
|
1474
1563
|
|
|
1475
1564
|
export const SecurityStampValidator_1: {
|
|
1476
|
-
new<TUser>(options:
|
|
1477
|
-
new<TUser>(options:
|
|
1565
|
+
new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, clock: ISystemClock, logger: ILoggerFactory): SecurityStampValidator_1<TUser>;
|
|
1566
|
+
new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, logger: ILoggerFactory): SecurityStampValidator_1<TUser>;
|
|
1478
1567
|
};
|
|
1479
1568
|
|
|
1480
1569
|
|
|
@@ -1482,14 +1571,14 @@ export interface __SecurityStampValidator_1$views<TUser> {
|
|
|
1482
1571
|
As_ISecurityStampValidator(): ISecurityStampValidator$instance;
|
|
1483
1572
|
}
|
|
1484
1573
|
|
|
1485
|
-
export interface SecurityStampValidator_1$instance<TUser> extends ISecurityStampValidator$instance {}
|
|
1486
|
-
|
|
1487
1574
|
export type SecurityStampValidator_1<TUser> = SecurityStampValidator_1$instance<TUser> & __SecurityStampValidator_1$views<TUser>;
|
|
1488
1575
|
|
|
1489
1576
|
|
|
1490
1577
|
export interface SecurityStampValidatorOptions$instance {
|
|
1491
|
-
|
|
1492
|
-
|
|
1578
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_SecurityStampValidatorOptions: never;
|
|
1579
|
+
|
|
1580
|
+
get OnRefreshingPrincipal(): Func_2<SecurityStampRefreshingPrincipalContext, Task> | undefined;
|
|
1581
|
+
set OnRefreshingPrincipal(value: Func_2<SecurityStampRefreshingPrincipalContext, Task> | undefined);
|
|
1493
1582
|
get TimeProvider(): TimeProvider | undefined;
|
|
1494
1583
|
set TimeProvider(value: TimeProvider | undefined);
|
|
1495
1584
|
ValidationInterval: TimeSpan;
|
|
@@ -1504,62 +1593,66 @@ export const SecurityStampValidatorOptions: {
|
|
|
1504
1593
|
export type SecurityStampValidatorOptions = SecurityStampValidatorOptions$instance;
|
|
1505
1594
|
|
|
1506
1595
|
export interface SignInManager_1$instance<TUser> {
|
|
1596
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_SignInManager_1: never;
|
|
1597
|
+
|
|
1507
1598
|
AuthenticationScheme: string;
|
|
1508
1599
|
ClaimsFactory: IUserClaimsPrincipalFactory_1<TUser>;
|
|
1509
1600
|
Context: HttpContext;
|
|
1510
1601
|
Logger: ILogger;
|
|
1511
1602
|
Options: IdentityOptions;
|
|
1512
1603
|
UserManager: UserManager_1<TUser>;
|
|
1513
|
-
CanSignInAsync(user: TUser):
|
|
1514
|
-
CheckPasswordSignInAsync(user: TUser, password: string, lockoutOnFailure: boolean):
|
|
1604
|
+
CanSignInAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1605
|
+
CheckPasswordSignInAsync(user: TUser, password: string, lockoutOnFailure: boolean): Task_1<SignInResult>;
|
|
1515
1606
|
ConfigureExternalAuthenticationProperties(provider: string, redirectUrl: string, userId?: string): AuthenticationProperties;
|
|
1516
|
-
CreateUserPrincipalAsync(user: TUser):
|
|
1517
|
-
ExternalLoginSignInAsync(loginProvider: string, providerKey: string, isPersistent: boolean):
|
|
1518
|
-
ExternalLoginSignInAsync(loginProvider: string, providerKey: string, isPersistent: boolean, bypassTwoFactor: boolean):
|
|
1607
|
+
CreateUserPrincipalAsync(user: TUser): Task_1<ClaimsPrincipal>;
|
|
1608
|
+
ExternalLoginSignInAsync(loginProvider: string, providerKey: string, isPersistent: boolean): Task_1<SignInResult>;
|
|
1609
|
+
ExternalLoginSignInAsync(loginProvider: string, providerKey: string, isPersistent: boolean, bypassTwoFactor: boolean): Task_1<SignInResult>;
|
|
1519
1610
|
ForgetTwoFactorClientAsync(): Task;
|
|
1520
|
-
GetExternalAuthenticationSchemesAsync():
|
|
1521
|
-
GetExternalLoginInfoAsync(expectedXsrf?: string):
|
|
1522
|
-
GetTwoFactorAuthenticationUserAsync():
|
|
1523
|
-
IsLockedOut(user: TUser):
|
|
1611
|
+
GetExternalAuthenticationSchemesAsync(): Task_1<IEnumerable_1<AuthenticationScheme>>;
|
|
1612
|
+
GetExternalLoginInfoAsync(expectedXsrf?: string): Task_1<ExternalLoginInfo | undefined>;
|
|
1613
|
+
GetTwoFactorAuthenticationUserAsync(): Task_1<TUser | undefined>;
|
|
1614
|
+
IsLockedOut(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1524
1615
|
IsSignedIn(principal: ClaimsPrincipal): boolean;
|
|
1525
|
-
IsTwoFactorClientRememberedAsync(user: TUser):
|
|
1526
|
-
IsTwoFactorEnabledAsync(user: TUser):
|
|
1527
|
-
LockedOut(user: TUser):
|
|
1528
|
-
MakePasskeyCreationOptionsAsync(userEntity: PasskeyUserEntity):
|
|
1529
|
-
MakePasskeyRequestOptionsAsync(user: TUser):
|
|
1530
|
-
PasskeySignInAsync(credentialJson: string):
|
|
1531
|
-
PasswordSignInAsync(user: TUser, password: string, isPersistent: boolean, lockoutOnFailure: boolean):
|
|
1532
|
-
PasswordSignInAsync(userName: string, password: string, isPersistent: boolean, lockoutOnFailure: boolean):
|
|
1533
|
-
PerformPasskeyAssertionAsync(credentialJson: string):
|
|
1534
|
-
PerformPasskeyAttestationAsync(credentialJson: string):
|
|
1535
|
-
PreSignInCheck(user: TUser):
|
|
1616
|
+
IsTwoFactorClientRememberedAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1617
|
+
IsTwoFactorEnabledAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1618
|
+
LockedOut(user: TUser): Task_1<SignInResult>;
|
|
1619
|
+
MakePasskeyCreationOptionsAsync(userEntity: PasskeyUserEntity): Task_1<System_Internal.String>;
|
|
1620
|
+
MakePasskeyRequestOptionsAsync(user: TUser): Task_1<System_Internal.String>;
|
|
1621
|
+
PasskeySignInAsync(credentialJson: string): Task_1<SignInResult>;
|
|
1622
|
+
PasswordSignInAsync(user: TUser, password: string, isPersistent: boolean, lockoutOnFailure: boolean): Task_1<SignInResult>;
|
|
1623
|
+
PasswordSignInAsync(userName: string, password: string, isPersistent: boolean, lockoutOnFailure: boolean): Task_1<SignInResult>;
|
|
1624
|
+
PerformPasskeyAssertionAsync(credentialJson: string): Task_1<PasskeyAssertionResult_1<TUser>>;
|
|
1625
|
+
PerformPasskeyAttestationAsync(credentialJson: string): Task_1<PasskeyAttestationResult>;
|
|
1626
|
+
PreSignInCheck(user: TUser): Task_1<SignInResult | undefined>;
|
|
1536
1627
|
RefreshSignInAsync(user: TUser): Task;
|
|
1537
1628
|
RememberTwoFactorClientAsync(user: TUser): Task;
|
|
1538
1629
|
ResetLockout(user: TUser): Task;
|
|
1539
1630
|
SignInAsync(user: TUser, isPersistent: boolean, authenticationMethod?: string): Task;
|
|
1540
1631
|
SignInAsync(user: TUser, authenticationProperties: AuthenticationProperties, authenticationMethod?: string): Task;
|
|
1541
|
-
SignInOrTwoFactorAsync(user: TUser, isPersistent: boolean, loginProvider?: string, bypassTwoFactor?: boolean):
|
|
1542
|
-
SignInWithClaimsAsync(user: TUser, isPersistent: boolean, additionalClaims:
|
|
1543
|
-
SignInWithClaimsAsync(user: TUser, authenticationProperties: AuthenticationProperties, additionalClaims:
|
|
1632
|
+
SignInOrTwoFactorAsync(user: TUser, isPersistent: boolean, loginProvider?: string, bypassTwoFactor?: boolean): Task_1<SignInResult>;
|
|
1633
|
+
SignInWithClaimsAsync(user: TUser, isPersistent: boolean, additionalClaims: IEnumerable_1<Claim>): Task;
|
|
1634
|
+
SignInWithClaimsAsync(user: TUser, authenticationProperties: AuthenticationProperties, additionalClaims: IEnumerable_1<Claim>): Task;
|
|
1544
1635
|
SignOutAsync(): Task;
|
|
1545
|
-
TwoFactorAuthenticatorSignInAsync(code: string, isPersistent: boolean, rememberClient: boolean):
|
|
1546
|
-
TwoFactorRecoveryCodeSignInAsync(recoveryCode: string):
|
|
1547
|
-
TwoFactorSignInAsync(provider: string, code: string, isPersistent: boolean, rememberClient: boolean):
|
|
1548
|
-
UpdateExternalAuthenticationTokensAsync(externalLogin: ExternalLoginInfo):
|
|
1549
|
-
ValidateSecurityStampAsync(principal: ClaimsPrincipal):
|
|
1550
|
-
ValidateSecurityStampAsync(user: TUser, securityStamp: string):
|
|
1551
|
-
ValidateTwoFactorSecurityStampAsync(principal: ClaimsPrincipal):
|
|
1636
|
+
TwoFactorAuthenticatorSignInAsync(code: string, isPersistent: boolean, rememberClient: boolean): Task_1<SignInResult>;
|
|
1637
|
+
TwoFactorRecoveryCodeSignInAsync(recoveryCode: string): Task_1<SignInResult>;
|
|
1638
|
+
TwoFactorSignInAsync(provider: string, code: string, isPersistent: boolean, rememberClient: boolean): Task_1<SignInResult>;
|
|
1639
|
+
UpdateExternalAuthenticationTokensAsync(externalLogin: ExternalLoginInfo): Task_1<IdentityResult>;
|
|
1640
|
+
ValidateSecurityStampAsync(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
|
|
1641
|
+
ValidateSecurityStampAsync(user: TUser, securityStamp: string): Task_1<System_Internal.Boolean>;
|
|
1642
|
+
ValidateTwoFactorSecurityStampAsync(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
|
|
1552
1643
|
}
|
|
1553
1644
|
|
|
1554
1645
|
|
|
1555
1646
|
export const SignInManager_1: {
|
|
1556
|
-
new<TUser>(userManager: UserManager_1<TUser>, contextAccessor: IHttpContextAccessor, claimsFactory: IUserClaimsPrincipalFactory_1<TUser>, optionsAccessor:
|
|
1647
|
+
new<TUser>(userManager: UserManager_1<TUser>, contextAccessor: IHttpContextAccessor, claimsFactory: IUserClaimsPrincipalFactory_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, logger: ILogger_1<SignInManager_1<TUser>>, schemes: IAuthenticationSchemeProvider, confirmation: IUserConfirmation_1<TUser>): SignInManager_1<TUser>;
|
|
1557
1648
|
};
|
|
1558
1649
|
|
|
1559
1650
|
|
|
1560
1651
|
export type SignInManager_1<TUser> = SignInManager_1$instance<TUser>;
|
|
1561
1652
|
|
|
1562
1653
|
export interface SignInOptions$instance {
|
|
1654
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_SignInOptions: never;
|
|
1655
|
+
|
|
1563
1656
|
RequireConfirmedAccount: boolean;
|
|
1564
1657
|
RequireConfirmedEmail: boolean;
|
|
1565
1658
|
RequireConfirmedPhoneNumber: boolean;
|
|
@@ -1574,6 +1667,8 @@ export const SignInOptions: {
|
|
|
1574
1667
|
export type SignInOptions = SignInOptions$instance;
|
|
1575
1668
|
|
|
1576
1669
|
export interface SignInResult$instance {
|
|
1670
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_SignInResult: never;
|
|
1671
|
+
|
|
1577
1672
|
IsLockedOut: boolean;
|
|
1578
1673
|
IsNotAllowed: boolean;
|
|
1579
1674
|
RequiresTwoFactor: boolean;
|
|
@@ -1595,6 +1690,8 @@ export const SignInResult: {
|
|
|
1595
1690
|
export type SignInResult = SignInResult$instance;
|
|
1596
1691
|
|
|
1597
1692
|
export interface StoreOptions$instance {
|
|
1693
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_StoreOptions: never;
|
|
1694
|
+
|
|
1598
1695
|
MaxLengthForKeys: int;
|
|
1599
1696
|
ProtectPersonalData: boolean;
|
|
1600
1697
|
SchemaVersion: Version;
|
|
@@ -1609,13 +1706,15 @@ export const StoreOptions: {
|
|
|
1609
1706
|
export type StoreOptions = StoreOptions$instance;
|
|
1610
1707
|
|
|
1611
1708
|
export interface TokenOptions$instance {
|
|
1709
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_TokenOptions: never;
|
|
1710
|
+
|
|
1612
1711
|
AuthenticatorIssuer: string;
|
|
1613
1712
|
AuthenticatorTokenProvider: string;
|
|
1614
1713
|
ChangeEmailTokenProvider: string;
|
|
1615
1714
|
ChangePhoneNumberTokenProvider: string;
|
|
1616
1715
|
EmailConfirmationTokenProvider: string;
|
|
1617
1716
|
PasswordResetTokenProvider: string;
|
|
1618
|
-
ProviderMap:
|
|
1717
|
+
ProviderMap: Dictionary_2<System_Internal.String, TokenProviderDescriptor>;
|
|
1619
1718
|
}
|
|
1620
1719
|
|
|
1621
1720
|
|
|
@@ -1631,6 +1730,8 @@ export const TokenOptions: {
|
|
|
1631
1730
|
export type TokenOptions = TokenOptions$instance;
|
|
1632
1731
|
|
|
1633
1732
|
export interface TokenProviderDescriptor$instance {
|
|
1733
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_TokenProviderDescriptor: never;
|
|
1734
|
+
|
|
1634
1735
|
get ProviderInstance(): unknown | undefined;
|
|
1635
1736
|
set ProviderInstance(value: unknown | undefined);
|
|
1636
1737
|
readonly ProviderType: Type;
|
|
@@ -1644,13 +1745,15 @@ export const TokenProviderDescriptor: {
|
|
|
1644
1745
|
|
|
1645
1746
|
export type TokenProviderDescriptor = TokenProviderDescriptor$instance;
|
|
1646
1747
|
|
|
1647
|
-
export interface TotpSecurityStampBasedTokenProvider_1$instance<TUser> {
|
|
1748
|
+
export interface TotpSecurityStampBasedTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {
|
|
1749
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_TotpSecurityStampBasedTokenProvider_1: never;
|
|
1750
|
+
|
|
1648
1751
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorTokenProvider_1: never;
|
|
1649
1752
|
|
|
1650
|
-
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
1651
|
-
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1652
|
-
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1653
|
-
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser):
|
|
1753
|
+
CanGenerateTwoFactorTokenAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
1754
|
+
GenerateAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
1755
|
+
GetUserModifierAsync(purpose: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.String>;
|
|
1756
|
+
ValidateAsync(purpose: string, token: string, manager: UserManager_1<TUser>, user: TUser): Task_1<System_Internal.Boolean>;
|
|
1654
1757
|
}
|
|
1655
1758
|
|
|
1656
1759
|
|
|
@@ -1662,25 +1765,25 @@ export interface __TotpSecurityStampBasedTokenProvider_1$views<TUser> {
|
|
|
1662
1765
|
As_IUserTwoFactorTokenProvider_1(): IUserTwoFactorTokenProvider_1$instance<TUser>;
|
|
1663
1766
|
}
|
|
1664
1767
|
|
|
1665
|
-
export interface TotpSecurityStampBasedTokenProvider_1$instance<TUser> extends IUserTwoFactorTokenProvider_1$instance<TUser> {}
|
|
1666
|
-
|
|
1667
1768
|
export type TotpSecurityStampBasedTokenProvider_1<TUser> = TotpSecurityStampBasedTokenProvider_1$instance<TUser> & __TotpSecurityStampBasedTokenProvider_1$views<TUser>;
|
|
1668
1769
|
|
|
1669
1770
|
|
|
1670
|
-
export interface TwoFactorSecurityStampValidator_1$instance<TUser> extends SecurityStampValidator_1$instance<TUser>, ITwoFactorSecurityStampValidator {
|
|
1771
|
+
export interface TwoFactorSecurityStampValidator_1$instance<TUser> extends SecurityStampValidator_1$instance<TUser>, ITwoFactorSecurityStampValidator, ITwoFactorSecurityStampValidator$instance {
|
|
1772
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_TwoFactorSecurityStampValidator_1: never;
|
|
1773
|
+
|
|
1671
1774
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ISecurityStampValidator: never;
|
|
1672
1775
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ITwoFactorSecurityStampValidator: never;
|
|
1673
1776
|
|
|
1674
1777
|
SecurityStampVerified(user: TUser, context: CookieValidatePrincipalContext): Task;
|
|
1675
1778
|
ValidateAsync(context: CookieValidatePrincipalContext): Task;
|
|
1676
|
-
VerifySecurityStamp(principal: ClaimsPrincipal):
|
|
1677
|
-
VerifySecurityStamp(principal: ClaimsPrincipal):
|
|
1779
|
+
VerifySecurityStamp(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
|
|
1780
|
+
VerifySecurityStamp(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
|
|
1678
1781
|
}
|
|
1679
1782
|
|
|
1680
1783
|
|
|
1681
1784
|
export const TwoFactorSecurityStampValidator_1: {
|
|
1682
|
-
new<TUser>(options:
|
|
1683
|
-
new<TUser>(options:
|
|
1785
|
+
new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, clock: ISystemClock, logger: ILoggerFactory): TwoFactorSecurityStampValidator_1<TUser>;
|
|
1786
|
+
new<TUser>(options: IOptions_1<SecurityStampValidatorOptions>, signInManager: SignInManager_1<TUser>, logger: ILoggerFactory): TwoFactorSecurityStampValidator_1<TUser>;
|
|
1684
1787
|
};
|
|
1685
1788
|
|
|
1686
1789
|
|
|
@@ -1688,12 +1791,12 @@ export interface __TwoFactorSecurityStampValidator_1$views<TUser> {
|
|
|
1688
1791
|
As_ISecurityStampValidator(): ISecurityStampValidator$instance;
|
|
1689
1792
|
}
|
|
1690
1793
|
|
|
1691
|
-
export interface TwoFactorSecurityStampValidator_1$instance<TUser> extends ITwoFactorSecurityStampValidator$instance {}
|
|
1692
|
-
|
|
1693
1794
|
export type TwoFactorSecurityStampValidator_1<TUser> = TwoFactorSecurityStampValidator_1$instance<TUser> & __TwoFactorSecurityStampValidator_1$views<TUser>;
|
|
1694
1795
|
|
|
1695
1796
|
|
|
1696
|
-
export interface UpperInvariantLookupNormalizer$instance {
|
|
1797
|
+
export interface UpperInvariantLookupNormalizer$instance extends ILookupNormalizer$instance {
|
|
1798
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UpperInvariantLookupNormalizer: never;
|
|
1799
|
+
|
|
1697
1800
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_ILookupNormalizer: never;
|
|
1698
1801
|
|
|
1699
1802
|
NormalizeEmail(email: string): string | undefined;
|
|
@@ -1710,23 +1813,23 @@ export interface __UpperInvariantLookupNormalizer$views {
|
|
|
1710
1813
|
As_ILookupNormalizer(): ILookupNormalizer$instance;
|
|
1711
1814
|
}
|
|
1712
1815
|
|
|
1713
|
-
export interface UpperInvariantLookupNormalizer$instance extends ILookupNormalizer$instance {}
|
|
1714
|
-
|
|
1715
1816
|
export type UpperInvariantLookupNormalizer = UpperInvariantLookupNormalizer$instance & __UpperInvariantLookupNormalizer$views;
|
|
1716
1817
|
|
|
1717
1818
|
|
|
1718
|
-
export interface UserClaimsPrincipalFactory_1$instance<TUser> {
|
|
1819
|
+
export interface UserClaimsPrincipalFactory_1$instance<TUser> extends IUserClaimsPrincipalFactory_1$instance<TUser> {
|
|
1820
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserClaimsPrincipalFactory_1: never;
|
|
1821
|
+
|
|
1719
1822
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimsPrincipalFactory_1: never;
|
|
1720
1823
|
|
|
1721
1824
|
Options: IdentityOptions;
|
|
1722
1825
|
UserManager: UserManager_1<TUser>;
|
|
1723
|
-
CreateAsync(user: TUser):
|
|
1724
|
-
GenerateClaimsAsync(user: TUser):
|
|
1826
|
+
CreateAsync(user: TUser): Task_1<ClaimsPrincipal>;
|
|
1827
|
+
GenerateClaimsAsync(user: TUser): Task_1<ClaimsIdentity>;
|
|
1725
1828
|
}
|
|
1726
1829
|
|
|
1727
1830
|
|
|
1728
1831
|
export const UserClaimsPrincipalFactory_1: {
|
|
1729
|
-
new<TUser>(userManager: UserManager_1<TUser>, optionsAccessor:
|
|
1832
|
+
new<TUser>(userManager: UserManager_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>): UserClaimsPrincipalFactory_1<TUser>;
|
|
1730
1833
|
};
|
|
1731
1834
|
|
|
1732
1835
|
|
|
@@ -1734,23 +1837,23 @@ export interface __UserClaimsPrincipalFactory_1$views<TUser> {
|
|
|
1734
1837
|
As_IUserClaimsPrincipalFactory_1(): IUserClaimsPrincipalFactory_1$instance<TUser>;
|
|
1735
1838
|
}
|
|
1736
1839
|
|
|
1737
|
-
export interface UserClaimsPrincipalFactory_1$instance<TUser> extends IUserClaimsPrincipalFactory_1$instance<TUser> {}
|
|
1738
|
-
|
|
1739
1840
|
export type UserClaimsPrincipalFactory_1<TUser> = UserClaimsPrincipalFactory_1$instance<TUser> & __UserClaimsPrincipalFactory_1$views<TUser>;
|
|
1740
1841
|
|
|
1741
1842
|
|
|
1742
1843
|
export interface UserClaimsPrincipalFactory_2$instance<TUser, TRole> extends UserClaimsPrincipalFactory_1$instance<TUser> {
|
|
1844
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserClaimsPrincipalFactory_2: never;
|
|
1845
|
+
|
|
1743
1846
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserClaimsPrincipalFactory_1: never;
|
|
1744
1847
|
|
|
1745
1848
|
RoleManager: RoleManager_1<TRole>;
|
|
1746
|
-
CreateAsync(user: TUser):
|
|
1747
|
-
GenerateClaimsAsync(user: TUser):
|
|
1748
|
-
GenerateClaimsAsync(user: TUser):
|
|
1849
|
+
CreateAsync(user: TUser): Task_1<ClaimsPrincipal>;
|
|
1850
|
+
GenerateClaimsAsync(user: TUser): Task_1<ClaimsIdentity>;
|
|
1851
|
+
GenerateClaimsAsync(user: TUser): Task_1<ClaimsIdentity>;
|
|
1749
1852
|
}
|
|
1750
1853
|
|
|
1751
1854
|
|
|
1752
1855
|
export const UserClaimsPrincipalFactory_2: {
|
|
1753
|
-
new<TUser, TRole>(userManager: UserManager_1<TUser>, roleManager: RoleManager_1<TRole>, options:
|
|
1856
|
+
new<TUser, TRole>(userManager: UserManager_1<TUser>, roleManager: RoleManager_1<TRole>, options: IOptions_1<IdentityOptions>): UserClaimsPrincipalFactory_2<TUser, TRole>;
|
|
1754
1857
|
};
|
|
1755
1858
|
|
|
1756
1859
|
|
|
@@ -1762,6 +1865,8 @@ export type UserClaimsPrincipalFactory_2<TUser, TRole> = UserClaimsPrincipalFact
|
|
|
1762
1865
|
|
|
1763
1866
|
|
|
1764
1867
|
export interface UserLoginInfo$instance {
|
|
1868
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserLoginInfo: never;
|
|
1869
|
+
|
|
1765
1870
|
LoginProvider: string;
|
|
1766
1871
|
get ProviderDisplayName(): string | undefined;
|
|
1767
1872
|
set ProviderDisplayName(value: string | undefined);
|
|
@@ -1777,6 +1882,8 @@ export const UserLoginInfo: {
|
|
|
1777
1882
|
export type UserLoginInfo = UserLoginInfo$instance;
|
|
1778
1883
|
|
|
1779
1884
|
export interface UserManager_1$instance<TUser> {
|
|
1885
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserManager_1: never;
|
|
1886
|
+
|
|
1780
1887
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1781
1888
|
|
|
1782
1889
|
readonly CancellationToken: CancellationToken;
|
|
@@ -1785,7 +1892,7 @@ export interface UserManager_1$instance<TUser> {
|
|
|
1785
1892
|
Logger: ILogger;
|
|
1786
1893
|
Options: IdentityOptions;
|
|
1787
1894
|
PasswordHasher: IPasswordHasher_1<TUser>;
|
|
1788
|
-
readonly PasswordValidators:
|
|
1895
|
+
readonly PasswordValidators: IList_1<IPasswordValidator_1<TUser>>;
|
|
1789
1896
|
readonly ServiceProvider: IServiceProvider;
|
|
1790
1897
|
readonly SupportsQueryableUsers: boolean;
|
|
1791
1898
|
readonly SupportsUserAuthenticationTokens: boolean;
|
|
@@ -1801,108 +1908,108 @@ export interface UserManager_1$instance<TUser> {
|
|
|
1801
1908
|
readonly SupportsUserSecurityStamp: boolean;
|
|
1802
1909
|
readonly SupportsUserTwoFactor: boolean;
|
|
1803
1910
|
readonly SupportsUserTwoFactorRecoveryCodes: boolean;
|
|
1804
|
-
readonly Users:
|
|
1805
|
-
readonly UserValidators:
|
|
1806
|
-
AccessFailedAsync(user: TUser):
|
|
1807
|
-
AddClaimAsync(user: TUser, claim: Claim):
|
|
1808
|
-
AddClaimsAsync(user: TUser, claims:
|
|
1809
|
-
AddLoginAsync(user: TUser, login: UserLoginInfo):
|
|
1810
|
-
AddOrUpdatePasskeyAsync(user: TUser, passkey: UserPasskeyInfo):
|
|
1811
|
-
AddPasswordAsync(user: TUser, password: string):
|
|
1812
|
-
AddToRoleAsync(user: TUser, role: string):
|
|
1813
|
-
AddToRolesAsync(user: TUser, roles:
|
|
1814
|
-
ChangeEmailAsync(user: TUser, newEmail: string, token: string):
|
|
1815
|
-
ChangePasswordAsync(user: TUser, currentPassword: string, newPassword: string):
|
|
1816
|
-
ChangePhoneNumberAsync(user: TUser, phoneNumber: string, token: string):
|
|
1817
|
-
CheckPasswordAsync(user: TUser, password: string):
|
|
1818
|
-
ConfirmEmailAsync(user: TUser, token: string):
|
|
1819
|
-
CountRecoveryCodesAsync(user: TUser):
|
|
1820
|
-
CreateAsync(user: TUser):
|
|
1821
|
-
CreateAsync(user: TUser, password: string):
|
|
1822
|
-
CreateSecurityTokenAsync(user: TUser):
|
|
1911
|
+
readonly Users: IQueryable_1<TUser>;
|
|
1912
|
+
readonly UserValidators: IList_1<IUserValidator_1<TUser>>;
|
|
1913
|
+
AccessFailedAsync(user: TUser): Task_1<IdentityResult>;
|
|
1914
|
+
AddClaimAsync(user: TUser, claim: Claim): Task_1<IdentityResult>;
|
|
1915
|
+
AddClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>): Task_1<IdentityResult>;
|
|
1916
|
+
AddLoginAsync(user: TUser, login: UserLoginInfo): Task_1<IdentityResult>;
|
|
1917
|
+
AddOrUpdatePasskeyAsync(user: TUser, passkey: UserPasskeyInfo): Task_1<IdentityResult>;
|
|
1918
|
+
AddPasswordAsync(user: TUser, password: string): Task_1<IdentityResult>;
|
|
1919
|
+
AddToRoleAsync(user: TUser, role: string): Task_1<IdentityResult>;
|
|
1920
|
+
AddToRolesAsync(user: TUser, roles: IEnumerable_1<System_Internal.String>): Task_1<IdentityResult>;
|
|
1921
|
+
ChangeEmailAsync(user: TUser, newEmail: string, token: string): Task_1<IdentityResult>;
|
|
1922
|
+
ChangePasswordAsync(user: TUser, currentPassword: string, newPassword: string): Task_1<IdentityResult>;
|
|
1923
|
+
ChangePhoneNumberAsync(user: TUser, phoneNumber: string, token: string): Task_1<IdentityResult>;
|
|
1924
|
+
CheckPasswordAsync(user: TUser, password: string): Task_1<System_Internal.Boolean>;
|
|
1925
|
+
ConfirmEmailAsync(user: TUser, token: string): Task_1<IdentityResult>;
|
|
1926
|
+
CountRecoveryCodesAsync(user: TUser): Task_1<System_Internal.Int32>;
|
|
1927
|
+
CreateAsync(user: TUser): Task_1<IdentityResult>;
|
|
1928
|
+
CreateAsync(user: TUser, password: string): Task_1<IdentityResult>;
|
|
1929
|
+
CreateSecurityTokenAsync(user: TUser): Task_1<byte[]>;
|
|
1823
1930
|
CreateTwoFactorRecoveryCode(): string;
|
|
1824
|
-
DeleteAsync(user: TUser):
|
|
1931
|
+
DeleteAsync(user: TUser): Task_1<IdentityResult>;
|
|
1825
1932
|
Dispose(): void;
|
|
1826
1933
|
Dispose(disposing: boolean): void;
|
|
1827
|
-
FindByEmailAsync(email: string):
|
|
1828
|
-
FindByIdAsync(userId: string):
|
|
1829
|
-
FindByLoginAsync(loginProvider: string, providerKey: string):
|
|
1830
|
-
FindByNameAsync(userName: string):
|
|
1831
|
-
FindByPasskeyIdAsync(credentialId: byte[]):
|
|
1832
|
-
GenerateChangeEmailTokenAsync(user: TUser, newEmail: string):
|
|
1833
|
-
GenerateChangePhoneNumberTokenAsync(user: TUser, phoneNumber: string):
|
|
1834
|
-
GenerateConcurrencyStampAsync(user: TUser):
|
|
1835
|
-
GenerateEmailConfirmationTokenAsync(user: TUser):
|
|
1934
|
+
FindByEmailAsync(email: string): Task_1<TUser | undefined>;
|
|
1935
|
+
FindByIdAsync(userId: string): Task_1<TUser | undefined>;
|
|
1936
|
+
FindByLoginAsync(loginProvider: string, providerKey: string): Task_1<TUser | undefined>;
|
|
1937
|
+
FindByNameAsync(userName: string): Task_1<TUser | undefined>;
|
|
1938
|
+
FindByPasskeyIdAsync(credentialId: byte[]): Task_1<TUser | undefined>;
|
|
1939
|
+
GenerateChangeEmailTokenAsync(user: TUser, newEmail: string): Task_1<System_Internal.String>;
|
|
1940
|
+
GenerateChangePhoneNumberTokenAsync(user: TUser, phoneNumber: string): Task_1<System_Internal.String>;
|
|
1941
|
+
GenerateConcurrencyStampAsync(user: TUser): Task_1<System_Internal.String>;
|
|
1942
|
+
GenerateEmailConfirmationTokenAsync(user: TUser): Task_1<System_Internal.String>;
|
|
1836
1943
|
GenerateNewAuthenticatorKey(): string;
|
|
1837
|
-
GenerateNewTwoFactorRecoveryCodesAsync(user: TUser, number: int):
|
|
1838
|
-
GeneratePasswordResetTokenAsync(user: TUser):
|
|
1839
|
-
GenerateTwoFactorTokenAsync(user: TUser, tokenProvider: string):
|
|
1840
|
-
GenerateUserTokenAsync(user: TUser, tokenProvider: string, purpose: string):
|
|
1841
|
-
GetAccessFailedCountAsync(user: TUser):
|
|
1842
|
-
GetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string):
|
|
1843
|
-
GetAuthenticatorKeyAsync(user: TUser):
|
|
1844
|
-
GetClaimsAsync(user: TUser):
|
|
1845
|
-
GetEmailAsync(user: TUser):
|
|
1846
|
-
GetLockoutEnabledAsync(user: TUser):
|
|
1847
|
-
GetLockoutEndDateAsync(user: TUser):
|
|
1848
|
-
GetLoginsAsync(user: TUser):
|
|
1849
|
-
GetPasskeyAsync(user: TUser, credentialId: byte[]):
|
|
1850
|
-
GetPasskeysAsync(user: TUser):
|
|
1851
|
-
GetPhoneNumberAsync(user: TUser):
|
|
1852
|
-
GetRolesAsync(user: TUser):
|
|
1853
|
-
GetSecurityStampAsync(user: TUser):
|
|
1854
|
-
GetTwoFactorEnabledAsync(user: TUser):
|
|
1855
|
-
GetUserAsync(principal: ClaimsPrincipal):
|
|
1944
|
+
GenerateNewTwoFactorRecoveryCodesAsync(user: TUser, number: int): Task_1<IEnumerable_1<System_Internal.String> | undefined>;
|
|
1945
|
+
GeneratePasswordResetTokenAsync(user: TUser): Task_1<System_Internal.String>;
|
|
1946
|
+
GenerateTwoFactorTokenAsync(user: TUser, tokenProvider: string): Task_1<System_Internal.String>;
|
|
1947
|
+
GenerateUserTokenAsync(user: TUser, tokenProvider: string, purpose: string): Task_1<System_Internal.String>;
|
|
1948
|
+
GetAccessFailedCountAsync(user: TUser): Task_1<System_Internal.Int32>;
|
|
1949
|
+
GetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string): Task_1<string | undefined>;
|
|
1950
|
+
GetAuthenticatorKeyAsync(user: TUser): Task_1<string | undefined>;
|
|
1951
|
+
GetClaimsAsync(user: TUser): Task_1<IList_1<Claim>>;
|
|
1952
|
+
GetEmailAsync(user: TUser): Task_1<string | undefined>;
|
|
1953
|
+
GetLockoutEnabledAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1954
|
+
GetLockoutEndDateAsync(user: TUser): Task_1<Nullable_1<DateTimeOffset>>;
|
|
1955
|
+
GetLoginsAsync(user: TUser): Task_1<IList_1<UserLoginInfo>>;
|
|
1956
|
+
GetPasskeyAsync(user: TUser, credentialId: byte[]): Task_1<UserPasskeyInfo | undefined>;
|
|
1957
|
+
GetPasskeysAsync(user: TUser): Task_1<IList_1<UserPasskeyInfo>>;
|
|
1958
|
+
GetPhoneNumberAsync(user: TUser): Task_1<string | undefined>;
|
|
1959
|
+
GetRolesAsync(user: TUser): Task_1<IList_1<System_Internal.String>>;
|
|
1960
|
+
GetSecurityStampAsync(user: TUser): Task_1<System_Internal.String>;
|
|
1961
|
+
GetTwoFactorEnabledAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1962
|
+
GetUserAsync(principal: ClaimsPrincipal): Task_1<TUser | undefined>;
|
|
1856
1963
|
GetUserId(principal: ClaimsPrincipal): string | undefined;
|
|
1857
|
-
GetUserIdAsync(user: TUser):
|
|
1964
|
+
GetUserIdAsync(user: TUser): Task_1<System_Internal.String>;
|
|
1858
1965
|
GetUserName(principal: ClaimsPrincipal): string | undefined;
|
|
1859
|
-
GetUserNameAsync(user: TUser):
|
|
1860
|
-
GetUsersForClaimAsync(claim: Claim):
|
|
1861
|
-
GetUsersInRoleAsync(roleName: string):
|
|
1862
|
-
GetValidTwoFactorProvidersAsync(user: TUser):
|
|
1863
|
-
HasPasswordAsync(user: TUser):
|
|
1864
|
-
IsEmailConfirmedAsync(user: TUser):
|
|
1865
|
-
IsInRoleAsync(user: TUser, role: string):
|
|
1866
|
-
IsLockedOutAsync(user: TUser):
|
|
1867
|
-
IsPhoneNumberConfirmedAsync(user: TUser):
|
|
1966
|
+
GetUserNameAsync(user: TUser): Task_1<string | undefined>;
|
|
1967
|
+
GetUsersForClaimAsync(claim: Claim): Task_1<IList_1<TUser>>;
|
|
1968
|
+
GetUsersInRoleAsync(roleName: string): Task_1<IList_1<TUser>>;
|
|
1969
|
+
GetValidTwoFactorProvidersAsync(user: TUser): Task_1<IList_1<System_Internal.String>>;
|
|
1970
|
+
HasPasswordAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1971
|
+
IsEmailConfirmedAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1972
|
+
IsInRoleAsync(user: TUser, role: string): Task_1<System_Internal.Boolean>;
|
|
1973
|
+
IsLockedOutAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1974
|
+
IsPhoneNumberConfirmedAsync(user: TUser): Task_1<System_Internal.Boolean>;
|
|
1868
1975
|
NormalizeEmail(email: string): string | undefined;
|
|
1869
1976
|
NormalizeName(name: string): string | undefined;
|
|
1870
|
-
RedeemTwoFactorRecoveryCodeAsync(user: TUser, code: string):
|
|
1977
|
+
RedeemTwoFactorRecoveryCodeAsync(user: TUser, code: string): Task_1<IdentityResult>;
|
|
1871
1978
|
RegisterTokenProvider(providerName: string, provider: IUserTwoFactorTokenProvider_1<TUser>): void;
|
|
1872
|
-
RemoveAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string):
|
|
1873
|
-
RemoveClaimAsync(user: TUser, claim: Claim):
|
|
1874
|
-
RemoveClaimsAsync(user: TUser, claims:
|
|
1875
|
-
RemoveFromRoleAsync(user: TUser, role: string):
|
|
1876
|
-
RemoveFromRolesAsync(user: TUser, roles:
|
|
1877
|
-
RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string):
|
|
1878
|
-
RemovePasskeyAsync(user: TUser, credentialId: byte[]):
|
|
1879
|
-
RemovePasswordAsync(user: TUser):
|
|
1880
|
-
ReplaceClaimAsync(user: TUser, claim: Claim, newClaim: Claim):
|
|
1881
|
-
ResetAccessFailedCountAsync(user: TUser):
|
|
1882
|
-
ResetAuthenticatorKeyAsync(user: TUser):
|
|
1883
|
-
ResetPasswordAsync(user: TUser, token: string, newPassword: string):
|
|
1884
|
-
SetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string, tokenValue: string):
|
|
1885
|
-
SetEmailAsync(user: TUser, email: string):
|
|
1886
|
-
SetLockoutEnabledAsync(user: TUser, enabled: boolean):
|
|
1887
|
-
SetLockoutEndDateAsync(user: TUser, lockoutEnd:
|
|
1888
|
-
SetPhoneNumberAsync(user: TUser, phoneNumber: string):
|
|
1889
|
-
SetTwoFactorEnabledAsync(user: TUser, enabled: boolean):
|
|
1890
|
-
SetUserNameAsync(user: TUser, userName: string):
|
|
1891
|
-
UpdateAsync(user: TUser):
|
|
1979
|
+
RemoveAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string): Task_1<IdentityResult>;
|
|
1980
|
+
RemoveClaimAsync(user: TUser, claim: Claim): Task_1<IdentityResult>;
|
|
1981
|
+
RemoveClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>): Task_1<IdentityResult>;
|
|
1982
|
+
RemoveFromRoleAsync(user: TUser, role: string): Task_1<IdentityResult>;
|
|
1983
|
+
RemoveFromRolesAsync(user: TUser, roles: IEnumerable_1<System_Internal.String>): Task_1<IdentityResult>;
|
|
1984
|
+
RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string): Task_1<IdentityResult>;
|
|
1985
|
+
RemovePasskeyAsync(user: TUser, credentialId: byte[]): Task_1<IdentityResult>;
|
|
1986
|
+
RemovePasswordAsync(user: TUser): Task_1<IdentityResult>;
|
|
1987
|
+
ReplaceClaimAsync(user: TUser, claim: Claim, newClaim: Claim): Task_1<IdentityResult>;
|
|
1988
|
+
ResetAccessFailedCountAsync(user: TUser): Task_1<IdentityResult>;
|
|
1989
|
+
ResetAuthenticatorKeyAsync(user: TUser): Task_1<IdentityResult>;
|
|
1990
|
+
ResetPasswordAsync(user: TUser, token: string, newPassword: string): Task_1<IdentityResult>;
|
|
1991
|
+
SetAuthenticationTokenAsync(user: TUser, loginProvider: string, tokenName: string, tokenValue: string): Task_1<IdentityResult>;
|
|
1992
|
+
SetEmailAsync(user: TUser, email: string): Task_1<IdentityResult>;
|
|
1993
|
+
SetLockoutEnabledAsync(user: TUser, enabled: boolean): Task_1<IdentityResult>;
|
|
1994
|
+
SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>): Task_1<IdentityResult>;
|
|
1995
|
+
SetPhoneNumberAsync(user: TUser, phoneNumber: string): Task_1<IdentityResult>;
|
|
1996
|
+
SetTwoFactorEnabledAsync(user: TUser, enabled: boolean): Task_1<IdentityResult>;
|
|
1997
|
+
SetUserNameAsync(user: TUser, userName: string): Task_1<IdentityResult>;
|
|
1998
|
+
UpdateAsync(user: TUser): Task_1<IdentityResult>;
|
|
1892
1999
|
UpdateNormalizedEmailAsync(user: TUser): Task;
|
|
1893
2000
|
UpdateNormalizedUserNameAsync(user: TUser): Task;
|
|
1894
|
-
UpdatePasswordHash(user: TUser, newPassword: string, validatePassword: boolean):
|
|
1895
|
-
UpdateSecurityStampAsync(user: TUser):
|
|
1896
|
-
UpdateUserAsync(user: TUser):
|
|
1897
|
-
VerifyChangePhoneNumberTokenAsync(user: TUser, token: string, phoneNumber: string):
|
|
1898
|
-
VerifyPasswordAsync(store: IUserPasswordStore_1<TUser>, user: TUser, password: string):
|
|
1899
|
-
VerifyTwoFactorTokenAsync(user: TUser, tokenProvider: string, token: string):
|
|
1900
|
-
VerifyUserTokenAsync(user: TUser, tokenProvider: string, purpose: string, token: string):
|
|
2001
|
+
UpdatePasswordHash(user: TUser, newPassword: string, validatePassword: boolean): Task_1<IdentityResult>;
|
|
2002
|
+
UpdateSecurityStampAsync(user: TUser): Task_1<IdentityResult>;
|
|
2003
|
+
UpdateUserAsync(user: TUser): Task_1<IdentityResult>;
|
|
2004
|
+
VerifyChangePhoneNumberTokenAsync(user: TUser, token: string, phoneNumber: string): Task_1<System_Internal.Boolean>;
|
|
2005
|
+
VerifyPasswordAsync(store: IUserPasswordStore_1<TUser>, user: TUser, password: string): Task_1<PasswordVerificationResult>;
|
|
2006
|
+
VerifyTwoFactorTokenAsync(user: TUser, tokenProvider: string, token: string): Task_1<System_Internal.Boolean>;
|
|
2007
|
+
VerifyUserTokenAsync(user: TUser, tokenProvider: string, purpose: string, token: string): Task_1<System_Internal.Boolean>;
|
|
1901
2008
|
}
|
|
1902
2009
|
|
|
1903
2010
|
|
|
1904
2011
|
export const UserManager_1: {
|
|
1905
|
-
new<TUser>(store: IUserStore_1<TUser>, optionsAccessor:
|
|
2012
|
+
new<TUser>(store: IUserStore_1<TUser>, optionsAccessor: IOptions_1<IdentityOptions>, passwordHasher: IPasswordHasher_1<TUser>, userValidators: IEnumerable_1<IUserValidator_1<TUser>>, passwordValidators: IEnumerable_1<IPasswordValidator_1<TUser>>, keyNormalizer: ILookupNormalizer, errors: IdentityErrorDescriber, services: IServiceProvider, logger: ILogger_1<UserManager_1<TUser>>): UserManager_1<TUser>;
|
|
1906
2013
|
readonly ResetPasswordTokenPurpose: string;
|
|
1907
2014
|
readonly ChangePhoneNumberTokenPurpose: string;
|
|
1908
2015
|
readonly ConfirmEmailTokenPurpose: string;
|
|
@@ -1913,6 +2020,8 @@ export const UserManager_1: {
|
|
|
1913
2020
|
export type UserManager_1<TUser> = UserManager_1$instance<TUser>;
|
|
1914
2021
|
|
|
1915
2022
|
export interface UserOptions$instance {
|
|
2023
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserOptions: never;
|
|
2024
|
+
|
|
1916
2025
|
AllowedUserNameCharacters: string;
|
|
1917
2026
|
RequireUniqueEmail: boolean;
|
|
1918
2027
|
}
|
|
@@ -1926,6 +2035,8 @@ export const UserOptions: {
|
|
|
1926
2035
|
export type UserOptions = UserOptions$instance;
|
|
1927
2036
|
|
|
1928
2037
|
export interface UserPasskeyInfo$instance {
|
|
2038
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserPasskeyInfo: never;
|
|
2039
|
+
|
|
1929
2040
|
readonly AttestationObject: byte[];
|
|
1930
2041
|
readonly ClientDataJson: byte[];
|
|
1931
2042
|
readonly CreatedAt: DateTimeOffset;
|
|
@@ -1948,7 +2059,9 @@ export const UserPasskeyInfo: {
|
|
|
1948
2059
|
|
|
1949
2060
|
export type UserPasskeyInfo = UserPasskeyInfo$instance;
|
|
1950
2061
|
|
|
1951
|
-
export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TKey extends (
|
|
2062
|
+
export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>> extends IUserPasswordStore_1<TUser>, IUserSecurityStampStore_1<TUser>, IUserAuthenticatorKeyStore_1<TUser> {
|
|
2063
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserStoreBase_5: never;
|
|
2064
|
+
|
|
1952
2065
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableUserStore_1: never;
|
|
1953
2066
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticationTokenStore_1: never;
|
|
1954
2067
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticatorKeyStore_1: never;
|
|
@@ -1965,61 +2078,61 @@ export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TK
|
|
|
1965
2078
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
1966
2079
|
|
|
1967
2080
|
ErrorDescriber: IdentityErrorDescriber;
|
|
1968
|
-
readonly Users:
|
|
1969
|
-
AddClaimsAsync(user: TUser, claims:
|
|
2081
|
+
readonly Users: IQueryable_1<TUser>;
|
|
2082
|
+
AddClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>, cancellationToken?: CancellationToken): Task;
|
|
1970
2083
|
AddLoginAsync(user: TUser, login: UserLoginInfo, cancellationToken?: CancellationToken): Task;
|
|
1971
2084
|
AddUserTokenAsync(token: TUserToken): Task;
|
|
1972
2085
|
ConvertIdFromString(id: string): TKey | undefined;
|
|
1973
2086
|
ConvertIdToString(id: TKey): string | undefined;
|
|
1974
|
-
CountCodesAsync(user: TUser, cancellationToken: CancellationToken):
|
|
1975
|
-
CreateAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2087
|
+
CountCodesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2088
|
+
CreateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
|
|
1976
2089
|
CreateUserClaim(user: TUser, claim: Claim): TUserClaim;
|
|
1977
2090
|
CreateUserLogin(user: TUser, login: UserLoginInfo): TUserLogin;
|
|
1978
2091
|
CreateUserToken(user: TUser, loginProvider: string, name: string, value: string): TUserToken;
|
|
1979
|
-
DeleteAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2092
|
+
DeleteAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
|
|
1980
2093
|
Dispose(): void;
|
|
1981
|
-
FindByEmailAsync(normalizedEmail: string, cancellationToken?: CancellationToken):
|
|
1982
|
-
FindByIdAsync(userId: string, cancellationToken?: CancellationToken):
|
|
1983
|
-
FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken?: CancellationToken):
|
|
1984
|
-
FindByNameAsync(normalizedUserName: string, cancellationToken?: CancellationToken):
|
|
1985
|
-
FindTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken):
|
|
1986
|
-
FindUserAsync(userId: TKey, cancellationToken: CancellationToken):
|
|
1987
|
-
FindUserLoginAsync(userId: TKey, loginProvider: string, providerKey: string, cancellationToken: CancellationToken):
|
|
1988
|
-
FindUserLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken):
|
|
1989
|
-
GetAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1990
|
-
GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken):
|
|
1991
|
-
GetClaimsAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1992
|
-
GetEmailAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1993
|
-
GetEmailConfirmedAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1994
|
-
GetLockoutEnabledAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1995
|
-
GetLockoutEndDateAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1996
|
-
GetLoginsAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1997
|
-
GetNormalizedEmailAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1998
|
-
GetNormalizedUserNameAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
1999
|
-
GetPasswordHashAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2000
|
-
GetPhoneNumberAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2001
|
-
GetPhoneNumberConfirmedAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2002
|
-
GetSecurityStampAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2003
|
-
GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken):
|
|
2004
|
-
GetTwoFactorEnabledAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2005
|
-
GetUserIdAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2006
|
-
GetUserNameAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2007
|
-
GetUsersForClaimAsync(claim: Claim, cancellationToken?: CancellationToken):
|
|
2008
|
-
HasPasswordAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2009
|
-
IncrementAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2010
|
-
RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken):
|
|
2011
|
-
RemoveClaimsAsync(user: TUser, claims:
|
|
2094
|
+
FindByEmailAsync(normalizedEmail: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2095
|
+
FindByIdAsync(userId: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2096
|
+
FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2097
|
+
FindByNameAsync(normalizedUserName: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2098
|
+
FindTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<TUserToken | undefined>;
|
|
2099
|
+
FindUserAsync(userId: TKey, cancellationToken: CancellationToken): Task_1<TUser | undefined>;
|
|
2100
|
+
FindUserLoginAsync(userId: TKey, loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUserLogin | undefined>;
|
|
2101
|
+
FindUserLoginAsync(loginProvider: string, providerKey: string, cancellationToken: CancellationToken): Task_1<TUserLogin | undefined>;
|
|
2102
|
+
GetAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2103
|
+
GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
2104
|
+
GetClaimsAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
|
|
2105
|
+
GetEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2106
|
+
GetEmailConfirmedAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2107
|
+
GetLockoutEnabledAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2108
|
+
GetLockoutEndDateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<Nullable_1<DateTimeOffset>>;
|
|
2109
|
+
GetLoginsAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<UserLoginInfo>>;
|
|
2110
|
+
GetNormalizedEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2111
|
+
GetNormalizedUserNameAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2112
|
+
GetPasswordHashAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2113
|
+
GetPhoneNumberAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2114
|
+
GetPhoneNumberConfirmedAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2115
|
+
GetSecurityStampAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2116
|
+
GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
2117
|
+
GetTwoFactorEnabledAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2118
|
+
GetUserIdAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.String>;
|
|
2119
|
+
GetUserNameAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2120
|
+
GetUsersForClaimAsync(claim: Claim, cancellationToken?: CancellationToken): Task_1<IList_1<TUser>>;
|
|
2121
|
+
HasPasswordAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2122
|
+
IncrementAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2123
|
+
RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2124
|
+
RemoveClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>, cancellationToken?: CancellationToken): Task;
|
|
2012
2125
|
RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string, cancellationToken?: CancellationToken): Task;
|
|
2013
2126
|
RemoveTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task;
|
|
2014
2127
|
RemoveUserTokenAsync(token: TUserToken): Task;
|
|
2015
2128
|
ReplaceClaimAsync(user: TUser, claim: Claim, newClaim: Claim, cancellationToken?: CancellationToken): Task;
|
|
2016
|
-
ReplaceCodesAsync(user: TUser, recoveryCodes:
|
|
2129
|
+
ReplaceCodesAsync(user: TUser, recoveryCodes: IEnumerable_1<System_Internal.String>, cancellationToken: CancellationToken): Task;
|
|
2017
2130
|
ResetAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task;
|
|
2018
2131
|
SetAuthenticatorKeyAsync(user: TUser, key: string, cancellationToken: CancellationToken): Task;
|
|
2019
2132
|
SetEmailAsync(user: TUser, email: string, cancellationToken?: CancellationToken): Task;
|
|
2020
2133
|
SetEmailConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken?: CancellationToken): Task;
|
|
2021
2134
|
SetLockoutEnabledAsync(user: TUser, enabled: boolean, cancellationToken?: CancellationToken): Task;
|
|
2022
|
-
SetLockoutEndDateAsync(user: TUser, lockoutEnd:
|
|
2135
|
+
SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>, cancellationToken?: CancellationToken): Task;
|
|
2023
2136
|
SetNormalizedEmailAsync(user: TUser, normalizedEmail: string, cancellationToken?: CancellationToken): Task;
|
|
2024
2137
|
SetNormalizedUserNameAsync(user: TUser, normalizedName: string, cancellationToken?: CancellationToken): Task;
|
|
2025
2138
|
SetPasswordHashAsync(user: TUser, passwordHash: string, cancellationToken?: CancellationToken): Task;
|
|
@@ -2029,15 +2142,15 @@ export interface UserStoreBase_5$instance<TUser extends IdentityUser_1<TKey>, TK
|
|
|
2029
2142
|
SetTokenAsync(user: TUser, loginProvider: string, name: string, value: string, cancellationToken: CancellationToken): Task;
|
|
2030
2143
|
SetTwoFactorEnabledAsync(user: TUser, enabled: boolean, cancellationToken?: CancellationToken): Task;
|
|
2031
2144
|
SetUserNameAsync(user: TUser, userName: string, cancellationToken?: CancellationToken): Task;
|
|
2032
|
-
UpdateAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2145
|
+
UpdateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IdentityResult>;
|
|
2033
2146
|
}
|
|
2034
2147
|
|
|
2035
2148
|
|
|
2036
|
-
export const UserStoreBase_5: (abstract new<TUser extends IdentityUser_1<TKey>, TKey extends (
|
|
2149
|
+
export const UserStoreBase_5: (abstract new<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>>(describer: IdentityErrorDescriber) => UserStoreBase_5<TUser, TKey, TUserClaim, TUserLogin, TUserToken>) & {
|
|
2037
2150
|
};
|
|
2038
2151
|
|
|
2039
2152
|
|
|
2040
|
-
export interface __UserStoreBase_5$views<TUser extends IdentityUser_1<TKey>, TKey extends (
|
|
2153
|
+
export interface __UserStoreBase_5$views<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>> {
|
|
2041
2154
|
As_IQueryableUserStore_1(): IQueryableUserStore_1$instance<TUser>;
|
|
2042
2155
|
As_IUserAuthenticationTokenStore_1(): IUserAuthenticationTokenStore_1$instance<TUser>;
|
|
2043
2156
|
As_IUserClaimStore_1(): IUserClaimStore_1$instance<TUser>;
|
|
@@ -2050,10 +2163,12 @@ export interface __UserStoreBase_5$views<TUser extends IdentityUser_1<TKey>, TKe
|
|
|
2050
2163
|
As_IUserTwoFactorStore_1(): IUserTwoFactorStore_1$instance<TUser>;
|
|
2051
2164
|
}
|
|
2052
2165
|
|
|
2053
|
-
export type UserStoreBase_5<TUser extends IdentityUser_1<TKey>, TKey extends (
|
|
2166
|
+
export type UserStoreBase_5<TUser extends IdentityUser_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>> = UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken> & __UserStoreBase_5$views<TUser, TKey, TUserClaim, TUserLogin, TUserToken>;
|
|
2167
|
+
|
|
2054
2168
|
|
|
2169
|
+
export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> extends UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken>, IUserPasswordStore_1<TUser>, IUserSecurityStampStore_1<TUser>, IUserAuthenticatorKeyStore_1<TUser> {
|
|
2170
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserStoreBase_8: never;
|
|
2055
2171
|
|
|
2056
|
-
export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> extends UserStoreBase_5$instance<TUser, TKey, TUserClaim, TUserLogin, TUserToken>, IUserPasswordStore_1<TUser>, IUserSecurityStampStore_1<TUser>, IUserAuthenticatorKeyStore_1<TUser> {
|
|
2057
2172
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IQueryableUserStore_1: never;
|
|
2058
2173
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticationTokenStore_1: never;
|
|
2059
2174
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserAuthenticatorKeyStore_1: never;
|
|
@@ -2070,43 +2185,43 @@ export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TR
|
|
|
2070
2185
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserTwoFactorStore_1: never;
|
|
2071
2186
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
2072
2187
|
|
|
2073
|
-
AddClaimsAsync(user: TUser, claims:
|
|
2188
|
+
AddClaimsAsync(user: TUser, claims: IEnumerable_1<Claim>, cancellationToken?: CancellationToken): Task;
|
|
2074
2189
|
AddLoginAsync(user: TUser, login: UserLoginInfo, cancellationToken?: CancellationToken): Task;
|
|
2075
2190
|
AddToRoleAsync(user: TUser, normalizedRoleName: string, cancellationToken?: CancellationToken): Task;
|
|
2076
|
-
CountCodesAsync(user: TUser, cancellationToken: CancellationToken):
|
|
2191
|
+
CountCodesAsync(user: TUser, cancellationToken: CancellationToken): Task_1<System_Internal.Int32>;
|
|
2077
2192
|
CreateUserRole(user: TUser, role: TRole): TUserRole;
|
|
2078
|
-
FindByEmailAsync(normalizedEmail: string, cancellationToken?: CancellationToken):
|
|
2079
|
-
FindByIdAsync(userId: string, cancellationToken?: CancellationToken):
|
|
2080
|
-
FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken?: CancellationToken):
|
|
2081
|
-
FindRoleAsync(normalizedRoleName: string, cancellationToken: CancellationToken):
|
|
2082
|
-
FindUserRoleAsync(userId: TKey, roleId: TKey, cancellationToken: CancellationToken):
|
|
2083
|
-
GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken):
|
|
2084
|
-
GetClaimsAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2085
|
-
GetEmailAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2086
|
-
GetLockoutEndDateAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2087
|
-
GetLoginsAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2088
|
-
GetPasswordHashAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2089
|
-
GetPhoneNumberAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2090
|
-
GetRolesAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2091
|
-
GetSecurityStampAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2092
|
-
GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken):
|
|
2093
|
-
GetTwoFactorEnabledAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2094
|
-
GetUserIdAsync(user: TUser, cancellationToken?: CancellationToken):
|
|
2095
|
-
GetUsersForClaimAsync(claim: Claim, cancellationToken?: CancellationToken):
|
|
2096
|
-
GetUsersInRoleAsync(normalizedRoleName: string, cancellationToken?: CancellationToken):
|
|
2097
|
-
IsInRoleAsync(user: TUser, normalizedRoleName: string, cancellationToken?: CancellationToken):
|
|
2098
|
-
RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken):
|
|
2193
|
+
FindByEmailAsync(normalizedEmail: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2194
|
+
FindByIdAsync(userId: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2195
|
+
FindByLoginAsync(loginProvider: string, providerKey: string, cancellationToken?: CancellationToken): Task_1<TUser | undefined>;
|
|
2196
|
+
FindRoleAsync(normalizedRoleName: string, cancellationToken: CancellationToken): Task_1<TRole | undefined>;
|
|
2197
|
+
FindUserRoleAsync(userId: TKey, roleId: TKey, cancellationToken: CancellationToken): Task_1<TUserRole | undefined>;
|
|
2198
|
+
GetAuthenticatorKeyAsync(user: TUser, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
2199
|
+
GetClaimsAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<Claim>>;
|
|
2200
|
+
GetEmailAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2201
|
+
GetLockoutEndDateAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<Nullable_1<DateTimeOffset>>;
|
|
2202
|
+
GetLoginsAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<UserLoginInfo>>;
|
|
2203
|
+
GetPasswordHashAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2204
|
+
GetPhoneNumberAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2205
|
+
GetRolesAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<IList_1<System_Internal.String>>;
|
|
2206
|
+
GetSecurityStampAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<string | undefined>;
|
|
2207
|
+
GetTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task_1<string | undefined>;
|
|
2208
|
+
GetTwoFactorEnabledAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2209
|
+
GetUserIdAsync(user: TUser, cancellationToken?: CancellationToken): Task_1<System_Internal.String>;
|
|
2210
|
+
GetUsersForClaimAsync(claim: Claim, cancellationToken?: CancellationToken): Task_1<IList_1<TUser>>;
|
|
2211
|
+
GetUsersInRoleAsync(normalizedRoleName: string, cancellationToken?: CancellationToken): Task_1<IList_1<TUser>>;
|
|
2212
|
+
IsInRoleAsync(user: TUser, normalizedRoleName: string, cancellationToken?: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2213
|
+
RedeemCodeAsync(user: TUser, code: string, cancellationToken: CancellationToken): Task_1<System_Internal.Boolean>;
|
|
2099
2214
|
RemoveFromRoleAsync(user: TUser, normalizedRoleName: string, cancellationToken?: CancellationToken): Task;
|
|
2100
2215
|
RemoveLoginAsync(user: TUser, loginProvider: string, providerKey: string, cancellationToken?: CancellationToken): Task;
|
|
2101
2216
|
RemoveTokenAsync(user: TUser, loginProvider: string, name: string, cancellationToken: CancellationToken): Task;
|
|
2102
2217
|
ReplaceClaimAsync(user: TUser, claim: Claim, newClaim: Claim, cancellationToken?: CancellationToken): Task;
|
|
2103
|
-
ReplaceCodesAsync(user: TUser, recoveryCodes:
|
|
2218
|
+
ReplaceCodesAsync(user: TUser, recoveryCodes: IEnumerable_1<System_Internal.String>, cancellationToken: CancellationToken): Task;
|
|
2104
2219
|
ResetAccessFailedCountAsync(user: TUser, cancellationToken?: CancellationToken): Task;
|
|
2105
2220
|
SetAuthenticatorKeyAsync(user: TUser, key: string, cancellationToken: CancellationToken): Task;
|
|
2106
2221
|
SetEmailAsync(user: TUser, email: string, cancellationToken?: CancellationToken): Task;
|
|
2107
2222
|
SetEmailConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken?: CancellationToken): Task;
|
|
2108
2223
|
SetLockoutEnabledAsync(user: TUser, enabled: boolean, cancellationToken?: CancellationToken): Task;
|
|
2109
|
-
SetLockoutEndDateAsync(user: TUser, lockoutEnd:
|
|
2224
|
+
SetLockoutEndDateAsync(user: TUser, lockoutEnd: Nullable_1<DateTimeOffset>, cancellationToken?: CancellationToken): Task;
|
|
2110
2225
|
SetPasswordHashAsync(user: TUser, passwordHash: string, cancellationToken?: CancellationToken): Task;
|
|
2111
2226
|
SetPhoneNumberAsync(user: TUser, phoneNumber: string, cancellationToken?: CancellationToken): Task;
|
|
2112
2227
|
SetPhoneNumberConfirmedAsync(user: TUser, confirmed: boolean, cancellationToken?: CancellationToken): Task;
|
|
@@ -2117,11 +2232,11 @@ export interface UserStoreBase_8$instance<TUser extends IdentityUser_1<TKey>, TR
|
|
|
2117
2232
|
}
|
|
2118
2233
|
|
|
2119
2234
|
|
|
2120
|
-
export const UserStoreBase_8: (abstract new<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
2235
|
+
export const UserStoreBase_8: (abstract new<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>>(describer: IdentityErrorDescriber) => UserStoreBase_8<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>) & {
|
|
2121
2236
|
};
|
|
2122
2237
|
|
|
2123
2238
|
|
|
2124
|
-
export interface __UserStoreBase_8$views<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
2239
|
+
export interface __UserStoreBase_8$views<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> {
|
|
2125
2240
|
As_IQueryableUserStore_1(): IQueryableUserStore_1$instance<TUser>;
|
|
2126
2241
|
As_IUserAuthenticationTokenStore_1(): IUserAuthenticationTokenStore_1$instance<TUser>;
|
|
2127
2242
|
As_IUserClaimStore_1(): IUserClaimStore_1$instance<TUser>;
|
|
@@ -2135,14 +2250,16 @@ export interface __UserStoreBase_8$views<TUser extends IdentityUser_1<TKey>, TRo
|
|
|
2135
2250
|
As_IUserTwoFactorStore_1(): IUserTwoFactorStore_1$instance<TUser>;
|
|
2136
2251
|
}
|
|
2137
2252
|
|
|
2138
|
-
export type UserStoreBase_8<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (
|
|
2253
|
+
export type UserStoreBase_8<TUser extends IdentityUser_1<TKey>, TRole extends IdentityRole_1<TKey>, TKey extends (IEquatable_1<TKey> | number | string | boolean), TUserClaim extends IdentityUserClaim_1<TKey>, TUserRole extends IdentityUserRole_1<TKey>, TUserLogin extends IdentityUserLogin_1<TKey>, TUserToken extends IdentityUserToken_1<TKey>, TRoleClaim extends IdentityRoleClaim_1<TKey>> = UserStoreBase_8$instance<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim> & __UserStoreBase_8$views<TUser, TRole, TKey, TUserClaim, TUserRole, TUserLogin, TUserToken, TRoleClaim>;
|
|
2139
2254
|
|
|
2140
2255
|
|
|
2141
|
-
export interface UserValidator_1$instance<TUser> {
|
|
2256
|
+
export interface UserValidator_1$instance<TUser> extends IUserValidator_1$instance<TUser> {
|
|
2257
|
+
readonly __tsonic_type_Microsoft_AspNetCore_Identity_UserValidator_1: never;
|
|
2258
|
+
|
|
2142
2259
|
readonly __tsonic_iface_Microsoft_AspNetCore_Identity_IUserValidator_1: never;
|
|
2143
2260
|
|
|
2144
2261
|
Describer: IdentityErrorDescriber;
|
|
2145
|
-
ValidateAsync(manager: UserManager_1<TUser>, user: TUser):
|
|
2262
|
+
ValidateAsync(manager: UserManager_1<TUser>, user: TUser): Task_1<IdentityResult>;
|
|
2146
2263
|
}
|
|
2147
2264
|
|
|
2148
2265
|
|
|
@@ -2155,8 +2272,6 @@ export interface __UserValidator_1$views<TUser> {
|
|
|
2155
2272
|
As_IUserValidator_1(): IUserValidator_1$instance<TUser>;
|
|
2156
2273
|
}
|
|
2157
2274
|
|
|
2158
|
-
export interface UserValidator_1$instance<TUser> extends IUserValidator_1$instance<TUser> {}
|
|
2159
|
-
|
|
2160
2275
|
export type UserValidator_1<TUser> = UserValidator_1$instance<TUser> & __UserValidator_1$views<TUser>;
|
|
2161
2276
|
|
|
2162
2277
|
|
|
@@ -2170,12 +2285,12 @@ export abstract class IdentityBuilderExtensions$instance {
|
|
|
2170
2285
|
export type IdentityBuilderExtensions = IdentityBuilderExtensions$instance;
|
|
2171
2286
|
|
|
2172
2287
|
export abstract class IdentityCookieAuthenticationBuilderExtensions$instance {
|
|
2173
|
-
static AddApplicationCookie(builder: AuthenticationBuilder):
|
|
2174
|
-
static AddExternalCookie(builder: AuthenticationBuilder):
|
|
2175
|
-
static AddIdentityCookies(builder: AuthenticationBuilder, configureCookies:
|
|
2288
|
+
static AddApplicationCookie(builder: AuthenticationBuilder): OptionsBuilder_1<CookieAuthenticationOptions>;
|
|
2289
|
+
static AddExternalCookie(builder: AuthenticationBuilder): OptionsBuilder_1<CookieAuthenticationOptions>;
|
|
2290
|
+
static AddIdentityCookies(builder: AuthenticationBuilder, configureCookies: Action_1<IdentityCookiesBuilder>): IdentityCookiesBuilder;
|
|
2176
2291
|
static AddIdentityCookies(builder: AuthenticationBuilder): IdentityCookiesBuilder;
|
|
2177
|
-
static AddTwoFactorRememberMeCookie(builder: AuthenticationBuilder):
|
|
2178
|
-
static AddTwoFactorUserIdCookie(builder: AuthenticationBuilder):
|
|
2292
|
+
static AddTwoFactorRememberMeCookie(builder: AuthenticationBuilder): OptionsBuilder_1<CookieAuthenticationOptions>;
|
|
2293
|
+
static AddTwoFactorUserIdCookie(builder: AuthenticationBuilder): OptionsBuilder_1<CookieAuthenticationOptions>;
|
|
2179
2294
|
}
|
|
2180
2295
|
|
|
2181
2296
|
|