2 writes to RpId
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (1)
32
ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions(){
RpId
= (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], AllAcceptedCredentialIds = (global::System.Collections.Generic.IReadOnlyList<global::Microsoft.AspNetCore.Identity.BufferSource>)args[2] },
PasskeyHandler.cs (1)
173
RpId
= GetServerDomain(httpContext),
2 references to RpId
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (2)
60
Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).
RpId
,
137
string __value_RpId = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).
RpId
;