2 instantiations of PasskeyEndpointsResponse
Microsoft.AspNetCore.Identity (2)
_generated\8\IdentityEndpointsJsonSerializerContext.PasskeyEndpointsResponse.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
(),
PasskeyEndpointsEndpointRouteBuilderExtensions.cs (1)
127
var response = new
PasskeyEndpointsResponse
35 references to PasskeyEndpointsResponse
Microsoft.AspNetCore.Identity (35)
_generated\0\GeneratedRouteBuilderExtensions.g.cs (3)
1337
PopulateMetadataForEndpoint<global::Microsoft.AspNetCore.Http.HttpResults.JsonHttpResult<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
>>(methodInfo, options.EndpointBuilder);
1346
var handler = Cast(del, global::Microsoft.AspNetCore.Http.HttpResults.JsonHttpResult<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
> (global::Microsoft.AspNetCore.Http.HttpContext arg0) => throw null!);
1406
var castHandler = Cast(handler, global::Microsoft.AspNetCore.Http.HttpResults.JsonHttpResult<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
> (global::Microsoft.AspNetCore.Http.HttpContext arg0) => throw null!);
_generated\19\IdentityEndpointsJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
46
if (type == typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
))
_generated\8\IdentityEndpointsJsonSerializerContext.PasskeyEndpointsResponse.g.cs (29)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
>? _PasskeyEndpointsResponse;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
> PasskeyEndpointsResponse
22
get => _PasskeyEndpointsResponse ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
> Create_PasskeyEndpointsResponse(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
),
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)obj).Enroll,
61
Setter = static (obj, value) => __set_PasskeyEndpointsResponse_Enroll((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)obj, value!),
68
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
).GetProperty("Enroll", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
),
80
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)obj).Manage,
81
Setter = static (obj, value) => __set_PasskeyEndpointsResponse_Manage((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)obj, value!),
88
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
).GetProperty("Manage", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
),
100
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)obj).PrfUsageDetails,
101
Setter = static (obj, value) => __set_PasskeyEndpointsResponse_PrfUsageDetails((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)obj, value!),
108
AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
).GetProperty("PrfUsageDetails", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
118
private void PasskeyEndpointsResponseSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
? value)
128
string __value_Enroll = ((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)value).Enroll;
133
string __value_Manage = ((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)value).Manage;
138
string __value_PrfUsageDetails = ((global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
)value).PrfUsageDetails;
148
private static extern void __set_PasskeyEndpointsResponse_Enroll(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
obj, string value);
150
private static extern void __set_PasskeyEndpointsResponse_Manage(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
obj, string value);
152
private static extern void __set_PasskeyEndpointsResponse_PrfUsageDetails(global::Microsoft.AspNetCore.Identity.Data.
PasskeyEndpointsResponse
obj, string value);
Data\IdentityEndpointsJsonSerializerContext.cs (1)
18
[JsonSerializable(typeof(
PasskeyEndpointsResponse
))]
PasskeyEndpointsEndpointRouteBuilderExtensions.cs (1)
127
var
response = new PasskeyEndpointsResponse