2 writes to RpId
Microsoft.AspNetCore.Identity (2)
_generated\30\IdentityJsonSerializerContext.CurrentUserDetailsSignalOptions.g.cs (1)
32ObjectWithParameterizedConstructorCreator = static args => new global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions(){ RpId = (string)args[0], UserId = (global::Microsoft.AspNetCore.Identity.BufferSource)args[1], Name = (string)args[2], DisplayName = (string)args[3] },
PasskeyHandler.cs (1)
202RpId = GetServerDomain(httpContext),
2 references to RpId
Microsoft.AspNetCore.Identity (2)
_generated\30\IdentityJsonSerializerContext.CurrentUserDetailsSignalOptions.g.cs (2)
60Getter = static obj => ((global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions)obj).RpId, 160string __value_RpId = ((global::Microsoft.AspNetCore.Identity.CurrentUserDetailsSignalOptions)value).RpId;