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