1 write to NewPassword
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest(){ Email = (string)args[0], ResetCode = (string)args[1],
NewPassword
= (string)args[2] },
3 references to NewPassword
Microsoft.AspNetCore.Identity (3)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
243
result = await userManager.ResetPasswordAsync(user, code, resetRequest.
NewPassword
);
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
104
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).
NewPassword
,
137
writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).
NewPassword
);