1 write to NewPassword
Microsoft.AspNetCore.Identity (1)
_generated\11\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)
_generated\11\IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).
NewPassword
,
139
writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).
NewPassword
);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
243
result = await userManager.ResetPasswordAsync(user, code, resetRequest.
NewPassword
);