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