1 write to Origin
Microsoft.AspNetCore.Identity (1)
Generated\361d1da7f942c932\IdentityJsonSerializerContext.CollectedClientData.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.CollectedClientData(){ Type = (string)args[0], Challenge = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1],
Origin
= (string)args[2] },
6 references to Origin
Microsoft.AspNetCore.Identity (6)
Generated\361d1da7f942c932\IdentityJsonSerializerContext.CollectedClientData.g.cs (2)
106
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.CollectedClientData)obj).
Origin
,
208
string __value_Origin = ((global::Microsoft.AspNetCore.Identity.CollectedClientData)value).
Origin
;
PasskeyHandler.cs (4)
727
throw PasskeyException.InvalidOrigin(clientData.
Origin
);
789
Origin = clientData.
Origin
,
795
if (string.IsNullOrEmpty(clientData.
Origin
) ||
797
!Uri.TryCreate(clientData.
Origin
, UriKind.Absolute, out var originUri))