3 references to ForgetMachine
Microsoft.AspNetCore.Identity (3)
Generated\361d1da7f942c932\IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (2)
140
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)obj).
ForgetMachine
,
173
writer.WriteBoolean(PropName_ForgetMachine, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).
ForgetMachine
);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
536
if (tfaRequest.
ForgetMachine
)