3 references to TokenBinding
Microsoft.AspNetCore.Identity (3)
_generated\28\IdentityJsonSerializerContext.CollectedClientData.g.cs (2)
169
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.CollectedClientData)obj).
TokenBinding
,
224
global::Microsoft.AspNetCore.Identity.TokenBinding __value_TokenBinding = ((global::Microsoft.AspNetCore.Identity.CollectedClientData)value).
TokenBinding
;
PasskeyHandler.cs (1)
709
if (clientData.
TokenBinding
is { } tokenBinding)