2 instantiations of AllAcceptedCredentialsSignalOptions
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions(){ RpId = (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], AllAcceptedCredentialIds = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>)args[2] },
PasskeyHandler.cs (1)
171var options = new AllAcceptedCredentialsSignalOptions
32 references to AllAcceptedCredentialsSignalOptions
Microsoft.AspNetCore.Identity (32)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (29)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions>? _AllAcceptedCredentialsSignalOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions> AllAcceptedCredentialsSignalOptions 22get => _AllAcceptedCredentialsSignalOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions>)Options.GetTypeInfo(typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions> Create_AllAcceptedCredentialsSignalOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions).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.AllAcceptedCredentialsSignalOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions), 60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).RpId, 61Setter = static (obj, value) => __set_AllAcceptedCredentialsSignalOptions_RpId((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj, value!), 68AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions).GetProperty("RpId", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 81DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions), 83Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).UserId, 84Setter = static (obj, value) => __set_AllAcceptedCredentialsSignalOptions_UserId((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj, value!), 91AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions).GetProperty("UserId", InstanceMemberBindingFlags, null, typeof(global::Microsoft.AspNetCore.Identity.BufferSource), global::System.Array.Empty<global::System.Type>(), null), 104DeclaringType = typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions), 106Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).AllAcceptedCredentialIds, 107Setter = static (obj, value) => __set_AllAcceptedCredentialsSignalOptions_AllAcceptedCredentialIds((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj, value!), 114AttributeProviderFactory = static () => typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions).GetProperty("AllAcceptedCredentialIds", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>), global::System.Array.Empty<global::System.Type>(), null), 127private void AllAcceptedCredentialsSignalOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions? value) 137string __value_RpId = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).RpId; 142global::Microsoft.AspNetCore.Identity.BufferSource __value_UserId = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).UserId; 148global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource> __value_AllAcceptedCredentialIds = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).AllAcceptedCredentialIds; 189private static extern void __set_AllAcceptedCredentialsSignalOptions_RpId(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions obj, string value); 191private static extern void __set_AllAcceptedCredentialsSignalOptions_UserId(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions obj, global::Microsoft.AspNetCore.Identity.BufferSource value); 193private static extern void __set_AllAcceptedCredentialsSignalOptions_AllAcceptedCredentialIds(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions obj, global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource> value);
_generated\57\IdentityJsonSerializerContext.GetJsonTypeInfo.g.cs (1)
30if (type == typeof(global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions))
IdentityJsonSerializerContext.cs (1)
16[JsonSerializable(typeof(AllAcceptedCredentialsSignalOptions))]
PasskeyHandler.cs (1)
171var options = new AllAcceptedCredentialsSignalOptions