1 write to EnableAuthenticationRefresh
Microsoft.AspNetCore.Components.Server (1)
Builder\ComponentEndpointRouteBuilderExtensions.cs (1)
78options.EnableAuthenticationRefresh = true;
5 references to EnableAuthenticationRefresh
Microsoft.AspNetCore.Http.Connections (5)
ConnectionEndpointRouteBuilderExtensions.cs (1)
111if (options.EnableAuthenticationRefresh)
HttpConnectionDispatcherOptions.cs (1)
166/// This applies whenever <see cref="EnableAuthenticationRefresh"/> is <c>true</c>, including when the
Internal\HttpConnectionDispatcher.cs (3)
145if (!options.EnableAuthenticationRefresh) 575if (options.EnableAuthenticationRefresh) 788var canRefreshAuthentication = options.EnableAuthenticationRefresh