5 references to TwoFactorRecoveryCode
Microsoft.AspNetCore.Identity (5)
Data\LoginRequest.cs (1)
25
/// This is not required if a <see cref="
TwoFactorRecoveryCode
"/> is sent.
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.LoginRequest.g.cs (2)
126
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)obj).
TwoFactorRecoveryCode
,
157
writer.WriteString(PropName_TwoFactorRecoveryCode, ((global::Microsoft.AspNetCore.Identity.Data.LoginRequest)value).
TwoFactorRecoveryCode
);
IdentityApiEndpointRouteBuilderExtensions.cs (2)
111
else if (!string.IsNullOrEmpty(login.
TwoFactorRecoveryCode
))
113
result = await signInManager.TwoFactorRecoveryCodeSignInAsync(login.
TwoFactorRecoveryCode
);