2 writes to UserId
Microsoft.AspNetCore.Identity (2)
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.PasskeyAssertionState(){ Challenge = (global::System.ReadOnlyMemory<byte>)args[0],
UserId
= (string)args[1] },
PasskeyHandler.cs (1)
129
UserId
= userId,
3 references to UserId
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.PasskeyAssertionState.g.cs (2)
79
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.PasskeyAssertionState)obj).
UserId
,
109
string __value_UserId = ((global::Microsoft.AspNetCore.Identity.PasskeyAssertionState)value).
UserId
;
PasskeyHandler.cs (1)
403
var originalUserId = assertionState.
UserId
;