1 write to ResetCode
Microsoft.AspNetCore.Identity (1)
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest(){ Email = (string)args[0], ResetCode = (string)args[1], NewPassword = (string)args[2] },
4 references to ResetCode
Microsoft.AspNetCore.Identity (4)
Data\ResetPasswordRequest.cs (1)
10/// The "/resetPassword" endpoint requires the "/forgotPassword" endpoint to be called first to get the <see cref="ResetCode"/>.
IdentityApiEndpointRouteBuilderExtensions.cs (1)
242var code = Encoding.UTF8.GetString(WebEncoders.Base64UrlDecode(resetRequest.ResetCode));
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (2)
81Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)obj).ResetCode, 136writer.WriteString(PropName_ResetCode, ((global::Microsoft.AspNetCore.Identity.Data.ResetPasswordRequest)value).ResetCode);