1 write to UserHandle
Microsoft.AspNetCore.Identity (1)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse(){ AuthenticatorData = (global::Microsoft.AspNetCore.Identity.BufferSource)args[0], Signature = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1],
UserHandle
= (global::Microsoft.AspNetCore.Identity.BufferSource)args[2], ClientDataJSON = (global::Microsoft.AspNetCore.Identity.BufferSource)args[3] },
3 references to UserHandle
Microsoft.AspNetCore.Identity (3)
IdentityJsonSerializerContext.AuthenticatorAssertionResponse.g.cs (2)
104
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)obj).
UserHandle
,
167
global::Microsoft.AspNetCore.Identity.BufferSource __value_UserHandle = ((global::Microsoft.AspNetCore.Identity.AuthenticatorAssertionResponse)value).
UserHandle
;
PasskeyHandler.cs (1)
425
var userHandle = response.
UserHandle
?.ToString();