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