1 write to ResetSharedKey
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest(){ Enable = (bool?)args[0], TwoFactorCode = (string)args[1], ResetSharedKey = (bool)args[2], ResetRecoveryCodes = (bool)args[3], ForgetMachine = (bool)args[4] },
5 references to ResetSharedKey
Microsoft.AspNetCore.Identity (5)
IdentityApiEndpointRouteBuilderExtensions.cs (3)
272if (tfaRequest.ResetSharedKey) 292else if (tfaRequest.Enable == false || tfaRequest.ResetSharedKey) 297if (tfaRequest.ResetSharedKey)
IdentityEndpointsJsonSerializerContext.TwoFactorRequest.g.cs (2)
98Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)obj).ResetSharedKey, 169writer.WriteBoolean(PropName_ResetSharedKey, ((global::Microsoft.AspNetCore.Identity.Data.TwoFactorRequest)value).ResetSharedKey);