3 writes to Type
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor(){ Type = (string)args[0], Id = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], Transports = (global::System.Collections.Generic.IReadOnlyList<string>)args[2] },
PasskeyHandler.cs (2)
101Type = "public-key", 152Type = "public-key",
2 references to Type
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialDescriptor.g.cs (2)
58Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor)obj).Type, 134string __value_Type = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialDescriptor)value).Type;