2 writes to RpId
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = 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)
173RpId = GetServerDomain(httpContext),
2 references to RpId
Microsoft.AspNetCore.Identity (2)
_generated\23\IdentityJsonSerializerContext.AllAcceptedCredentialsSignalOptions.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)obj).RpId, 137string __value_RpId = ((global::Microsoft.AspNetCore.Identity.AllAcceptedCredentialsSignalOptions)value).RpId;