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