2 writes to User
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions(){ Rp = (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialRpEntity)args[0],
User
= (global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity)args[1], Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[2] },
PasskeyHandler.cs (1)
56
User
= new()
2 references to User
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PublicKeyCredentialCreationOptions.g.cs (2)
81
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)obj).
User
,
309
global::Microsoft.AspNetCore.Identity.PublicKeyCredentialUserEntity __value_User = ((global::Microsoft.AspNetCore.Identity.PublicKeyCredentialCreationOptions)value).
User
;