2 writes to IsTwoFactorEnabled
Microsoft.AspNetCore.Identity (2)
_generated\13\IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse(){ SharedKey = (string)args[0], RecoveryCodesLeft = (int)args[1], IsTwoFactorEnabled = (bool)args[2], IsMachineRemembered = (bool)args[3] },
IdentityApiEndpointRouteBuilderExtensions.cs (1)
331IsTwoFactorEnabled = await userManager.GetTwoFactorEnabledAsync(user),
2 references to IsTwoFactorEnabled
Microsoft.AspNetCore.Identity (2)
_generated\13\IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (2)
124Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)obj).IsTwoFactorEnabled, 178writer.WriteBoolean(PropName_IsTwoFactorEnabled, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)value).IsTwoFactorEnabled);