3 references to ForgetMachine
Microsoft.AspNetCore.Identity (3)
_generated\12\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)
309
if (tfaRequest.
ForgetMachine
)