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