2 writes to AllowedRefreshInitiators
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (1)
166
Setter = static (obj, value) => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).
AllowedRefreshInitiators
= value!,
DeviceBoundSessionHandler.cs (1)
316
AllowedRefreshInitiators
= [.. Options.AllowedRefreshInitiators],
2 references to AllowedRefreshInitiators
Microsoft.AspNetCore.Authentication.DeviceBoundSessions (2)
_generated\3\DeviceBoundSessionJsonContext.SessionInstruction.g.cs (2)
165
Getter = static obj => ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)obj).
AllowedRefreshInitiators
,
218
global::System.Collections.Generic.List<string> __value_AllowedRefreshInitiators = ((global::Microsoft.AspNetCore.Authentication.DeviceBoundSessions.SessionInstruction)value).
AllowedRefreshInitiators
;