1 write to TwoFactorRecoveryCode
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.LoginRequest(){ Email = (string)args[0], Password = (string)args[1], TwoFactorCode = (string)args[2], TwoFactorRecoveryCode = (string)args[3] },
5 references to TwoFactorRecoveryCode
Microsoft.AspNetCore.Identity (5)
Data\LoginRequest.cs (1)
25/// This is not required if a <see cref="TwoFactorRecoveryCode"/> is sent.
IdentityApiEndpointRouteBuilderExtensions.cs (2)
107else if (!string.IsNullOrEmpty(login.TwoFactorRecoveryCode)) 109result = await signInManager.TwoFactorRecoveryCodeSignInAsync(login.TwoFactorRecoveryCode);
IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (2)
124Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)obj).TwoFactorRecoveryCode, 155writer.WriteString(PropName_TwoFactorRecoveryCode, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).TwoFactorRecoveryCode);