3 references to TwoFactorRequest
Microsoft.AspNetCore.Identity (3)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
16
[JsonSerializable(typeof(
TwoFactorRequest
))]
Data\TwoFactorResponse.cs (1)
25
/// <see cref="
TwoFactorRequest
.ResetRecoveryCodes"/> was set or two-factor was enabled for the first time.
IdentityApiEndpointRouteBuilderExtensions.cs (1)
261
(ClaimsPrincipal claimsPrincipal, [FromBody]
TwoFactorRequest
tfaRequest, [FromServices] IServiceProvider sp) =>