1 instantiation of ResetPasswordRequest
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] },
37 references to ResetPasswordRequest
Microsoft.AspNetCore.Identity (37)
Data\IdentityEndpointsJsonSerializerContext.cs (1)
11
[JsonSerializable(typeof(
ResetPasswordRequest
))]
GeneratedRouteBuilderExtensions.g.cs (11)
875
options.EndpointBuilder.Metadata.Add(new AcceptsMetadata(type: typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
), isOptional: false, contentTypes: GeneratedMetadataConstants.JsonContentType));
888
var handler = Cast(del, global::System.Threading.Tasks.Task<global::Microsoft.AspNetCore.Http.HttpResults.Results<global::Microsoft.AspNetCore.Http.HttpResults.Ok, global::Microsoft.AspNetCore.Http.HttpResults.ValidationProblem>> (global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
arg0, global::System.IServiceProvider arg1) => throw null!);
896
var resetRequest_JsonTypeInfo = (JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>)jsonSerializerOptions.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
));
906
var task = handler(ic.GetArgument<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>(0)!, ic.GetArgument<global::System.IServiceProvider>(1)!);
918
var resetRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>(httpContext, logOrThrowExceptionHelper, false, "ResetPasswordRequest", "resetRequest", resetRequest_JsonTypeInfo);
919
var
resetRequest_local = resetRequest_resolveBodyResult.Item2;
945
var resetRequest_resolveBodyResult = await GeneratedRouteBuilderExtensionsCore.TryResolveBodyAsync<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>(httpContext, logOrThrowExceptionHelper, false, "ResetPasswordRequest", "resetRequest", resetRequest_JsonTypeInfo);
946
var
resetRequest_local = resetRequest_resolveBodyResult.Item2;
958
var result = await filteredInvocation(EndpointFilterInvocationContext.Create<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
, global::System.IServiceProvider>(httpContext, resetRequest_local!, sp_local));
969
var castHandler = Cast(handler, global::System.Threading.Tasks.Task<global::Microsoft.AspNetCore.Http.HttpResults.Results<global::Microsoft.AspNetCore.Http.HttpResults.Ok, global::Microsoft.AspNetCore.Http.HttpResults.ValidationProblem>> (global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
arg0, global::System.IServiceProvider arg1) => throw null!);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
226
([FromBody]
ResetPasswordRequest
resetRequest, [FromServices] IServiceProvider sp) =>
IdentityEndpointsJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
58
if (type == typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
))
IdentityEndpointsJsonSerializerContext.ResetPasswordRequest.g.cs (23)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>? _ResetPasswordRequest;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
> ResetPasswordRequest
22
get => _ResetPasswordRequest ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
> Create_ResetPasswordRequest(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
39
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
>(options, objectInfo);
56
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
),
58
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
)obj).Email,
66
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
).GetProperty("Email", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
79
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
),
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
)obj).ResetCode,
89
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
).GetProperty("ResetCode", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
102
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
),
104
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
)obj).NewPassword,
112
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
).GetProperty("NewPassword", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
125
private void ResetPasswordRequestSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
? value)
135
writer.WriteString(PropName_Email, ((global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
)value).Email);
136
writer.WriteString(PropName_ResetCode, ((global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
)value).ResetCode);
137
writer.WriteString(PropName_NewPassword, ((global::Microsoft.AspNetCore.Identity.Data.
ResetPasswordRequest
)value).NewPassword);