3 references to ForgetMachine
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
309if (tfaRequest.ForgetMachine)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (2)
138Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)obj).ForgetMachine, 171writer.WriteBoolean(PropName_ForgetMachine, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).ForgetMachine);