2 writes to RefreshUrl
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (1)
86Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).RefreshUrl = value!,
DeviceBoundSessionHandler.cs (1)
301RefreshUrl = Request.PathBase.Add(Options.RefreshPath).ToUriComponent(),
2 references to RefreshUrl
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (2)
85Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).RefreshUrl, 200string __value_RefreshUrl = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)value).RefreshUrl;