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