5 references to EnableAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (5)
ConnectionEndpointRouteBuilderExtensions.cs (1)
111
if (options.
EnableAuthenticationRefresh
)
Internal\HttpConnectionDispatcher.cs (4)
151
if (!options.
EnableAuthenticationRefresh
)
655
if (options.
EnableAuthenticationRefresh
)
865
if (!options.
EnableAuthenticationRefresh
&& connection.ClientReconnectExpected() && await RejectIfUserChangedAsync(connection, context))
921
var authRefreshEligible = options.
EnableAuthenticationRefresh