2 writes to IsTwoFactorEnabled
Microsoft.AspNetCore.Identity (2)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
331
IsTwoFactorEnabled
= await userManager.GetTwoFactorEnabledAsync(user),
IdentityEndpointsJsonSerializerContext.TwoFactorResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = 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)
122
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)obj).
IsTwoFactorEnabled
,
176
writer.WriteBoolean(PropName_IsTwoFactorEnabled, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorResponse)value).
IsTwoFactorEnabled
);