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